Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-16 | - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au> | Ben Lindstrom | |
2002-10-04 | - (bal) Disable post-authentication Privsep for OSF/1. It conflicts with | Ben Lindstrom | |
SIA. | |||
2002-09-25 | Cray fixes (bug 367) based on patch from Wendy Palm @ cray. | Tim Rice | |
This does not include the deattack.c fixes. | |||
2002-09-23 | [configure.ac] s/return/exit/ patch by dtucker@zip.com.au | Tim Rice | |
From autoconf guidelines: "Test programs should exit, not return, from main, because on some systems (old Suns, at least) the argument to return in main is ignored." | |||
2002-09-12 | - (djm) Added getpeereid() replacement. Properly implemented for systems | Damien Miller | |
with SO_PEERCRED support. Faked for systems which lack it. | |||
2002-09-04 | - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt | Damien Miller | |
2002-08-13 | [configure.ac] Display OpenSSL header/library version. | Tim Rice | |
Patch by dtucker@zip.com.au | |||
2002-07-23 | - (bal) [configure.ac] Missing ;; from cray patch. | Ben Lindstrom | |
2002-07-22 | - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync | Ben Lindstrom | |
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. | |||
2002-07-19 | [configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.au | Tim Rice | |
2002-07-18 | [configure.ac] Bug 267 rework int64_t test. | Tim Rice | |
2002-07-17 | [configure.ac] change how we do paths in AC_PATH_PROGS tests | Tim Rice | |
for autoconf 2.53. Based on a patch by jrj@purdue.edu | |||
2002-07-14 | (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c | Tim Rice | |
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package | |||
2002-07-12 | [configure.ac] remove unused filepriv line | Tim Rice | |
2002-07-09 | - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms | Ben Lindstrom | |
lacking that concept can share it. Patch by vinschen@redhat.com | |||
2002-07-08 | [configure.ac] fix libc89 utimes test. Mention default path for | Tim Rice | |
--with-privsep-path= | |||
2002-07-07 | [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/ | Tim Rice | |
2002-07-05 | [configure.ac] AIX 4.2.1 has authenticate() in libs. | Tim Rice | |
Reported by Darren Tucker <dtucker@zip.com.au> | |||
2002-06-28 | - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported. | Ben Lindstrom | |
Bug #303 | |||
2002-06-25 | [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus | Tim Rice | |
for Cygwin, Cray, & SCO | |||
2002-06-25 | - (bal) if mmap() is substandard, don't allow compression on server side. | Ben Lindstrom | |
Post 'event' we will add more options. | |||
2002-06-25 | - (djm) Create privsep directory and warn if privsep user is missing | Damien Miller | |
during make install | |||
2002-06-24 | - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh | Kevin Steves | |
2002-06-22 | - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX. | Kevin Steves | |
2002-06-21 | - (bal) Fixed AIX environment handling, use setpcred() instead of existing | Ben Lindstrom | |
code. (Bugzilla Bug 261) | |||
2002-06-12 | - (bal) Build noop setgroups() for cygwin to clean up code (For other | Ben Lindstrom | |
platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | |||
2002-06-07 | - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au | Ben Lindstrom | |
2002-05-27 | [configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address | Tim Rice | |
build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out last monitor_fdpass.c changes that are no longer needed with new tests. Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no> | |||
2002-05-22 | fix spelling mistakes spotted by Solar Designer <solar@openwall.com> | Damien Miller | |
2002-05-17 | [configure.ac] remove extra MD5_MSG="no" line. | Tim Rice | |
2002-05-13 | - (djm) Bug #234: missing readpassphrase declaration and defines | Damien Miller | |
2002-05-13 | align summary | Damien Miller | |
2002-05-13 | - (stevesk) [configure.ac] nicer message: --with-privsep-user=user | Kevin Steves | |
2002-05-13 | - (djm) Add --with-privsep-path configure option | Damien Miller | |
2002-05-13 | - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH | Damien Miller | |
the superuser receives. | |||
2002-05-11 | applied a rework of djm's OpenSSL search cleanup patch. | Tim Rice | |
Now only searches system and /usr/local/ssl (OpenSSL's default install path) Others must use --with-ssl-dir=.... | |||
2002-05-08 | set SHELL in Makefile in case someone makes from a non bourne compatable shell | Tim Rice | |
2002-05-07 | Add truncate() emulation to address Bug 208 | Tim Rice | |
2002-04-25 | - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26 | Kevin Steves | |
support. bug #184. most from dcole@keysoftsys.com. | |||
2002-04-23 | - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX | Kevin Steves | |
2002-04-23 | - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid | Damien Miller | |
sizeof(long long int) == 4 breakage. Patch from Matthew Clarke <Matthew_Clarke@mindlink.bc.ca> | |||
2002-04-23 | - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from | Damien Miller | |
Kevin Taylor <no@nowhere.org> (??) via Philipp Grau <phgrau@zedat.fu-berlin.de> | |||
2002-04-23 | - (djm) Define BROKEN_REALPATH for AIX, patch from | Damien Miller | |
Antti Tapaninen <aet@cc.hut.fi> | |||
2002-04-23 | - (djm) Applied OpenSC smartcard updates from Markus & | Damien Miller | |
Antti Tapaninen <aet@cc.hut.fi> | |||
2002-04-23 | - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by | Damien Miller | |
Robert Urban <urban@spielwiese.de> | |||
2002-04-17 | [configure.ac] Issue warning on --with-default-path=/some_path | Tim Rice | |
if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com> | |||
2002-04-15 | [configure.ac] add tests for recvmsg and sendmsg. | Tim Rice | |
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg. | |||
2002-04-13 | - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk> | Damien Miller | |
2002-04-12 | [configure.ac] add <sys/types.h> to msghdr tests. | Tim Rice | |
Change -L to -h on testing for /bin being symbolic link | |||
2002-04-10 | oops. time for beer i think. | Kevin Steves | |