Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2002-06-28 | - (bal) fix to auth2-pam.c to swap fatal() arguments, A bit of style | Ben 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 wise | Ben 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.com | Ben Lindstrom | |
2002-06-27 | 20020628 | Kevin 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:32 | Ben 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:32 | Ben Lindstrom | |
[monitor_wrap.c] more %u | |||
2002-06-27 | - markus@cvs.openbsd.org 2002/06/26 14:51:33 | Ben Lindstrom | |
[ssh-add.c] fix exit code for -X/-x | |||
2002-06-27 | - deraadt@cvs.openbsd.org 2002/06/26 14:50:04 | Ben Lindstrom | |
[monitor_fdpass.c] use ssize_t for recvmsg() and sendmsg() return | |||
2002-06-27 | - deraadt@cvs.openbsd.org 2002/06/26 14:49:36 | Ben Lindstrom | |
[monitor.c] correct %u | |||
2002-06-26 | [contrib/caldera/openssh.spec] remove 2 configure options I put in by mistake | Tim Rice | |
2002-06-26 | - (djm) Release 3.4p1 | Damien Miller | |
2002-06-26 | - markus@cvs.openbsd.org 2002/06/26 13:55:37 | Damien Miller | |
[auth2-chall.c] make sure # of response matches # of queries, fixes int overflow; from ISS |