Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further cleanups to compile with C++ compiler. | Matthias Andree | 2006-03-15 | 1 | -6/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4744 | ||||
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4736 | ||||
* | Consistency: Make --fetchall an alias for --all. | Matthias Andree | 2006-03-03 | 1 | -0/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4710 | ||||
* | Allow --idle on the command line. | Matthias Andree | 2006-03-01 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4704 | ||||
* | Fix typo: --sslcertck checks the /server/ certificate (not the client's). | Matthias Andree | 2006-01-15 | 1 | -1/+1 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4639 | ||||
* | Added missing --help text for "--sslcertck" option. | Matthias Andree | 2006-01-14 | 1 | -0/+5 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4635 | ||||
* | Fix indent. | Matthias Andree | 2006-01-14 | 1 | -25/+25 |
| | | | | svn path=/branches/BRANCH_6-3/; revision=4634 | ||||
* | Some verbose output disappeared in debug mode. Adding further -v options | Matthias Andree | 2006-01-04 | 1 | -1/+1 |
| | | | | | | | | would alternate between verbose and debug mode. debug mode now comprises all verbose output, and adding more -v options does not switch back from debug to verbose mode. svn path=/branches/BRANCH_6-3/; revision=4597 | ||||
* | In usage message, move -P short option from long --port to long --service. | Matthias Andree | 2005-10-30 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=4384 | ||||
* | - make fetchmail --silent --quit really silent, Debian Bug #229014 by | Matthias Andree | 2005-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | 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 | ||||
* | Revert accidental translatable string spacing changes made in r4321. | Matthias Andree | 2005-09-25 | 1 | -32/+32 |
| | | | | svn path=/trunk/; revision=4331 | ||||
* | Clean up, mapping long to short options directly where possible, and switch ↵ | Matthias Andree | 2005-09-25 | 1 | -210/+133 |
| | | | | | | LA_* from #define to enum. svn path=/trunk/; revision=4321 | ||||
* | Add full support for --service option. | Matthias Andree | 2005-09-21 | 1 | -3/+5 |
| | | | | svn path=/trunk/; revision=4307 | ||||
* | 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 | ||||
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -0/+9 |
| | | | | svn path=/trunk/; revision=4289 | ||||
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=4280 | ||||
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -8/+0 |
| | | | | svn path=/trunk/; revision=4219 | ||||
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -8/+8 |
| | | | | svn path=/trunk/; revision=4201 | ||||
* | Plug memory leaks. | Matthias Andree | 2005-07-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=4197 | ||||
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵ | Matthias Andree | 2005-07-30 | 1 | -18/+0 |
| | | | | | | library is no longer available. svn path=/trunk/; revision=4192 | ||||
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=4121 | ||||
* | Add help for --sslcertpath and --sslfingerprint. | Matthias Andree | 2004-11-10 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3990 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 1 | -7/+7 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Sunil's transaction patches. | Eric S. Raymond | 2003-10-15 | 1 | -0/+14 |
| | | | | svn path=/trunk/; revision=3858 | ||||
* | Enable showdots to be set fro the command line. | Eric S. Raymond | 2003-10-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3843 | ||||
* | OTP fix patches from Stanislav Brabec. | Eric S. Raymond | 2002-10-18 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=3735 | ||||
* | Sunil Shetye's latest fix patch. | Eric S. Raymond | 2002-09-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3707 | ||||
* | Sunil Shetye's re-exec patch. | Eric S. Raymond | 2002-09-04 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=3696 | ||||
* | getopt_long is back for Solaris and HP-UX. | Eric S. Raymond | 2001-09-30 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=3508 | ||||
* | Fix the bad GETOPT_LONG patch. | Eric S. Raymond | 2001-09-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3495 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-09-26 | 1 | -2/+6 |
| | | | | svn path=/trunk/; revision=3491 | ||||
* | _( -> GT_( | Eric S. Raymond | 2001-09-24 | 1 | -66/+66 |
| | | | | svn path=/trunk/; revision=3478 | ||||
* | Restore -D. | Eric S. Raymond | 2001-09-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3460 | ||||
* | Implemented fetchdomains. | Eric S. Raymond | 2001-06-24 | 1 | -28/+39 |
| | | | | svn path=/trunk/; revision=3373 | ||||
* | Miscellaneous bug fixes. | Eric S. Raymond | 2001-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3361 | ||||
* | Tracepolls switch implemented. | Eric S. Raymond | 2001-06-05 | 1 | -0/+9 |
| | | | | svn path=/trunk/; revision=3337 | ||||
* | SSL certification handling. | Eric S. Raymond | 2001-05-14 | 1 | -2/+20 |
| | | | | svn path=/trunk/; revision=3314 | ||||
* | Nalin Dahyabai's changes. | Eric S. Raymond | 2001-04-10 | 1 | -0/+12 |
| | | | | svn path=/trunk/; revision=3290 | ||||
* | Ready to ship. | Eric S. Raymond | 2001-03-18 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=3265 | ||||
* | Added sslproto. | Eric S. Raymond | 2001-03-03 | 1 | -2/+9 |
| | | | | svn path=/trunk/; revision=3183 | ||||
* | preauth -> auth. | Eric S. Raymond | 2001-02-19 | 1 | -13/+13 |
| | | | | svn path=/trunk/; revision=3121 | ||||
* | Let's get rid of the old protocols with preauthentication bundled in. | Eric S. Raymond | 2001-02-11 | 1 | -12/+0 |
| | | | | svn path=/trunk/; revision=3071 | ||||
* | Ready to ship. | Eric S. Raymond | 2000-11-11 | 1 | -0/+8 |
| | | | | svn path=/trunk/; revision=2983 | ||||
* | Added --showdots option by Thomas Jarosch <tomj@gmx.de> | Eric S. Raymond | 2000-11-04 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=2981 | ||||
* | Julian Haight's changes. | Eric S. Raymond | 2000-06-07 | 1 | -3/+9 |
| | | | | svn path=/trunk/; revision=2900 | ||||
* | LinuxWorld hacks. | Eric S. Raymond | 2000-02-05 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=2729 | ||||
* | Cleanup patches from Gunther Leber. | Eric S. Raymond | 2000-01-03 | 1 | -7/+4 |
| | | | | svn path=/trunk/; revision=2699 | ||||
* | Ready to send this to Mike. | Eric S. Raymond | 1999-11-06 | 1 | -13/+13 |
| | | | | svn path=/trunk/; revision=2649 | ||||
* | This preliminary SSL patch goes to Mike. | Eric S. Raymond | 1999-10-27 | 1 | -0/+31 |
| | | | | svn path=/trunk/; revision=2643 | ||||
* | Low-level corrections. | Eric S. Raymond | 1999-09-23 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=2593 |