Home
last modified time | relevance | path

Searched refs:auser (Results 1 – 18 of 18) 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",…
Dtest128674 -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"
Dtest24560 http://%HOSTIP:%HTTPPORT/245 -u auser:apasswd --digest -d "junkelijunk"
79 Authorization: Digest username="auser", realm="testrealm", nonce="1053604144", uri="/245", response…
Dtest128463 -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…
Dtest206763 -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…
Dtest206863 -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…
Dtest128563 -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…
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…
Dtest205874 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…
Dtest206074 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…
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"
Dtest206963 -H "Content-Length: 11" -u auser:apasswd --digest -d "junkelijunk" http://%HOSTIP:%HTTPPORT/2069
Dtest17660 http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk"
Dtest205974 http://%HOSTIP:%HTTPPORT/2059 -u auser:apasswd --digest -T log/2059 -x http://%HOSTIP:%HTTPPORT -C…
/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);