Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop the 476 kB intl/ directory from the distribution. | Matthias Andree | 2005-07-31 | 3 | -7/+10 |
| | | | | svn path=/trunk/; revision=4203 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -106/+110 |
| | | | | svn path=/trunk/; revision=4202 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=4201 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=4200 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4199 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4198 | ||||
* | Plug memory leaks. | Matthias Andree | 2005-07-31 | 2 | -0/+4 |
| | | | | svn path=/trunk/; revision=4197 | ||||
* | Add xfree() macro. | Matthias Andree | 2005-07-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4196 | ||||
* | Fix typo. | Matthias Andree | 2005-07-31 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4195 | ||||
* | Bugfix: match IP address lists exhaustively | Matthias Andree | 2005-07-31 | 2 | -45/+64 |
| | | | | | | | Bugfix: match IP aliases for MX records Cleanup: get rid of alloca(). svn path=/trunk/; revision=4194 | ||||
* | Don't strip last character of bare addresses. | Matthias Andree | 2005-07-30 | 2 | -7/+4 |
| | | | | | | Clean up INSIDE_DQUOTE path. svn path=/trunk/; revision=4193 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 17 | -160/+21 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Clean up: rely on C compiler string concatenation rather than calling printf ↵ | Matthias Andree | 2005-07-30 | 1 | -15/+15 |
| | | | | | | for each of the options. svn path=/trunk/; revision=4191 | ||||
* | sprintf -> snprintf. | Matthias Andree | 2005-07-30 | 1 | -23/+25 |
| | | | | | | Consolidate compile-time option reporting, using a single printf(). svn path=/trunk/; revision=4190 | ||||
* | Remove check for HAVE_ERROR macro which is always false, along with dead code. | Matthias Andree | 2005-07-30 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=4189 | ||||
* | strncat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4188 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -7/+8 |
| | | | | | | Add a few comments. svn path=/trunk/; revision=4187 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 9 | -20/+20 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Add a comment. | Matthias Andree | 2005-07-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4185 | ||||
* | Update translations to 6.2.6-pre8. | Matthias Andree | 2005-07-26 | 2 | -511/+366 |
| | | | | svn path=/trunk/; revision=4184 | ||||
* | Fix buffer underrun when buffer starts with whitespace. | Matthias Andree | 2005-07-26 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4183 | ||||
* | Update. | Matthias Andree | 2005-07-26 | 1 | -6/+17 |
| | | | | svn path=/trunk/; revision=4182 | ||||
* | Update translations to 6.2.6-pre7. | Matthias Andree | 2005-07-24 | 2 | -911/+643 |
| | | | | svn path=/trunk/; revision=4181 | ||||
* | Revise message about Debian Bug#207919. | Matthias Andree | 2005-07-24 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=4180 | ||||
* | Update. | Matthias Andree | 2005-07-23 | 1 | -7/+6 |
| | | | | svn path=/trunk/; revision=4179 | ||||
* | Snapshot 6.2.6-pre8. | Matthias Andree | 2005-07-23 | 9 | -1697/+1802 |
| | | | | svn path=/trunk/; revision=4177 | ||||
* | 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 |