summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
AgeCommit message (Collapse)Author
2003-02-24 - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libcDamien Miller
2003-01-07 - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminateDamien Miller
nasties. Report from peak@argo.troja.mff.cuni.cz
2002-09-12 - (djm) Added getpeereid() replacement. Properly implemented for systemsDamien Miller
with SO_PEERCRED support. Faked for systems which lack it.
2002-02-19 - (bal) Migrated AIX getuserattr and usrinfo code toBen Lindstrom
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.
2002-02-19 - (bal) Migrate IRIX jobs/projects/audit/etc code toBen Lindstrom
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
2001-09-20 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.Ben Lindstrom
2001-08-07 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.inTim Rice
openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back in. Needed for sshconnect.c [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines [configure.in] make tests with missing libraries fail patch by Wendy Palm <wendyp@cray.com> Added openbsd-compat/bsd-cray.h. Selective patches from William L. Jones <jones@mail.utexas.edu>
2001-08-06 - (bal) Second around of UNICOS patches. A few other things left.Ben Lindstrom
Patches by William L. Jones <jones@mail.utexas.edu>
2001-07-14 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.Damien Miller
2001-06-29 - (bal) Removed net_aton() since we don't use it any moreBen Lindstrom
2001-06-28You know I really should wake up. <sigh> Stop those 3 files from files fromBen Lindstrom
being compiled since we removed them. =)
2001-06-25 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux andDamien Miller
Solaris
2001-06-10 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark MillerBen Lindstrom
<markm@swoon.net>
2001-04-12 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)Ben Lindstrom
lack it.
2001-03-19 - (djm) Add getusershell() functions from OpenBSD CVSDamien Miller
2001-03-14 - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h
2001-02-24 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems withBen Lindstrom
some platforms.
2001-02-09 - (djm) Add CVS Id's to files that we have missedDamien Miller
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.