Searched refs:passwd (Results 51 - 75 of 440) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-auth-with-content-disposition.px18 passwd => 'Dodgson',
H A DTest-proxy-auth-basic.px18 passwd => 'Dodgson',
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getusr.c26 struct passwd pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dnetrc.c57 search_netrc (const char *host, const char **acc, const char **passwd, argument
106 if (*acc && *passwd)
122 *passwd = l->passwd; /* usernames match; password OK */
124 *passwd = NULL; /* usernames don't match */
130 if (l->passwd)
131 *passwd = l->passwd;
148 if (!*passwd)
149 *passwd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_freebsd.c38 extern enum nss_status _nss_winbind_getpwent_r(struct passwd *, char *, size_t,
40 extern enum nss_status _nss_winbind_getpwnam_r(const char *, struct passwd *,
42 extern enum nss_status _nss_winbind_getpwuid_r(gid_t gid, struct passwd *, char *,
H A Dwinbind_nss_solaris.h69 NSS_STATUS _nss_winbind_getpwent_r(struct passwd* result, char* buffer,
71 NSS_STATUS _nss_winbind_getpwuid_r(uid_t, struct passwd*, char* buffer,
73 NSS_STATUS _nss_winbind_getpwnam_r(const char* name, struct passwd* result,
H A Dwinbind_nss_netbsd.c223 passwd functions
227 static struct passwd _winbind_passwd;
251 struct passwd **retval = va_arg(ap, struct passwd **);
268 struct passwd *pw = va_arg(ap, struct passwd *);
271 struct passwd **result = va_arg(ap, struct passwd **);
289 struct passwd **retval = va_arg(ap, struct passwd **);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Duam_auth.h32 int (*login) (void *, struct passwd **,
34 int (*logincont) (void *, struct passwd **, char *,
38 int (*uam_changepw) (void *, char *, struct passwd *, char *,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dnsstest.c62 static struct passwd *nss_getpwent(void)
64 NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *,
66 (NSS_STATUS (*)(struct passwd *, char *,
68 static struct passwd pwd;
86 static struct passwd *nss_getpwnam(const char *name)
88 NSS_STATUS (*_nss_getpwnam_r)(const char *, struct passwd *, char *,
90 (NSS_STATUS (*)(const char *, struct passwd *, char *,
92 static struct passwd pwd;
110 static struct passwd *nss_getpwuid(uid_t uid)
112 NSS_STATUS (*_nss_getpwuid_r)(uid_t , struct passwd *, cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmb_pass.c44 * @param passwd password in 'unix' charset.
50 BOOL E_deshash(const char *passwd, uchar p16[16])
57 //push_ascii(dospwd, passwd, sizeof(dospwd), STR_UPPER|STR_TERMINATE);
61 if (passwd == 0)
66 if(passwd[i] == 0)
73 dospwd[i] = toupper(passwd);
94 * @param passwd password in 'unix' charset.
98 void E_md4hash(const char *passwd, uchar p16[16])
104 //push_ucs2(NULL, wpwd, (const char *)passwd, 256, STR_UNICODE|STR_NOALIGN|STR_TERMINATE);
200 printf("usage smb_pass user passwd\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh_user.c169 struct passwd *passwd; local
171 passwd = getpwuid (geteuid ());
173 user = user_lookup (passwd->pw_name);
179 if (vtysh_pam (passwd->pw_name))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmzip.c419 const char *passwd; local
432 passwd = "APlaceForYourStuff";
433 if ((s = strchr(passwd, '\n'))) *s = '\0'; /* chomp */
435 passwd, extra_data); local
442 passwd = getpass("Password: ");
443 if ((s = strchr(passwd, '\n'))) *s = '\0'; /* chomp */
445 unlockMode, passwd,
447 if (ret == -1) perror("passwd: ");
462 passwd = getpass("Enter new password:");
463 strncpy(first_try, passwd,_PASSWORD_LE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_randnum.c60 static struct passwd *randpwd;
69 /* handle ~/.passwd. courtesy of shirsch@ibm.net. */
70 static int home_passwd(const struct passwd *pwd, argument
72 unsigned char *passwd, const int len,
100 if (write(fd, passwd, len) < 0) {
105 if (read(fd, passwd, len) < 0) {
112 if ((passwd[i] != ' ') && isspace(passwd[i]))
113 passwd[i] = '\0';
142 static int afppasswd(const struct passwd *pw argument
262 randpass(const struct passwd *pwd, const char *file, unsigned char *passwd, const int len, const int set) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c29 #define _PATH_PASSWD "/etc/passwd"
60 struct passwd getpwuid_resultbuf;
62 struct passwd getpwnam_resultbuf;
105 int fgetpwent_r(FILE *__restrict stream, struct passwd *__restrict resultbuf,
107 struct passwd **__restrict result)
198 #define GETXXKEY_R_ENTTYPE struct passwd
224 #define GETXXKEY_R_ENTTYPE struct passwd
242 struct passwd *getpwuid(uid_t uid)
245 struct passwd *resultbuf = RESULTBUF(getpwuid);
247 struct passwd *resul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent.c1 /* Cut down version of getent which only returns passwd and group database
58 struct passwd *pwd;
92 print_passwd (struct passwd *pwd)
127 case 'p': /* passwd, protocols */
128 if (strcmp (argv[1], "passwd") == 0)
132 struct passwd *pwd;
H A Dgetpwnam.c11 struct passwd *pw;
H A Dgetpwuid.c11 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dsmbadduser19 # Set to site specific passwd command
21 set passwd = "getent passwd"
22 #set passwd = "niscat passwd.org_dir"
23 #set passwd = "ypcat passwd"
52 set usr = `eval $passwd | awk -F: '$1==USR {print $1}' USR=$unix`
54 echo "ERROR: $unix Not in passwd database SKIPPING..."
H A Dsmbadduser.in19 # Set to site specific passwd command
21 set passwd = "getent passwd"
22 #set passwd = "niscat passwd.org_dir"
23 #set passwd = "ypcat passwd"
52 set usr = `eval $passwd | awk -F: '$1==USR {print $1}' USR=$unix`
54 echo "ERROR: $unix Not in passwd database SKIPPING..."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_nullsd.c31 BOOL nullsd_check(struct passwd *pw, int ngroups, gid_t *groups)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A Dlogintest.c12 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
31 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dhttpdatest.c131 /* save userid and passwd for basic or digest authentication */
163 if (soap->userid && soap->passwd) /* Basic authentication: we may want to reject this since the password was send in the clear */
165 && !strcmp(soap->passwd, "Circle Of Life"))
173 /* simulate database lookup on userid to find passwd */
176 char *passwd = "Circle Of Life"; local
178 if (!http_da_verify_post(soap, passwd))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Dlogintest.c12 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
31 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A Dlogintest.c12 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
31 soap->passwd = "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dhttpdatest.c131 /* save userid and passwd for basic or digest authentication */
163 if (soap->userid && soap->passwd) /* Basic authentication: we may want to reject this since the password was send in the clear */
165 && !strcmp(soap->passwd, "Circle Of Life"))
173 /* simulate database lookup on userid to find passwd */
176 char *passwd = "Circle Of Life"; local
178 if (!http_da_verify_post(soap, passwd))

Completed in 312 milliseconds

1234567891011>>