aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Man page: --sslfingerprint points user to x509(1ssl) and gives an example Matthias Andree2005-10-302-0/+12
| | | | | | 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 Andree2005-10-302-3/+14
| | | | | | the other process's exit. svn path=/trunk/; revision=4377
* Only report 'removing stale lockfile' if it was actually removed.Matthias Andree2005-10-301-3/+7
| | | | svn path=/trunk/; revision=4376
* Detect error if lock file cannot be created.Matthias Andree2005-10-302-0/+4
| | | | svn path=/trunk/; revision=4375
* Exit with error if the lock file cannot be read.Matthias Andree2005-10-302-2/+7
| | | | svn path=/trunk/; revision=4374
* Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.Matthias Andree2005-10-303-8/+3
| | | | svn path=/trunk/; revision=4373
* - make fetchmail --silent --quit really silent, Debian Bug #229014 by Matthias Andree2005-10-305-30/+50
| | | | | | | | | | | 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 Andree2005-10-291-6/+6
| | | | svn path=/trunk/; revision=4371
* Bump version.Matthias Andree2005-10-291-1/+1
| | | | svn path=/trunk/; revision=4370
* Update.Matthias Andree2005-10-291-0/+4
| | | | svn path=/trunk/; revision=4369
* Add support for SubjectAltName (RFC-2595 or 2818). Patch by Roland Stigge, ↵Matthias Andree2005-10-292-2/+34
| | | | | | Debian Bug#201113. svn path=/trunk/; revision=4368
* Update.Matthias Andree2005-10-272-7/+11
| | | | svn path=/trunk/; revision=4367
* Version 1.01.Matthias Andree2005-10-211-49/+32
| | | | svn path=/trunk/; revision=4366
* fetchmailconf -h documents the fetchmailconf -h option.Matthias Andree2005-10-212-3/+10
| | | | | | fetchmailconf -V now prints the fetchmailconf version. svn path=/trunk/; revision=4365
* snapshot 6.2.9-rc6Matthias Andree2005-10-217-481/+610
| | | | svn path=/trunk/; revision=4363
* Global variable cleanup, to fix daemon mode reinitialization problems.Matthias Andree2005-10-216-36/+66
| | | | | | Patch by Sunil Shetye. svn path=/trunk/; revision=4362
* Mention UTF-8, remove TAB.Matthias Andree2005-10-211-1/+4
| | | | svn path=/trunk/; revision=4361
* Properly shut down SSL connections. Berlios Patch #647 by Arkadiusz Miśkiewicz.Matthias Andree2005-10-212-0/+4
| | | | svn path=/trunk/; revision=4360
* Update to rc5Matthias Andree2005-10-031-236/+103
| | | | svn path=/trunk/; revision=4359
* update.Matthias Andree2005-10-011-0/+5
| | | | svn path=/trunk/; revision=4358
* Update to -rc5.Matthias Andree2005-10-011-46/+44
| | | | svn path=/trunk/; revision=4357
* Add CVE Name.Matthias Andree2005-09-281-1/+1
| | | | svn path=/trunk/; revision=4356
* Minor updates after feedback from Rob.Matthias Andree2005-09-281-3/+5
| | | | svn path=/trunk/; revision=4355
* Revise Impact/Danger headers.Matthias Andree2005-09-281-4/+3
| | | | svn path=/trunk/; revision=4354
* Add new security announcement (fetchmailconf world-readable file).Matthias Andree2005-09-282-1/+117
| | | | svn path=/trunk/; revision=4353
* Put self.service check back in that got removed, it's still needed.Matthias Andree2005-09-281-1/+1
| | | | svn path=/trunk/; revision=4352
* SECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords Matthias Andree2005-09-281-7/+10
| | | | | | | | | | | | | aren't exposed, and set umask 077 before opening the file to be extra safe. Configuration files larger than the Python default write buffer might otherwise be exposed to other users. Fix: Don't crash on saving the configuration if protocol is "auto". Fix: Split authlist button bar in two rows. Change: The configuration file comment now contains the fetchmailconf version. Change: Bump version to 1.49. svn path=/trunk/; revision=4351
* Note --syslog cosmetic bug (blank lines at high verbose level).Matthias Andree2005-09-271-0/+2
| | | | svn path=/trunk/; revision=4350
* Bump version to -rc6, we'll have one more release candidate.Matthias Andree2005-09-271-1/+1
| | | | svn path=/trunk/; revision=4349
* Add full address to Last-Translator and fix Language-Team:.Matthias Andree2005-09-271-44/+83
| | | | svn path=/trunk/; revision=4348
* Fix Language-Team:Matthias Andree2005-09-271-1/+1
| | | | svn path=/trunk/; revision=4347
* Update.Matthias Andree2005-09-271-0/+10
| | | | svn path=/trunk/; revision=4346
* Mention MSN is only for POP3.Matthias Andree2005-09-271-16/+17
| | | | svn path=/trunk/; revision=4345
* Offer authorization mode with NTLM/MSN added to expert users.Matthias Andree2005-09-272-9/+18
| | | | svn path=/trunk/; revision=4344
* Complain in POP3 if NTLM/MSN auth is requested but not built in.Matthias Andree2005-09-261-0/+3
| | | | svn path=/trunk/; revision=4343
* Complain in POP3 if NTLM/MSN auth is requested but not built in.Matthias Andree2005-09-261-0/+6
| | | | svn path=/trunk/; revision=4342
* Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.Matthias Andree2005-09-261-0/+1
| | | | svn path=/trunk/; revision=4341
* Missed --port/--service/--ssl cleanups. Reminder from Thomas Wolff.Matthias Andree2005-09-261-3/+6
| | | | svn path=/trunk/; revision=4340
* Update, fix typos.Matthias Andree2005-09-261-115/+77
| | | | svn path=/trunk/; revision=4339
* Snapshot 6.2.9-rc5.Matthias Andree2005-09-256-646/+741
| | | | svn path=/trunk/; revision=4337
* Mention GNU gettextMatthias Andree2005-09-251-1/+7
| | | | svn path=/trunk/; revision=4336
* Revise SSL dependency check: use LDFLAGS (to get -L options), detect error.Matthias Andree2005-09-252-4/+12
| | | | svn path=/trunk/; revision=4335
* Unbreak Solaris --disable-nls build, disable ghastly intl/gettext port hack.Matthias Andree2005-09-251-2/+7
| | | | svn path=/trunk/; revision=4334
* Fix typo.Matthias Andree2005-09-251-1/+1
| | | | svn path=/trunk/; revision=4333
* updateMatthias Andree2005-09-252-336/+323
| | | | svn path=/trunk/; revision=4332
* Revert accidental translatable string spacing changes made in r4321.Matthias Andree2005-09-251-32/+32
| | | | svn path=/trunk/; revision=4331
* Update.Matthias Andree2005-09-252-16/+2
| | | | svn path=/trunk/; revision=4330
* Update FreeBSD instructions.Matthias Andree2005-09-251-13/+5
| | | | svn path=/trunk/; revision=4329
* Add a pointer to README.svn.Matthias Andree2005-09-251-12/+28
| | | | | | | | Replace GRAVE character by APOSTROPHE. Mention OpenSSL and recommend building it as shared library. Remove --with-included-gettext pointer. We don't ship gettext. svn path=/trunk/; revision=4328
* Add a pointer to INSTALL.Matthias Andree2005-09-251-0/+2
| | | | svn path=/trunk/; revision=4327