summaryrefslogtreecommitdiff
path: root/openbsd-compat/openbsd-compat.h
Commit message (Collapse)AuthorAgeFilesLines
* - deraadt@cvs.openbsd.org 2004/01/11 21:55:06Damien Miller2004-01-211-3/+4
| | | | | | | | [sshpty.c] for pty opening, only use the openpty() path. the other stuff only needs to be in openssh-p; markus ok - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an openpty() replacement
* - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom2003-08-291-26/+121
| | | | files, and added missing license to header.
* - (djm) Put licenses on substantial header filesDamien Miller2003-06-111-1/+25
|
* - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]Damien Miller2003-06-051-4/+2
|
* - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)Damien Miller2003-05-151-1/+2
|
* - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch fromDarren Tucker2003-05-041-1/+2
| | | | vinschen@redhat.com.
* - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libcDamien Miller2003-02-241-1/+2
|
* - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminateDamien Miller2003-01-071-1/+2
| | | | nasties. Report from peak@argo.troja.mff.cuni.cz
* - (djm) Added getpeereid() replacement. Properly implemented for systemsDamien Miller2002-09-121-1/+2
| | | | with SO_PEERCRED support. Faked for systems which lack it.
* - (bal) Migrated AIX getuserattr and usrinfo code toBen Lindstrom2002-02-191-1/+2
| | | | | openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.
* - (bal) Migrate IRIX jobs/projects/audit/etc code toBen Lindstrom2002-02-191-1/+2
| | | | openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
* - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.Ben Lindstrom2001-09-201-2/+1
|
* - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.inTim Rice2001-08-071-1/+2
| | | | | | | | | | 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>
* - (bal) Second around of UNICOS patches. A few other things left.Ben Lindstrom2001-08-061-1/+4
| | | | Patches by William L. Jones <jones@mail.utexas.edu>
* - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.Damien Miller2001-07-141-1/+2
|
* - (bal) Removed net_aton() since we don't use it any moreBen Lindstrom2001-06-291-2/+1
|
* You know I really should wake up. <sigh> Stop those 3 files from files fromBen Lindstrom2001-06-281-4/+1
| | | | being compiled since we removed them. =)
* - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux andDamien Miller2001-06-251-1/+2
| | | | Solaris
* - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark MillerBen Lindstrom2001-06-101-1/+2
| | | | <markm@swoon.net>
* - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)Ben Lindstrom2001-04-121-1/+2
| | | | lack it.
* - (djm) Add getusershell() functions from OpenBSD CVSDamien Miller2001-03-191-1/+2
|
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller2001-03-141-1/+2
| | | | | | 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
* - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems withBen Lindstrom2001-02-241-2/+2
| | | | some platforms.
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+2
|
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+37
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.