Tim Rice
2db5371d30
- (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
...
(needed by openbsd-compat/fake-getaddrinfo.c)
2001-07-15 19:07:49 -07:00
Damien Miller
4f8e66929b
- (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
2001-07-14 13:22:53 +10:00
Ben Lindstrom
deacfcc43f
- (bal) Removed net_aton() since we don't use it any more
2001-06-29 12:32:31 +00:00
Ben Lindstrom
961e98c686
You know I really should wake up. <sigh> Stop those 3 files from files from
...
being compiled since we removed them. =)
2001-06-28 23:30:38 +00:00
Damien Miller
c8a3868ed0
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
...
Solaris
2001-06-25 18:09:16 +10:00
Ben Lindstrom
68c3ce1075
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
...
<markm@swoon.net>
2001-06-10 17:24:51 +00:00
Ben Lindstrom
0998872972
- (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
...
lack it.
2001-04-12 21:35:52 +00:00
Damien Miller
9de61e8c59
- (djm) Add getusershell() functions from OpenBSD CVS
2001-03-19 10:09:27 +11:00
Damien Miller
3c02768950
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
...
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-03-14 11:39:45 +11:00
Ben Lindstrom
9ae2bb6790
- (bal) Reorder includes in Makefile.
2001-03-12 05:16:18 +00:00
Ben Lindstrom
803f16cbe4
- (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with
...
some platforms.
2001-02-24 00:24:19 +00:00
Damien Miller
e9cf357a99
- (djm) Add CVS Id's to files that we have missed
2001-02-09 12:55:35 +11:00
Ben Lindstrom
40f4151e9f
- (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
...
main tree while porting forward. Pointed out by Lutz Jaenicke
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2001-02-08 18:05:17 +00:00
Ben Lindstrom
1c56a01c87
- (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done
...
right.
2001-02-03 21:58:12 +00:00
Ben Lindstrom
2ffbbe6fc9
- (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen
...
<vinschen@redhat.com>
2001-02-02 00:00:54 +00:00
Ben Lindstrom
3c06f6a0b2
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
...
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.
2001-01-31 21:52:01 +00:00