aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/fgetln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix getc() usage in compat fgetln()Timotej Lazar2015-10-031-2/+2
* segfault on invalid input, just as original versionGilles Chehade2015-10-021-5/+0
* add prototype of reallocarray() to fgetln.cGilles Chehade2015-10-021-0/+2
* merge Joerg Jung's fgetln()Gilles Chehade2015-10-021-49/+50
* 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-2/+2
* 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-2/+1
* First import of opensmtpd-20090223Charles Longeau2009-11-151-0/+63