aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Sunil Shetye's header-read fix.Eric S. Raymond2002-10-181-1/+15
| | | | svn path=/trunk/; revision=3746
* Make notifications work.Eric S. Raymond2002-10-181-37/+37
| | | | svn path=/trunk/; revision=3745
* Hide the REPOLL message.Eric S. Raymond2002-10-181-0/+1
| | | | svn path=/trunk/; revision=3738
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-24/+24
| | | | svn path=/trunk/; revision=3707
* More fixes from Sunil.Eric S. Raymond2002-07-101-1/+1
| | | | svn path=/trunk/; revision=3660
* More patches by Sunil.Eric S. Raymond2002-06-221-2/+3
| | | | svn path=/trunk/; revision=3653
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-0/+6
| | | | svn path=/trunk/; revision=3650
* Fix Kerberos bugs.Eric S. Raymond2002-06-041-1/+1
| | | | svn path=/trunk/; revision=3628
* Various cleanup patches.Eric S. Raymond2002-04-091-0/+4
| | | | svn path=/trunk/; revision=3612
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-9/+26
| | | | svn path=/trunk/; revision=3603
* Internationalization fix.Eric S. Raymond2002-03-151-1/+1
| | | | svn path=/trunk/; revision=3601
* Ready to put in esmtp password.Eric S. Raymond2002-03-101-0/+14
| | | | svn path=/trunk/; revision=3595
* Minor fixes for 5.9.8.Eric S. Raymond2002-02-151-1/+14
| | | | svn path=/trunk/; revision=3578
* Fixes by Matthias Andree.Eric S. Raymond2002-02-011-2/+8
| | | | svn path=/trunk/; revision=3571
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-4/+1
| | | | svn path=/trunk/; revision=3570
* Sunil Shetye's disconect-reconnect fix.Eric S. Raymond2001-12-141-3/+7
| | | | svn path=/trunk/; revision=3555
* HMH's latest round of fixes.Eric S. Raymond2001-10-011-1/+3
| | | | svn path=/trunk/; revision=3529
* Handle long socket closes.Eric S. Raymond2001-09-281-4/+20
| | | | svn path=/trunk/; revision=3501
* Prevent UID lossage because of the DNS lookups getting moved.Eric S. Raymond2001-09-281-2/+2
| | | | svn path=/trunk/; revision=3497
* Typo fixes.Eric S. Raymond2001-09-261-2/+2
| | | | svn path=/trunk/; revision=3488
* Move Hesiod lookups away from startup time.Eric S. Raymond2001-09-241-0/+23
| | | | svn path=/trunk/; revision=3484
* _( -> GT_(Eric S. Raymond2001-09-241-82/+82
| | | | svn path=/trunk/; revision=3478
* Moved the DNS lookup.Eric S. Raymond2001-09-241-1/+60
| | | | svn path=/trunk/; revision=3477
* Log messages now include the account name and host.Eric S. Raymond2001-09-231-10/+14
| | | | svn path=/trunk/; revision=3471
* Justin Guyett's fix.Eric S. Raymond2001-08-031-1/+8
| | | | svn path=/trunk/; revision=3436
* Ready to ship another release.Eric S. Raymond2001-06-251-3/+3
| | | | svn path=/trunk/; revision=3385
* Separate codes from sizes.Eric S. Raymond2001-06-241-15/+18
| | | | svn path=/trunk/; revision=3371
* Refactoring step.Eric S. Raymond2001-06-231-10/+10
| | | | svn path=/trunk/; revision=3369
* Comment fixes.Eric S. Raymond2001-06-231-2/+2
| | | | svn path=/trunk/; revision=3368
* Cleaned up error passback.Eric S. Raymond2001-06-231-74/+74
| | | | svn path=/trunk/; revision=3367
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-4/+25
| | | | svn path=/trunk/; revision=3366
* Comment fixup.Eric S. Raymond2001-06-181-3/+4
| | | | svn path=/trunk/; revision=3360
* Stage two of driver loop refactoring.Eric S. Raymond2001-06-181-39/+49
| | | | svn path=/trunk/; revision=3358
* Oversized-marking fix.Eric S. Raymond2001-06-181-49/+47
| | | | svn path=/trunk/; revision=3357
* Move some global data where it belongs.Eric S. Raymond2001-06-121-0/+6
| | | | svn path=/trunk/; revision=3348
* Whitespace cleanup.Eric S. Raymond2001-06-121-1/+1
| | | | svn path=/trunk/; revision=3346
* More refactoring.Eric S. Raymond2001-06-121-4/+3
| | | | svn path=/trunk/; revision=3342
* More refactoring.Eric S. Raymond2001-06-121-315/+334
| | | | svn path=/trunk/; revision=3341
* Break driver.c in half.Eric S. Raymond2001-06-121-1400/+28
| | | | svn path=/trunk/; revision=3339
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-5/+8
| | | | svn path=/trunk/; revision=3337
* Don't generate MAIL FROM headers with embedded newlines.Eric S. Raymond2001-06-041-1/+3
| | | | svn path=/trunk/; revision=3334
* Before trying to fix the no-reset bug.Eric S. Raymond2001-05-291-1/+3
| | | | svn path=/trunk/; revision=3329
* Better error recovery in UIDL code.Eric S. Raymond2001-05-141-1/+4
| | | | svn path=/trunk/; revision=3315
* SSL certification handling.Eric S. Raymond2001-05-141-1/+2
| | | | svn path=/trunk/; revision=3314
* Fix the Sender problem.Eric S. Raymond2001-05-121-2/+20
| | | | svn path=/trunk/; revision=3307
* More from HH's patch.Eric S. Raymond2001-04-231-23/+2
| | | | svn path=/trunk/; revision=3295
* Ready to try HH's Kerberos patch.Eric S. Raymond2001-04-231-2/+4
| | | | svn path=/trunk/; revision=3292
* Shrouding is now done over a narrower scope.Eric S. Raymond2001-03-141-15/+2
| | | | svn path=/trunk/; revision=3252
* Cosmetic fix.Eric S. Raymond2001-03-131-41/+39
| | | | svn path=/trunk/; revision=3251
* Restrict shrouding some more.Eric S. Raymond2001-03-131-5/+10
| | | | svn path=/trunk/; revision=3250