aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove check for HAVE_ERROR macro which is always false, along with dead code.Matthias Andree2005-07-301-6/+0
| | | | svn path=/trunk/; revision=4189
* strncat -> strlcatMatthias Andree2005-07-301-1/+1
| | | | svn path=/trunk/; revision=4188
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-7/+8
| | | | | | Add a few comments. svn path=/trunk/; revision=4187
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-309-20/+20
| | | | svn path=/trunk/; revision=4186
* Add a comment.Matthias Andree2005-07-261-1/+1
| | | | svn path=/trunk/; revision=4185
* Update translations to 6.2.6-pre8.Matthias Andree2005-07-262-511/+366
| | | | svn path=/trunk/; revision=4184
* Fix buffer underrun when buffer starts with whitespace.Matthias Andree2005-07-261-1/+2
| | | | svn path=/trunk/; revision=4183
* Update.Matthias Andree2005-07-261-6/+17
| | | | svn path=/trunk/; revision=4182
* Update translations to 6.2.6-pre7.Matthias Andree2005-07-242-911/+643
| | | | svn path=/trunk/; revision=4181
* Revise message about Debian Bug#207919.Matthias Andree2005-07-241-4/+4
| | | | svn path=/trunk/; revision=4180
* Update.Matthias Andree2005-07-231-7/+6
| | | | svn path=/trunk/; revision=4179
* Snapshot 6.2.6-pre8.Matthias Andree2005-07-239-1697/+1802
| | | | svn path=/trunk/; revision=4177
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-234-5/+9
| | | | | | Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176
* Put *BOLD* text into the manual page near --mda to state unmistakablyMatthias Andree2005-07-232-5/+11
| | | | | | | that the --mda %T and %F substitutions add single quotes, hoping to avoid bogus bug reports such as Debian Bug #224564. svn path=/trunk/; revision=4175
* Remove a check that is always true. Found by Nico Golde.Matthias Andree2005-07-231-7/+6
| | | | svn path=/trunk/; revision=4174
* Delete oversized messages with --flush when daemon mode isn't used.Matthias Andree2005-07-233-11/+11
| | | | | | Debian Bug#212240. svn path=/trunk/; revision=4173
* Update.Matthias Andree2005-07-231-1/+27
| | | | svn path=/trunk/; revision=4172
* Document that fetchmail may automatically enable UIDL option. Debian Bug#304701.Matthias Andree2005-07-232-1/+5
| | | | svn path=/trunk/; revision=4171
* Fix IMAP code to use password of arbitrary length from configurationMatthias Andree2005-07-232-3/+13
| | | | | | file (although not when read interactively). Debian Bug#276424. svn path=/trunk/; revision=4170
* Add From: header to warning emails. Debian Bug#244828.Matthias Andree2005-07-232-0/+3
| | | | svn path=/trunk/; revision=4169
* Make ODMR really silent. Debian Bug#296163.Matthias Andree2005-07-232-1/+4
| | | | svn path=/trunk/; revision=4168
* Fix Debian bug #230615, making PID file format FHS 2.3 compliant.Matthias Andree2005-07-232-31/+42
| | | | | | Add more error checking to writing/reading PID file. svn path=/trunk/; revision=4167
* Add a comment.Matthias Andree2005-07-231-0/+6
| | | | svn path=/trunk/; revision=4166
* Snapshot 6.2.6-pre7.Matthias Andree2005-07-227-70/+70
| | | | svn path=/trunk/; revision=4164
* If UIDL parser fails, barf with PS_ERROR rather than ignoring the problem.Matthias Andree2005-07-221-2/+3
| | | | svn path=/trunk/; revision=4163
* Bump version.Matthias Andree2005-07-222-2/+2
| | | | svn path=/trunk/; revision=4162
* Blank skipping in UIDL code would count spaces from the wrong string.Matthias Andree2005-07-221-1/+2
| | | | svn path=/trunk/; revision=4161
* Snapshot 6.2.6-pre6.Matthias Andree2005-07-228-71/+71
| | | | svn path=/trunk/; revision=4159
* Revise.Matthias Andree2005-07-221-24/+54
| | | | svn path=/trunk/; revision=4158
* Fix NULL dereference when Message-ID or actual UID are missing from input.Matthias Andree2005-07-221-8/+18
| | | | | | | Reported by Miloslav Trmac. Re-add got_it to Message-Id parser so we use the first, not the last Message-ID. svn path=/trunk/; revision=4157
* Tag ESR's changes.Matthias Andree2005-07-221-11/+11
| | | | svn path=/trunk/; revision=4156
* 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