summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2002-07-12 [configure.ac] remove unused filepriv lineTim Rice
2002-07-12[Makefile.in] quiet down install-files: and check-user:Tim Rice
2002-07-11 - deraadt@cvs.openbsd.org 2002/07/10 17:53:54Ben Lindstrom
[rijndael.c] use right sizeof in memcpy; markus ok
2002-07-11 - itojun@cvs.openbsd.org 2002/07/10 10:28:15Ben Lindstrom
[sshconnect.c] bark if all connection attempt fails.
2002-07-11 - stevesk@cvs.openbsd.org 2002/07/09 17:46:25Ben Lindstrom
[sshd_config.5] clarify no preference ordering in protocol list; ok markus@
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 12:04:02Ben Lindstrom
[sshconnect.c] ed static function (less warnings)
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 11:56:27Ben Lindstrom
[canohost.c] suppress log on reverse lookup failiure, as there's no real value in doing so. markus ok
2002-07-11 - itojun@cvs.openbsd.org 2002/07/09 11:56:50Ben Lindstrom
[sshconnect.c] silently try next address on connect(2). markus ok
2002-07-10[contrib/cygwin/ssh-host-config] explicitely sets the permissionsTim Rice
on /var/empty to 755 Patch by vinschen@redhat.com
2002-07-09 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platformsBen Lindstrom
lacking that concept can share it. Patch by vinschen@redhat.com
2002-07-08[configure.ac] fix libc89 utimes test. Mention default path forTim Rice
--with-privsep-path=
2002-07-08[Makefile.in] workaround for broken pakadd on some systems.Tim Rice
With "ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin" you wild end up with lrwxrwxrwx 1 root sys 4 Jul 8 18:43 slogin -> /ssh after the package was installed.
2002-07-08[openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT toTim Rice
work in a jumpstart environment. patch by kbrint@rufus.net
2002-07-07 - (bal) Minor KNF on ssh-keyscan.cBen Lindstrom
This is really from Theo's patch. I missed it by looking at the wrong function call.
2002-07-07 - stevesk@cvs.openbsd.org 2002/07/06 17:47:58Ben Lindstrom
[ssh-keyscan.c] unused variable
2002-07-07 - deraadt@cvs.openbsd.org 2002/07/06 01:01:26Ben Lindstrom
[ssh-keyscan.c] KNF, realloc fix, and clean usage
2002-07-07 - deraadt@cvs.openbsd.org 2002/07/06 01:00:49Ben Lindstrom
[log.c] KNF
2002-07-07 - markus@cvs.openbsd.org 2002/07/04 10:41:47Ben Lindstrom
[key.c monitor_wrap.c ssh-dss.c ssh-rsa.c] don't allocate, copy, and discard if there is not interested in the data; ok deraadt@
2002-07-07 - deraadt@cvs.openbsd.org 2002/07/04 08:12:15Ben Lindstrom
[channels.c packet.c] blah blah minor nothing as i read and re-read and re-read...
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-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.