]> Pileus Git - ~andy/fetchmail/history - env.c
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / env.c
2010-04-12 Matthias AndreeCall endpwent().
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-02-28 Matthias AndreeMake some explicit NULL checks to pacify llvm-clang...
2010-02-28 Matthias AndreeRemove unused assignments/initializations found with...
2009-06-14 Matthias AndreeFix spacing for consistency.
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2006-12-19 Matthias Andree* When HOME and FETCHMAILHOME are unset, be sure to...
2006-09-04 Matthias AndreeAvoid crash in env.c/host_fqdn if we cannot canonicaliz...
2006-08-14 Matthias AndreeWrap getaddrinfo() and block SIGALRM where needed.
2006-08-03 Matthias AndreeRevise comments before name canonicalization to make...
2006-03-14 Matthias AndreeFix more compiler warnings.
2005-11-10 Matthias AndreeFix Debian Bug#317761: when trying to send a bounce...
2005-10-30 Matthias AndreeAdd parameter to host_fqdn() to state if the domain...
2005-10-21 Matthias AndreeGlobal variable cleanup, to fix daemon mode reinitializ...
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-20 Matthias AndreeRevise visbuf to dynamically size its buffer.
2004-11-12 Matthias AndreeReplace sprintf.
2004-11-10 Matthias AndreeMisc. sprintf and pid_t fixes.
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-06-19 Matthias AndreeCast arguments of is*() ctype.h functions to unsigned...
2004-06-18 Matthias AndreeFix various compiler warnings.
2004-01-13 Eric S. RaymondSunil Shetye's fix for SSL configuration.
2002-04-01 Eric S. RaymondCleanup.
2002-02-15 Eric S. RaymondMinor fixes for 5.9.8.
2002-02-01 Eric S. RaymondFixes by Matthias Andree.
2001-11-08 Eric S. RaymondEasy bug fixes for this round.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-09-18 Eric S. RaymondBefore tckling the license problem.
2001-07-25 Eric S. RaymondHMH's trivial fixes.
2001-03-14 Eric S. RaymondCorrected patch.
2001-03-14 Eric S. RaymondYoshihiko SARUMARU's patch,
2001-02-19 Eric S. RaymondShow IMAP in the protocols.
2001-02-14 Eric S. RaymondProper conditionalization.
2001-02-11 Eric S. RaymondLet's get rid of the old protocols with preauthenticati...
2001-02-07 Eric S. RaymondFirst cut at ODMR support.
2000-07-23 Eric S. RaymondFETCHMAILUSER implemented.
2000-04-21 Eric S. RaymondMinor bug fixes.
2000-04-16 Eric S. RaymondFix brown-paper-bag bug.
2000-04-16 Eric S. RaymondFETCHMAILHOME
2000-04-08 Eric S. RaymondBeOS support.
1999-12-26 Eric S. RaymondMinor optimizations from Federico.
1999-12-23 Eric S. RaymondHandle literal backslashes properly.
1999-09-27 Eric S. RaymondFix a logfile dump bug.
1999-08-17 Eric S. RaymondChanges from the road.
1999-04-25 Eric S. RaymondImproved environment-query logic.
1999-04-07 Eric S. RaymondFirst round of post-5.0.0 buglets.
1999-03-29 Eric S. Raymond*** empty log message ***
1999-02-28 Eric S. RaymondReady to ship 5.0.0.
1999-01-02 Eric S. RaymondLocaltime in timestamps.
1998-12-15 Eric S. Raymondgcc -Wall cleanup.
1998-12-04 Eric S. RaymondFix copyrights.
1998-12-01 Eric S. RaymondUTC > GMT.
1998-11-30 Eric S. RaymondSwitch timestamp to GMT.
1998-11-29 Eric S. RaymondClean up the generated trace headers.
1998-11-26 Eric S. RaymondInternationalization support via GNU gettext().
1998-10-30 Eric S. RaymondRationalized timestamps.
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-10-20 Eric S. Raymond-Wall cleanup.
1998-10-19 Eric S. Raymondalloca -> xalloca.
1998-08-27 Eric S. RaymondCompute FQDN when Kerberos is in use.
1998-08-18 Eric S. RaymondEnclose string dumps in doublequotes to work with visbu...
1998-08-02 Eric S. RaymondEliminate agethostbyname call in non-ETRN modes.
1998-07-29 Eric S. RaymondGunther Leber's fix.
1998-06-04 Eric S. RaymondBrendan Cully's fixes for GSSAPI.
1998-03-23 Eric S. RaymondFix minor bug.
1997-12-15 Eric S. RaymondGSSAPI support.
1997-09-19 Eric S. RaymondCompilation cleanups.
1997-09-16 Eric S. Raymondimproved ETRN handling.
1997-09-03 Eric S. RaymondsysV68 R3V7.1 port changes.
1997-08-17 Eric S. RaymondInitial revision