Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression from 6.3.4 that crashes fetchmail --mda FOO when encountering | Matthias Andree | 2006-11-14 | 1 | -0/+3 |
| | | | | | | | malformed message. Report by Neil Hoggart (also closes BerliOS bugs #9364, #9412, #9449). svn path=/branches/BRANCH_6-3/; revision=4940 | ||||
* | Update. | Matthias Andree | 2006-11-12 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4937 | ||||
* | New en_GB (British English) translation by David Lodge. | Matthias Andree | 2006-11-12 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4932 | ||||
* | Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are ↵ | Matthias Andree | 2006-11-12 | 1 | -9/+17 |
| | | | | | | configured and STARTTLS fails. Only by omitting all of these options, fetchmail will try opportunistic TLS. svn path=/branches/BRANCH_6-3/; revision=4929 | ||||
* | Snapshot 6.3.6-rc1. | Matthias Andree | 2006-11-01 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4925 | ||||
* | Repair --logfile, broken in 6.3.5. BerliOS Bug #9059, | Matthias Andree | 2006-10-10 | 1 | -1/+7 |
| | | | | | | reported by Brian Harring. svn path=/branches/BRANCH_6-3/; revision=4923 | ||||
* | Release 6.3.5. | Matthias Andree | 2006-10-09 | 1 | -1/+6 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4920 | ||||
* | When the server name cannot be canonicalized, log the gai_strerror value. | Matthias Andree | 2006-09-26 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4916 | ||||
* | SSL_CTX handling fix by Miloslav Trmac (Red Hat), | Matthias Andree | 2006-09-25 | 1 | -0/+3 |
| | | | | | | fixes growing SSL certpaths without bounds (Red Hat Bug #206346). svn path=/branches/BRANCH_6-3/; revision=4912 | ||||
* | When going to sleep, log for how long. | Matthias Andree | 2006-09-25 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4910 | ||||
* | Update Spanish translation, by Héctor García Álvarez (Debian). | Matthias Andree | 2006-09-16 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4909 | ||||
* | Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname. | Matthias Andree | 2006-09-04 | 1 | -0/+2 |
| | | | | | | Reported by Alexander Holler. svn path=/branches/BRANCH_6-3/; revision=4908 | ||||
* | Update Catalan translation, courtesy of Ernest Adrogué Calveras. | Matthias Andree | 2006-08-31 | 1 | -2/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4904 | ||||
* | Update translations. | Matthias Andree | 2006-08-30 | 1 | -1/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4903 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -0/+4 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -2/+3 |
| | | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 | ||||
* | Ignore SIGPIPE, EPIPE must suffice as error. | Matthias Andree | 2006-08-14 | 1 | -0/+3 |
| | | | | | | Calling longjmp() from a signal handler is unsafe. svn path=/branches/BRANCH_6-3/; revision=4893 | ||||
* | switch setjmp/longjmp to sigsetjmp/siglongjmp | Matthias Andree | 2006-08-13 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4892 | ||||
* | fix compilation on systems that don't know struct addrinfo (Solaris 2.6). | Matthias Andree | 2006-08-13 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4891 | ||||
* | Rearrange 6.3.5 changes vs. fixes. | Matthias Andree | 2006-08-07 | 1 | -7/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4890 | ||||
* | Support user@example.org (full-address) mappings for multidrop | Matthias Andree | 2006-08-07 | 1 | -0/+1 |
| | | | | | | on the left-hand side of mappings. svn path=/branches/BRANCH_6-3/; revision=4885 | ||||
* | --logfile is now handled more carefully, errors opening the logfile are | Matthias Andree | 2006-08-07 | 1 | -0/+3 |
| | | | | | | | now reported to the TTY where fetchmail was started from. fetchmail now complains and aborts when it cannot properly daemonize itself. svn path=/branches/BRANCH_6-3/; revision=4883 | ||||
* | Log opportunistic TLS upgrades in verbose mode. | Matthias Andree | 2006-08-07 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4881 | ||||
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -0/+4 |
| | | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880 | ||||
* | When trying to connect or upon connection failure, log the numeric service ↵ | Matthias Andree | 2006-08-01 | 1 | -1/+2 |
| | | | | | | port, too. svn path=/branches/BRANCH_6-3/; revision=4875 | ||||
* | Keep all non-error syslog messages on one line per downloaded message. | Matthias Andree | 2006-08-01 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4874 | ||||
* | When connect()ing fails, log host and service as well. | Matthias Andree | 2006-08-01 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4873 | ||||
* | Fix SIGHUP behavior, broken since 5.9.13 (r3692). | Matthias Andree | 2006-07-31 | 1 | -0/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4871 | ||||
* | If the lockfile ends before the process ID, treat it as stale and unlink it. | Matthias Andree | 2006-07-04 | 1 | -0/+2 |
| | | | | | | Reported by Justin Pryzby, Debian Bug #376603. svn path=/branches/BRANCH_6-3/; revision=4862 | ||||
* | Avoid compiling empty files, to avoid diagnostics from strict compilers. | Matthias Andree | 2006-06-29 | 1 | -3/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4858 | ||||
* | * When looking up ports for a service, the lookup succeeds and the | Matthias Andree | 2006-06-28 | 1 | -0/+4 |
| | | | | | | | | returned address family isn't IPv4 or IPv6, properly free the allocated memory from the service lookup. Found by Uli Zappe. * When looking up ports for a service, only look up TCP ports. svn path=/branches/BRANCH_6-3/; revision=4855 | ||||
* | No longer stat rcfile if it's called -. | Matthias Andree | 2006-06-12 | 1 | -0/+3 |
| | | | | | | Fixes BerliOS bug #7858. svn path=/branches/BRANCH_6-3/; revision=4853 | ||||
* | POP3: some UID flags may not be set properly on UIDL lists. (Sunil Shetye) | Matthias Andree | 2006-05-24 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4852 | ||||
* | Complain about fetchall in idle mode, too. | Matthias Andree | 2006-05-21 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4851 | ||||
* | * IMAP4 patch by Sunil Shetye: | Matthias Andree | 2006-05-21 | 1 | -0/+3 |
| | | | | | | | - do not depend on server updating RECENT counts at all - also enter IDLE loop when messages are present on the server. svn path=/branches/BRANCH_6-3/; revision=4847 | ||||
* | Revise --flush description, suggested by Frederic Marchal. | Matthias Andree | 2006-05-17 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4844 | ||||
* | Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported ↵ | Matthias Andree | 2006-05-15 | 1 | -0/+2 |
| | | | | | | by Lars Tewes. svn path=/branches/BRANCH_6-3/; revision=4842 | ||||
* | * Improve KAME/getnameinfo.c portability to Linux libc5 systems. | Matthias Andree | 2006-05-15 | 1 | -0/+5 |
| | | | | | | | | | Based on a patch by Dan Fandrich. * Provide INET6 to KAME/getnameinfo.c (only useful on IPv6-enabled systems that lack getnameinfo, and there only visible in some Received: headers). Found by Dan Fandrich. svn path=/branches/BRANCH_6-3/; revision=4839 | ||||
* | Mention Debian Bug#361825 submitter. | Matthias Andree | 2006-05-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4837 | ||||
* | In verbose mode, log every IP fetchmail tries to connect to, to avoid | Matthias Andree | 2006-05-14 | 1 | -0/+3 |
| | | | | | | | misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too. Fixes Debian Bug #361825. svn path=/branches/BRANCH_6-3/; revision=4836 | ||||
* | Improve --with-gssapi auto detection for /usr-based GSSAPI installs. | Matthias Andree | 2006-05-14 | 1 | -0/+2 |
| | | | | | | Fix --with-gssapi builds for NetBSD 3.0. svn path=/branches/BRANCH_6-3/; revision=4834 | ||||
* | If krb5-config provides gssapi library information, use that rather than ↵ | Matthias Andree | 2006-05-14 | 1 | -0/+2 |
| | | | | | | guessing. svn path=/branches/BRANCH_6-3/; revision=4833 | ||||
* | Support Kerberos installations where krb5.h and perhaps roken.h are in ↵ | Matthias Andree | 2006-05-14 | 1 | -0/+2 |
| | | | | | | | | .../include/krb5. Taken from NetBSD portable packages collection patch-ae. svn path=/branches/BRANCH_6-3/; revision=4832 | ||||
* | Configure prints a warning (but proceeds) if Kerberos IV support is enabled. | Matthias Andree | 2006-05-14 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4831 | ||||
* | Fix des_pcbc_encrypt compile warnings in kerberos.c line 246. | Matthias Andree | 2006-05-14 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4830 | ||||
* | Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error ↵ | Matthias Andree | 2006-05-14 | 1 | -0/+2 |
| | | | | | | on SUSE Linux 10.0. svn path=/branches/BRANCH_6-3/; revision=4829 | ||||
* | On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled. | Matthias Andree | 2006-05-14 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4828 | ||||
* | Mark Kerberos IV obsolete. | Matthias Andree | 2006-05-14 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4827 | ||||
* | Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes | Matthias Andree | 2006-05-12 | 1 | -0/+4 |
| | | | | | | NetBSD portable packages collection patch-ah, patch-ai and patch-aj. svn path=/branches/BRANCH_6-3/; revision=4826 | ||||
* | When using NTLM authentication, use regular IMAP response code handler after | Matthias Andree | 2006-05-12 | 1 | -0/+3 |
| | | | | | | | completing NTLM handshake, for robustness and consistency. Taken from the NetBSD portable packages collection, patch-ac. svn path=/branches/BRANCH_6-3/; revision=4825 |