Lines Matching refs:netrc
7465 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.
14531 a report meant for our project. Anyway, it said the .netrc parsing didn't
14532 work as supposed, and as I agreed with Lars, I made the netrc parser use
14534 that netrc. It still uses the environment variable HOME for those that don't
14750 - Made the netrc parse result possible to use for other protocols than FTP and
15863 - Andrew <andrew at ugh.net.au> pointed out a netrc manual bug.
16817 - It breaks with segfault when 1) curl is using .netrc to obtain
17654 - Added a first attempt to optionally parse the .netrc file for login user