aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot line numbers.Matthias Andree2005-07-2112-4029/+4840
| | | | svn path=/trunk/; revision=4154
* Add security announcement.Matthias Andree2005-07-212-1/+93
| | | | svn path=/trunk/; revision=4153
* Add CVE name.Matthias Andree2005-07-211-1/+1
| | | | svn path=/trunk/; revision=4152
* Use sizeof rather than macro to communicate buffer size to fgets.Matthias Andree2005-07-201-1/+1
| | | | svn path=/trunk/; revision=4151
* strncpy -> strlcpy. Mark 'bogus message count\!' message translatable.Matthias Andree2005-07-201-5/+4
| | | | svn path=/trunk/; revision=4150
* Don't read more data from ifname than fits in the result buffer.Matthias Andree2005-07-201-3/+3
| | | | svn path=/trunk/; revision=4149
* strncpy -> strlcpy.Matthias Andree2005-07-201-3/+2
| | | | svn path=/trunk/; revision=4148
* Revise visbuf to dynamically size its buffer.Matthias Andree2005-07-201-35/+24
| | | | svn path=/trunk/; revision=4147
* Add a preprocessor safeguard to prevent buffer underrun.Matthias Andree2005-07-201-0/+3
| | | | svn path=/trunk/; revision=4146
* Print a warning that running fetchmail as root is discouraged.Matthias Andree2005-07-201-0/+4
| | | | svn path=/trunk/; revision=4145
* Add security thoughts.Matthias Andree2005-07-201-0/+17
| | | | svn path=/trunk/; revision=4144
* SECURITY FIX: Plug UID-related buffer overruns that came from sscanf(s, ↵Matthias Andree2005-07-202-35/+75
| | | | | | ...%s..., s2). svn path=/trunk/; revision=4143
* Fix typo.Matthias Andree2005-07-201-1/+1
| | | | svn path=/trunk/; revision=4142
* Add prototypes for strlc?? functions.Matthias Andree2005-07-201-0/+10
| | | | svn path=/trunk/; revision=4141
* Add POSIX_space definition compliant to SUSv3.Matthias Andree2005-07-201-0/+4
| | | | svn path=/trunk/; revision=4140
* Clean up strlc??.c and hook them up.Matthias Andree2005-07-204-53/+3
| | | | svn path=/trunk/; revision=4139
* Bring strl* functions into trunk.Matthias Andree2005-07-203-0/+372
| | | | svn path=/trunk/; revision=4138
* Add BUGS document.Matthias Andree2005-07-203-2/+51
| | | | svn path=/trunk/; revision=4137
* Fix leftover bug from testing.Matthias Andree2005-07-201-1/+1
| | | | svn path=/trunk/; revision=4136
* revert accidental copyMatthias Andree2005-07-203-372/+0
| | | | svn path=/trunk/; revision=4135
* revert accidental copyMatthias Andree2005-07-201-202/+0
| | | | svn path=/trunk/; revision=4134
* bring strlcpy/strlcat into trunkMatthias Andree2005-07-201-0/+202
| | | | svn path=/trunk/; revision=4133
* bring strlcpy/strlcat into trunkMatthias Andree2005-07-203-0/+372
| | | | svn path=/trunk/; revision=4132
* Really fix Debian bug #207919 (junk in Received: header when smtphost set).Matthias Andree2005-07-202-3/+6
| | | | | | | The 6.2.5 NEWS file hat errantly stated Gregan's patch had fixed Debian bug #207919 when it had fixed #212484 (workaround dbmail length overflow) instead. svn path=/trunk/; revision=4129
* Reference Debian bug #316446.Matthias Andree2005-07-201-2/+3
| | | | svn path=/trunk/; revision=4128
* Fix Debian bug #301964, socket leak.Matthias Andree2005-07-202-3/+3
| | | | svn path=/trunk/; revision=4127
* Add new design notes document.Matthias Andree2005-07-206-8/+135
| | | | svn path=/trunk/; revision=4126
* Fix grammar.Matthias Andree2005-07-201-3/+3
| | | | svn path=/trunk/; revision=4125
* Rename design-notes.html to esrs-design-notes.html. Remove ~esr/ path from ↵Matthias Andree2005-07-206-18/+6
| | | | | | links. svn path=/trunk/; revision=4124
* Kill trailing space.Matthias Andree2005-07-181-52/+52
| | | | svn path=/trunk/; revision=4123
* Run through unexpand to align TAB.Matthias Andree2005-07-181-84/+84
| | | | svn path=/trunk/; revision=4122
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-187-13/+17
| | | | svn path=/trunk/; revision=4121
* Update.Matthias Andree2005-07-121-16/+16
| | | | svn path=/trunk/; revision=4120
* Update.Matthias Andree2005-07-111-311/+356
| | | | svn path=/trunk/; revision=4119
* Fix minor inaccuracies and update.Matthias Andree2005-07-111-23/+22
| | | | | | | One deserves mention: RFC-1893 does not specify SMTP reply codes ("571" is bogus!), but extended status codes (550 #5.7.1). svn path=/trunk/; revision=4118
* Mention Hannes Beinert's contribution.Matthias Andree2005-07-111-1/+2
| | | | svn path=/trunk/; revision=4117
* Update licenses.Matthias Andree2005-07-111-2/+19
| | | | svn path=/trunk/; revision=4116
* Add (C) Copyright and LicenseMatthias Andree2005-07-111-0/+2
| | | | svn path=/trunk/; revision=4115
* Revise %files section, moving fetchmailconf manual page where it belongs,Matthias Andree2005-07-111-28/+43
| | | | | | | | | | adding a second defattr for the fetchmailconf package. Revise German descriptions. Update build/install process to new automake features. Require smtp_daemon rather than smtpdaemon on suse. Enable NLS (i18n). svn path=/trunk/; revision=4113
* Drop one-liner.Matthias Andree2005-07-111-1/+0
| | | | svn path=/trunk/; revision=4112
* Bump version.Matthias Andree2005-07-111-1/+1
| | | | svn path=/trunk/; revision=4111
* Run through aspell.Matthias Andree2005-07-102-110/+155
| | | | | | Major overhaul by R. Hannes Beinert (singledrop vs. multidrop). svn path=/trunk/; revision=4110
* Override LC_ALL so that a parsable Date results.Matthias Andree2005-07-101-6/+9
| | | | | | | Override formatting, don't start mbox entry with a blank line. Bump delay to 30 s. Update localuser/fromaddr. svn path=/trunk/; revision=4109
* Skip list subscriber counts.Matthias Andree2005-07-101-4/+6
| | | | | | Check for SVN errors. svn path=/trunk/; revision=4108
* Skip sending POP3 PASS command when USER command failed.Matthias Andree2005-07-102-1/+3
| | | | svn path=/trunk/; revision=4107
* Pull out important configuration to the head of the script.Matthias Andree2005-07-101-6/+15
| | | | | | python2 -> python svn path=/trunk/; revision=4106
* Fix typo in kerberos_v5.Matthias Andree2005-07-101-1/+1
| | | | svn path=/trunk/; revision=4105
* Reformat.Matthias Andree2005-07-071-2/+1
| | | | svn path=/trunk/; revision=4104
* Disable all translations with > 60 (= 10%) fuzzy/untranslatedMatthias Andree2005-07-071-0/+3
| | | | svn path=/trunk/; revision=4103
* Disable all translations with > 60 (= 10%) fuzzy/untranslatedMatthias Andree2005-07-071-4/+4
| | | | svn path=/trunk/; revision=4102