aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/xmalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix include err.hFreddy DISSAUX2018-06-171-4/+0
* fix buildGilles Chehade2018-05-311-0/+4
* fix buildGilles Chehade2018-05-301-0/+2
* prefix x{m,c,re}alloc(), xstrdup() and xfree() coming from portable OpenSSH with __ to avoid conflicts with the new one which will come from smtpdCharles Longeau2012-08-091-6/+6
* add missing includeCharles Longeau2012-07-311-0/+1
* replace portable openssh fatal(, ...) with err(255, "fatal: ", ...)Charles Longeau2012-07-311-3/+3
* add #include "includes.h" at the top of each .c file, while there remove all remaining #include "config.h" and/or "openbsd-compat.h"Charles Longeau2012-07-261-1/+2
* fix warnings when building with -DVALGRINDCharles Longeau2011-10-101-3/+0
* sync with -currentCharles Longeau2009-11-161-0/+3
* First import of opensmtpd-20090223Charles Longeau2009-11-151-0/+125