aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark NetBSD as BROKEN_STRNVIS, parameters are swappedGilles Chehade2013-05-151-1/+2
* enable backends and filtersCharles Longeau2013-05-011-0/+2
* add checks for getpsnam() [HAVE_GETSNPAM] and shadow.h [HAVE_SHADOW_H]. Fixes #204Charles Longeau2013-04-291-0/+2
* align some text in ./configure --helpCharles Longeau2013-04-191-2/+2
* fix issue #149: [portable] add a configure option to specify where CA certificates file isCharles Longeau2013-04-181-0/+14
* sync with portable OpenSSH:Charles Longeau2013-04-061-124/+338
* Add configure checks about sys/statfs.h. Failed build on MacOS X reported by Rune Lynge.Charles Longeau2013-04-031-0/+1
* fix build for portableCharles Longeau2013-04-011-0/+4
* fix typogilles2013-03-231-1/+1
* fix typogilles2013-03-231-1/+1
* fix merge master conflicts + update version to 5.3p-currentCharles Longeau2013-03-171-1/+15
* update PACKAGE_VERSION to 5.3p1Charles Longeau2013-03-081-1/+1
* fix typo for AC_SUBST([SMTPD_FILTER_USER])Charles Longeau2013-03-081-2/+2
* s/sshd/smtpd/gCharles Longeau2013-03-081-17/+17
* make sqlite and ldap optionalgilles2013-03-081-27/+53
* --with-queue-user=, --with-filter-user=gilles2013-03-041-0/+28
* add dependency check for sqlite3 in configure.acCharles Longeau2012-12-271-0/+27
* add pw_dup() portable wrapperCharles Longeau2012-12-111-0/+1
* add regress/smtpscript to the buildCharles Longeau2012-11-091-0/+2
* src/ -> smtpd/Gilles Chehade2012-10-291-3/+3
* fix build on OpenBSD 4.9, reported by Todd T. FriesCharles Longeau2012-10-211-2/+1
* advise the user to use -current if it tries to use portable on OpenBSDCharles Longeau2012-10-211-1/+1
* don't check unnecessary stuff in configure to avoid linking with -lutil, reported by Eric FaurotCharles Longeau2012-10-161-6/+3
* autotools: remove portable from PACKAGE/PACKAGE_NAME/PACKAGE_STRING/PACKAGE_TARBALLCharles Longeau2012-10-151-1/+2
* for Mac OS X: make clock_gettime(CLOCK_MONOTONIC, ...) be more accurate, by using internal Mach calls, instead of gettimeofday()Charles Longeau2012-10-141-0/+1
* add checks for struct stat.st_mtim / struct stat.st_mtimespec. Failed build reported by Rune LyngeCharles Longeau2012-09-081-0/+10
* sync with portable OpenSSH to properly link against zlibCharles Longeau2012-08-271-7/+108
* update version to 5.2 (sync with OpenBSD release version)Charles Longeau2012-07-311-1/+1
* fix build on Mac OS X, reported by Rune LyngeCharles Longeau2012-07-241-5/+1
* sync with portable OpenSSHCharles Longeau2012-07-231-5/+14
* sync with portable OpenSSHCharles Longeau2012-07-231-2/+4
* fix build on Mac OS X, reported by Rune LyngeCharles Longeau2012-07-221-0/+3
* sync with portable OpenSSHCharles Longeau2012-07-211-49/+64
* try to properly check if -lresolv is needed, thank to failed link reported by Rune LyngeCharles Longeau2012-07-211-0/+6
* try to build clock_gettime() on MacOS X with -lrt, failed build reported by Rune LyngeCharles Longeau2012-07-211-0/+6
* move libexec/mail.local to contrib/libexec/mail.localCharles Longeau2012-07-091-2/+3
* Fix build on DragonFlyBSD: crypt() needs -lcrypt. Reported by Francois TigeotCharles Longeau2012-04-111-4/+2
* Fix build on FreeBSD 9: fparseln() needs -lutil. Reported by gilles@Charles Longeau2012-04-111-1/+8
* add back -lssl which was removed by mistake some commits agoCharles Longeau2011-12-081-1/+1
* fix copy/paste from portable OpenSSH to correctly detect MANTYPECharles Longeau2011-10-241-2/+2
* Properly handle configure's --prefix, also add --with-sock-dir and --with-privsep-user. Add and install smtpd.conf file and man pages.Charles Longeau2011-10-231-8/+104
* sync with portable OpenSSHCharles Longeau2011-10-231-14/+112
* fix a bunch of autotools warningsCharles Longeau2011-10-231-0/+2
* remove warnings displayed with latest autotools version. Also reported by Brad ArringtonCharles Longeau2011-10-211-1/+1
* add crypt.h in the list of checked headersCharles Longeau2011-10-101-0/+1
* properly check and link Berkeley DB (needed and tested against Debian, Ubuntu, Fedora and ArchLinux distros)Charles Longeau2011-09-261-5/+51
* add setres{g,u}id compat code (needed by NetBSD)Charles Longeau2011-09-261-0/+2
* handle missing EAI_NODATA on FreeBSDCharles Longeau2011-09-261-0/+1
* libevent2 support (needed for DragonFlyBSD)Charles Longeau2011-09-261-0/+180
* better support for all YACC variantsCharles Longeau2011-09-261-1/+2