aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* List the input file rather than generated output.Matthias Andree2004-06-111-1/+1
| | | | svn path=/trunk/; revision=3885
* Remove .rej, .orig and .diff files that don't belong here.Matthias Andree2004-06-115-9523/+0
| | | | svn path=/trunk/; revision=3884
* Make sure we don't return uninitialized data from pop3_getpartialsizes,Matthias Andree2004-06-111-1/+1
| | | | | | which can happen iff first > last. svn path=/trunk/; revision=3883
* Quench some GCC 3.4 warnings by making sure that all int arguments are ↵Matthias Andree2004-06-116-10/+10
| | | | | | marked int and swapping words so that static is first in the line. svn path=/trunk/; revision=3882
* Add files from ESR's dev directory that weren't under version controlRob Funk2004-06-08197-0/+124192
| | | | svn path=/trunk/; revision=3881
* This is what I'm handing to Rob Funk.Eric S. Raymond2004-06-013-63/+10
| | | | svn path=/trunk/; revision=3879
* Hotmail and Lycos recipe.Eric S. Raymond2004-01-131-8/+20
| | | | svn path=/trunk/; revision=3878
* Applied GSS library support patch.Eric S. Raymond2004-01-132-1/+9
| | | | svn path=/trunk/; revision=3877
* Clarification.Eric S. Raymond2004-01-131-3/+4
| | | | svn path=/trunk/; revision=3876
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-1311-28/+38
| | | | svn path=/trunk/; revision=3875
* Enable permissions checking under Cygwin.Eric S. Raymond2004-01-131-0/+7
| | | | svn path=/trunk/; revision=3874
* POP3 strong authentication fixes.Eric S. Raymond2004-01-135-7/+14
| | | | svn path=/trunk/; revision=3873
* Restore some mangled labels.Eric S. Raymond2004-01-131-5/+5
| | | | svn path=/trunk/; revision=3872
* Fix patch for Sunil Shetye's POP3 tweaks.Eric S. Raymond2004-01-133-18/+42
| | | | svn path=/trunk/; revision=3871
* Build email message with the right name.Eric S. Raymond2004-01-131-3/+3
| | | | svn path=/trunk/; revision=3870
* No more going root to buiild RPMs.Eric S. Raymond2004-01-123-16/+3
| | | | svn path=/trunk/; revision=3869
* Version bump.Eric S. Raymond2004-01-121-1/+1
| | | | svn path=/trunk/; revision=3868
* Make it possible for buildrpms to work.Eric S. Raymond2004-01-121-12/+4
| | | | svn path=/trunk/; revision=3867
* We're about to get rid of specgen.sh.Eric S. Raymond2004-01-121-0/+6
| | | | svn path=/trunk/; revision=3866
* Freeze before attempting to shipperize the releae process.Eric S. Raymond2004-01-121-0/+3
| | | | svn path=/trunk/; revision=3865
* Changed my weblog link.Eric S. Raymond2004-01-121-1/+1
| | | | svn path=/trunk/; revision=3864
* Fetchseizelimit must be 1 for all POP-family protocols.Eric S. Raymond2004-01-121-1/+4
| | | | svn path=/trunk/; revision=3863
* Link rot has struck.Eric S. Raymond2003-12-091-16/+2
| | | | svn path=/trunk/; revision=3862
* Ready to ship.Eric S. Raymond2003-10-151-0/+4
| | | | svn path=/trunk/; revision=3860
* Version bump.Eric S. Raymond2003-10-151-1/+1
| | | | svn path=/trunk/; revision=3859
* Sunil's transaction patches.Eric S. Raymond2003-10-1516-121/+539
| | | | svn path=/trunk/; revision=3858
* Prevent a SIGSEGV that happens whenEric S. Raymond2003-10-101-3/+6
| | | | | | | | a. daemon mode is active b. size limits are active c. -N is NOT being used svn path=/trunk/; revision=3857
* Bulletproof the dup killer.Eric S. Raymond2003-10-101-7/+3
| | | | svn path=/trunk/; revision=3856
* Storage cleanup for new dup killer code.Eric S. Raymond2003-10-103-13/+6
| | | | svn path=/trunk/; revision=3855
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3854
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-103-24/+28
| | | | svn path=/trunk/; revision=3853
* Minor bug fix from Sunil.Eric S. Raymond2003-10-101-1/+2
| | | | svn path=/trunk/; revision=3852
* Prevent a potential remote exploit.Eric S. Raymond2003-10-101-3/+5
| | | | svn path=/trunk/; revision=3851
* We remove all NULs now.Eric S. Raymond2003-10-101-0/+1
| | | | svn path=/trunk/; revision=3850
* Typo that will not die.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3849
* Typo fix.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3848
* Add stuff abour maiilfilter.Eric S. Raymond2003-10-102-4/+13
| | | | svn path=/trunk/; revision=3847
* Smash out nuls.Eric S. Raymond2003-10-101-20/+23
| | | | svn path=/trunk/; revision=3846
* Smash all NULs out of headers.Eric S. Raymond2003-10-101-0/+14
| | | | svn path=/trunk/; revision=3845
* Cosmetic fix.Eric S. Raymond2003-10-101-20/+20
| | | | svn path=/trunk/; revision=3844
* Enable showdots to be set fro the command line.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3843
* Better default for showdots.Eric S. Raymond2003-10-104-7/+10
| | | | svn path=/trunk/; revision=3842
* Don't tip the hand about the DoS.Eric S. Raymond2003-10-101-4/+2
| | | | svn path=/trunk/; revision=3841
* Close a Debian bug.Eric S. Raymond2003-10-104-4/+51
| | | | svn path=/trunk/; revision=3840
* SSL stuff actually builds.Eric S. Raymond2003-10-101-0/+1
| | | | svn path=/trunk/; revision=3839
* Merge in various small fixes, including two remote DOSEric S. Raymond2003-10-106-17/+55
| | | | svn path=/trunk/; revision=3838
* More work on the fetchmail prototype.Eric S. Raymond2003-10-101-33/+99
| | | | svn path=/trunk/; revision=3837
* Ready to ship.Eric S. Raymond2003-08-131-0/+4
| | | | svn path=/trunk/; revision=3835
* More minor fixes.Eric S. Raymond2003-08-133-26/+41
| | | | svn path=/trunk/; revision=3834
* Make it possible to build the test main.Eric S. Raymond2003-08-131-1/+1
| | | | svn path=/trunk/; revision=3833