Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-02 | - markus@cvs.openbsd.org 2002/04/01 22:07:17 | Ben Lindstrom | |
[sftp-client.c] fallback to stat if server does not support lstat | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/04/01 22:02:16 | Ben Lindstrom | |
[sftp-client.c] 20480 is an upper limit for older server | |||
2002-04-02 | - (bal) CVS ID sync of uidswap.c | Ben Lindstrom | |
2002-04-02 | - markus@cvs.openbsd.org 2002/03/30 18:51:15 | Ben Lindstrom | |
[monitor.c serverloop.c sftp-int.c sftp.c sshd.c] check waitpid for EINTR; based on patch from peter@ifm.liu.se | |||
2002-04-02 | - stevesk@cvs.openbsd.org 2002/03/29 19:18:33 | Ben Lindstrom | |
[auth-rsa.c ssh-rsa.c ssh.h] make RSA modulus minimum #define; ok markus@ | |||
2002-04-02 | - stevesk@cvs.openbsd.org 2002/03/29 19:16:22 | Ben Lindstrom | |
[sshd.8] RSA key modulus size minimum 768; ok markus@ | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/03/29 18:59:32 | Ben Lindstrom | |
[session.c session.h] retrieve last login time before the pty is allocated, store per session | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/03/28 15:34:51 | Ben Lindstrom | |
[session.c] do not call record_login twice (for use_privsep) | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/03/27 22:21:45 | Ben Lindstrom | |
[ssh-keygen.c] try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | |||
2002-04-02 | - (bal) Hand Sync of scp.c (reverted to upstream code) | Ben Lindstrom | |
- deraadt@cvs.openbsd.org 2002/03/30 17:45:46 [scp.c] stretch banners | |||
2002-04-02 | - (stevesk) [auth1.c] fix password auth for protocol 1 when | Kevin Steves | |
!USE_PAM && !HAVE_OSF_SIA; merge issue. | |||
2002-04-01 | - (stevesk) [monitor.c] PAM should work again; will *not* work with | Kevin Steves | |
UsePrivilegeSeparation=yes. | |||
2002-03-31 | [sshconnect2.c] change uint32_t to u_int32_t | Tim Rice | |
2002-03-31 | [configure.ac] use /bin/test -L to work around broken builtin on Solaris 8 | Tim Rice | |
2002-03-30 | remove blank line at end of file | Kevin Steves | |
2002-03-30 | - (stevesk) [configure.ac] remove header check for sys/ttcompat.h | Kevin Steves | |
bug 167 | |||
2002-03-27 | - mouring@cvs.openbsd.org 2002/03/27 11:45:42 | Ben Lindstrom | |
[monitor.c] monitor_allowed_key() returns int instead of pointer. ok markus@ | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 23:14:51 | Ben Lindstrom | |
[kex.c] generate a new cookie for each SSH2_MSG_KEXINIT message we send out | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 23:13:03 | Ben Lindstrom | |
[auth-rsa.c] disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth) | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 22:50:39 | Ben Lindstrom | |
[channels.h] CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too | |||
2002-03-27 | - rees@cvs.openbsd.org 2002/03/26 18:46:59 | Ben Lindstrom | |
[scard.c] try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh' | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 15:58:46 | Ben Lindstrom | |
[readpass.c readpass.h sshconnect2.c] client side support for PASSWD_CHANGEREQ | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 15:23:40 | Ben Lindstrom | |
[bufaux.c] do not talk about packets in bufaux | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 11:37:05 | Ben Lindstrom | |
[ssh.c] update Copyright | |||
2002-03-27 | - markus@cvs.openbsd.org 2002/03/26 11:34:49 | Ben Lindstrom | |
[ssh.1 sshd.8] update to recent drafts | |||
2002-03-27 | - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by | Ben Lindstrom | |
kent@lysator.liu.se | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/26 03:24:01 | Ben Lindstrom | |
[monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h] $OpenBSD$ | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/25 21:13:51 | Ben Lindstrom | |
[channels.c channels.h compat.c compat.h nchan.c] don't send stderr data after EOF, accept this from older known (broken) sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179 | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/25 21:04:02 | Ben Lindstrom | |
[ssh.c] simplify num_identity_files handling | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/25 20:12:10 | Ben Lindstrom | |
[monitor_mm.c monitor_wrap.c] ssize_t args use "%ld" and cast to (long) size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@ | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/25 17:34:27 | Ben Lindstrom | |
[scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c] change sc_get_key to sc_get_keys and hide smartcard details in scard.c | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/25 09:25:06 | Ben Lindstrom | |
[auth-rh-rsa.c] rm bogus comment | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/25 09:21:13 | Ben Lindstrom | |
[auth-rsa.c] return 0 (not NULL); tomh@po.crl.go.jp | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/24 23:20:00 | Ben Lindstrom | |
[monitor.c] remove "\n" from fatal() | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/24 18:05:29 | Ben Lindstrom | |
[scard.c] we need to figure out AUT0 for sc_private_encrypt, too | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/24 17:53:16 | Ben Lindstrom | |
[monitor_fdpass.c] minor cleanup and more error checking; ok markus@ | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/24 17:27:03 | Ben Lindstrom | |
[kexgex.c] typo; ok markus@ | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/24 16:01:13 | Ben Lindstrom | |
[packet.c] debug->debug3 for extra padding | |||
2002-03-26 | - markus@cvs.openbsd.org 2002/03/24 16:00:27 | Ben Lindstrom | |
[serverloop.c] remove unused debug | |||
2002-03-26 | - stevesk@cvs.openbsd.org 2002/03/23 20:57:26 | Ben Lindstrom | |
[sshd.c] setproctitle() after preauth child; ok markus@ | |||
2002-03-26 | - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h" | Kevin Steves | |
2002-03-24 | - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure | Kevin Steves | |
it can be removed. only used on solaris. will no longer compile with privsep shuffling. | |||
2002-03-23 | - (stevesk) [LICENCE] OpenBSD sync | Kevin Steves | |
2002-03-22 | [cipher.c] fix problem with OpenBSD sync | Tim Rice | |
2002-03-22 | - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other | Kevin Steves | |
platforms may need this--I'm not sure. mmap() issues will need to be addressed further. | |||
2002-03-22 | - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but | Kevin Steves | |
is missing CMSG_LEN() and CMSG_SPACE() macros. | |||
2002-03-22 | - (stevesk) [auth2.c] merge cleanup/sync | Kevin Steves | |
2002-03-22 | - (stevesk) [monitor_fdpass.c] support for access rights style file | Kevin Steves | |
descriptor passing | |||
2002-03-22 | - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms | Kevin Steves | |
2002-03-22 | - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD | Kevin Steves | |