Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename lock_release to fm_lock_release, to avoid namespace collision on | Matthias Andree | 2005-07-23 | 4 | -5/+9 |
| | | | | | | Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176 | ||||
* | Put *BOLD* text into the manual page near --mda to state unmistakably | Matthias Andree | 2005-07-23 | 2 | -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 Andree | 2005-07-23 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=4174 | ||||
* | Delete oversized messages with --flush when daemon mode isn't used. | Matthias Andree | 2005-07-23 | 3 | -11/+11 |
| | | | | | | Debian Bug#212240. svn path=/trunk/; revision=4173 | ||||
* | Update. | Matthias Andree | 2005-07-23 | 1 | -1/+27 |
| | | | | svn path=/trunk/; revision=4172 | ||||
* | Document that fetchmail may automatically enable UIDL option. Debian Bug#304701. | Matthias Andree | 2005-07-23 | 2 | -1/+5 |
| | | | | svn path=/trunk/; revision=4171 | ||||
* | Fix IMAP code to use password of arbitrary length from configuration | Matthias Andree | 2005-07-23 | 2 | -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 Andree | 2005-07-23 | 2 | -0/+3 |
| | | | | svn path=/trunk/; revision=4169 | ||||
* | Make ODMR really silent. Debian Bug#296163. | Matthias Andree | 2005-07-23 | 2 | -1/+4 |
| | | | | svn path=/trunk/; revision=4168 | ||||
* | Fix Debian bug #230615, making PID file format FHS 2.3 compliant. | Matthias Andree | 2005-07-23 | 2 | -31/+42 |
| | | | | | | Add more error checking to writing/reading PID file. svn path=/trunk/; revision=4167 | ||||
* | Add a comment. | Matthias Andree | 2005-07-23 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=4166 | ||||
* | Snapshot 6.2.6-pre7. | Matthias Andree | 2005-07-22 | 7 | -70/+70 |
| | | | | svn path=/trunk/; revision=4164 | ||||
* | If UIDL parser fails, barf with PS_ERROR rather than ignoring the problem. | Matthias Andree | 2005-07-22 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4163 | ||||
* | Bump version. | Matthias Andree | 2005-07-22 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=4162 | ||||
* | Blank skipping in UIDL code would count spaces from the wrong string. | Matthias Andree | 2005-07-22 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4161 | ||||
* | Snapshot 6.2.6-pre6. | Matthias Andree | 2005-07-22 | 8 | -71/+71 |
| | | | | svn path=/trunk/; revision=4159 | ||||
* | Revise. | Matthias Andree | 2005-07-22 | 1 | -24/+54 |
| | | | | svn path=/trunk/; revision=4158 | ||||
* | Fix NULL dereference when Message-ID or actual UID are missing from input. | Matthias Andree | 2005-07-22 | 1 | -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 Andree | 2005-07-22 | 1 | -11/+11 |
| | | | | svn path=/trunk/; revision=4156 | ||||
* | Snapshot line numbers. | Matthias Andree | 2005-07-21 | 12 | -4029/+4840 |
| | | | | svn path=/trunk/; revision=4154 | ||||
* | Add security announcement. | Matthias Andree | 2005-07-21 | 2 | -1/+93 |
| | | | | svn path=/trunk/; revision=4153 | ||||
* | Add CVE name. | Matthias Andree | 2005-07-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4152 | ||||
* | Use sizeof rather than macro to communicate buffer size to fgets. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4151 | ||||
* | strncpy -> strlcpy. Mark 'bogus message count\!' message translatable. | Matthias Andree | 2005-07-20 | 1 | -5/+4 |
| | | | | svn path=/trunk/; revision=4150 | ||||
* | Don't read more data from ifname than fits in the result buffer. | Matthias Andree | 2005-07-20 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4149 | ||||
* | strncpy -> strlcpy. | Matthias Andree | 2005-07-20 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=4148 | ||||
* | Revise visbuf to dynamically size its buffer. | Matthias Andree | 2005-07-20 | 1 | -35/+24 |
| | | | | svn path=/trunk/; revision=4147 | ||||
* | Add a preprocessor safeguard to prevent buffer underrun. | Matthias Andree | 2005-07-20 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=4146 | ||||
* | Print a warning that running fetchmail as root is discouraged. | Matthias Andree | 2005-07-20 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=4145 | ||||
* | Add security thoughts. | Matthias Andree | 2005-07-20 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=4144 | ||||
* | SECURITY FIX: Plug UID-related buffer overruns that came from sscanf(s, ↵ | Matthias Andree | 2005-07-20 | 2 | -35/+75 |
| | | | | | | ...%s..., s2). svn path=/trunk/; revision=4143 | ||||
* | Fix typo. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4142 | ||||
* | Add prototypes for strlc?? functions. | Matthias Andree | 2005-07-20 | 1 | -0/+10 |
| | | | | svn path=/trunk/; revision=4141 | ||||
* | Add POSIX_space definition compliant to SUSv3. | Matthias Andree | 2005-07-20 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=4140 | ||||
* | Clean up strlc??.c and hook them up. | Matthias Andree | 2005-07-20 | 4 | -53/+3 |
| | | | | svn path=/trunk/; revision=4139 | ||||
* | Bring strl* functions into trunk. | Matthias Andree | 2005-07-20 | 3 | -0/+372 |
| | | | | svn path=/trunk/; revision=4138 | ||||
* | Add BUGS document. | Matthias Andree | 2005-07-20 | 3 | -2/+51 |
| | | | | svn path=/trunk/; revision=4137 | ||||
* | Fix leftover bug from testing. | Matthias Andree | 2005-07-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4136 | ||||
* | revert accidental copy | Matthias Andree | 2005-07-20 | 3 | -372/+0 |
| | | | | svn path=/trunk/; revision=4135 | ||||
* | revert accidental copy | Matthias Andree | 2005-07-20 | 1 | -202/+0 |
| | | | | svn path=/trunk/; revision=4134 | ||||
* | bring strlcpy/strlcat into trunk | Matthias Andree | 2005-07-20 | 1 | -0/+202 |
| | | | | svn path=/trunk/; revision=4133 | ||||
* | bring strlcpy/strlcat into trunk | Matthias Andree | 2005-07-20 | 3 | -0/+372 |
| | | | | svn path=/trunk/; revision=4132 | ||||
* | Really fix Debian bug #207919 (junk in Received: header when smtphost set). | Matthias Andree | 2005-07-20 | 2 | -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 Andree | 2005-07-20 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4128 | ||||
* | Fix Debian bug #301964, socket leak. | Matthias Andree | 2005-07-20 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=4127 | ||||
* | Add new design notes document. | Matthias Andree | 2005-07-20 | 6 | -8/+135 |
| | | | | svn path=/trunk/; revision=4126 | ||||
* | Fix grammar. | Matthias Andree | 2005-07-20 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4125 | ||||
* | Rename design-notes.html to esrs-design-notes.html. Remove ~esr/ path from ↵ | Matthias Andree | 2005-07-20 | 6 | -18/+6 |
| | | | | | | links. svn path=/trunk/; revision=4124 | ||||
* | Kill trailing space. | Matthias Andree | 2005-07-18 | 1 | -52/+52 |
| | | | | svn path=/trunk/; revision=4123 | ||||
* | Run through unexpand to align TAB. | Matthias Andree | 2005-07-18 | 1 | -84/+84 |
| | | | | svn path=/trunk/; revision=4122 |