summaryrefslogtreecommitdiffstats
path: root/openbsd-compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete CVS $Id from source files.Darren Tucker2016-08-1723-45/+0
* fix false positives when compiled with msanDamien Miller2016-08-161-0/+13
* Replace spaces with tabs.Darren Tucker2016-08-025-38/+38
* Strip trailing whitespace.Darren Tucker2016-08-0220-73/+73
* Repair $OpenBSD markers.Darren Tucker2016-08-023-3/+3
* Repair $OpenBSD marker.Darren Tucker2016-08-021-1/+1
* Search users for one with a valid salt.Darren Tucker2016-07-211-9/+15
* cast to avoid type warning in error messageDamien Miller2016-07-151-2/+2
* Move VA_COPY macro into compat header.Darren Tucker2016-07-153-24/+17
* Determine appropriate salt for invalid users.Darren Tucker2016-07-151-0/+34
* Add compat code for missing wcwidth.Darren Tucker2016-07-142-0/+35
* Move err.h replacements into compat lib.Darren Tucker2016-07-133-1/+83
* Remove now-defunct .cvsignore files. ok djmDarren Tucker2016-06-142-7/+0
* Update vis.h and vis.c from OpenBSD.Darren Tucker2016-06-032-15/+50
* whitespace at EOLDamien Miller2016-05-311-5/+5
* initialise salen in binresvport_saDamien Miller2016-05-101-0/+1
* Include priv.h for priv_set_t.Darren Tucker2016-03-111-0/+1
* Make Solaris privs code build on older systems.Darren Tucker2016-02-182-11/+36
* Rollback addition of va_start.Darren Tucker2016-02-171-1/+0
* Support Illumos/Solaris fine-grained privilegesDamien Miller2016-01-082-0/+117
* Revert "stub for pledge(2) for systems that lack it"Damien Miller2015-11-302-18/+0
* stub for pledge(2) for systems that lack itDamien Miller2015-11-292-0/+18
* Add a null implementation of pledge.Darren Tucker2015-11-292-0/+12
* Prevent name collisions with system glob (bz#2463)Darren Tucker2015-10-293-3/+7
* 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