aboutsummaryrefslogtreecommitdiffstats
path: root/uid.c
Commit message (Collapse)AuthorAgeFilesLines
* Ready to release.Eric S. Raymond1999-06-111-1/+2
| | | | svn path=/trunk/; revision=2494
* Quieter UID code.Eric S. Raymond1999-04-261-18/+24
| | | | svn path=/trunk/; revision=2457
* Instrument the UID code.Eric S. Raymond1999-04-261-0/+38
| | | | svn path=/trunk/; revision=2456
* Typo fix.Eric S. Raymond1999-04-251-1/+1
| | | | svn path=/trunk/; revision=2447
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-1/+1
| | | | svn path=/trunk/; revision=2091
* Unbug the UID state initialization.Eric S. Raymond1998-05-061-1/+1
| | | | svn path=/trunk/; revision=1757
* De-caseblind UID comparisons where appropriate.Eric S. Raymond1998-04-041-8/+10
| | | | svn path=/trunk/; revision=1733
* Prevent pathological circular lists.Eric S. Raymond1998-03-261-1/+1
| | | | svn path=/trunk/; revision=1730
* Prevernt formation of pathological lists.Eric S. Raymond1998-03-241-1/+3
| | | | svn path=/trunk/; revision=1722
* Dick van den Burg's patch.Eric S. Raymond1998-03-171-1/+13
| | | | svn path=/trunk/; revision=1705
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-26/+11
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Fix bad UID/fetchlimit interaction.Eric S. Raymond1998-02-171-13/+12
| | | | svn path=/trunk/; revision=1645
* Cleanup.Eric S. Raymond1998-02-171-4/+2
| | | | svn path=/trunk/; revision=1643
* Wolfgang Wander's patches.Eric S. Raymond1997-10-151-0/+13
| | | | svn path=/trunk/; revision=1516
* Better behavior on line hits.Eric S. Raymond1997-10-061-11/+40
| | | | svn path=/trunk/; revision=1485
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-0/+7
| | | | svn path=/trunk/; revision=1477
* Fix a "not reached".Eric S. Raymond1997-09-161-1/+0
| | | | svn path=/trunk/; revision=1348
* Wolfgang Wander's patch for better UIDL-only support.Eric S. Raymond1997-08-161-1/+34
| | | | svn path=/trunk/; revision=1272
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-2/+2
| | | | svn path=/trunk/; revision=1207
* Some configuration cleanup.Eric S. Raymond1997-07-011-3/+1
| | | | svn path=/trunk/; revision=1133
* Add multiple-folder support.Eric S. Raymond1997-05-151-2/+2
| | | | svn path=/trunk/; revision=1012
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-7/+7
| | | | svn path=/trunk/; revision=988
* Prevent append from infinite recursion.Eric S. Raymond1997-03-071-1/+1
| | | | svn path=/trunk/; revision=921
* Fix parsing of .fetchids file.Eric S. Raymond1997-02-211-1/+1
| | | | svn path=/trunk/; revision=913
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-1/+1
| | | | svn path=/trunk/; revision=861
* Various minor bugfixes.Eric S. Raymond1997-02-101-0/+1
| | | | svn path=/trunk/; revision=859
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-2/+2
| | | | svn path=/trunk/; revision=754
* Note that ID comparisons are caseblind.Eric S. Raymond1996-12-181-2/+2
| | | | svn path=/trunk/; revision=656
* Change name of string-saver functions.Eric S. Raymond1996-11-281-17/+17
| | | | svn path=/trunk/; revision=584
* Save id pairs in the right order.Eric S. Raymond1996-11-281-7/+9
| | | | svn path=/trunk/; revision=583
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-9/+12
| | | | svn path=/trunk/; revision=582
* Include user name in saved UID associations.Eric S. Raymond1996-11-281-19/+22
| | | | svn path=/trunk/; revision=579
* Caching via aka list.Eric S. Raymond1996-11-201-6/+6
| | | | svn path=/trunk/; revision=563
* Correct generation of X-Fetchmail-Warning header.Eric S. Raymond1996-11-091-1/+3
| | | | svn path=/trunk/; revision=526
* Prototypes everywhere.Eric S. Raymond1996-11-081-34/+12
| | | | svn path=/trunk/; revision=515
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=488
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
| | | | svn path=/trunk/; revision=463
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-1/+1
| | | | svn path=/trunk/; revision=396
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-6/+6
| | | | svn path=/trunk/; revision=391
* Fix embarassing bug.Eric S. Raymond1996-10-251-1/+1
| | | | svn path=/trunk/; revision=377
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-3/+62
| | | | svn path=/trunk/; revision=374
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-8/+4
| | | | svn path=/trunk/; revision=345
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-1/+1
| | | | svn path=/trunk/; revision=337
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-1/+15
| | | | svn path=/trunk/; revision=319
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-2/+1
| | | | svn path=/trunk/; revision=299
* UIDs, take 3.Eric S. Raymond1996-10-101-20/+21
| | | | svn path=/trunk/; revision=290
* Comment fix.Eric S. Raymond1996-10-101-0/+1
| | | | svn path=/trunk/; revision=289
* UIDs, phase 2.Eric S. Raymond1996-10-101-12/+12
| | | | svn path=/trunk/; revision=287
* UIDs are back in.Eric S. Raymond1996-10-101-5/+7
| | | | svn path=/trunk/; revision=286
* Initial revisionEric S. Raymond1996-09-281-0/+207
svn path=/trunk/; revision=167