Searched refs:passwd (Results 101 - 125 of 440) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.h38 int nss_getpwent(struct nss_state *nss, struct passwd *pwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.h80 char *passwd; member in struct:url
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_dump/
H A Ddb_dump.c56 char *dopt, *home, *passwd, *subname; local
72 dopt = home = passwd = subname = NULL;
99 passwd = strdup(optarg);
101 if (passwd == NULL) {
185 if (passwd != NULL && (ret = dbenv->set_encrypt(dbenv,
186 passwd, DB_ENCRYPT_AES)) != 0) {
272 if (passwd != NULL)
273 free(passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_stat/
H A Ddb_stat.c55 char *db, *home, *p, *passwd, *subdb; local
70 db = home = passwd = subdb = NULL;
164 passwd = strdup(optarg);
166 if (passwd == NULL) {
272 if (passwd != NULL &&
273 (ret = dbenv->set_encrypt(dbenv, passwd, DB_ENCRYPT_AES)) != 0) {
375 if (passwd != NULL)
376 free(passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_dump/
H A Ddb_dump.c42 char *dopt, *home, *passwd, *subname; local
58 dopt = home = passwd = subname = NULL;
84 passwd = strdup(optarg);
86 if (passwd == NULL) {
170 if (passwd != NULL && (ret = dbenv->set_encrypt(dbenv,
171 passwd, DB_ENCRYPT_AES)) != 0) {
257 if (passwd != NULL)
258 free(passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddb_stat.c41 char *db, *home, *p, *passwd, *subdb; local
56 db = home = passwd = subdb = NULL;
149 passwd = strdup(optarg);
151 if (passwd == NULL) {
257 if (passwd != NULL &&
258 (ret = dbenv->set_encrypt(dbenv, passwd, DB_ENCRYPT_AES)) != 0) {
360 if (passwd != NULL)
361 free(passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drpc004.tcl13 global passwd
45 -server $rpc_server -encryptaes $passwd -txn}]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dobscure.c11 1) should contain at least six characters (man passwd);
87 static const char *obscure_msg(const char *old_p, const char *new_p, const struct passwd *pw)
160 int obscure(const char *old, const char *newval, const struct passwd *pw)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf98 # sending the correct chat script for the passwd program in Debian Potato).
99 passwd program = /usr/bin/passwd %u
100 passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
104 # 'passwd program'. The default is 'no'.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf98 # sending the correct chat script for the passwd program in Debian Potato).
99 passwd program = /usr/bin/passwd %u
100 passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
104 # 'passwd program'. The default is 'no'.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf98 # sending the correct chat script for the passwd program in Debian Potato).
99 passwd program = /usr/bin/passwd %u
100 passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
104 # 'passwd program'. The default is 'no'.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dauth.c62 bool uselogin = 0; /* Use /etc/passwd for checking PAP */
153 if (passwd[0] == 0) {
156 upap_authwithpeer(unit, user, passwd);
410 ao->neg_upap = !refuse_pap && (passwd[0] != 0);
411 ao->neg_chap = !refuse_chap && (passwd[0] != 0);
428 *secret_len = strlen(passwd);
429 BCOPY(passwd, secret, *secret_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.c183 void init_keys(__G__ passwd)
185 ZCONST char *passwd; /* password string with which to modify keys */ variable
195 while (*passwd != '\0') {
196 update_keys(__G__ (int)*passwd);
197 passwd++;
228 * Write encryption header to file zfile using the password passwd
231 void crypthead(passwd, crc, zfile)
232 ZCONST char *passwd; /* password string */
249 init_keys(passwd);
255 init_keys(passwd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrypt.c159 void init_keys(__G__ passwd)
161 ZCONST char *passwd; /* password string with which to modify keys */ variable
171 while (*passwd != '\0') {
172 update_keys(__G__ (int)*passwd);
173 passwd++;
204 * Write encryption header to file zfile using the password passwd
207 void crypthead(passwd, crc)
208 ZCONST char *passwd; /* password string */
224 init_keys(passwd);
230 init_keys(passwd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c168 /* Set if we got the contents of passwd[] from the pap-secrets file. */
181 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
189 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
195 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
229 bool uselogin = 0; /* Use /etc/passwd for checking PAP */
374 { "password", o_string, passwd,
462 if (override_value("passwd", option_priority, fname))
463 strlcpy(passwd, p, sizeof(passwd));
790 if (passwd[
1378 char passwd[256], user[256]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dpassword.c254 struct passwd *passwd = local
256 if (passwd) {
258 smb_xstrdup(passwd->pw_dir);
259 TALLOC_FREE(passwd);
367 struct passwd *passwd; local
369 if (!(passwd = Get_Pwnam(user)))
372 fstrcpy(suser,passwd->pw_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dutil.h82 int GetMyPwEnt(struct passwd *pwp, char *const pwbuf, size_t pwbufsize);
83 int GetPwUid(struct passwd *pwp, const uid_t uid, char *const pwbuf, size_t pwbufsize);
84 int GetPwNam(struct passwd *pwp, const char *const nam, char *const pwbuf, size_t pwbufsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c48 char *passwd; local
90 passwd = strdup(optarg);
92 if (passwd == NULL) {
97 if ((ret = add_passwd(passwd)) != 0) {
174 "[-Vv] [-h home] [-P passwd]",
700 hp->passwd = NULL;
736 add_passwd(passwd)
737 char *passwd;
742 * We add the passwd to the last given home dir. If there
744 * passwd, the
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_guest.c46 static int noauth_login(void *obj, struct passwd **uam_pwd,
50 struct passwd *pwent;
82 static int noauth_login_ext(void *obj, char *uname _U_, struct passwd **uam_pwd,
H A Duams_pgp.c54 static struct passwd *pgppwd;
58 /* pgp passwd */
59 static int pgp_login(void *obj, struct passwd **uam_pwd,
106 static int pgp_logincont(void *obj, struct passwd **uam_pwd,
H A Duams_passwd.c72 static int pwd_login(void *obj, char *username, int ulen, struct passwd **uam_pwd,
77 struct passwd *pwd;
107 LOG(log_info, logtype_uams, "no shadow passwd entry for %s", username);
154 static int passwd_login(void *obj, struct passwd **uam_pwd,
195 static int passwd_login_ext(void *obj, char *uname, struct passwd **uam_pwd,
224 /* change passwd */
226 struct passwd *pwd, char *ibuf,
245 LOG(log_info, logtype_uams, "no shadow passwd entry for %s", username);
272 struct passwd *pwd;
335 LOG(log_info, logtype_uams, "Bad Login ClearTxtUAM: no shadow passwd entr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/
H A DMakefile86 cd $(TARGETDIR)/etc && unlink passwd || pwd
87 cd $(TARGETDIR)/etc && ln -sf ../tmp/samba/private/passwd passwd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_srvsvc.c236 fstring netname = "", remark = "", path = "", passwd = ""; local
241 rpcstr_pull_unistr2_fstring(passwd, &info2->info_2_str.uni_passwd);
246 printf("\tpassword:\t%s\n", passwd);
251 fstring netname = "", remark = "", path = "", passwd = ""; local
256 rpcstr_pull_unistr2_fstring(passwd, &info502->info_502_str.uni_passwd);
261 printf("\tpassword:\t%s\n", passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_utils.c129 void visit_pwdb(BOOL (*fn)(struct passwd *pw, int ngroups, gid_t *groups))
131 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_printlog/
H A Ddb_printlog.c69 char *home, *passwd; local
86 home = passwd = NULL;
110 passwd = strdup(optarg);
112 if (passwd == NULL) {
164 if (passwd != NULL && (ret = dbenv->set_encrypt(dbenv,
165 passwd, DB_ENCRYPT_AES)) != 0) {
319 if (passwd != NULL)
320 free(passwd);

Completed in 307 milliseconds

1234567891011>>