Searched refs:auser (Results 1 – 18 of 18) sorted by relevance
/external/curl/tests/data/ |
D | test1002 | 73 ….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",…
|
D | test1286 | 74 -u auser:apasswd --location --digest http://%HOSTIP:%HTTPPORT/1286 100 …1, nonce="1053604144", qop=auth, realm="testrealm", response=REMOVED, uri="/1286", username="auser" 105 …once="1053604144", qop=auth, realm="testrealm", response=REMOVED, uri="/12860001", username="auser"
|
D | test245 | 60 http://%HOSTIP:%HTTPPORT/245 -u auser:apasswd --digest -d "junkelijunk" 79 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/245", response…
|
D | test1284 | 63 -H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/1284 81 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1284", respons…
|
D | test2067 | 63 -H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/2067 81 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2067", respons…
|
D | test2068 | 63 -H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/2068 81 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2068", respons…
|
D | test1285 | 63 -H "Content-Length: 85" -u auser:apasswd --digest -T log/put1285 http://%HOSTIP:%HTTPPORT/1285 86 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/1285", respons…
|
D | test246 | 70 http://%HOSTIP:%HTTPPORT/246 -u auser:apasswd --digest -d "junkelijunk" 89 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/246", response…
|
D | test1001 | 74 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…
|
D | test2058 | 74 http://%HOSTIP:%HTTPPORT/2058 -u auser:apasswd --digest -T log/2058 -x http://%HOSTIP:%HTTPPORT -C… 97 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2058", respons…
|
D | test2060 | 74 http://%HOSTIP:%HTTPPORT/2060 -u auser:apasswd --digest -T log/2060 -x http://%HOSTIP:%HTTPPORT -C… 97 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/2060", respons…
|
D | test225 | 17 ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a
|
D | test177 | 35 http://%HOSTIP:%HTTPPORT/177 -u auser:apasswd --digest -d "junkelijunk"
|
D | test175 | 59 http://%HOSTIP:%HTTPPORT/175 -u auser:apasswd --digest -d "junkelijunk"
|
D | test2069 | 63 -H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/2069
|
D | test176 | 60 http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk"
|
D | test2059 | 74 http://%HOSTIP:%HTTPPORT/2059 -u auser:apasswd --digest -T log/2059 -x http://%HOSTIP:%HTTPPORT -C…
|
/external/ppp/pppd/ |
D | auth.c | 1365 check_passwd(unit, auser, userlen, apasswd, passwdlen, msg) in check_passwd() argument 1367 char *auser; 1390 slprintf(user, sizeof(user), "%.*v", userlen, auser);
|