aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update from translation project.Matthias Andree2005-08-041-687/+577
* Don't convert service to port and back, but pass service to plugin.Matthias Andree2005-08-031-3/+1
* Remove junk.Matthias Andree2005-08-031-4/+0
* add missing space to recent servport.c translated string.Matthias Andree2005-08-021-4/+3
* Fix FreeBSD compiler warning from broken includes.Matthias Andree2005-08-021-2/+3
* Freeze 6.2.6-pre9.Matthias Andree2005-08-027-3697/+4051
* Make servport.c translatable, remove fetchmail.hMatthias Andree2005-08-021-1/+1
* Update.Matthias Andree2005-08-021-1/+3
* Clean up fetchmailconf.Matthias Andree2005-08-021-1/+3
* Switch default distribution format from gzip to bzip2.Matthias Andree2005-08-022-0/+2
* Generate fetchmailconf from Makefile to expand ${prefix} properly.Matthias Andree2005-08-023-5/+4
* Only run fetchmail --configdump if umask succeeded.Matthias Andree2005-08-021-2/+2
* Update.Matthias Andree2005-08-021-6/+13
* Rename fetchmailconf to fetchmailconf.py.Matthias Andree2005-08-024-5/+19
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-0216-168/+76
* Move servport.c into convenience library instead.Matthias Andree2005-08-021-2/+2
* Fix prototype, to avoid compiler warnings with --disable-nls.Matthias Andree2005-08-021-1/+1
* Add new servport.c file to resolve service -> port for non-IPv6 builds.Matthias Andree2005-08-022-1/+63
* Update URL for OPIE at inner.net.Matthias Andree2005-08-021-1/+1
* Cleanup: Drop inner_connect and ipv6-connect.c.Matthias Andree2005-08-015-150/+1
* Move note about inet6_apps from configure.ac to NEWS.Matthias Andree2005-08-012-6/+4
* Mention gettext == intl/ directory.Matthias Andree2005-08-011-2/+2
* Define temporary variable with #ifdefs rather than using these inside a macro...Matthias Andree2005-08-012-5/+8
* Ship m4-local from top-level Makefile rather than recursing for two stupid fi...Matthias Andree2005-07-313-5/+4
* Get rid of alloca() in fetchmail.Matthias Andree2005-07-317-564/+66
* Initialize message numbers to zero when reading saved lists.Matthias Andree2005-07-311-1/+2
* Fix compiler warning.Matthias Andree2005-07-311-1/+1
* Add comment.Matthias Andree2005-07-311-1/+3
* Add missing #include directives to fix warnings.Matthias Andree2005-07-311-0/+4
* Fix progress stars and hashes.Matthias Andree2005-07-311-3/+3
* Drop the 476 kB intl/ directory from the distribution.Matthias Andree2005-07-313-7/+10
* Kill alloca().Matthias Andree2005-07-311-106/+110
* Kill alloca().Matthias Andree2005-07-311-8/+8
* Kill alloca().Matthias Andree2005-07-311-1/+4
* Kill alloca().Matthias Andree2005-07-311-2/+2
* Kill alloca().Matthias Andree2005-07-311-1/+2
* Plug memory leaks.Matthias Andree2005-07-312-0/+4
* Add xfree() macro.Matthias Andree2005-07-311-0/+1
* Fix typo.Matthias Andree2005-07-311-1/+1
* Bugfix: match IP address lists exhaustivelyMatthias Andree2005-07-312-45/+64
* Don't strip last character of bare addresses.Matthias Andree2005-07-302-7/+4
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-3017-160/+21
* Clean up: rely on C compiler string concatenation rather than calling printf ...Matthias Andree2005-07-301-15/+15
* sprintf -> snprintf.Matthias Andree2005-07-301-23/+25
* Remove check for HAVE_ERROR macro which is always false, along with dead code.Matthias Andree2005-07-301-6/+0
* strncat -> strlcatMatthias Andree2005-07-301-1/+1
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-7/+8
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-309-20/+20
* Add a comment.Matthias Andree2005-07-261-1/+1
* Update translations to 6.2.6-pre8.Matthias Andree2005-07-262-511/+366
='#n563'>563 564 565 566 567 568 569 570 571 572 573 574 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 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763