aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update URL for OPIE at inner.net.Matthias Andree2005-08-021-1/+1
| | | | svn path=/trunk/; revision=4215
* Cleanup: Drop inner_connect and ipv6-connect.c.Matthias Andree2005-08-015-150/+1
| | | | svn path=/trunk/; revision=4214
* Move note about inet6_apps from configure.ac to NEWS.Matthias Andree2005-08-012-6/+4
| | | | svn path=/trunk/; revision=4213
* Mention gettext == intl/ directory.Matthias Andree2005-08-011-2/+2
| | | | svn path=/trunk/; revision=4212
* Define temporary variable with #ifdefs rather than using these inside a ↵Matthias Andree2005-08-012-5/+8
| | | | | | macro expansion. Based on a patch by Miloslav Trmac. svn path=/trunk/; revision=4211
* Ship m4-local from top-level Makefile rather than recursing for two stupid ↵Matthias Andree2005-07-313-5/+4
| | | | | | files. svn path=/trunk/; revision=4210
* Get rid of alloca() in fetchmail.Matthias Andree2005-07-317-564/+66
| | | | svn path=/trunk/; revision=4209
* Initialize message numbers to zero when reading saved lists.Matthias Andree2005-07-311-1/+2
| | | | svn path=/trunk/; revision=4208
* Fix compiler warning.Matthias Andree2005-07-311-1/+1
| | | | svn path=/trunk/; revision=4207
* Add comment.Matthias Andree2005-07-311-1/+3
| | | | svn path=/trunk/; revision=4206
* Add missing #include directives to fix warnings.Matthias Andree2005-07-311-0/+4
| | | | svn path=/trunk/; revision=4205
* Fix progress stars and hashes.Matthias Andree2005-07-311-3/+3
| | | | svn path=/trunk/; revision=4204
* Drop the 476 kB intl/ directory from the distribution.Matthias Andree2005-07-313-7/+10
| | | | svn path=/trunk/; revision=4203
* Kill alloca().Matthias Andree2005-07-311-106/+110
| | | | svn path=/trunk/; revision=4202
* Kill alloca().Matthias Andree2005-07-311-8/+8
| | | | svn path=/trunk/; revision=4201
* Kill alloca().Matthias Andree2005-07-311-1/+4
| | | | svn path=/trunk/; revision=4200
* Kill alloca().Matthias Andree2005-07-311-2/+2
| | | | svn path=/trunk/; revision=4199
* Kill alloca().Matthias Andree2005-07-311-1/+2
| | | | svn path=/trunk/; revision=4198
* Plug memory leaks.Matthias Andree2005-07-312-0/+4
| | | | svn path=/trunk/; revision=4197
* Add xfree() macro.Matthias Andree2005-07-311-0/+1
| | | | svn path=/trunk/; revision=4196
* Fix typo.Matthias Andree2005-07-311-1/+1
| | | | svn path=/trunk/; revision=4195
* Bugfix: match IP address lists exhaustivelyMatthias Andree2005-07-312-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 Andree2005-07-302-7/+4
| | | | | | Clean up INSIDE_DQUOTE path. svn path=/trunk/; revision=4193
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-3017-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 Andree2005-07-301-15/+15
| | | | | | for each of the options. svn path=/trunk/; revision=4191
* sprintf -> snprintf.Matthias Andree2005-07-301-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 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