Searched refs:passwd (Results 201 - 225 of 440) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb002.tcl21 global passwd
42 append largs "-encryptaes $passwd "
85 global passwd
206 append dumpargs " -P $passwd "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Duuid.c181 struct passwd *pwd;
231 struct passwd *pwd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dcheck_multiple_LDAP_entries.pl16 print "\t-l adds additional checks against the local /etc/passwd and /etc/group file\n";
39 my @uids = `cut -d ':' -f 3 /etc/passwd`;
186 print "Warning: There is a user in /etc/passwd that has uidNumber [$uid] as well\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.c84 int nss_getpwent(struct nss_state *nss, struct passwd *pwd)
86 enum nss_status (*_nss_getpwent_r)(struct passwd *, char *,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_owner.c62 struct passwd *pwd;
152 struct passwd *pwd = getpwuid(info->uid);
H A Dlibipt_owner.c64 struct passwd *pwd;
153 struct passwd *pwd = getpwuid(info->uid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrontab.c38 const struct passwd *pas;
318 struct passwd *pas;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dchgpasswd.c24 /* fork a child process to exec passwd and write to its
32 * was included as a client to change passwords using the 'passwd' program
122 static int dochild(int master, const char *slavedev, const struct passwd *pass,
335 static BOOL chat_with_program(char *passwordprogram, const struct passwd *pass,
450 BOOL chgpasswd(const char *name, const struct passwd *pass,
541 DEBUG(0,("chgpasswd: Running as root the 'passwd program' parameter *MUST* contain \
561 BOOL chgpasswd(const char *name, const struct passwd *pass,
1022 struct passwd *pass = NULL;
1093 * the /etc/passwd database first. Return failure if this cannot
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_util.c495 struct passwd *pw;
556 struct passwd *pwd;
1156 struct passwd *pass;
1348 Make (and fill) a user_info struct from a 'struct passwd' by conversion
1354 struct passwd *pwd)
1655 struct passwd *passwd; local
1663 /* Get the passwd struct. Try to create the account is necessary. */
1667 if ( !(passwd = smb_getpwnam( NULL, dom_user, real_username, True )) )
1670 *uid = passwd
[all...]
H A Dpass_check.c101 struct passwd *pw;
114 * Assumes local passwd file is kept in sync w/ DCE RGY!
154 struct passwd *pw;
600 NTSTATUS pass_check(const struct passwd *pass, const char *user, const char *password,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c306 char *passwd = NULL; local
313 (passwdp ? &passwd : NULL),
334 *passwdp = passwd;
2537 Curl_safefree(conn->passwd);
3068 !strequal(needle->passwd, check->passwd)) {
4452 * passwd - non-zero length if defined
4458 char **user, char **passwd, char **options)
4476 DEBUGASSERT(!**passwd);
4490 * set user/passwd, bu
4456 parse_url_login(struct SessionHandle *data, struct connectdata *conn, char **user, char **passwd, char **options) argument
4855 set_login(struct connectdata *conn, const char *user, const char *passwd, const char *options) argument
5067 char *passwd = NULL; local
[all...]
H A Dimap.c535 char *passwd; local
547 passwd = imap_atom(conn->passwd);
551 passwd ? passwd : "");
554 Curl_safefree(passwd);
967 result = Curl_sasl_create_plain_message(data, conn->user, conn->passwd,
1035 result = Curl_sasl_create_login_message(data, conn->passwd,
1086 conn->passwd, &rplyb64, &len);
1141 conn->user, conn->passwd,
[all...]
H A Dpop3.c472 Curl_MD5_update(ctxt, (const unsigned char *) conn->passwd,
473 curlx_uztoui(strlen(conn->passwd)));
835 result = Curl_sasl_create_plain_message(data, conn->user, conn->passwd,
903 result = Curl_sasl_create_login_message(data, conn->passwd,
954 conn->passwd, &rplyb64, &len);
1009 conn->user, conn->passwd,
1070 result = Curl_sasl_create_ntlm_type1_message(conn->user, conn->passwd,
1120 conn->passwd, &conn->ntlm,
1284 conn->passwd ? conn->passwd
[all...]
H A Dcurl_ntlm.c152 passwdp = conn->passwd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_linux.c35 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
37 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
39 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
159 static NSS_STATUS fill_pwent(struct passwd *result,
228 /* The struct passwd for Solaris has some extra fields which must
395 _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
479 /* Return passwd struct from uid */
482 _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result, char *buffer,
543 /* Return passwd struct from username */
545 _nss_winbind_getpwnam_r(const char *name, struct passwd *resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c556 char *arg, *home, *passwd, *server; local
1157 "?-encryptaes passwd?");
1161 passwd = Tcl_GetStringFromObj(objv[i++], NULL);
1163 ret = dbenv->set_encrypt(dbenv, passwd, DB_ENCRYPT_AES);
1171 "?-encryptany passwd?");
1175 passwd = Tcl_GetStringFromObj(objv[i++], NULL);
1177 ret = dbenv->set_encrypt(dbenv, passwd, 0);
1581 char *arg, *db, *passwd, *subdb, msg[MSG_SIZE]; local
1955 "?-encryptaes passwd?");
1959 passwd
2570 char *arg, *db, msg[MSG_SIZE], *passwd, *subdb; local
2791 char *arg, *db, msg[MSG_SIZE], *newname, *passwd, *subdb; local
3030 char *arg, *db, *errpfx, *passwd, *subdb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_dhx2_pam.c60 static struct passwd *dhxpwd;
184 LOG(log_info, logtype_uams, "PAM DHX2: passwd failure: --: %s",
311 static int login(void *obj, char *username, int ulen, struct passwd **uam_pwd _U_,
328 static int pam_login(void *obj, struct passwd **uam_pwd,
362 static int pam_login_ext(void *obj, char *uname, struct passwd **uam_pwd,
560 static int logincont2(void *obj_in, struct passwd **uam_pwd,
714 static int pam_logincont(void *obj, struct passwd **uam_pwd,
885 struct passwd *pwd _U_, char *ibuf, size_t ibuflen _U_,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duam.c220 struct passwd *uam_getname(void *private, char *name, const int len)
223 struct passwd *pwent;
292 int uam_checkuser(const struct passwd *pwd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dkrb5_setpw.c42 /* Those are defined by kerberos-set-passwd-02.txt and are probably
57 * kerb-chg-password-02.txt and kerberos-set-passwd-02.txt
59 * as specified in kerberos-set-passwd-00.txt
139 const char *passwd,
161 setpw = data_blob(passwd, strlen(passwd));
164 setpw = encode_krb5_setpw(princ, passwd);
134 build_kpasswd_request(uint16 pversion, krb5_context context, krb5_auth_context auth_context, krb5_data *ap_req, const char *princ, const char *passwd, BOOL use_tcp, krb5_data *packet) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dcrypttest.c795 char passwd[9]; local
803 strcpy(passwd, "12345678");
806 strcpy(c_out1, crypt(passwd, salt));
808 strcpy(c_out2, crypt(passwd, salt));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmisc.c35 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dlglob.c24 struct passwd pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dmisc.c169 ptr = ((struct passwd *) ptr)->pw_dir;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp708 struct passwd *who = (struct passwd *) NULL;
863 struct passwd *who;
878 struct passwd *who;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/cas/
H A Dfunctions.c125 struct passwd *pwd;

Completed in 606 milliseconds

1234567891011>>