Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise comments. | Matthias Andree | 2006-05-15 | 2 | -3/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4841 | ||||
* | Add two missing comments. | Matthias Andree | 2006-05-15 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4840 | ||||
* | * Improve KAME/getnameinfo.c portability to Linux libc5 systems. | Matthias Andree | 2006-05-15 | 3 | -1/+35 |
| | | | | | | | | | 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 | ||||
* | Remove quotes from IMAP_ENABLE config.h comment. | Matthias Andree | 2006-05-15 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4838 | ||||
* | 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 | 2 | -4/+39 |
| | | | | | | | misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too. Fixes Debian Bug #361825. svn path=/branches/BRANCH_6-3/; revision=4836 | ||||
* | Bump version. | Matthias Andree | 2006-05-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4835 | ||||
* | Improve --with-gssapi auto detection for /usr-based GSSAPI installs. | Matthias Andree | 2006-05-14 | 2 | -2/+10 |
| | | | | | | 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 | 2 | -15/+27 |
| | | | | | | 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 | 2 | -2/+5 |
| | | | | | | | | .../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 | 2 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4831 | ||||
* | Fix des_pcbc_encrypt compile warnings in kerberos.c line 246. | Matthias Andree | 2006-05-14 | 2 | -2/+3 |
| | | | | 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 | 2 | -1/+3 |
| | | | | | | 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 | 2 | -1/+5 |
| | | | | 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 | 4 | -15/+19 |
| | | | | | | 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 | 2 | -4/+5 |
| | | | | | | | completing NTLM handshake, for robustness and consistency. Taken from the NetBSD portable packages collection, patch-ac. svn path=/branches/BRANCH_6-3/; revision=4825 | ||||
* | For protocols such as IMAP that are not delimited by "." lines, truncate | Matthias Andree | 2006-05-12 | 2 | -0/+23 |
| | | | | | | | | | the input buffer when the message has been completely read, to avoid taking trailing garbage into the message if the terminal CRLF is missing. Fixes Debian Bug#312415. (Patch suggested by Mike Jones, Manchester Univ.). svn path=/branches/BRANCH_6-3/; revision=4824 | ||||
* | Revise Received: format requirement notice. | Matthias Andree | 2006-05-12 | 1 | -1/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4823 | ||||
* | Trivial: Revise comment. | Matthias Andree | 2006-05-12 | 1 | -3/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4822 | ||||
* | Consistency: rename preprocessor label. | Matthias Andree | 2006-05-10 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4821 | ||||
* | Revisited sections B, F, C. | Matthias Andree | 2006-05-10 | 1 | -6/+11 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4820 | ||||
* | Revised G sections and T2. | Matthias Andree | 2006-05-08 | 1 | -117/+106 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4818 | ||||
* | Document that qmail-pop3d miscalculates the message sizes. | Matthias Andree | 2006-05-08 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4817 | ||||
* | Update Russian and Vietnamese translations. | Matthias Andree | 2006-05-04 | 3 | -68/+57 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4814 | ||||
* | Mark Received envelope parsing obsolete. | Matthias Andree | 2006-05-04 | 1 | -0/+7 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4813 | ||||
* | Revise debug options to --nosyslog --nodetach -vvv. | Matthias Andree | 2006-05-03 | 1 | -10/+9 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4812 | ||||
* | Joshua Crawford asked to change his mail address. | Matthias Andree | 2006-04-27 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4811 | ||||
* | Mention the latest fix is actually a bugfix. | Matthias Andree | 2006-04-27 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4810 | ||||
* | PopDel.py was revised by Joshua Crawford to display the From: address and | Matthias Andree | 2006-04-27 | 4 | -27/+50 |
| | | | | | | | list every email, even if it has no Subject: header; and not delete the wrong message in the presence of mail without Subject: headers. svn path=/branches/BRANCH_6-3/; revision=4809 | ||||
* | Bump version. | Matthias Andree | 2006-04-27 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4808 | ||||
* | update French fetchmailconf description. | Matthias Andree | 2006-04-19 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4807 | ||||
* | Clarify that 'aka' will remain after DNS alias deprecation. | Matthias Andree | 2006-04-19 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4806 | ||||
* | Bump PO-Revision-Date after new submission (still a complete translation for ↵ | Matthias Andree | 2006-04-15 | 1 | -1/+1 |
| | | | | | | 6.3.4). (Takeshi Hamasaki) svn path=/branches/BRANCH_6-3/; revision=4805 | ||||
* | Mark fetchmail 6.3.4 released. | Matthias Andree | 2006-04-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4804 | ||||
* | Add 6.3.4 release version. | Matthias Andree | 2006-04-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4803 | ||||
* | Bump version. Use TZ=GMT for autobuild. | Matthias Andree | 2006-04-14 | 1 | -2/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4801 | ||||
* | Correct daemon (which isn't translated into French). (Stéphane Schildknecht) | Matthias Andree | 2006-04-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4800 | ||||
* | complete <French> courriers -> courrier change | Matthias Andree | 2006-04-14 | 1 | -3/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4799 | ||||
* | <French> courriers -> courrier | Matthias Andree | 2006-04-14 | 1 | -10/+9 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4798 | ||||
* | Minor revision of French translation after comments from Luc Pionchon. | Matthias Andree | 2006-04-14 | 2 | -4/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4797 | ||||
* | Correct daemon (which isn't translated into French). (Stéphane Schildknecht) | Matthias Andree | 2006-04-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4796 | ||||
* | Updated French descriptions for the .spec file (Stéphane Schildknecht) | Matthias Andree | 2006-04-14 | 2 | -7/+16 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4795 | ||||
* | Update Japanese translation. | Matthias Andree | 2006-04-13 | 2 | -132/+11 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4794 | ||||
* | Fix typo in French text, connait -> connaît. | Matthias Andree | 2006-04-13 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4793 | ||||
* | Add Vietnamese translation, courtesy of Clytie Siddall. | Matthias Andree | 2006-04-12 | 1 | -6/+24 |
| | | | | | | | Sort Summary by ISO language code (Clytie Siddall). Formatting fixes (line length + TAB consistency, Matthias Andree). svn path=/branches/BRANCH_6-3/; revision=4792 | ||||
* | specgen.sh converted to UTF-8 to support future translations. | Matthias Andree | 2006-04-11 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4791 | ||||
* | Convert to UTF-8 to support future translations. | Matthias Andree | 2006-04-11 | 1 | -33/+34 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4790 | ||||
* | Fix missing hyphen. | Matthias Andree | 2006-04-10 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4789 | ||||
* | Add new Vietnamese [vi] translation by Clytie Siddall. | Matthias Andree | 2006-04-10 | 3 | -1/+2993 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4788 |