Home
last modified time | relevance | path

Searched refs:auser (Results 1 – 10 of 10) sorted by relevance

/external/curl/tests/data/
Dtest100273 ….upload1 -T log/1002 http://%HOSTIP:%HTTPPORT/1002.upload2 -T log/1002 -u auser:apasswd --digest -…
96 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1002.upload1",…
106 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1002.upload2",…
Dtest24560 http://%HOSTIP:%HTTPPORT/245 -u auser:apasswd --digest -d "junkelijunk"
79 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/245", response…
Dtest24670 http://%HOSTIP:%HTTPPORT/246 -u auser:apasswd --digest -d "junkelijunk"
89 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/246", response…
Dtest100174 http://%HOSTIP:%HTTPPORT/1001 -u auser:apasswd --digest -T log/1001 -x http://%HOSTIP:%HTTPPORT -C…
97 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1001", respons…
Dtest22517 ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a
Dtest17735 http://%HOSTIP:%HTTPPORT/177 -u auser:apasswd --digest -d "junkelijunk"
Dtest17559 http://%HOSTIP:%HTTPPORT/175 -u auser:apasswd --digest -d "junkelijunk"
Dtest17660 http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk"
/external/syslinux/core/lwip/src/netif/ppp/
Dauth.c862 check_passwd( int unit, char *auser, int userlen, char *apasswd, int passwdlen, char **msg, int *ms… in check_passwd() argument
866 LWIP_UNUSED_ARG(auser); in check_passwd()
885 BCOPY(auser, user, userlen); in check_passwd()
/external/ppp/pppd/
Dauth.c1365 check_passwd(unit, auser, userlen, apasswd, passwdlen, msg) in check_passwd() argument
1367 char *auser;
1390 slprintf(user, sizeof(user), "%.*v", userlen, auser);