aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build fix for systems that don't have perl in /usr/bin (DragonFly).Matthias Andree2011-04-291-1/+1
|
* Unconditionally use our own MD5 code. Gets linked only as needed.Matthias Andree2010-12-141-1/+1
|
* Add fetchmail-EN-2010-03 (erratum notice).Matthias Andree2010-10-161-0/+1
|
* Update m4/ distribution list for gettext 0.17.Matthias Andree2010-10-161-5/+6
|
* Avoid compiling empty C files if NTLM is disabled.Matthias Andree2010-10-091-1/+4
|
* Factor out common NTLM code.Matthias Andree2010-10-091-1/+1
|
* Fix missing prototype for norm_charmap.Matthias Andree2010-10-091-1/+2
|
* Fix prototype warnings, remove unused functions.Matthias Andree2010-10-051-1/+2
|
* Add self-test for X.509 name matching.Matthias Andree2010-08-271-2/+5
|
* X.509 matching split out; disallow TLD wildcards.Matthias Andree2010-08-271-1/+1
|
* BSD make compatibility for asciidoc.Matthias Andree2010-06-021-1/+2
| | | | | BSD make supports $< only in transformation rules... use them, declare automake SUFFIXES.
* Fix asciidoc invocation; also remove output on failure.Matthias Andree2010-05-281-1/+1
|
* Hook Mailbox-Names-UTF7 document to build and website.Matthias Andree2010-05-271-0/+4
| | | | New dependency: requires asciidoc 8.
* Add import-translations target.Matthias Andree2010-05-061-0/+5
|
* Split string list stuff from uid.c into new idlist.c.Matthias Andree2010-04-241-1/+1
|
* SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales.Matthias Andree2010-04-181-0/+1
|
* Further type fixes.Matthias Andree2010-03-181-1/+1
|
* Fix trio self-test.Matthias Andree2010-02-261-3/+3
|
* Update documents/scripts after SVN -> Git move.Matthias Andree2010-02-061-2/+1
|
* Security fix for sdump() (X.509 cert display in verbose mode).Matthias Andree2010-02-041-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5467
* Ship fetchmail.xpm file.Matthias Andree2009-10-301-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5447
* Work around screwed Solaris /bin/sh and go for XPG shells.Matthias Andree2009-10-051-3/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5436
* Validate *.html documents as XHTML in 'make check'.Matthias Andree2009-08-181-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5420
* Add fetchmail-SA-2009-01.txt and hook it to the tarball.Matthias Andree2009-08-051-0/+1
| | | | | | Note that the subjectAltName part of the patch is untested. svn path=/branches/BRANCH_6-3/; revision=5392
* Add sdump(), split xmalloc.h out of fetchmail.hMatthias Andree2009-08-051-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=5390
* Build top-level dir first.Matthias Andree2009-05-241-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5316
* Make fetchmailconf script executable.Matthias Andree2009-05-241-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5312
* Add README.SSL-SERVER, revise manual page.Matthias Andree2009-05-091-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5297
* Remove autobuild support.Matthias Andree2009-05-041-1/+0
| | | | svn path=/branches/BRANCH_6-3/; revision=5294
* Inline m4/ EXTRA_DIST (was SUBDIRS=m4...)Matthias Andree2009-05-041-1/+29
| | | | | | | Recursive Makefiles are expensive and inconcise, so move the m4/Makefile.am contents here and remove m4 from SUBDIRS. svn path=/branches/BRANCH_6-3/; revision=5281
* Add fetchmail-SA-2008-01.txt to DISTDOCS.Matthias Andree2008-06-131-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5195
* Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31.Matthias Andree2007-12-261-3/+1
| | | | | | This requires some minor fixes though. svn path=/branches/BRANCH_6-3/; revision=5145
* Add fetchmail-SA-2007-02.txt and promote Earl Chew's bug fix to security.Matthias Andree2007-07-291-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5120
* Add fetchmail-SA-2007-01.txt.Matthias Andree2007-04-061-0/+1
| | | | | | Add publication date of Gaetan Leurent's CVE-2007-1558. svn path=/branches/BRANCH_6-3/; revision=5085
* Support blanks in $PATH.Matthias Andree2007-03-281-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5069
* Strengthen APOP a bit (validate RFC-822 syntax) in order to fend offMatthias Andree2007-03-181-3/+5
| | | | | | Leurent-style MITM attacks which are based on MD5 and APOP weaknesses. svn path=/branches/BRANCH_6-3/; revision=5057
* Don't leave busted fetchmail-FAQ.pdf behind.Matthias Andree2007-01-051-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5008
* Shuffle 0*.html files from ML archive into contrib/ directory.Matthias Andree2006-12-111-6/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4987
* First step towards really fixing TLS vuln, CVE-2006-5867, still incomplete.Matthias Andree2006-11-261-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4962
* Add list messages, top-level for the nonce.Matthias Andree2006-11-221-1/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4960
* Add new DoS advisory.Matthias Andree2006-11-191-0/+2
| | | | | | Ship 2006-02 and 2006-03 advisories. svn path=/branches/BRANCH_6-3/; revision=4945
* Wrap getaddrinfo() and block SIGALRM where needed.Matthias Andree2006-08-141-1/+1
| | | | | | Also wrap freeaddrinfo() without added functionality. svn path=/branches/BRANCH_6-3/; revision=4895
* Add Doxyfile to allow generation of documentation with Dimitri Heesch's greatMatthias Andree2006-07-041-1/+2
| | | | | | doxygen tool. Note though that the documentation is not yet complete. svn path=/branches/BRANCH_6-3/; revision=4860
* Avoid compiling empty files, to avoid diagnostics from strict compilers.Matthias Andree2006-06-291-7/+32
| | | | svn path=/branches/BRANCH_6-3/; revision=4858
* Add pidfile option, requested by Héctor García.Matthias Andree2006-04-021-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4770
* Add rsync target to help with testing fetchmail compiles.Matthias Andree2006-04-011-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4768
* Add smbtypes.h.Matthias Andree2006-03-151-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4742
* Specify minimum versions and options for automake consistently, bump ↵Matthias Andree2006-02-171-1/+1
| | | | | | automake version to 1.8 (was 1.5). svn path=/branches/BRANCH_6-3/; revision=4691
* Escalate recent fix to security and add preliminary announcement.Matthias Andree2006-01-191-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4657
* Drop BUGS.Matthias Andree2006-01-131-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4628