Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -1/+1 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -5/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Craig Leres: only overwrite password if the pointer is non-NULL. Avoids a ↵ | Matthias Andree | 2006-01-30 | 1 | -2/+4 |
| | | | | | | crash in .netrc files with missing passwords. svn path=/branches/BRANCH_6-3/; revision=4684 | ||||
* | Implement free_netrc(list). | Matthias Andree | 2006-01-19 | 1 | -0/+14 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4659 | ||||
* | Standalone mode: print usage if wrong argument count is used. | Matthias Andree | 2005-08-15 | 1 | -7/+19 |
| | | | | | | | Exit with failure in standalone mode when searching for host/login pair does not come up with results. svn path=/trunk/; revision=4235 | ||||
* | Remove check for HAVE_ERROR macro which is always false, along with dead code. | Matthias Andree | 2005-07-30 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=4189 | ||||
* | Use sizeof rather than macro to communicate buffer size to fgets. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4151 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -4/+1 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | replace extern int errno by #include <errno.h>. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3898 | ||||
* | netrc cleanup. | Eric S. Raymond | 2003-01-14 | 1 | -13/+13 |
| | | | | svn path=/trunk/; revision=3779 | ||||
* | Note copyright assignment. | Eric S. Raymond | 2001-10-03 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3532 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | -Wall changes. | Eric S. Raymond | 1999-09-29 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=2626 | ||||
* | First round of post-5.0.0 buglets. | Eric S. Raymond | 1999-04-07 | 1 | -5/+1 |
| | | | | svn path=/trunk/; revision=2430 | ||||
* | Fix .netrc code to search on both host and user name. | Eric S. Raymond | 1999-03-28 | 1 | -31/+22 |
| | | | | svn path=/trunk/; revision=2417 | ||||
* | Progress messages now go to stdout. | Eric S. Raymond | 1999-01-05 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2329 | ||||
* | Accept 'passwd' as a synonym for 'password' in .netrc files. | Eric S. Raymond | 1999-01-03 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=2316 | ||||
* | Fix copyrights. | Eric S. Raymond | 1998-12-04 | 1 | -17/+3 |
| | | | | svn path=/trunk/; revision=2260 | ||||
* | Improved netrc parsing. | Eric S. Raymond | 1998-12-01 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=2255 | ||||
* | Bug in FAQ item R5 fixed. | Eric S. Raymond | 1998-12-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2249 | ||||
* | Internationalization support via GNU gettext(). | Eric S. Raymond | 1998-11-26 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=2208 | ||||
* | Jonathan T. Agnew's massive code cleanup. | Eric S. Raymond | 1998-10-26 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=2137 | ||||
* | Handle "account" token. | Eric S. Raymond | 1998-02-19 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=1654 | ||||
* | netrc improvement. | Eric S. Raymond | 1998-02-15 | 1 | -4/+33 |
| | | | | svn path=/trunk/; revision=1624 | ||||
* | Allow either `user' or `login'. | Eric S. Raymond | 1997-07-25 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=1182 | ||||
* | First step towards netrc fix. | Eric S. Raymond | 1997-06-10 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=1078 | ||||
* | Philippe de Muyter's Motorola fixes. | Eric S. Raymond | 1997-01-16 | 1 | -5/+1 |
| | | | | svn path=/trunk/; revision=781 | ||||
* | Remove bad redefinitions. | Eric S. Raymond | 1997-01-14 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=765 | ||||
* | Stop netrc parser from complaining about blank lines. | Eric S. Raymond | 1997-01-10 | 1 | -196/+203 |
| | | | | svn path=/trunk/; revision=729 | ||||
* | Add netrc parsing. | Eric S. Raymond | 1997-01-07 | 1 | -168/+7 |
| | | | | svn path=/trunk/; revision=715 | ||||
* | Initial revision | Eric S. Raymond | 1997-01-07 | 1 | -0/+550 |
svn path=/trunk/; revision=714 |