summaryrefslogtreecommitdiffstats
path: root/openbsd-compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* need va_copy before va_startDamien Miller2015-10-161-0/+1
* fix compilation on systems without SYMLOOP_MAXDamien Miller2015-10-161-0/+4
* upstream commitDamien Miller2015-10-131-2/+2
* upstream commitDamien Miller2015-10-131-2/+3
* upstream commitDamien Miller2015-10-131-10/+10
* upstream commitDamien Miller2015-10-131-10/+10
* upstream commitDamien Miller2015-10-131-1/+3
* upstream commitDamien Miller2015-10-131-2/+2
* upstream commitDamien Miller2015-10-131-13/+35
* expose POLLHUP and POLLNVAL for netcat.cDamien Miller2015-08-211-2/+2
* downgrade OOM adjustment logging: verbose -> debugDamien Miller2015-07-301-2/+2
* make realpath.c compile -Wsign-compare cleanDamien Miller2015-07-201-2/+5
* Check if realpath works on nonexistent files.Darren Tucker2015-07-171-1/+9
* Replace strcpy with strlcpy.Darren Tucker2015-06-021-1/+1
* upstream commitDamien Miller2015-05-101-6/+6
* upstream commitDamien Miller2015-05-101-2/+4
* upstream commitDamien Miller2015-05-101-2/+2
* Put brackets around mblen() compat constant.Darren Tucker2015-05-081-1/+1
* Wrap endian.h include inside ifdef (bz#2370).Darren Tucker2015-04-171-0/+2
* Use do{}while(0) for no-op functions.Darren Tucker2015-04-071-2/+2
* Wrap blf.h include in ifdef. From FreeBSD.Darren Tucker2015-04-071-0/+2
* Remove dependency on xmalloc.Darren Tucker2015-02-251-7/+7
* Move definition of _NSIG.Darren Tucker2015-02-251-0/+8
* Add AI_NUMERICSERV to fake-rfc2553.Darren Tucker2015-02-241-0/+3
* Wrap stdint.h includes in ifdefs.Darren Tucker2015-02-221-0/+2
* kludge around tun API mismatch bettererDamien Miller2015-01-142-3/+7
* unbreak across API changeDamien Miller2015-01-142-5/+10
* support --without-openssl at configure timeDamien Miller2015-01-149-21/+91
* support --without-openssl at configure timeDamien Miller2015-01-146-0/+974
* avoid uninitialised free of ldns_resDamien Miller2014-12-291-1/+1
* pull updated OpenBSD BCrypt PBKDF implementationDamien Miller2014-12-291-11/+15
* upstream libc changeDamien Miller2014-12-181-2/+2
* Add reallocarray to compat libraryDarren Tucker2014-12-093-1/+49
* - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]Damien Miller2014-10-013-3/+47
* - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNGDamien Miller2014-09-031-1/+1
* - (djm) [openbsd-compat/openssl-compat.h] add include guardDamien Miller2014-08-291-5/+9
* - (djm) [openbsd-compat/openssl-compat.h] addDamien Miller2014-08-291-1/+8
* - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()Damien Miller2014-08-261-3/+23
* - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/Damien Miller2014-08-221-2/+2
* - (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bitsDarren Tucker2014-07-201-1/+9
* - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, usedTim Rice2014-07-191-0/+1
* - djm@cvs.openbsd.org 2014/06/24 01:13:21Damien Miller2014-07-022-253/+6
* - (dtucker) [entropy.c openbsd-compat/openssl-compat.{c,h}Darren Tucker2014-06-175-6/+113
* - (dtucker) [openbsd-compat/arc4random.c] Use explicit_bzero instead of anDarren Tucker2014-06-111-1/+1
* - (djm) [configure.ac openbsd-compat/bsd-cygwin_util.c]Damien Miller2014-05-272-1/+21
* - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compatDarren Tucker2014-02-132-2/+14
* - (dtucker) [openbsd-compat/bsd-poll.c] Don't bother checking for non-NULLDarren Tucker2014-02-061-7/+4
* - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.oDamien Miller2014-02-041-2/+2
* - tedu@cvs.openbsd.org 2014/01/31 16:39:19Damien Miller2014-02-042-1/+25
* - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if aDamien Miller2014-01-221-1/+2