Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translation for 'SSL is not enabled.'. | Matthias Andree | 2005-03-19 | 1 | -14/+14 |
| | | | | | | Side effect, update line numbers. svn path=/trunk/; revision=4025 | ||||
* | Mention that we're more careful with the .fetchids file now. | Matthias Andree | 2005-03-06 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4023 | ||||
* | Make free_str_list iterative, to reduce stack usage. Suggested by Manfred Weihs. | Matthias Andree | 2005-03-06 | 1 | -6/+8 |
| | | | | svn path=/trunk/; revision=4022 | ||||
* | Fix UID trashing bug introduced into rev. 4019. | Matthias Andree | 2005-03-06 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4021 | ||||
* | Update. | Matthias Andree | 2005-03-06 | 1 | -76/+94 |
| | | | | svn path=/trunk/; revision=4020 | ||||
* | Unmark lstat: %s: %s: for translation - no translatable strings inside. | Matthias Andree | 2005-03-06 | 1 | -10/+28 |
| | | | | | | | | Be a bit more careful with swapping lists (bug report by Manfred Weihs). Write UIDs to a new file first and only rename it to .fetchids if writing completed successfully. (Suggested by Manfred Weihs.) svn path=/trunk/; revision=4019 | ||||
* | Fix memory leak. | Matthias Andree | 2005-03-06 | 1 | -18/+15 |
| | | | | svn path=/trunk/; revision=4018 | ||||
* | Remove bogus file. | Matthias Andree | 2004-12-27 | 10 | -6002/+4061 |
| | | | | svn path=/trunk/; revision=4017 | ||||
* | Check for SockWrite() return and bail out on short writes. | Matthias Andree | 2004-12-22 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=4016 | ||||
* | Add two comments to lengthy setjmp() code. | Matthias Andree | 2004-12-22 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4015 | ||||
* | Remove some unused cruft from the trunk. | Graham Wilson | 2004-11-29 | 13 | -2830/+0 |
| | | | | svn path=/trunk/; revision=4014 | ||||
* | Remove RFCs from the trunk, since we don't distribute them anyways. All of ↵ | Graham Wilson | 2004-11-29 | 38 | -53635/+10 |
| | | | | | | the removed RFCs are listed in the design-notes.html file, with the exception of NNTP (RFC977). Also add a link to the "LAN Mail Protocols" document to the design-notes.html file. svn path=/trunk/; revision=4013 | ||||
* | Move the html2txt script to dist-tools. | Graham Wilson | 2004-11-29 | 2 | -5/+5 |
| | | | | svn path=/trunk/; revision=4012 | ||||
* | Include manual from fetchmail-6.2.5 tarball. | Matthias Andree | 2004-11-16 | 1 | -0/+43 |
| | | | | svn path=/trunk/; revision=4009 | ||||
* | Merge Joshua Crawford's update, posted to fetchmail-friends 2004-11-15. | Matthias Andree | 2004-11-16 | 1 | -23/+79 |
| | | | | svn path=/trunk/; revision=4008 | ||||
* | Default to Linux 2.2 /proc/net/dev format, and use uname(2) to determine the ↵ | Graham Wilson | 2004-11-14 | 2 | -11/+16 |
| | | | | | | kernel version instead of calling uname(1). Thanks to Paul Slootman. svn path=/trunk/; revision=4007 | ||||
* | search libcrypto for des_string_to_key, too. From Debian. | Matthias Andree | 2004-11-14 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4006 | ||||
* | sprintf -> snprintf | Matthias Andree | 2004-11-12 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4005 | ||||
* | Replace sprintf. | Matthias Andree | 2004-11-12 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=4004 | ||||
* | sprintf -> snprintf | Matthias Andree | 2004-11-12 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=4003 | ||||
* | Re-add the m4-local directory, in case we need to add more macros in the ↵ | Graham Wilson | 2004-11-12 | 6 | -5/+8 |
| | | | | | | future. Put the macros we already have back in that directory. (reverts r3924 and r3923) svn path=/trunk/; revision=4002 | ||||
* | Search for OpenSSL in BlastWave (Solaris) location. | Matthias Andree | 2004-11-10 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4001 | ||||
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 6 | -12/+16 |
| | | | | svn path=/trunk/; revision=4000 | ||||
* | Remove binary files that were accidentally registered. | Matthias Andree | 2004-11-10 | 2 | -0/+0 |
| | | | | svn path=/trunk/; revision=3997 | ||||
* | Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lack | Matthias Andree | 2004-11-10 | 14 | -269/+108 |
| | | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996 | ||||
* | Import Trio 1.10 into fetchmail's trunk. | Matthias Andree | 2004-11-10 | 46 | -0/+21872 |
| | | | | svn path=/trunk/; revision=3995 | ||||
* | Add new help message(s). (Automatic:) Adjust line numbers. | Matthias Andree | 2004-11-10 | 2 | -523/+545 |
| | | | | svn path=/trunk/; revision=3992 | ||||
* | SSL validation handling fixes by Brian Candler. | Matthias Andree | 2004-11-10 | 2 | -13/+25 |
| | | | | svn path=/trunk/; revision=3991 | ||||
* | Add help for --sslcertpath and --sslfingerprint. | Matthias Andree | 2004-11-10 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3990 | ||||
* | Add argument to --sslfingerprint option. | Matthias Andree | 2004-11-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3989 | ||||
* | Add list of TODO items. | Matthias Andree | 2004-11-08 | 1 | -0/+26 |
| | | | | svn path=/trunk/; revision=3988 | ||||
* | Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler. | Matthias Andree | 2004-11-08 | 2 | -2/+4 |
| | | | | svn path=/trunk/; revision=3987 | ||||
* | Make iana_charset variable a const char * (was char *). | Matthias Andree | 2004-11-08 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=3986 | ||||
* | Fix showdots parsing bug that maps preliminary to final flag values twice, | Matthias Andree | 2004-11-08 | 2 | -9/+12 |
| | | | | | | | trashing the setting when more than one server is configured. Patch submitted by Brian Candler. svn path=/trunk/; revision=3985 | ||||
* | Disable the sleep(3) after POP3 login. Submitted by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3984 | ||||
* | Disable the sleep(3) after POP3 login. Submitted by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=3983 | ||||
* | Normalize most locale codesets to IANA codesets, based on | Matthias Andree | 2004-11-07 | 1 | -0/+2 |
| | | | | | | norm_charmap.c by Markus Kuhn. (Matthias Andree) svn path=/trunk/; revision=3982 | ||||
* | Use iana_charset rather than calling nl_langinfo(CODESET). | Matthias Andree | 2004-11-07 | 2 | -6/+6 |
| | | | | svn path=/trunk/; revision=3981 | ||||
* | Provide iana_charset, a normalized IANA charmap name. | Matthias Andree | 2004-11-07 | 3 | -2/+18 |
| | | | | svn path=/trunk/; revision=3980 | ||||
* | Check for langinfo.h. | Matthias Andree | 2004-11-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3979 | ||||
* | Include config.h just in case compiler doesn't know const. | Matthias Andree | 2004-11-07 | 1 | -1/+3 |
| | | | | | | Make argument and return value const. svn path=/trunk/; revision=3978 | ||||
* | Add instructions on updating/merging. | Matthias Andree | 2004-11-07 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=3977 | ||||
* | copying Markus Kuhn's ucs 2002-03-11 into trunk | Matthias Andree | 2004-11-07 | 2 | -0/+263 |
| | | | | svn path=/trunk/; revision=3976 | ||||
* | Drop file to let us instead bring it into our tree via a vendor branch. | Matthias Andree | 2004-11-07 | 1 | -144/+0 |
| | | | | svn path=/trunk/; revision=3971 | ||||
* | Add Markus Kuhn's function to normalize the charset to IANA registered | Matthias Andree | 2004-11-07 | 1 | -0/+144 |
| | | | | | | | encodings. Imported version 2002-03-11 from http://www.cl.cam.ac.uk/~mgk25/ucs/norm_charmap.c svn path=/trunk/; revision=3970 | ||||
* | Update warning mail signature. | Matthias Andree | 2004-10-20 | 3 | -265/+265 |
| | | | | svn path=/trunk/; revision=3969 | ||||
* | Let stuff_warning do the RFC-2047 encoding. | Matthias Andree | 2004-10-20 | 3 | -44/+50 |
| | | | | | | Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968 | ||||
* | chase xalloca.c removal. | Matthias Andree | 2004-10-20 | 3 | -15/+12 |
| | | | | svn path=/trunk/; revision=3967 | ||||
* | Delete obsolete file xalloca.c, now a macro. | Matthias Andree | 2004-10-20 | 2 | -51/+0 |
| | | | | svn path=/trunk/; revision=3966 | ||||
* | Fix fuzzy translations. | Matthias Andree | 2004-10-20 | 1 | -340/+310 |
| | | | | | | Add Plural-Forms: header. svn path=/trunk/; revision=3965 |