Age | Commit message (Collapse) | Author | |
---|---|---|---|
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:54 | Ben Lindstrom | |
[rijndael.c] use right sizeof in memcpy; markus ok | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/10 10:28:15 | Ben Lindstrom | |
[sshconnect.c] bark if all connection attempt fails. | |||
2002-07-11 | - stevesk@cvs.openbsd.org 2002/07/09 17:46:25 | Ben 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:02 | Ben Lindstrom | |
[sshconnect.c] ed static function (less warnings) | |||
2002-07-11 | - itojun@cvs.openbsd.org 2002/07/09 11:56:27 | Ben 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:50 | Ben Lindstrom | |
[sshconnect.c] silently try next address on connect(2). markus ok | |||
2002-07-10 | [contrib/cygwin/ssh-host-config] explicitely sets the permissions | Tim 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 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-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 to | Tim Rice | |
work in a jumpstart environment. patch by kbrint@rufus.net | |||
2002-07-08 | - (bal) Correction to utimes() again. | Ben Lindstrom | |
2002-07-07 | - (bal) Minor KNF on ssh-keyscan.c | Ben 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:58 | Ben Lindstrom | |
[ssh-keyscan.c] unused variable | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/06 01:01:26 | Ben Lindstrom | |
[ssh-keyscan.c] KNF, realloc fix, and clean usage | |||
2002-07-07 | - deraadt@cvs.openbsd.org 2002/07/06 01:00:49 | Ben Lindstrom | |
[log.c] KNF | |||
2002-07-07 | - markus@cvs.openbsd.org 2002/07/04 10:41:47 | Ben 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:15 | Ben 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:33 | Ben 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 fixes | Tim 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-07 | Added author to ports-aix.[ch]. | Ben Lindstrom | |
2002-07-05 | [contrib/cygwin/ssh-host-config] double slash corrction | Tim 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.c | Ben 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 the | Ben 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.o | Ben Lindstrom | |
2002-07-04 | - (bal) Failed password attempts don't increment counter on AIX. Bug #145 | Ben Lindstrom | |
2002-07-04 | - markus@cvs.openbsd.org 2002/07/03 14:21:05 | Ben 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:38 | Ben 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:46 | Ben 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:25 | Ben Lindstrom | |
[msg.c] %u | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/30 21:59:45 | Ben 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:16 | Ben 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:06 | Ben Lindstrom | |
[sshd.c] gidset[2] -> gidset[1]; markus ok | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/28 10:08:25 | Ben Lindstrom | |
[sshd.c] range check -u option at invocation | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/28 01:50:37 | Ben Lindstrom | |
[monitor_wrap.c] use ssize_t | |||
2002-07-04 | - millert@cvs.openbsd.org 2002/06/28 01:49:31 | Ben 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:08 | Ben Lindstrom | |
[ssh-keyscan.c] use convtime(); ok markus@ | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/27 10:35:47 | Ben Lindstrom | |
[auth2-none.c monitor.c sftp-client.c] use xfree() | |||
2002-07-04 | - deraadt@cvs.openbsd.org 2002/06/27 09:08:00 | Ben Lindstrom | |
[monitor.c] improve mm_zalloc check; markus ok | |||
2002-07-04 | - markus@cvs.openbsd.org 2002/06/27 08:49:44 | Ben 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 by | Ben Lindstrom | |
onoe@sm.sony.co.jp | |||
2002-07-03 | - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.com | Ben 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> |