summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-07 - deraadt@cvs.openbsd.org 2002/07/04 04:15:33Ben Lindstrom
[key.c monitor_wrap.c sftp-glob.c ssh-dss.c ssh-rsa.c] patch memory leaks; grendel@zeitbombe.org
2002-07-07 - (bal) [realpath.c] Updated with OpenBSD tree.Ben Lindstrom
2002-07-07[contrib/cygwin/ssh-host-config] sshd account creation fixesTim Rice
patch from vinschen@redhat.com
2002-07-07[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice
2002-07-07[Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)Tim Rice
2002-07-07Added author to ports-aix.[ch].Ben Lindstrom
2002-07-05[contrib/cygwin/ssh-host-config] double slash corrctionTim Rice
from vinschen@redhat.com
2002-07-05 [configure.ac] AIX 4.2.1 has authenticate() in libs.Tim Rice
Reported by Darren Tucker <dtucker@zip.com.au>
2002-07-04 - (bal) One too many nulls in ports-aix.cBen Lindstrom
2002-07-04 - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.Ben Lindstrom
bug #265
2002-07-04 - (bal) Limit data to TTY for AIX only (Newer versions can't handle theBen Lindstrom
faster data rate) Bug #124
2002-07-04 - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.Ben Lindstrom
2002-07-04 - (bal) Missed Makefile.in change. keysign needs readconf.oBen Lindstrom
2002-07-04 - (bal) Failed password attempts don't increment counter on AIX. Bug #145Ben Lindstrom
2002-07-04 - markus@cvs.openbsd.org 2002/07/03 14:21:05Ben Lindstrom
[ssh-keysign.8 ssh-keysign.c ssh.c ssh_config] re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@
2002-07-04 - markus@cvs.openbsd.org 2002/07/03 09:55:38Ben Lindstrom
[ssh-keysign.c] use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) in order to avoid a possible Kocher timing attack pointed out by Charles Hannum; ok provos@
2002-07-04 - markus@cvs.openbsd.org 2002/07/01 19:48:46Ben Lindstrom
[sshconnect2.c] for compression=yes, we fallback to no-compression if the server does not support compression, vice versa for compression=no. ok mouring@
2002-07-04 - deraadt@cvs.openbsd.org 2002/07/01 16:15:25Ben Lindstrom
[msg.c] %u
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/30 21:59:45Ben Lindstrom
[auth-bsdauth.c auth-skey.c auth2-chall.c clientloop.c key.c monitor_wrap.c monitor_wrap.h scard.h session.h sftp-glob.c ssh.c sshconnect2.c sshd.c] minor KNF
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/30 21:54:16Ben Lindstrom
[auth2.c session.c sshd.c] lint asks that we use names that do not overlap
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/28 23:05:06Ben Lindstrom
[sshd.c] gidset[2] -> gidset[1]; markus ok
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/28 10:08:25Ben Lindstrom
[sshd.c] range check -u option at invocation
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/28 01:50:37Ben Lindstrom
[monitor_wrap.c] use ssize_t
2002-07-04 - millert@cvs.openbsd.org 2002/06/28 01:49:31Ben Lindstrom
[monitor_mm.c] tree(3) wants an int return value for its compare functions and the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
2002-07-04 - stevesk@cvs.openbsd.org 2002/06/27 19:49:08Ben Lindstrom
[ssh-keyscan.c] use convtime(); ok markus@
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/27 10:35:47Ben Lindstrom
[auth2-none.c monitor.c sftp-client.c] use xfree()
2002-07-04 - deraadt@cvs.openbsd.org 2002/06/27 09:08:00Ben Lindstrom
[monitor.c] improve mm_zalloc check; markus ok
2002-07-04 - markus@cvs.openbsd.org 2002/06/27 08:49:44Ben Lindstrom
[dh.c ssh-keyscan.c sshconnect.c] more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@
2002-07-03 - (bal) minor correction to utimes() replacement. Patch byBen Lindstrom
onoe@sm.sony.co.jp
2002-07-03 - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.comBen Lindstrom
2002-07-02 - (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &Damien Miller
friends consistently. Spotted by Solar Designer <solar@openwall.com>
2002-06-28 - (bal) fix to auth2-pam.c to swap fatal() arguments, A bit of styleBen Lindstrom
clean up while I'm near it.
2002-06-28 - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.Ben Lindstrom
Bug #303
2002-06-27 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
2002-06-27 - (bal) Cygwin uid0 fix by vinschen@redhat.comBen Lindstrom
2002-06-2720020628Kevin Steves
- (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented options should contain default value. from solar.
2002-06-27 - markus@cvs.openbsd.org 2002/06/26 22:27:32Ben Lindstrom
[ssh-keysign.c] bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu
2002-06-27 - deraadt@cvs.openbsd.org 2002/06/26 15:00:32Ben Lindstrom
[monitor_wrap.c] more %u
2002-06-27 - markus@cvs.openbsd.org 2002/06/26 14:51:33Ben Lindstrom
[ssh-add.c] fix exit code for -X/-x
2002-06-27 - deraadt@cvs.openbsd.org 2002/06/26 14:50:04Ben Lindstrom
[monitor_fdpass.c] use ssize_t for recvmsg() and sendmsg() return
2002-06-27 - deraadt@cvs.openbsd.org 2002/06/26 14:49:36Ben Lindstrom
[monitor.c] correct %u
2002-06-26[contrib/caldera/openssh.spec] remove 2 configure options I put in by mistakeTim Rice
2002-06-26 - (djm) Release 3.4p1Damien Miller
2002-06-26 - markus@cvs.openbsd.org 2002/06/26 13:55:37Damien Miller
[auth2-chall.c] make sure # of response matches # of queries, fixes int overflow; from ISS
2002-06-26 - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISSDamien Miller
2002-06-26 - (djm) Update spec files for releaseDamien Miller
2002-06-26 - deraadt@cvs.openbsd.org 2002/06/26 13:49:26Damien Miller
[session.c] disclose less information from environment files; based on input from djm, and dschultz@uclink.Berkeley.EDU
2002-06-26 - deraadt@cvs.openbsd.org 2002/06/26 13:20:57Damien Miller
[monitor.c] be careful in mm_zalloc
2002-06-26 - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin DahyabhaiDamien Miller
<nalin@redhat.com>
2002-06-26 - (djm) Require krb5 devel for RPM build w/ KrbVDamien Miller