Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-24 | - (bal) 4711 not 04711 for ssh binary. | Ben Lindstrom | |
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-19 | - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS. | Tim Rice | |
report from Mark Miller <markm@swoon.net> | |||
2001-07-15 | - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by | Ben Lindstrom | |
Josh Larios <jdlarios@cac.washington.edu> | |||
2001-07-15 | - (stevesk) configure.in: use ll suffix for long long constant | Kevin Steves | |
in snprintf() test | |||
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 | - (bal) Remove getusershell() since it's no longer use | Ben Lindstrom | |
2001-06-28 | - (bal) Removed strtok_r and inet_ntop since they are no longer used. | Ben Lindstrom | |
2001-06-28 | - (stevesk) use X/Open socket interface for HP-UX 10.X also | Kevin Steves | |
2001-06-27 | - (stevesk) for HP-UX 11.X use X/Open socket interface; | Kevin Steves | |
pulls in modern socket prototypes and eliminates a number of compiler warnings. see xopen_networking(7). | |||
2001-06-27 | - (djm) Turn up warnings if gcc or egcs detected | Damien Miller | |
2001-06-25 | - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and | Damien Miller | |
Solaris | |||
2001-06-22 | - (stevesk) handle systems without pw_expire and pw_change. | Kevin Steves | |
2001-06-10 | - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller | Ben Lindstrom | |
<markm@swoon.net> | |||
2001-06-09 | - (bal) --with-catman should be --with-mantype patch by Dave | Ben Lindstrom | |
Dykstra <dwd@bell-labs.com> | |||
2001-06-09 | - (bal) configure.in fix for Tru64 (forgeting to reset $LIB) | Ben Lindstrom | |
2001-05-28 | - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c | Tim Rice | |
Patch by Corinna Vinschen <vinschen@redhat.com> | |||
2001-05-17 | - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com> | Ben Lindstrom | |
2001-05-08 | - (bal) ./configure support to disable SIA on OSF1. Patch by | Ben Lindstrom | |
Chris Adams <cmadams@hiwaay.net> | |||
2001-05-08 | - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison | Ben Lindstrom | |
<wayne@blorf.net> | |||
2001-05-07 | - (bal) Fixed configure test for USE_SIA. | Ben Lindstrom | |
2001-04-25 | - tim@mindrot.org 2001/04/25 21:38:01 [configure.in] | Tim Rice | |
man page detection fixes for SCO | |||
2001-04-25 | - (djm) Include crypt.h if available in auth-passwd.c | Damien Miller | |
2001-04-23 | - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll | Ben Lindstrom | |
<dan@mesastate.edu> | |||
2001-04-21 | fix perl test, fix nroff test, fix Makefile to build outside source tree | Tim Rice | |
2001-04-18 | - (bal) Makfile day... Cleaned up multiple mantype support (Patch by | Ben Lindstrom | |
Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support. | |||
2001-04-17 | - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in | Ben Lindstrom | |
and temporary commneted out catman-do: since it's broken. Patches for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-04-16 | - (djm) Convert mandoc manpages to man automatically. Patch from Mark D. | Damien Miller | |
Roth <roth+openssh@feep.net> | |||
2001-04-12 | - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) | Ben Lindstrom | |
lack it. | |||
2001-04-09 | - (stevesk) use setresgid() for setegid() if needed | Kevin Steves | |
2001-04-08 | - (stevesk) configure.in: typo | Kevin Steves | |
2001-04-05 | - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes | Kevin Steves | |
BROKEN_VHANGUP | |||
2001-03-28 | - (djm) Sync openbsd-compat/glob.c | Damien Miller | |
2001-03-28 | - (djm) Rework krbIV tests to get us closer to building on Redhat. Still | Damien Miller | |
doesn't work because of conflicts between krbIV's and OpenSSL's des.h | |||
2001-03-28 | - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested | Damien Miller | |
fix from Philippe Levan <levan@epix.net> | |||
2001-03-28 | - (djm) Reorder tests and library inclusion for Krb4/AFS to try to | Damien Miller | |
resolve linking conflicts with libcrypto. Report and suggested fix from Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> | |||
2001-03-19 | - (djm) Add getusershell() functions from OpenBSD CVS | Damien Miller | |
2001-03-17 | - Check for gl_matchc support in glob_t and fall back to the | Ben Lindstrom | |
openbsd-compat/glob.[ch] support if it does not exist. | |||
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-11 | test if snprintf() supports %ll | Tim Rice | |
add /dev to search path for PRNGD/EGD socket fix my mistake in USER_PATH test program | |||
2001-03-10 | make sure $bindir is in USER_PATH so scp will work | Tim Rice | |
2001-03-08 | - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H; | Kevin Steves | |
Dirk Markwardt <D.Markwardt@tu-bs.de> | |||
2001-03-04 | - Allow PRNGd entropy collection from localhost TCP socket. Replace | Damien Miller | |
"--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-03-01 | - (djm) Properly add -lcrypt if needed. | Damien Miller | |
2001-02-28 | - (djm) Remove /tmp from EGD socket search list | Damien Miller | |
2001-02-28 | - (djm) EGD detection patch from Tim Rice <tim@multitalents.net> | Damien Miller | |
2001-02-28 | - (djm) Detect endianness in configure and use it in rijndael.c. Fixes | Damien Miller | |
"Bad packet length" bugs. | |||
2001-02-27 | - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice | Damien Miller | |
<tim@multitalents.net> - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice <tim@multitalents.net> | |||
2001-02-27 | - (djm) Fix up POSIX saved uid support. Report from Mark Miller | Damien Miller | |
<markm@swoon.net> - (djm) Search for -lcrypt on FreeBSD too |