Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-01 | - (djm) Fix readpassphase compilation for systems which have it | Damien Miller | |
2002-05-01 | - (djm) Import OpenBSD regression tests. Requires BSD make to run | Damien Miller | |
2002-04-29 | [contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config. | Tim Rice | |
[contrib/cygwin/README] remove reference to regex. patch from Corinna Vinschen <vinschen@redhat.com> | |||
2002-04-26 | - (djm) Bug #180: Set ToS bits on IPv4-in-IPv6 mapped addresses. Based on | Damien Miller | |
patch from openssh@misc.tecq.org | |||
2002-04-26 | - (djm) Disable PAM password expiry until a complete fix for bug #188 exists | Damien Miller | |
2002-04-26 | - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode | Damien Miller | |
during distprep only | |||
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-25 | - (stevesk) [defines.h] remove USE_TIMEVAL; unused | Kevin Steves | |
2002-04-24 | - djm@cvs.openbsd.org 2002/04/23 22:16:29 | Damien Miller | |
[sshd.c] Improve error message; ok markus@ stevesk@ | |||
2002-04-24 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2002/04/23 12:54:10 [version.h] 3.2.1 | |||
2002-04-23 | - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX | Kevin Steves | |
2002-04-23 | - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unused | Kevin Steves | |
2002-04-23 | - markus@cvs.openbsd.org 2002/04/23 12:58:26 | Markus Friedl | |
[radix.c] send complete ticket; semerad@ss1000.ms.mff.cuni.cz | |||
2002-04-23 | wrap an out of control line | Damien Miller | |
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) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. | Damien Miller | |
Reported by Doug Manton <dmanton@emea.att.com> | |||
2002-04-23 | - (djm) Define BROKEN_REALPATH for AIX, patch from | Damien Miller | |
Antti Tapaninen <aet@cc.hut.fi> | |||
2002-04-23 | - (djm) Redhat spec enables KrbV by default | Damien Miller | |
2002-04-23 | - (djm) Update RPM spec file versions | Damien Miller | |
2002-04-23 | - (djm) Trim ChangeLog to include only post-3.1 changes | Damien Miller | |
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 21:04:52 | Damien Miller | |
[channels.c clientloop.c clientloop.h ssh.c] request reply (success/failure) for -R style fwd in protocol v2, depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 16:16:53 | Damien Miller | |
[servconf.c sshd.8 sshd_config] do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 06:15:47 | Damien Miller | |
[radix.c] fix check for overflow | |||
2002-04-23 | - stevesk@cvs.openbsd.org 2002/04/21 16:25:06 | Damien Miller | |
[sshconnect1.c] spelling in error message; ok markus@ | |||
2002-04-23 | - stevesk@cvs.openbsd.org 2002/04/21 16:19:27 | Damien Miller | |
[sshd.8 sshd_config] document default AFSTokenPassing no; ok deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/20 09:17:19 | Damien Miller | |
[radix.c] rewrite using the buffer_* API, fixes overflow; ok deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/20 09:14:58 | Damien Miller | |
[bufaux.c bufaux.h] add buffer_{get,put}_short | |||
2002-04-23 | - (djm) Make privsep work with PAM (still experimental) | Damien Miller | |
2002-04-23 | - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by | Damien Miller | |
Robert Urban <urban@spielwiese.de> | |||
2002-04-21 | [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0). | Tim Rice | |
entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208 | |||
2002-04-18 | - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from | Damien Miller | |
Sturle Sunde <sturle.sunde@usit.uio.no> | |||
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-17 | - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca | Damien Miller | |
2002-04-17 | - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL | Damien Miller | |
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-15 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | Kevin Steves | |
2002-04-15 | - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au> | Damien Miller | |
2002-04-14 | - (djm) Random number collection doc fixes from Ben | Damien Miller | |
2002-04-14 | - (djm) ssh-rand-helper improvements | Damien Miller | |
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage | |||
2002-04-13 | - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk> | Damien Miller | |
2002-04-12 | - (bal) disable privsep if no MAP_ANON. We can re-enable it | Ben Lindstrom | |
after the release when we can do more testing. | |||
2002-04-12 | - (bal) Mistaken in Cygwin scripts for ssh starting. Patch by | Ben Lindstrom | |
Corinna Vinschen <vinschen@redhat.com> | |||
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-12 | - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams | Kevin Steves | |
2002-04-11 | [acconfig.h defines.h includes.h] put includes in includes.h and | Tim 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-11 | - (stevesk) [auth-sia.c] cleanup | Kevin Steves | |
2002-04-10 | - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR | Kevin Steves | |
2002-04-10 | - markus@cvs.openbsd.org 2002/04/10 08:56:01 | Ben Lindstrom | |
[version.h] OpenSSH_3.2 - Added p1 to idenify Portable release version. | |||
2002-04-10 | - markus@cvs.openbsd.org 2002/04/10 08:21:47 | Ben Lindstrom | |
[auth1.c compat.c compat.h] strip '@' from username only for KerbV and known broken clients, bug #204 |