aboutsummaryrefslogtreecommitdiffstats
path: root/netrc.c
Commit message (Collapse)AuthorAgeFilesLines
* First round of post-5.0.0 buglets.Eric S. Raymond1999-04-071-5/+1
| | | | svn path=/trunk/; revision=2430
* Fix .netrc code to search on both host and user name.Eric S. Raymond1999-03-281-31/+22
| | | | svn path=/trunk/; revision=2417
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-1/+1
| | | | svn path=/trunk/; revision=2329
* Accept 'passwd' as a synonym for 'password' in .netrc files.Eric S. Raymond1999-01-031-0/+3
| | | | svn path=/trunk/; revision=2316
* Fix copyrights.Eric S. Raymond1998-12-041-17/+3
| | | | svn path=/trunk/; revision=2260
* Improved netrc parsing.Eric S. Raymond1998-12-011-4/+3
| | | | svn path=/trunk/; revision=2255
* Bug in FAQ item R5 fixed.Eric S. Raymond1998-12-011-1/+1
| | | | svn path=/trunk/; revision=2249
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-2/+5
| | | | svn path=/trunk/; revision=2208
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-4/+3
| | | | svn path=/trunk/; revision=2137
* Handle "account" token.Eric S. Raymond1998-02-191-3/+3
| | | | svn path=/trunk/; revision=1654
* netrc improvement.Eric S. Raymond1998-02-151-4/+33
| | | | svn path=/trunk/; revision=1624
* Allow either `user' or `login'.Eric S. Raymond1997-07-251-0/+3
| | | | svn path=/trunk/; revision=1182
* First step towards netrc fix.Eric S. Raymond1997-06-101-3/+4
| | | | svn path=/trunk/; revision=1078
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-5/+1
| | | | svn path=/trunk/; revision=781
* Remove bad redefinitions.Eric S. Raymond1997-01-141-4/+0
| | | | svn path=/trunk/; revision=765
* Stop netrc parser from complaining about blank lines.Eric S. Raymond1997-01-101-196/+203
| | | | svn path=/trunk/; revision=729
* Add netrc parsing.Eric S. Raymond1997-01-071-168/+7
| | | | svn path=/trunk/; revision=715
* Initial revisionEric S. Raymond1997-01-071-0/+550
svn path=/trunk/; revision=714