]> Pileus Git - ~andy/fetchmail/history - netrc.c
Credit John Beck's fixes.
[~andy/fetchmail] / netrc.c
2010-04-29 Matthias Andree#include "config.h" before string[s].h, to fix Solaris...
2010-04-27 Matthias AndreeFix a few Intel C++ remarks and warnings.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2006-03-15 Matthias AndreeFurther cleanups to compile with C++ compiler.
2006-01-30 Matthias AndreeCraig Leres: only overwrite password if the pointer...
2006-01-19 Matthias AndreeImplement free_netrc(list).
2005-08-15 Matthias AndreeStandalone mode: print usage if wrong argument count...
2005-07-30 Matthias AndreeRemove check for HAVE_ERROR macro which is always false...
2005-07-20 Matthias AndreeUse sizeof rather than macro to communicate buffer...
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-06-18 Matthias AndreeFix various compiler warnings.
2004-06-18 Matthias Andreereplace extern int errno by #include <errno.h>.
2003-01-14 Eric S. Raymondnetrc cleanup.
2001-10-03 Eric S. RaymondNote copyright assignment.
2001-09-24 Eric S. Raymond_( -> GT_(
1999-09-29 Eric S. Raymond-Wall changes.
1999-04-07 Eric S. RaymondFirst round of post-5.0.0 buglets.
1999-03-28 Eric S. RaymondFix .netrc code to search on both host and user name.
1999-01-05 Eric S. RaymondProgress messages now go to stdout.
1999-01-03 Eric S. RaymondAccept 'passwd' as a synonym for 'password' in .netrc...
1998-12-04 Eric S. RaymondFix copyrights.
1998-12-01 Eric S. RaymondImproved netrc parsing.
1998-12-01 Eric S. RaymondBug in FAQ item R5 fixed.
1998-11-26 Eric S. RaymondInternationalization support via GNU gettext().
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-02-19 Eric S. RaymondHandle "account" token.
1998-02-15 Eric S. Raymondnetrc improvement.
1997-07-25 Eric S. RaymondAllow either `user' or `login'.
1997-06-10 Eric S. RaymondFirst step towards netrc fix.
1997-01-16 Eric S. RaymondPhilippe de Muyter's Motorola fixes.
1997-01-14 Eric S. RaymondRemove bad redefinitions.
1997-01-10 Eric S. RaymondStop netrc parser from complaining about blank lines.
1997-01-07 Eric S. RaymondAdd netrc parsing.
1997-01-07 Eric S. RaymondInitial revision