Searched refs:passwd (Results 151 - 175 of 440) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_pam.c142 static int login(void *obj, char *username, int ulen, struct passwd **uam_pwd,
146 struct passwd *pwd;
221 static int pam_login(void *obj, struct passwd **uam_pwd,
250 static int pam_login_ext(void *obj, char *uname, struct passwd **uam_pwd,
285 /* change passwd */
287 struct passwd *pwd _U_, char *ibuf, size_t ibuflen _U_,
352 struct passwd *pwd;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c316 char passwd[IZ_PWLEN+1]; /* password for encryption or decryption */ local
631 if (getp("Enter password: ", passwd, IZ_PWLEN+1) == NULL)
640 if (strcmp(passwd, verify))
643 if (*passwd == '\0')
661 if ((res = zipbare(z, passwd)) != ZE_OK)
672 if ((res = zipcloak(z, passwd)) != ZE_OK)
H A Dcrypt.h134 void init_keys OF((__GPRO__ ZCONST char *passwd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_nss.c59 struct passwd *pw;
149 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dopenldap.c260 struct berval passwd; local
264 passwd.bv_val = conn->passwd;
265 passwd.bv_len = strlen(passwd.bv_val);
269 passwd.bv_val = NULL;
270 passwd.bv_len = 0;
272 rc = ldap_sasl_bind(li->ld, binddn, LDAP_SASL_SIMPLE, &passwd,
H A Dnetrc.c82 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd017.tcl14 global passwd
46 set flags "-create -encryptaes $passwd -txn -home $testdir"
96 set stat [catch {exec $util_path/db_printlog -h $testdir -P $passwd \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/router/
H A Drouter.c165 When the routing table contains userid and passwd information, the
167 userid and passwd are provided in the client request message. It is
186 * Optional HTTP Authorization userid and passwd are checked if present
187 in the routing table. The userid and passwd may be patterns with '*'
189 the userid and passwd match.
247 /* SOAPAction/endpoint -> target endpoint [userid, passwd] */
510 lookup(struct t__RoutingTable *route, const char *key, const char *userid, const char *passwd) argument
527 || !route->__ptr->passwd
529 || !soap_tag_cmp(passwd, route->__ptr->passwd))
588 server_connect(struct soap *server, const char *endpoint, const char *action, const char *userid, const char *passwd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dexample3.cpp40 const char *passwd = "..."; // password to access UDDI server variable
55 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/router/
H A Drouter.c165 When the routing table contains userid and passwd information, the
167 userid and passwd are provided in the client request message. It is
186 * Optional HTTP Authorization userid and passwd are checked if present
187 in the routing table. The userid and passwd may be patterns with '*'
189 the userid and passwd match.
247 /* SOAPAction/endpoint -> target endpoint [userid, passwd] */
510 lookup(struct t__RoutingTable *route, const char *key, const char *userid, const char *passwd) argument
527 || !route->__ptr->passwd
529 || !soap_tag_cmp(passwd, route->__ptr->passwd))
588 server_connect(struct soap *server, const char *endpoint, const char *action, const char *userid, const char *passwd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/uddi2/
H A Dexample3.cpp40 const char *passwd = "..."; // password to access UDDI server variable
55 uddi2__get_USCOREauthToken get_authToken(soap, userid, passwd);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dpasswd.c15 static char* new_password(const struct passwd *pw, uid_t myuid, int algo)
44 goto err_ret; /* non-root is not allowed to have weak passwd */
92 struct passwd *pw;
148 if (myuid && !c) { /* passwd starts with '!' */
160 if (!c) goto skip; /* passwd starts with '!' */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A Dse_access_check_printer.c65 struct passwd *pw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dnanoftp.h93 const char *passwd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dnanoftp.h93 const char *passwd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dprotocol.h78 virtual void SetPassword(const wxString& WXUNUSED(passwd) ) {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanoftp.in.h93 const char *passwd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Duid.c107 struct passwd *this_passwd;
112 /* grab the /etc/passwd record relating to username */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd4 # $Id: smbldap-passwd,v 1.1.1.1 2010-07-16 07:33:12 winniec Exp $
27 # . ldap-unix passwd sync for SAMBA>2.2.2 + LDAP
28 # . may also replace /bin/passwd
332 smbldap-passwd - change user password
336 smbldap-passwd [-?|--help|-s|-u] [name]
340 smbldap-passwd changes passwords for user accounts. A normal user may only change the password for their own account, the super user may change the password for any account.
362 passwd(1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth_unix.c93 struct passwd *pass = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dnanoftp.h93 const char *passwd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrypt.h134 void init_keys OF((__GPRO__ ZCONST char *passwd));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.c304 ntlm_output (struct ntlmdata *ntlm, const char *user, const char *passwd,
327 if(!passwd)
328 passwd="";
435 mkhash(passwd, &ntlm->nonce[0], lmresp
302 ntlm_output(struct ntlmdata *ntlm, const char *user, const char *passwd, bool *ready) argument
H A Doptions.h89 char *passwd; /* Generic password */ member in struct:options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanoftp.in.h93 const char *passwd,

Completed in 323 milliseconds

1234567891011>>