aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* handle ECONNRESET and ETIMEDOUT as "connection close" to avoid fatalGilles Chehade2013-05-151-0/+8
* NetBSD has swapped strnvis parameters ...Gilles Chehade2013-05-152-3/+3
* fix warning: comparison between signed and unsignedCharles Longeau2013-04-182-3/+4
* finish the sys-tree, sys-queue -> sys/tree, sys/queue updateUser Gilles2013-04-121-2/+2
* sys-tree.h and sys-queue.h -> sys/tree.h and sys/queue.hCharlie Root2013-04-124-3/+3
* sync with portable OpenSSH:Charles Longeau2013-04-063-26/+143
* updateCharles Longeau2013-03-081-1/+2
* merge fixes in imsg.cEric Faurot2013-02-051-1/+2
* add pw_dup() prototypeCharles Longeau2012-12-111-0/+4
* add pw_dup() portable wrapperCharles Longeau2012-12-113-3/+97
* Define CLOCK_MONOTONIC in case it's not. Build fail reported by Rune Lynge.Charles Longeau2012-10-161-0/+4
* for Mac OS X: make clock_gettime(CLOCK_MONOTONIC, ...) be more accurate, by using internal Mach calls, instead of gettimeofday()Charles Longeau2012-10-141-2/+28
* s/clockid_t/int/ to make it build on Mac OS XCharles Longeau2012-10-141-1/+1
* add and use a portable clock_gettime()Charles Longeau2012-10-112-4/+38
* add missing available_fds() prototypeCharles Longeau2012-10-112-11/+12
* add timespeccmp for systems which doesn't have itCharles Longeau2012-09-041-0/+7
* add timespecsub for systems which doesn't have itCharles Longeau2012-08-261-0/+12
* 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-094-14/+14
* add missing includeCharles Longeau2012-07-311-0/+1
* remove #define MAXBSIZECharles Longeau2012-07-311-5/+0
* remove openbsd-compat/utime.h openbsd-compat/utimes.cCharles Longeau2012-07-314-110/+6
* sync with portable OpenSSH (entropy.{c,h})Charles Longeau2012-07-312-113/+154
* replace portable openssh fatal(, ...) with err(255, "fatal: ", ...)Charles Longeau2012-07-312-4/+5
* Sync with gilles@'s commit in libutil/imsg{,-buffer}.c about fdCharles Longeau2012-07-302-28/+82
* fix #include "sys-queue.h"Charles Longeau2012-07-301-1/+1
* remove openbsd-compat/fake-rfc2553.{c,h}Charles Longeau2012-07-284-413/+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-267-9/+10
* fix compat setresgid() and setresuid() from a report by Rune LyngeCharles Longeau2012-07-241-0/+2
* define OPEN_MAX if neededCharles Longeau2012-07-241-4/+6
* sync with portable OpenSSHCharles Longeau2012-07-214-5/+417
* sync with -current, including 'move to the new resolver implementation'Charles Longeau2012-07-091-0/+14
* update openbsd-compat from portable opensshCharles Longeau2012-05-062-6/+27
* fix a bunch of autotools warningsCharles Longeau2011-10-232-29/+11
* fix warnings when building with -DVALGRINDCharles Longeau2011-10-101-3/+0
* change closefrom() prototype to return void instead of int (needed by NetBSD)Charles Longeau2011-09-262-5/+3
* add setres{g,u}id compat code (needed by NetBSD)Charles Longeau2011-09-262-0/+61
* fix strnvis() compat code (needed for {Free,DragonFly}BSD)Charles Longeau2011-09-261-2/+2
* handle missing EAI_NODATA on FreeBSDCharles Longeau2011-09-262-0/+16
* fix SS_LEN() definition and usageCharles Longeau2011-09-261-2/+2
* define _GNU_SOURCE via CFLAGS instead of #define'sCharles Longeau2011-09-261-0/+2
* sync with portable OpenSSHCharles Longeau2011-09-071-5/+33
* fix build warningCharles Longeau2011-09-051-3/+2
* add support for waitpid()Charles Longeau2011-09-054-0/+106
* cleanup and update openbsd-compat from portable openssh. While there fix almost all build warningsCharles Longeau2011-09-0524-84/+148
* remove unused variable left by local changes done by myselfCharles Longeau2011-09-051-1/+1
* better support for compat {,__}b64_{ntop,pton}() and strnvis()Charles Longeau2011-09-044-0/+385
* cleanup openbsd-compat/imsg{,-buffer}.cCharles Longeau2011-09-042-7/+1
* 2011-09-02 chl <chl@tuxfamily.org>Charles Longeau2011-09-022-0/+83
* 2011-08-28 chl <chl@tuxfamily.org>Charles Longeau2011-08-3114-26/+1486
* add check for chflags()Charles Longeau2009-11-181-13/+27