Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Doxygen extraction. | Matthias Andree | 2010-05-11 | 1 | -11/+11 |
| | |||||
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -2/+2 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Only add format-printf attribute on GCC >= 2. | Matthias Andree | 2010-02-04 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5476 | ||||
* | Add GCC attributes for printf format checking to SockPrintf (Sunil Shetye). | Matthias Andree | 2010-02-04 | 1 | -1/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5475 | ||||
* | Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095. | Matthias Andree | 2006-08-14 | 1 | -1/+1 |
| | | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896 | ||||
* | fix compilation on systems that don't know struct addrinfo (Solaris 2.6). | Matthias Andree | 2006-08-13 | 1 | -0/+2 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4891 | ||||
* | Freeaddrinfo() fix for Uli Zappe's bug. | Matthias Andree | 2006-08-07 | 1 | -1/+9 |
| | | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -8/+2 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -2/+2 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | strncat/snprintf cleanup. | Eric S. Raymond | 2001-06-23 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=3366 | ||||
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=3314 | ||||
* | Fix a compilation goof. | Eric S. Raymond | 2001-03-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3189 | ||||
* | Better OpenSSL support. | Eric S. Raymond | 2000-07-02 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=2924 | ||||
* | Ready to send this to Mike. | Eric S. Raymond | 1999-11-06 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=2649 | ||||
* | Anticipate the IDLE extension. | Eric S. Raymond | 1999-10-02 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=2630 | ||||
* | Comment fix. | Eric S. Raymond | 1999-06-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2484 | ||||
* | Added plugin/plugout option. | Eric S. Raymond | 1998-11-02 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=2168 | ||||
* | Jonathan T. Agnew's massive code cleanup. | Eric S. Raymond | 1998-10-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2137 | ||||
* | SockClose() abstraction. | Eric S. Raymond | 1998-07-25 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=2021 | ||||
* | Add option arg to IPv4 code. | Eric S. Raymond | 1998-02-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1662 | ||||
* | This went to Craig Metz. | Eric S. Raymond | 1998-02-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1652 | ||||
* | Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff. | Eric S. Raymond | 1998-02-16 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=1630 | ||||
* | Ready to ship. | Eric S. Raymond | 1997-10-23 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1527 | ||||
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -5/+5 |
| | | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992 | ||||
* | One step towards proper continuation handling. | Eric S. Raymond | 1997-01-16 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=774 | ||||
* | Drop back to using SockGets/SockWrite. | Eric S. Raymond | 1996-12-24 | 1 | -1/+25 |
| | | | | svn path=/trunk/; revision=683 | ||||
* | SockGets is gone. | Eric S. Raymond | 1996-12-17 | 1 | -13/+2 |
| | | | | svn path=/trunk/; revision=650 | ||||
* | Eliminate SockWrite and SockPrintf. | Eric S. Raymond | 1996-12-17 | 1 | -9/+0 |
| | | | | svn path=/trunk/; revision=649 | ||||
* | This isn't Carl's design anymore. | Eric S. Raymond | 1996-12-16 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=633 | ||||
* | Yes! True stdio buffering at last!. | Eric S. Raymond | 1996-12-16 | 1 | -13/+5 |
| | | | | svn path=/trunk/; revision=632 | ||||
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=515 | ||||
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 1 | -30/+5 |
| | | | | svn path=/trunk/; revision=488 | ||||
* | Initial revision | Eric S. Raymond | 1996-11-06 | 1 | -0/+71 |
svn path=/trunk/; revision=487 |