aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Seal off some more functions.Eric S. Raymond1996-10-301-4/+4
| | | | svn path=/trunk/; revision=429
* Move some forward declarations for better encapsulation.Eric S. Raymond1996-10-292-2/+3
| | | | svn path=/trunk/; revision=428
* Don't display canonical name if it hasn't been grabbed.Eric S. Raymond1996-10-291-1/+2
| | | | svn path=/trunk/; revision=427
* Make fetchmail -q faster.Eric S. Raymond1996-10-292-2/+3
| | | | svn path=/trunk/; revision=426
* More reorganization.Eric S. Raymond1996-10-291-9/+10
| | | | svn path=/trunk/; revision=425
* Modularize the main logic a bit.Eric S. Raymond1996-10-291-194/+207
| | | | svn path=/trunk/; revision=424
* Not experimental any more.Eric S. Raymond1996-10-291-3/+0
| | | | svn path=/trunk/; revision=423
* Add some doc files to the RPM.Eric S. Raymond1996-10-291-0/+2
| | | | svn path=/trunk/; revision=422
* Initial revisionEric S. Raymond1996-10-291-0/+44
| | | | svn path=/trunk/; revision=421
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-293-10/+34
| | | | svn path=/trunk/; revision=420
* smtp_close isn't used any more.Eric S. Raymond1996-10-291-9/+0
| | | | svn path=/trunk/; revision=419
* Added -n, --nodetach option.Eric S. Raymond1996-10-295-21/+52
| | | | svn path=/trunk/; revision=418
* Timestamp.Eric S. Raymond1996-10-291-1/+1
| | | | svn path=/trunk/; revision=416
* Go to patch level 4.Eric S. Raymond1996-10-291-1/+1
| | | | svn path=/trunk/; revision=415
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-294-37/+68
| | | | svn path=/trunk/; revision=414
* Reorganize slightly.Eric S. Raymond1996-10-281-19/+34
| | | | svn path=/trunk/; revision=413
* Correct sttus interpretation.Eric S. Raymond1996-10-282-1/+4
| | | | svn path=/trunk/; revision=412
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-0/+3
| | | | svn path=/trunk/; revision=410
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-2/+12
| | | | svn path=/trunk/; revision=409
* Don't open SMTP connection until it's needed.Eric S. Raymond1996-10-281-17/+18
| | | | svn path=/trunk/; revision=408
* Better optimization.Eric S. Raymond1996-10-281-2/+2
| | | | svn path=/trunk/; revision=407
* Date the patched releases.Eric S. Raymond1996-10-281-2/+2
| | | | svn path=/trunk/; revision=406
* Patchlevel machinery.Eric S. Raymond1996-10-282-1/+16
| | | | svn path=/trunk/; revision=405
* Handle nested parentheses in RFC822 comments.Eric S. Raymond1996-10-281-3/+18
| | | | svn path=/trunk/; revision=404
* Patchlevel apparatus.Eric S. Raymond1996-10-281-1/+2
| | | | svn path=/trunk/; revision=403
* Cleanup for PL3.Eric S. Raymond1996-10-287-49/+81
| | | | svn path=/trunk/; revision=402
* Initial revisionEric S. Raymond1996-10-281-0/+762
| | | | svn path=/trunk/; revision=401
* Correct mda argument list building.Eric S. Raymond1996-10-271-1/+1
| | | | svn path=/trunk/; revision=399
* Correct the defaults logic.Eric S. Raymond1996-10-271-4/+5
| | | | svn path=/trunk/; revision=398
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-273-15/+9
| | | | svn path=/trunk/; revision=397
* gcc -Wall cleanup.Eric S. Raymond1996-10-2614-112/+158
| | | | svn path=/trunk/; revision=396
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-265-33/+31
| | | | svn path=/trunk/; revision=395
* Better documentation.Eric S. Raymond1996-10-262-73/+68
| | | | svn path=/trunk/; revision=393
* Move the timeout setup.Eric S. Raymond1996-10-261-9/+5
| | | | svn path=/trunk/; revision=392
* Major changes of data structure and variable names.Eric S. Raymond1996-10-269-293/+295
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-2611-12/+149
| | | | svn path=/trunk/; revision=390
* Correctly document the multidrop stuff.Eric S. Raymond1996-10-261-22/+18
| | | | svn path=/trunk/; revision=389
* Comment cleaning.Eric S. Raymond1996-10-252-17/+3
| | | | svn path=/trunk/; revision=388
* Reorganize some code.Eric S. Raymond1996-10-252-30/+27
| | | | svn path=/trunk/; revision=387
* Recove the driver to use setjmp/longjmp.Eric S. Raymond1996-10-251-178/+174
| | | | svn path=/trunk/; revision=386
* Document recent changes.Eric S. Raymond1996-10-253-7/+21
| | | | svn path=/trunk/; revision=385
* Fix delivery to MDAs.Eric S. Raymond1996-10-253-5/+3
| | | | svn path=/trunk/; revision=384
* Use the precomputed canonical_name for Kerberos authentication.Eric S. Raymond1996-10-251-20/+6
| | | | svn path=/trunk/; revision=383
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-253-73/+101
| | | | svn path=/trunk/; revision=382
* More economical buffer sizing.Eric S. Raymond1996-10-251-2/+6
| | | | svn path=/trunk/; revision=381
* Clean up the getmxrecords interface.Eric S. Raymond1996-10-253-17/+34
| | | | svn path=/trunk/; revision=380
* Initial revisionEric S. Raymond1996-10-252-0/+94
| | | | svn path=/trunk/; revision=379
* We know how to look up MX records now.Eric S. Raymond1996-10-252-25/+49
| | | | svn path=/trunk/; revision=378
* Fix embarassing bug.Eric S. Raymond1996-10-251-1/+1
| | | | svn path=/trunk/; revision=377
* Another pass at making multidrop work OK.Eric S. Raymond1996-10-253-25/+34
| | | | svn path=/trunk/; revision=376