Searched refs:passwd (Results 1 - 25 of 775) sorted by relevance

1234567891011>>

/macosx-10.10/zsh-61/zsh/Functions/Example/
H A Dyp2 ypmatch $1 passwd
H A Dyu2 ypmatch $1 passwd.byuid
/macosx-10.10/OpenSSH-189/openssh/
H A Duidswap.h15 void temporarily_use_uid(struct passwd *);
17 void permanently_set_uid(struct passwd *);
H A Dauth-sia.h29 void session_setup_sia(struct passwd *, char *);
H A Dgroupaccess.h30 int ga_init(struct passwd *);
H A Dplatform.h28 void platform_setusercontext(struct passwd *);
29 void platform_setusercontext_post_groups(struct passwd *);
/macosx-10.10/apache-793/httpd/support/SHA1/
H A Dconvert-sha1.pl10 my $passwd='';
16 $passwd = $1;
17 $passwd =~ s/^\{crypt\}//i; # Apache stores crypt without a magic string
22 if (length $uid and length $passwd) {
23 print $uid, ':', $passwd, "\n";
27 $passwd = '';
33 if (length $uid and length $passwd) {
34 print $uid, ':', $passwd, "\n";
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-uw.h28 char * get_iaf_password(struct passwd *pw);
H A Dport-irix.h35 void irix_setusercontext(struct passwd *pw);
/macosx-10.10/system_cmds-643.1.1/chpass.tproj/
H A Dpw_copy.h56 void pw_copy __P((int, int, struct passwd *));
H A Dchpass.h73 struct passwd;
80 int (*func)(char *, struct passwd *, struct _entry *);
115 struct passwd *edit(const char *, struct passwd *);
119 int p_change(char *, struct passwd *, ENTRY *);
120 int p_class(char *, struct passwd *, ENTRY *);
121 int p_expire(char *, struct passwd *, ENTRY *);
122 int p_gecos(char *, struct passwd *, ENTRY *);
123 int p_gid(char *, struct passwd *, ENTRY *);
124 int p_hdir(char *, struct passwd *, ENTR
[all...]
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpw_scan.h59 extern int pw_scan __P((char *, struct passwd *, int *));
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dpwd.h30 struct passwd { struct
35 struct passwd *getpwuid(uid_t);
36 struct passwd *getpwnam(const char *);
/macosx-10.10/emacs-93/emacs/nt/inc/
H A Dpwd.h7 struct passwd { struct
21 struct passwd * getpwnam (char *);
22 struct passwd * getpwuid (int);
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dpasswdprompt3 # This script prompts for a passwd from stdin while echoing *'s
13 set passwd ""
19 if {[string length $passwd] > 0} {
22 regexp (.*). $passwd x passwd
27 append passwd $expect_out(0,string)
32 return $passwd
/macosx-10.10/bash-94.1.2/bash-3.2/tests/misc/
H A Drun-r2.sh1 ../../bash ./redir-t2.sh < /etc/passwd
/macosx-10.10/remote_cmds-47/ypxfr.tproj/
H A Dypxfr_1perhour.sh7 /usr/sbin/ypxfr passwd.byname
8 /usr/sbin/ypxfr passwd.byuid
9 /usr/sbin/ypxfr master.passwd.byname
10 /usr/sbin/ypxfr master.passwd.byuid
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dpassfile.c36 struct berval *passwd )
46 passwd->bv_val = NULL;
47 passwd->bv_len = 4096;
60 passwd->bv_len = sb.st_size;
65 passwd->bv_val = (char *) ber_memalloc( passwd->bv_len + 1 );
66 if( passwd->bv_val == NULL ) {
73 nleft = passwd->bv_len;
77 char *p = (char *) ber_memrealloc( passwd->bv_val,
78 2 * passwd
[all...]
H A Dptest.c60 struct berval *passwd; local
72 &passwd, &salt, hash[i] );
76 passwd = lutil_passwd_hash( &pw[j], hash[i] );
78 if( passwd == NULL )
88 rc = lutil_authpasswd( &pw[j], passwd, salt, NULL );
90 rc = lutil_passwd( passwd, &pw[j], NULL );
94 pw[j].bv_val, pw[j].bv_len, passwd->bv_val, passwd->bv_len,
98 rc = lutil_authpasswd( passwd, salt, &bad, NULL );
100 rc = lutil_passwd( passwd,
[all...]
/macosx-10.10/sudo-73/src/
H A Dnonunix.h41 sudo_nonunix_groupcheck( const char* group, const char* user, const struct passwd* pwd );
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin-protos.h18 const struct passwd */*pw*/,
35 struct passwd */*user*/,
57 const struct passwd */*pwd*/);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dpwd.h53 #define _PATH_PASSWD "/etc/passwd"
54 #define _PASSWD "passwd"
55 #define _PATH_MASTERPASSWD "/etc/master.passwd"
57 #define _MASTERPASSWD "master.passwd"
84 struct passwd { struct
100 struct passwd *getpwuid(uid_t);
101 struct passwd *getpwnam(const char *);
102 int getpwuid_r(uid_t, struct passwd *, char *, size_t, struct passwd **);
103 int getpwnam_r(const char *, struct passwd *, cha
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dpasswd_dlg.c47 char passwd[passwdBufSZ]; variable
58 if(!GetDlgItemText(hwndDlg,IDC_PASSWD_EDIT, passwd, passwdBufSZ))
79 strlcpy(buf, passwd, size);
80 memset (passwd, 0, sizeof(passwd));
84 memset (passwd, 0, sizeof(passwd));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dbind.c38 * simple [0] OCTET STRING -- passwd
66 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) argument
72 return( ldap_simple_bind( ld, dn, passwd ) );
76 return( ldap_gssapi_bind_s( ld, dn, passwd) );
106 LDAP_CONST char *passwd,
113 return( ldap_simple_bind_s( ld, dn, passwd ) );
117 return( ldap_gssapi_bind_s( ld, dn, passwd) );
103 ldap_bind_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) argument
/macosx-10.10/sudo-73/src/auth/
H A Dsudo_auth.h31 int (*init) __P((struct passwd *pw, struct sudo_auth *auth));
32 int (*setup) __P((struct passwd *pw, char **prompt, struct sudo_auth *auth));
33 int (*verify) __P((struct passwd *pw, char *p, struct sudo_auth *auth));
34 int (*cleanup) __P((struct passwd *pw, struct sudo_auth *auth));
49 int fwtk_init __P((struct passwd *pw, sudo_auth *auth));
50 int fwtk_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
51 int fwtk_cleanup __P((struct passwd *pw, sudo_auth *auth));
52 int pam_init __P((struct passwd *pw, sudo_auth *auth));
53 int pam_verify __P((struct passwd *pw, char *prompt, sudo_auth *auth));
54 int pam_cleanup __P((struct passwd *p
[all...]

Completed in 285 milliseconds

1234567891011>>