aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* Fix fatal alloca bug.Eric S. Raymond1996-10-301-6/+11
* Don't display canonical name if it hasn't been grabbed.Eric S. Raymond1996-10-291-1/+2
* Make fetchmail -q faster.Eric S. Raymond1996-10-291-2/+2
* More reorganization.Eric S. Raymond1996-10-291-9/+10
* Modularize the main logic a bit.Eric S. Raymond1996-10-291-194/+207
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-291-2/+22
* Added -n, --nodetach option.Eric S. Raymond1996-10-291-1/+16
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-2/+36
* Correct sttus interpretation.Eric S. Raymond1996-10-281-1/+1
* Patchlevel machinery.Eric S. Raymond1996-10-281-1/+1
* Cleanup for PL3.Eric S. Raymond1996-10-281-10/+19
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-271-8/+2
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-6/+8
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-106/+106
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+15
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-2/+1
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-7/+7
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-15/+72
* Don't need to pacify exim any more.Eric S. Raymond1996-10-241-12/+0
* Deeal with exim.Eric S. Raymond1996-10-211-0/+12
* Avoid the socket-exhaustion bug.Eric S. Raymond1996-10-191-1/+29
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+4
* Don't set up MDA if we're in check_only mode.Eric S. Raymond1996-10-191-1/+1
* Don't allow a fetchmail with arguments to wake up a daemon.Eric S. Raymond1996-10-191-0/+7
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-71/+12
* Allow C-style escapes in strings.Eric S. Raymond1996-10-171-8/+103
* Message and documentation cleanup.Eric S. Raymond1996-10-171-4/+6
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-141-1/+4
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-3/+8
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-1/+6
* Added wakeup feature.Eric S. Raymond1996-10-131-9/+50
* Fix options handling.Eric S. Raymond1996-10-111-3/+3
* Option dump cleanup.Eric S. Raymond1996-10-111-3/+4
* Option reorganization.Eric S. Raymond1996-10-111-19/+11
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-4/+2
* UIDs, take 3.Eric S. Raymond1996-10-101-3/+3
* UIDs are back in.Eric S. Raymond1996-10-101-0/+34
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-5/+6
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-4/+15
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-11/+0
* Don't include the client hostname in the lockfile name. On multipleEric S. Raymond1996-10-091-2/+0
* Really exclude defaults entry after first.Eric S. Raymond1996-10-091-1/+1
* Improved lockfile handling.Eric S. Raymond1996-10-091-27/+37
* Make sure we include optind, for picky def/ref compilers.Eric S. Raymond1996-10-081-0/+1
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-1/+1
* Popclient compatibility hack.Eric S. Raymond1996-10-061-3/+12
* Crap out on nonzero MDA return status.Eric S. Raymond1996-10-061-8/+16
* Get defaults right.Eric S. Raymond1996-10-051-41/+49
* Abstract out host allocation.Eric S. Raymond1996-10-051-25/+7
* Multiple queries to same server with different users work now.Eric S. Raymond1996-10-051-28/+81