aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/openbsd-compat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix strndupFreddy DISSAUX2018-10-131-0/+7
* OpenSMTPD ported to OSXGilles Chehade2018-01-221-1/+1
* crypt_checkpassFreddy DISSAUX2018-01-081-0/+6
* Fix missing prototype warnings for strlcat/strlcpy functions thatEric Faurot2017-08-031-2/+2
* add recallocarray() to compat layerEric Faurot2017-08-031-0/+4
* add freezero() to compat layerEric Faurot2017-08-021-0/+4
* Merge pull request #763 from smaeul/fix-libresslGilles Chehade2017-01-121-10/+15
|\
| * fix compatibility with libresslSamuel Holland2017-01-111-10/+15
* | fix musl compatibility (missing function prototypes)Samuel Holland2017-01-111-0/+8
|/
* getdelim declarationFreddy DISSAUX2017-01-071-0/+4
* add declarations and fix warnings "implicit declaration of function"Freddy DISSAUX2016-09-241-0/+8
* add check for PF_LOCALFreddy DISSAUX2016-09-171-0/+4
* Fix expression, as explain inFreddy DISSAUX2016-09-171-2/+2
* add flock declarationFreddy DISSAUX2016-07-021-2/+6
* more u_int32_t -> uint32_tGilles Chehade2016-02-281-1/+1
* remove checks for broken snprintf & relatedGilles Chehade2016-02-141-1/+1
* remove "overly strict" mkstemp() test in configure.ac +Gilles Chehade2016-02-141-6/+0
* check for WAIT_MYPGRPFreddy DISSAUX2016-02-131-0/+3
* check for AF_LOCAL and define to AF_UNIX if notFreddy DISSAUX2016-02-091-0/+4
* add pledge() in compat layerJoerg Jung2015-12-301-0/+4
* fix buildgilles2015-01-291-5/+0
* cope with opensmtpd removing ssl_ctx_use_certificate_chain() aftergilles2015-01-171-0/+5
* fparseln() uses a FILE and therefore needs stdio.h, I'm pullingGilles Chehade2015-01-121-0/+2
* fix typoopensmtpd-201410131657p1Gilles Chehade2014-10-131-1/+1
* errc() needs compat glueGilles Chehade2014-10-131-0/+4
* Sync openbsd-compat/openbsd-compat.h from portable OpenSSH. While there, more stuff to openbsd-compat/defines.hCharles Longeau2014-06-161-54/+57
* reduce delta between OpenSSH and OpenSMTPD portableCharles Longeau2014-05-301-1/+1
* add reallocarray() to the openbsd-compat glueCharles Longeau2014-05-301-0/+4
* bring explicit_bzero() to the treegilles2014-04-291-0/+4
* another round of fix chacha to arc4 fuckupsCharles Longeau2013-12-061-3/+12
* bye bye arc4random(). Chacha is used everywhere:Charles Longeau2013-11-021-12/+3
* sync with OpenSSH openbsd-compat/setproctitle.cCharles Longeau2013-11-021-1/+1
* sync with OpenSSH openbsd-compat/openbsd-compat.hCharles Longeau2013-11-021-18/+34
* sync with OpenSSH openbsd-compat/arc4random.c containing new ChaCha based random number generator for OpenBSDCharles Longeau2013-11-021-4/+0
* plug chachaGilles Chehade2013-10-011-0/+4
* pidfilegilles2013-06-111-0/+4
* sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.hCharlie Root2013-04-121-2/+2
* add pw_dup() prototypeCharles Longeau2012-12-111-0/+4
* remove #define MAXBSIZECharles Longeau2012-07-311-5/+0
* sync with -current, including 'move to the new resolver implementation'Charles Longeau2012-07-091-0/+14
* change closefrom() prototype to return void instead of int (needed by NetBSD)Charles Longeau2011-09-261-1/+1
* fix SS_LEN() definition and usageCharles Longeau2011-09-261-2/+2
* sync with portable OpenSSHCharles Longeau2011-09-071-5/+33
* cleanup and update openbsd-compat from portable openssh. While there fix almost all build warningsCharles Longeau2011-09-051-1/+7
* better support for compat {,__}b64_{ntop,pton}() and strnvis()Charles Longeau2011-09-041-0/+4
* 2011-08-28 chl <chl@tuxfamily.org>Charles Longeau2011-08-311-4/+10
* sync with -currentCharles Longeau2009-11-161-9/+58
* First import of opensmtpd-20090223Charles Longeau2009-11-151-0/+74