Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 111) sorted by relevance

12345

/curl/tests/data/
H A Dtest97720 Set-Cookie: a=b; Domain=.me.;
40 -x http://%HOSTIP:%HTTPPORT http://firsthost.me. -c %LOGDIR/cookies%TESTNUMBER
48 GET http://firsthost.me./ HTTP/1.1
49 Host: firsthost.me.
H A Dtest132117 imap: sure hit me
21 From: me@somewhere
30 From: me@somewhere
H A Dtest131917 pop3: sure hit me
24 From: me@somewhere
34 From: me@somewhere
H A Dtest85714 From: me@somewhere
24 From: me@somewhere
H A Dtest131618 Magic: sure you can FTP me
26 Magic: sure you can FTP me
29 Magic: sure you can FTP me
H A Dtest45537 --variable moby="Call me Ishmael" --expand-url "http://%HOSTIP:%HTTPPORT/{{moby:b64}}/%TESTNUMBER"
45 GET /%b64[Call me Ishmael]b64%/%TESTNUMBER HTTP/1.1
H A Dtest123140 http://%HOSTIP:%HTTPPORT/../../hej/but/who/../%TESTNUMBER?stupid=me/../%TESTNUMBER#soo/../%TESTNUMB…
48 GET /hej/but/%TESTNUMBER?stupid=me/../%TESTNUMBER HTTP/1.1
H A Dtest71818 HTTP/1.1 407 Authorization Required to proxy me swsclose
24 HTTP/1.1 407 Authorization Required to proxy me swsclose
H A Dtest102117 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
27 HTTP/1.1 407 Authorization Required to proxy me my dear
64 HTTP/1.1 407 Authorization Required to proxy me my dear swsclose
69 HTTP/1.1 407 Authorization Required to proxy me my dear
H A Dtest43941 "http://fake.fake.fake:8000/%TESTNUMBER/?name=me%&noval&aim=b%aad&&&weirdo=*.//-" -u user:secret --…
49 GET /439/?name=me%&noval&aim=b%aad&&&weirdo=*.//- HTTP/1.1
H A Dtest124141 …st.remote.haxx.se.%TESTNUMBER:8990/../../hej/but/who/../%TESTNUMBER?stupid=me/../%TESTNUMBER#soo/.…
52 GET http://test.remote.haxx.se.%TESTNUMBER:8990/../../hej/but/who/../%TESTNUMBER?stupid=me/../%TEST…
H A Dtest54020 HTTP/1.1 407 Authorization Required to proxy me my dear
37 HTTP/1.1 407 Authorization Required to proxy me my dear
46 HTTP/1.1 407 Authorization Required to proxy me my dear
H A Dtest310017 WWW-Authenticate: Basic realm="please-auth-me"
37 WWW-Authenticate: Basic realm="please-auth-me"
H A Dtest123242 …st.remote.haxx.se.%TESTNUMBER:8990/../../hej/but/who/../%TESTNUMBER?stupid=me/../%TESTNUMBER#soo/.…
53 GET http://test.remote.haxx.se.%TESTNUMBER:8990/hej/but/%TESTNUMBER?stupid=me/../%TESTNUMBER HTTP/1…
H A Dtest85014 From: me@somewhere
H A Dtest29515 REPLY PASS 332 Give me an ACCT now
H A Dtest98913 From: me@somewhere
H A Dtest6828 HTTP/1.1 401 You give me wrong password
44 HTTP/1.1 401 You give me wrong password
H A Dtest155214 From: me@somewhere
H A Dtest86219 From: me@somewhere
H A Dtest80014 From: me@somewhere
H A Dtest84714 From: me@somewhere
/curl/tests/server/
H A Dtftpd.c556 srvr_sockaddr_union_t me; in main() local
685 memset(&me.sa4, 0, sizeof(me.sa4)); in main()
686 me.sa4.sin_family = AF_INET; in main()
687 me.sa4.sin_addr.s_addr = INADDR_ANY; in main()
688 me.sa4.sin_port = htons(port); in main()
689 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main()
693 memset(&me.sa6, 0, sizeof(me.sa6)); in main()
694 me.sa6.sin6_family = AF_INET6; in main()
695 me.sa6.sin6_addr = in6addr_any; in main()
696 me.sa6.sin6_port = htons(port); in main()
[all …]
H A Drtspd.c1056 srvr_sockaddr_union_t me; in main() local
1187 memset(&me.sa4, 0, sizeof(me.sa4)); in main()
1188 me.sa4.sin_family = AF_INET; in main()
1189 me.sa4.sin_addr.s_addr = INADDR_ANY; in main()
1190 me.sa4.sin_port = htons(port); in main()
1191 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main()
1195 memset(&me.sa6, 0, sizeof(me.sa6)); in main()
1196 me.sa6.sin6_family = AF_INET6; in main()
1197 me.sa6.sin6_addr = in6addr_any; in main()
1198 me.sa6.sin6_port = htons(port); in main()
[all …]
H A Dsockfilt.c1349 srvr_sockaddr_union_t me; in main() local
1496 memset(&me.sa4, 0, sizeof(me.sa4)); in main()
1497 me.sa4.sin_family = AF_INET; in main()
1498 me.sa4.sin_port = htons(connectport); in main()
1499 me.sa4.sin_addr.s_addr = INADDR_ANY; in main()
1502 Curl_inet_pton(AF_INET, addr, &me.sa4.sin_addr); in main()
1504 rc = connect(sock, &me.sa, sizeof(me.sa4)); in main()
1508 memset(&me.sa6, 0, sizeof(me.sa6)); in main()
1509 me.sa6.sin6_family = AF_INET6; in main()
1510 me.sa6.sin6_port = htons(connectport); in main()
[all …]

Completed in 35 milliseconds

12345