aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-0/+7
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-241-0/+1
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-0/+1
* If SOCKS support was compiled in, add 'socks' to the feature_optionsMatthias Andree2007-03-241-0/+3
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+3
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-3/+3
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-0/+2
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+1
* Large protocol independence patch.Matthias Andree2005-08-281-7/+4
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-9/+1
* Define temporary variable with #ifdefs rather than using these inside a macro...Matthias Andree2005-08-011-2/+4
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-6/+0
* Clean up: rely on C compiler string concatenation rather than calling printf ...Matthias Andree2005-07-301-15/+15
* strncpy -> strlcpy.Matthias Andree2005-07-201-3/+2
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-1/+1
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-4/+4
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+2
* Simpler antispam dumping.Eric S. Raymond2002-10-311-10/+5
* Minor bug fixes.Eric S. Raymond2002-10-181-1/+1
* OTP fix patches from Stanislav Brabec.Eric S. Raymond2002-10-181-0/+2
* Debian 5.9.10 fixes.Eric S. Raymond2002-04-011-0/+4
* Close debian bug that clobbered .fetchmailorc.Eric S. Raymond2001-07-071-1/+1
* Implemented fetchdomains.Eric S. Raymond2001-06-241-0/+1
* Make fetchmailconf work again.Eric S. Raymond2001-06-171-1/+1
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-0/+1
* SSL certification handling.Eric S. Raymond2001-05-141-0/+3
* Added sslproto.Eric S. Raymond2001-03-031-0/+1
* Don't require Tkinter to read configs.Eric S. Raymond2001-03-011-1/+6
* We can specify NTLM as an authentication type.Eric S. Raymond2001-02-271-0/+2
* More authentication types.Eric S. Raymond2001-02-201-0/+4
* preauth -> auth.Eric S. Raymond2001-02-191-13/+13
* Looks like we've got the new authentication logic done.Eric S. Raymond2001-02-121-7/+11
* First cut at ODMR support.Eric S. Raymond2001-02-071-0/+3
* Spambounce patch.Eric S. Raymond2000-12-121-0/+1
* 5-6-0bis fix for smtpname.Eric S. Raymond2000-11-271-0/+1
* Ready to ship.Eric S. Raymond2000-11-111-0/+1
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-0/+1
* Added dropdelivered.Eric S. Raymond2000-07-231-0/+1
* Cyrille Lefevre <clefevre@citeweb.net>'s patch for IPV6.Eric S. Raymond2000-07-231-1/+1
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-0/+1
* Fix for IPv6.Eric S. Raymond2000-03-031-2/+3
* Various minor bug fixes.Eric S. Raymond2000-02-181-3/+2
* LinuxWorld hacks.Eric S. Raymond2000-02-051-0/+2
* Ready to send this to Mike.Eric S. Raymond1999-11-061-8/+8
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+8
* auth->preauth, second step.Eric S. Raymond1999-09-161-3/+3
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-1/+1
* Added bouncemail option.Eric S. Raymond1999-02-071-0/+1
* FreeBSD support.Eric S. Raymond1999-02-071-3/+5
5' href='#n575'>575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716