Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-22 | - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, | Ben Lindstrom | |
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. Added openbsd-compat/bsd-cray.c. Rest will be merged after approval. Selective patches from William L. Jones <jones@mail.utexas.edu> | |||
2001-07-15 | - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. | Tim Rice | |
(needed by openbsd-compat/fake-getaddrinfo.c) | |||
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-03-12 | - (bal) Reorder includes in Makefile. | Ben Lindstrom | |
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-02-08 | - (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the | Ben Lindstrom | |
main tree while porting forward. Pointed out by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-02-03 | - (bal) openbsd-compat/Makefile minor fix. Ensure dependancies are done | Ben Lindstrom | |
right. | |||
2001-02-02 | - (bal) Makefile fix where sourcedir != builddir by Corinna Vinschen | Ben Lindstrom | |
<vinschen@redhat.com> | |||
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. |