Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-15 | - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) | Damien Miller | |
2003-05-04 | - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from | Darren Tucker | |
vinschen@redhat.com. | |||
2003-02-24 | - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libc | Damien Miller | |
2003-01-07 | - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate | Damien Miller | |
nasties. Report from peak@argo.troja.mff.cuni.cz | |||
2002-09-12 | - (djm) Added getpeereid() replacement. Properly implemented for systems | Damien Miller | |
with SO_PEERCRED support. Faked for systems which lack it. | |||
2002-02-19 | - (bal) Migrated AIX getuserattr and usrinfo code to | Ben 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 to | Ben 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.in | Tim 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 more | Ben Lindstrom | |
2001-06-28 | You know I really should wake up. <sigh> Stop those 3 files from files from | Ben Lindstrom | |
being compiled since we removed them. =) | |||
2001-06-25 | - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and | Damien Miller | |
Solaris | |||
2001-06-10 | - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller | Ben 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 CVS | Damien Miller | |
2001-03-14 | - (djm) Add replacement glob() from OpenBSD libc if the system glob is | Damien 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 with | Ben Lindstrom | |
some platforms. | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben 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. |