Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document that passwords are length limited. | Matthias Andree | 2005-11-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4444 | ||||
* | Sunil Shetye fixed these problems in a patch posted to fetchmail-devel: | Matthias Andree | 2005-11-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. parsed_host is not freed in some cases. This happens when the first smtp server is down in this setup: poll mailserver ... smtphost "smtpserver1" "smtpserver2" ... 2. parsed_host is being initialized for UNIX socket also. For UNIX socket, parsed_host should be NULL. 3. If EHLO fails on a UNIX socket, it tries HELO on a network socket! 4. ctl->destaddr is allocated memory in two cases. This memory is never freed. 5. ctl->destaddr was being assigned in a very convoluted manner. Since, parsed_host is already set correctly now, it can be used directly. svn path=/trunk/; revision=4443 | ||||
* | Update --smtphost and --smtpaddress documentation. Patch by Sunil Shetye. | Matthias Andree | 2005-11-14 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4442 | ||||
* | The default for --smtphost is now always "localhost" regardless of | Matthias Andree | 2005-11-10 | 1 | -0/+4 |
| | | | | | | | | | authentication types and protocols, so as to simplify configurations for workstations where the SMTP daemon only listens on the loopback interface. Sunil Shetye & Matthias Andree svn path=/trunk/; revision=4410 | ||||
* | fix pluralization typo, news -> new | Matthias Andree | 2005-11-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=4406 | ||||
* | Clarify that --loghost works only while detached; after report by Nico Golde. | Matthias Andree | 2005-11-10 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4405 | ||||
* | Man page: update --smtphost documentation. | Matthias Andree | 2005-11-10 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4403 | ||||
* | Revise some error messages so they are less confusing. Sunil Shetye. | Matthias Andree | 2005-11-10 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4401 | ||||
* | Mark POP2 obsolete/legacy and to be removed from future version. | Matthias Andree | 2005-11-10 | 1 | -2/+4 |
| | | | | svn path=/trunk/; revision=4400 | ||||
* | Fix Debian Bug#317761: when trying to send a bounce message, don't bail | Matthias Andree | 2005-11-10 | 1 | -0/+4 |
| | | | | | | | | 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 | ||||
* | When eating message trailer, don't see any line containing "OK" as the | Matthias Andree | 2005-11-09 | 1 | -0/+3 |
| | | | | | | | | end of the trailer, but wait for the proper tagged OK line. To work around the qmail + Courier-IMAP problem in Debian Bug#338007. svn path=/trunk/; revision=4396 | ||||
* | Fix Debian Bug#241883, making global options more clear. Matt Swift, ↵ | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | | | Matthias Andree. svn path=/trunk/; revision=4385 | ||||
* | Set service properly after autoprobe succeeded. Debian Bug#320645. | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4383 | ||||
* | Use new host_fqdn() interface. | Matthias Andree | 2005-10-30 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=4382 | ||||
* | Man page: --sslfingerprint points user to x509(1ssl) and gives an example | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | | | how to use it. Debian Bug#213484, Eduard Bloch. svn path=/trunk/; revision=4378 | ||||
* | Do not break some other process's lockfile in "-q" mode, but wait for | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | | | the other process's exit. svn path=/trunk/; revision=4377 | ||||
* | Detect error if lock file cannot be created. | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4375 | ||||
* | Exit with error if the lock file cannot be read. | Matthias Andree | 2005-10-30 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4374 | ||||
* | Bury on_exit() officially - hasn't worked since 6.0.0 or even longer. | Matthias Andree | 2005-10-30 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4373 | ||||
* | - make fetchmail --silent --quit really silent, Debian Bug #229014 by | Matthias Andree | 2005-10-30 | 1 | -0/+7 |
| | | | | | | | | | | | Dr. Andreas Krüger. - cleanup --quit handling again (so that --silent --quit just kills the existing daemon, rather than continue running), and document it more clearly. - Print an error message if multiple "defaults" records are found in the configuration file. svn path=/trunk/; revision=4372 | ||||
* | Clean up SECURITY FIXES section. | Matthias Andree | 2005-10-29 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=4371 | ||||
* | Add support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, ↵ | Matthias Andree | 2005-10-29 | 1 | -0/+2 |
| | | | | | | Debian Bug#201113. svn path=/trunk/; revision=4368 | ||||
* | fetchmailconf -h documents the fetchmailconf -h option. | Matthias Andree | 2005-10-21 | 1 | -0/+2 |
| | | | | | | fetchmailconf -V now prints the fetchmailconf version. svn path=/trunk/; revision=4365 | ||||
* | Global variable cleanup, to fix daemon mode reinitialization problems. | Matthias Andree | 2005-10-21 | 1 | -0/+2 |
| | | | | | | Patch by Sunil Shetye. svn path=/trunk/; revision=4362 | ||||
* | Mention UTF-8, remove TAB. | Matthias Andree | 2005-10-21 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=4361 | ||||
* | Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miśkiewicz. | Matthias Andree | 2005-10-21 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4360 | ||||
* | update. | Matthias Andree | 2005-10-01 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=4358 | ||||
* | Offer authorization mode with NTLM/MSN added to expert users. | Matthias Andree | 2005-09-27 | 1 | -4/+7 |
| | | | | svn path=/trunk/; revision=4344 | ||||
* | Complain in POP3 if NTLM/MSN auth is requested but not built in. | Matthias Andree | 2005-09-26 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=4343 | ||||
* | Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff. | Matthias Andree | 2005-09-26 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4341 | ||||
* | Revise SSL dependency check: use LDFLAGS (to get -L options), detect error. | Matthias Andree | 2005-09-25 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4335 | ||||
* | Check if OpenSSL requires -ldl, too. | Matthias Andree | 2005-09-25 | 1 | -0/+3 |
| | | | | | | | Consolidate target_os specific options into a case...esac structure. Add -DBIND_8_COMPAT to CFLAGS on Darwin. svn path=/trunk/; revision=4326 | ||||
* | Make "envelope 'Delivered-To'" work with dropdelivered. Timothy Lee. | Matthias Andree | 2005-09-23 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=4319 | ||||
* | Fix display and documentation of --envelope option. | Matthias Andree | 2005-09-22 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4318 | ||||
* | Kerberos IV detection fix for FreeBSD 4. Simon Barner. | Matthias Andree | 2005-09-21 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4315 | ||||
* | Make SSL connection failures PS_SOCKET (not PS_AUTHFAIL). Reported by Thomas ↵ | Matthias Andree | 2005-09-21 | 1 | -0/+2 |
| | | | | | | Wolff. svn path=/trunk/; revision=4314 | ||||
* | Fix bogus "cannot resolve service * to port number" error. Simon Barner. | Matthias Andree | 2005-09-21 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4311 | ||||
* | When getaddrinfo() fails resolving a service, log getaddrinfo() error. | Matthias Andree | 2005-09-21 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4310 | ||||
* | Fix Japanese translation of "no other fetchmail is running". | Matthias Andree | 2005-09-21 | 1 | -0/+2 |
| | | | | | | Debian Bug#329342, Takeshi Hamasaki. svn path=/trunk/; revision=4309 | ||||
* | Add full support for --service option. | Matthias Andree | 2005-09-21 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4307 | ||||
* | Expunge between IMAP folders when polling multiple folders. Sunil Shetye. | Matthias Andree | 2005-09-21 | 1 | -0/+3 |
| | | | | | | Fix IMAP expunged message counting. Sunil Shetye. svn path=/trunk/; revision=4301 | ||||
* | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=4297 | ||||
* | Rearrange #include directives in an attempt to fix BerliOS Bug #4725, | Matthias Andree | 2005-09-19 | 1 | -0/+2 |
| | | | | | | Darwin 7.9 build fails in resource.h with ru_utime/ru_stime incomplete types. svn path=/trunk/; revision=4296 | ||||
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | Fixes to --with-hesiod option. Sunil Shetye. | Matthias Andree | 2005-09-11 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4287 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -0/+11 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Add obsoletion warnings. | Matthias Andree | 2005-08-28 | 1 | -0/+10 |
| | | | | | | Note that SUSv2/SUSv3 conformance is required. svn path=/trunk/; revision=4276 | ||||
* | Fix --with-gssapi compilation problem. Patch by Simon Josefsson. | Matthias Andree | 2005-08-27 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4267 | ||||
* | Update. | Matthias Andree | 2005-08-17 | 1 | -4/+7 |
| | | | | svn path=/trunk/; revision=4239 | ||||
* | Write RFC-compliant BSMTP envelopes. Reported by Nico Golde. | Matthias Andree | 2005-08-16 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4237 |