]> Pileus Git - ~andy/fetchmail/history - fetchmail.c
Rediff patch.
[~andy/fetchmail] / fetchmail.c
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-08-01 Matthias AndreeDefine temporary variable with #ifdefs rather than...
2005-07-31 Matthias AndreeKill alloca().
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2005-07-30 Matthias Andreesprintf -> snprintf.
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-23 Matthias AndreeRename lock_release to fm_lock_release, to avoid namesp...
2005-07-23 Matthias AndreeRemove a check that is always true. Found by Nico Golde.
2005-07-20 Matthias AndreePrint a warning that running fetchmail as root is disco...
2005-07-18 Matthias AndreeMake tracepolls a server option, as documented. Fixes...
2005-07-05 Matthias AndreeFix typo in 'Idle after poll is disabled' (used to...
2005-07-03 Matthias AndreePlug one of the .netrc memory leaks.
2005-07-03 Matthias Andreei18n fixes, cs.po updates, by Miloslav Trmac.
2005-07-03 Matthias AndreeDrop unused #include.
2005-04-27 Matthias AndreeFix pluralization.
2005-04-25 Matthias AndreeMerge SuSE's fetchmail-6.2.5-implicit-declaration.patch
2005-04-13 Matthias AndreePrint warning if multidrop is configured, but not envel...
2005-03-19 Matthias AndreeAdd a FIXME comment.
2004-11-08 Matthias AndreeMake iana_charset variable a const char * (was char *).
2004-11-08 Matthias AndreeFix showdots parsing bug that maps preliminary to final...
2004-11-07 Matthias AndreeProvide iana_charset, a normalized IANA charmap name.
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-06-20 Matthias AndreeFix HESIOD compile failure on FreeBSD 5-CURRENT,
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-01-13 Eric S. RaymondSunil Shetye's fix for SSL configuration.
2003-10-15 Eric S. RaymondSunil's transaction patches.
2003-10-10 Eric S. RaymondBetter default for showdots.
2003-08-13 Eric S. RaymondMore minor fixes.
2003-07-17 Eric S. RaymondFirst round ofmlong-delayed bug fixes.
2002-12-13 Eric S. RaymondReady to ship 6-2-0.
2002-11-28 Eric S. RaymondSunil's patch for the STARTTLS problem.
2002-10-31 Eric S. RaymondJan Klaverstijn's verbosity patch.
2002-09-17 Eric S. RaymondFix a minor bug reported by Matthias Andree.
2002-09-09 Eric S. RaymondDefault antispam code list to empy.
2002-09-04 Eric S. RaymondDescribe 550 better.
2002-09-04 Eric S. RaymondSunil Shetye's re-exec patch.
2002-09-04 Eric S. RaymondCygwin port fix.
2002-08-26 Eric S. RaymondRefactor so we can use idle.c in the cookbook.
2002-08-26 Eric S. RaymondRenove unused header.
2002-06-22 Eric S. RaymondSunil's CAPA patch.
2002-06-07 Eric S. Raymondsendmail -i improvement.
2002-03-10 Eric S. RaymondExpose the ESMTP name and password options.
2002-02-01 Eric S. RaymondSunil Shetye's fixews for IMAP and SMTP edge cases.
2001-12-19 Eric S. RaymondMinor fixes from Henrique.
2001-11-08 Eric S. RaymondAvoid UIDL core dump.
2001-10-04 Eric S. RaymondLogging logic changed. Verbosity lowered.
2001-09-30 Eric S. Raymonderror.c -> report.c
2001-09-30 Eric S. RaymondEliminate spurious protocol error messages.
2001-09-26 Eric S. RaymondReady to ship.
2001-09-26 Eric S. RaymondAvoid zombie proliferation.
2001-09-24 Eric S. RaymondNo socket code at all in fetchmail.c now.
2001-09-24 Eric S. RaymondMove Hesiod lookups away from startup time.
2001-09-24 Eric S. Raymond_( -> GT_(
2001-09-24 Eric S. RaymondMoved the DNS lookup.
2001-09-23 Eric S. RaymondAndras Korn's bug.
2001-09-23 Eric S. RaymondLog end of poll cycle.
2001-08-06 Eric S. RaymondActually do server skips!
2001-08-06 Eric S. RaymondTwo of Matthias Andree's four bugs.
2001-07-25 Eric S. RaymondHMH's trivial fixes.
2001-07-06 Eric S. RaymondDon't crap out when there are no servers.
2001-07-06 Eric S. RaymondExit with DNS error only if all mailserver lookups...
2001-07-01 Eric S. RaymondODMR fixes.
2001-06-24 Eric S. RaymondSignal cleanup.
2001-06-24 Eric S. RaymondImplemented fetchdomains.
2001-06-23 Eric S. Raymondstrncat/snprintf cleanup.
2001-06-12 Eric S. RaymondTypo fix.
2001-06-12 Eric S. RaymondThis went out in 5-8-6.
2001-06-05 Eric S. RaymondTracepolls switch implemented.
2001-05-29 Eric S. RaymondBefore trying to fix the no-reset bug.
2001-05-14 Eric S. RaymondSSL certification handling.
2001-05-12 Eric S. Raymondvia localhost is gone.
2001-04-26 Eric S. RaymondNow let's try to resolve the authentication problem.
2001-03-14 Eric S. RaymondCut down on the number of DNS queries at startup.
2001-03-10 Eric S. RaymondAfter refactoring.
2001-03-07 Eric S. RaymondGSSAPI merge.
2001-03-05 Eric S. RaymondKluge to enable --configdump even when DNS is not avail...
2001-03-05 Eric S. RaymondComment fix.
2001-03-03 Eric S. RaymondAdded sslproto.
2001-03-01 Eric S. RaymondMessage fix.
2001-03-01 Eric S. RaymondDump authentication types correctly.
2001-02-19 Eric S. RaymondAbstract out some protocol properties.
2001-02-19 Eric S. RaymondAbstract out the needs-password check.
2001-02-19 Eric S. RaymondAbstract out the needs-password check.
2001-02-19 Eric S. Raymondpreauth -> auth.
2001-02-18 Eric S. RaymondFixed brown-paper-bag password bug (only showed up...
2001-02-15 Eric S. Raymond#85938: fetchmail asks for a password when using ETRN
2001-02-15 Eric S. RaymondFix internationalization.
2001-02-12 Eric S. RaymondCompile fix.
2001-02-12 Eric S. RaymondLooks like we've got the new authentication logic done.
2001-02-11 Eric S. RaymondLet's get rid of the old protocols with preauthenticati...
2001-02-11 Eric S. RaymondReturn "No Mail" status on ^C.
2001-02-11 Eric S. RaymondDave Zarzycki's correction.
2001-02-10 Eric S. RaymondDave Zarzycki's fixes.
2001-02-07 Eric S. RaymondFirst cut at ODMR support.
2000-12-21 Eric S. RaymondComment fix.
2000-12-21 Eric S. RaymondDave Bodenstab's lockfile-acquisition change, and expla...
2000-12-12 Eric S. RaymondSpambounce patch.
2000-12-12 Eric S. RaymondMinor corrections.
2000-12-01 Eric S. RaymondMinor bugfixes.
next