aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | check flockFreddy DISSAUX2016-06-281-0/+1
|/
* Defer finding arc4random until after libcryptoToyam Cox2016-06-201-4/+2
* Merge branch 'solaris_struct_tm' of https://github.com/bsdsx/OpenSMTPD into bsdsx-solaris_struct_tmgilles2016-05-221-1/+13
|\
| * Some Os (as Solaris) don't have member tm_gmtoff in struct tmFreddy DISSAUX2016-05-061-1/+13
| * Revert "solaris don't have tm_gmtoff/tm_zone"Freddy DISSAUX2016-05-051-6/+1
| * solaris don't have tm_gmtoff/tm_zoneFreddy DISSAUX2016-03-121-1/+6
* | fix build for non-libresslgilles2016-05-111-0/+19
|/
* fix include for SSLeayFreddy DISSAUX2016-03-051-0/+1
* Merge branch 'portable' of ssh://ssh.poolp.org/git/opensmtpd into portableGilles Chehade2016-02-211-23/+28
|\
| * a bit of shuffle to cleanup configure.acGilles Chehade2016-02-191-21/+28
| * remove commented messageGilles Chehade2016-02-191-2/+0
* | for now always use the system's crypt() if avail, lib if notGilles Chehade2016-02-141-19/+6
|/
* check setresuid() and setresgid() earlier, do not check if theyGilles Chehade2016-02-141-46/+2
* move setsockopt() check earlierGilles Chehade2016-02-141-6/+7
* remove brokent dirent checkGilles Chehade2016-02-141-25/+0
* move some checks earlier and remove some sanity checksGilles Chehade2016-02-141-64/+31
* check gettimeofday() and time() earlier + remove commentsGilles Chehade2016-02-141-20/+3
* move /proc check earlierGilles Chehade2016-02-141-7/+9
* reshuffle a bitGilles Chehade2016-02-141-89/+84
* add library detection check for fts_open() and arc4random()Gilles Chehade2016-02-141-4/+21
* move some checks earlierGilles Chehade2016-02-141-33/+13
* move some functins & libraries checks earlierGilles Chehade2016-02-141-68/+32
* I deserve to be in the copyright given how much blood I poured...Gilles Chehade2016-02-141-0/+1
* fix configure.acGilles Chehade2016-02-141-31/+1
* remove checks for broken snprintf & relatedGilles Chehade2016-02-141-72/+1
* remove check for feature unused in booth smtpd & compatGilles Chehade2016-02-141-35/+0
* more reshufflGilles Chehade2016-02-141-27/+10
* remove asr configure leftoverGilles Chehade2016-02-141-12/+0
* reshuffleGilles Chehade2016-02-141-447/+198
* commentsGilles Chehade2016-02-141-6/+75
* remove "overly strict" mkstemp() test in configure.ac +Gilles Chehade2016-02-141-29/+0
* offsetof() unusedGilles Chehade2016-02-141-4/+0
* MAXSYMLINKS is unusedGilles Chehade2016-02-141-4/+0
* fd_mask is unusedGilles Chehade2016-02-141-13/+0
* howmany() is unused in our compat layer AND opensmtpd codeGilles Chehade2016-02-141-18/+0
* add commentGilles Chehade2016-02-131-2/+2
* fix fts.h checkopensmtpd-201602131907p1Gilles Chehade2016-02-131-2/+4
* no need to check for libfts twice ...Gilles Chehade2016-02-131-36/+0
* teach OpenSMTPD how to build on alpineGilles Chehade2016-02-131-0/+37
* Merge branch 'portable' of ssh://ssh.github.com/OpenSMTPD/OpenSMTPD into portableGilles Chehade2016-02-131-0/+3
|\
| * check for WAIT_MYPGRPFreddy DISSAUX2016-02-131-0/+3
* | some libc's do not ship with fts(3) API, allow for third-party libftsGilles Chehade2016-02-131-0/+33
|/
* check for AF_LOCAL and define to AF_UNIX if notFreddy DISSAUX2016-02-091-0/+4
* we're not OpenSSH, we can't build without OpenSSL/LibreSSLGilles Chehade2016-02-041-3/+0
* no need to split the libraries in three in final output...Gilles Chehade2016-02-041-6/+1
* move table-db from enable- to with-Gilles Chehade2016-02-031-45/+50
* get rid of --with-pam-service, it can be shoved inside --with-pamGilles Chehade2016-02-031-15/+10
* rename more configure flagsGilles Chehade2016-02-031-38/+41
* rename and reshuffle a bit configure flagsGilles Chehade2016-02-031-170/+180
* reorder libssl, rework phrasingGilles Chehade2016-02-031-308/+312