summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Collapse)Author
2002-05-15 - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy.Ben Lindstrom
2002-05-08fix logic on when seed_rng() is called.Tim Rice
Report by Chris Maxwell <maxwell@cs.dal.ca>
2002-05-07 Add truncate() emulation to address Bug 208Tim Rice
2002-05-01 - (djm) Fix readpassphase compilation for systems which have itDamien Miller
2002-04-15 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna VinschenKevin Steves
2002-04-11[acconfig.h defines.h includes.h] put includes in includes.h andTim Rice
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@
2002-04-06 - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom
incomplete.
2002-04-05 - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom
using internal version only.
2002-03-26 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"Kevin Steves
2002-03-08 - (bal) Test for IRIX JOBS support at runtime. Patch providedBen Lindstrom
by David Kaelbling <drk@sgi.com>
2002-02-26 - (stevesk) openbsd-compat/base64.h: typo in commentKevin Steves
2002-02-25 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()Ben Lindstrom
since we need more session information than provided by that function.
2002-02-24 - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what weBen Lindstrom
need to do the jobs (AIX still does not fully compile, but that is coming).
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()
2002-02-14oops, remove some debugging junk that crept inDamien Miller
2002-02-13unbreakDamien Miller
2002-02-13 - (djm) Sync openbsd-compat with OpenBSD CVS tooDamien Miller
2001-12-29 - (djm) Apply Cygwin pointer deref fix from Corinna VinschenDamien Miller
<vinschen@redhat.com> Could be abused to guess valid usernames
2001-12-07 - (bal) PCRE no longer required. Banished from the source along withBen Lindstrom
fake-regex.h
2001-11-26[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,Tim Rice
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c] Allow SSHD to install as service under WIndows 9x/Me [configure.ac] Fix to allow linking against PCRE on Cygwin Patches by Corinna Vinschen <vinschen@redhat.com>
2001-10-25 - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. PatchBen Lindstrom
by todd@
2001-10-10 - (bal) removed two unsed headers in openbsd-compat/bsd-misc.cBen Lindstrom
2001-09-2920010929Ben Lindstrom
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com)
2001-09-25 - (djm) Avoid bad and unportable sprintf usage in compat codeDamien Miller
2001-09-20 - (bal) openbsd-compat/vis.[ch] is dead wood. Removed.Ben Lindstrom
2001-09-18 - (djm) Avoid warning on BSDgetoptDamien Miller
2001-09-17 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]Tim Rice
rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls.
2001-08-14 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.comKevin Steves
2001-08-14 - (stevesk) bsd-cray.c: utmp strings are not C stringsKevin Steves
2001-08-14 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanupKevin Steves
for some #ifdef _CRAY code; ok wendyp@cray.com
2001-08-09 - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should beBen Lindstrom
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
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-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-18 - (bal) Allow sshd to switch user context without password for Cygwin.Ben Lindstrom
Patch by Corinna Vinschen <vinschen@redhat.com>
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 - (stevesk) change getopt() declarationKevin Steves
2001-07-14 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.Damien Miller
2001-07-04 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers toTim Rice
issue warning (line 1: tokens ignored at end of directive line) - (tim) [sshconnect1.c] give the compiler something to do for success: if KRB5 and AFS are not defined. (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
2001-06-29 - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.Ben Lindstrom
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-28 - (bal) Remove getusershell() since it's no longer useBen Lindstrom
2001-06-28 - (bal) Removed strtok_r and inet_ntop since they are no longer used.Ben Lindstrom
2001-06-2820010628Damien Miller
- (djm) Sync openbsd-compat with -current libc
2001-06-27 - (djm) Fix a few warnings the above turned upDamien Miller
2001-06-27 - (djm) Sync with -current openbsd-compat/readpassphrase.c:Damien Miller
- djm@cvs.openbsd.org 2001/06/27 13:23:30 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
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>