Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper line break for hostname qualification errors. | Matthias Andree | 2021-01-30 | 1 | -2/+1 |
| | |||||
* | Release 6.4.5-rc1. | Matthias Andree | 2020-05-04 | 1 | -2/+2 |
| | | | | Initial tests done by David Hough, now formal release candidate for translators. | ||||
* | Remove broken AC_CHECK_DECLS(getenv). | Matthias Andree | 2020-03-30 | 1 | -4/+0 |
| | | | | | | We were testing #ifndef HAVE_DECL_GETENV, which was always false. Thus, it is safe to assume that the test never triggered, and the entire #ifndef...#endif block can be removed. | ||||
* | Regression fix for realpath() buffer. | Matthias Andree | 2019-09-28 | 1 | -6/+20 |
| | | | | | | | | Let the system allocate realpath() buffers intead of trying to portably derive a buffer size. This was found with default GCC fortify settings on Ubuntu 18.04 and showed with -D_FORTIFY_SOURCE=2 on Fedora, too. | ||||
* | 6.4.1, regression fix for default file locations. | Matthias Andree | 2019-09-28 | 1 | -3/+31 |
| | | | | | | | | The fix between 6.4.0-rc4 and 6.4.0 for Debian Bug#941129 caused a regression in the default file locations, some files were looked for without dot (.fetchmail.pid, .fetchmailrc). Reported by Cy Schubert. | ||||
* | env.c: make FETCHMAILHOME (fmhome) absolute. | Matthias Andree | 2019-09-27 | 1 | -1/+14 |
| | | | | | | | | If FETCHMAILHOME is specified as relative path, then it can become the victim of a chdir("/") that happens in daemon mode, so that switching to daemon mode will change behaviour of FETCHMAILHOME. Reported by Alex Andreotti, Debian Bug #941129. | ||||
* | Fix useless GCC8 warning, strncpy->memcpy for fixed string. | Matthias Andree | 2018-04-14 | 1 | -1/+1 |
| | |||||
* | Remove last traces of gethostbyname(). | Matthias Andree | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Call endpwent(). | Matthias Andree | 2010-04-12 | 1 | -0/+2 |
| | |||||
* | Fix lots of warnings, most around string literals... | Matthias Andree | 2010-03-18 | 1 | -0/+2 |
| | | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements. | ||||
* | Make some explicit NULL checks to pacify llvm-clang's static analyzer | Matthias Andree | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | Remove unused assignments/initializations found with llvm-clang. | Matthias Andree | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | Fix spacing for consistency. | Matthias Andree | 2009-06-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5356 | ||||
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=5261 | ||||
* | * When HOME and FETCHMAILHOME are unset, be sure to copy user database | Matthias Andree | 2006-12-19 | 1 | -1/+1 |
| | | | | | | information, lest it be overwritten later. Patch by Jim Correia. svn path=/branches/BRANCH_6-3/; revision=5001 | ||||
* | Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname. | Matthias Andree | 2006-09-04 | 1 | -1/+1 |
| | | | | | | Reported by Alexander Holler. svn path=/branches/BRANCH_6-3/; revision=4908 | ||||
* | Wrap getaddrinfo() and block SIGALRM where needed. | Matthias Andree | 2006-08-14 | 1 | -2/+2 |
| | | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895 | ||||
* | Revise comments before name canonicalization to make the code easier to ↵ | Matthias Andree | 2006-08-03 | 1 | -2/+4 |
| | | | | | | | | understand. Suggested by Nico Golde. svn path=/branches/BRANCH_6-3/; revision=4877 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -0/+3 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | Fix Debian Bug#317761: when trying to send a bounce message, don't bail | Matthias Andree | 2005-11-10 | 1 | -3/+2 |
| | | | | | | | | out if we cannot qualify our own hostname, so we aren't losing the bounce. Instead, pass the buck on to the SMTP server and use our own unqualified hostname. svn path=/trunk/; revision=4399 | ||||
* | Add parameter to host_fqdn() to state if the domain name is required, i. e. | Matthias Andree | 2005-10-30 | 1 | -2/+8 |
| | | | | | | if fetchmail should exit if it cannot resolve (canonicalize) its own hostname. svn path=/trunk/; revision=4381 | ||||
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -1/+1 |
| | | | | | | Patch by Sunil Shetye. svn path=/trunk/; revision=4362 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -14/+23 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4186 | ||||
* | Revise visbuf to dynamically size its buffer. | Matthias Andree | 2005-07-20 | 1 | -35/+24 |
| | | | | svn path=/trunk/; revision=4147 | ||||
* | Replace sprintf. | Matthias Andree | 2004-11-12 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=4004 | ||||
* | Misc. sprintf and pid_t fixes. | Matthias Andree | 2004-11-10 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4000 | ||||
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=3953 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3899 | ||||
* | Sunil Shetye's fix for SSL configuration. | Eric S. Raymond | 2004-01-13 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=3875 | ||||
* | Cleanup. | Eric S. Raymond | 2002-04-01 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3605 | ||||
* | Minor fixes for 5.9.8. | Eric S. Raymond | 2002-02-15 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=3578 | ||||
* | Fixes by Matthias Andree. | Eric S. Raymond | 2002-02-01 | 1 | -0/+13 |
| | | | | svn path=/trunk/; revision=3571 | ||||
* | Easy bug fixes for this round. | Eric S. Raymond | 2001-11-08 | 1 | -5/+17 |
| | | | | svn path=/trunk/; revision=3543 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | Before tckling the license problem. | Eric S. Raymond | 2001-09-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3462 | ||||
* | HMH's trivial fixes. | Eric S. Raymond | 2001-07-25 | 1 | -3/+7 |
| | | | | svn path=/trunk/; revision=3420 | ||||
* | Corrected patch. | Eric S. Raymond | 2001-03-14 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=3258 | ||||
* | Yoshihiko SARUMARU's patch, | Eric S. Raymond | 2001-03-14 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=3257 | ||||
* | Show IMAP in the protocols. | Eric S. Raymond | 2001-02-19 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3126 | ||||
* | Proper conditionalization. | Eric S. Raymond | 2001-02-14 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=3092 | ||||
* | Let's get rid of the old protocols with preauthentication bundled in. | Eric S. Raymond | 2001-02-11 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=3071 | ||||
* | First cut at ODMR support. | Eric S. Raymond | 2001-02-07 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3028 | ||||
* | FETCHMAILUSER implemented. | Eric S. Raymond | 2000-07-23 | 1 | -12/+6 |
| | | | | svn path=/trunk/; revision=2933 | ||||
* | Minor bug fixes. | Eric S. Raymond | 2000-04-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2881 | ||||
* | Fix brown-paper-bag bug. | Eric S. Raymond | 2000-04-16 | 1 | -6/+7 |
| | | | | svn path=/trunk/; revision=2879 | ||||
* | FETCHMAILHOME | Eric S. Raymond | 2000-04-16 | 1 | -4/+17 |
| | | | | svn path=/trunk/; revision=2875 | ||||
* | BeOS support. | Eric S. Raymond | 2000-04-08 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=2866 | ||||
* | Minor optimizations from Federico. | Eric S. Raymond | 1999-12-26 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2689 |