Home
last modified time | relevance | path

Searched refs:netrc (Results 1 – 24 of 24) sorted by relevance

/external/curl/tests/data/
Dtest1347 netrc
37 FTP (optional .netrc; programmatic user/passwd) dir list PASV
40 --netrc-optional --netrc-file log/netrc134 -u romulus:rhemus ftp://mary:mark@%HOSTIP:%FTPPORT/
Dtest1317 netrc
38 FTP (optional .netrc; user/no pass) dir list PASV
41 --netrc-optional --netrc-file log/netrc131 ftp://user2@%HOSTIP:%FTPPORT/
Dtest1327 netrc
37 FTP (optional .netrc; user/passwd supplied) dir list PASV
40 --netrc-optional --netrc-file log/netrc132 ftp://mary:mark@%HOSTIP:%FTPPORT/
Dtest1307 netrc
37 FTP (optional .netrc; no user/pass) dir list PASV
40 --netrc-optional --netrc-file log/netrc130 ftp://%HOSTIP:%FTPPORT/
Dtest20397 netrc
37 FTP (optional .netrc with 'default' override; no user/pass) dir list PASV
40 --netrc-optional --netrc-file log/netrc2039 ftp://%HOSTIP:%FTPPORT/
Dtest2579 netrc
71 HTTP Location: following with --netrc-optional
74 http://supersite.com/want/257 -L -x http://%HOSTIP:%HTTPPORT --netrc-optional --netrc-file log/netr…
77 # netrc auth for two out of three sites:
Dtest1337 netrc
37 FTP (compulsory .netrc; ignored user/passwd) dir list PASV
40 -n --netrc-file log/netrc133 ftp://mary:mark@%HOSTIP:%FTPPORT/
Dtest13045 netrc
19 netrc parsing unit tests
/external/owasp/sanitizer/tools/
Dgooglecode_upload.py171 from netrc import netrc
172 authenticators = netrc().authenticators("code.google.com")
/external/ceres-solver/docs/source/
Dcontributing.rst68 5. Configure your Gerrit password with a ``.netrc`` (Mac and Linux)
83 * Copy the contents of the ``netrc`` into the clipboard.
85 - On Mac and Linux, paste the contents into ``~/.netrc``.
/external/curl/lib/
DMakefile.inc33 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \
51 LIB_HFILES = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h \
Durldata.h520 bool netrc; /* name+password provided by netrc */ member
DMakefile.vc6595 $(DIROBJ)\netrc.obj \
Durl.c5086 conn->bits.netrc = FALSE; in override_login()
5103 conn->bits.netrc = TRUE; in override_login()
Dhttp.c741 conn->bits.netrc || in Curl_http_output_auth()
/external/curl/src/
Dtool_cfgable.h101 bool netrc; member
Dtool_getparam.c1518 config->netrc = toggle; in getparameter()
Dtool_operate.c906 else if(config->netrc || config->netrc_file) in operate_do()
/external/curl/packages/Symbian/group/
Dlibcurl.mmp27 netrc.c getinfo.c transfer.c strequal.c easy.c security.c krb4.c \
/external/curl/
DRELEASE-NOTES33 o netrc: support 'default' token
45 o netrc: Read in text mode when cygwin [9]
DCHANGES.07465 in .netrc, and when following a Location: the subsequent requests didn't
7466 properly use the auth as found in the netrc file. Added test case 257 to
9648 getpwuid results when looking for .netrc files.
10143 of trying to find a .netrc in the current user's home directory. The
10144 existing .netrc file finder is somewhat naive and is far from perfect on
10148 The current .netrc check code now also support longer than 256 bytes path
10163 instead have the app pass in the path to the .netrc file (which is the only
11450 - David Thiel pointed out that the .netrc file was not being dealt with
12214 --netrc-optional was introduced as an addition to --netrc to allow the
12215 command line client to take use of all that new netrc stuff.
[all …]
/external/curl/docs/
DFEATURES24 - uses .netrc
DMANUAL862 Unix introduced the .netrc concept a long time ago. It is a way for a user
869 Curl supports .netrc files if told to (using the -n/--netrc and
870 --netrc-optional options). This is not restricted to just FTP,
873 A very simple .netrc file could look something like:
DINTERNALS373 lib/netrc.c holds the .netrc parser