Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-10 | - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net> | Kevin Steves | |
2002-04-08 | - (bal) Minor OpenSC updates. Fix up header locations and update | Ben Lindstrom | |
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-07 | - (stevesk) wrap munmap() with HAVE_MMAP also. | Kevin Steves | |
2002-04-07 | - (stevesk) --with-privsep-user; default sshd | Kevin Steves | |
2002-04-07 | - (stevesk) remove configure support for poll.h; it was removed | Kevin Steves | |
from sshd.c a long time ago. | |||
2002-04-07 | - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in | Kevin Steves | |
monitor_mm.c | |||
2002-04-07 | - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes | Kevin Steves | |
and no fd passing support. | |||
2002-04-07 | - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now. | Kevin Steves | |
Future: we may want to test if fd passing works correctly. | |||
2002-04-06 | - (bal) We no longer use atexit()/xatexit()/on_exit() | Ben Lindstrom | |
2002-04-06 | - (bal) Quiet down configure.ac if /bin/test does not exist. | Ben Lindstrom | |
2002-04-06 | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | Ben Lindstrom | |
incomplete. | |||
2002-04-06 | - mouring@cvs.openbsd.org 2002/04/06 18:24:09 | Ben Lindstrom | |
[scp.c] Fixes potental double // within path. http://bugzilla.mindrot.org/show_bug.cgi?id=76 | |||
2002-04-06 | - (bal) Slight update to OpenSC support. Better version checking. patch | Ben Lindstrom | |
by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-06 | - djm@cvs.openbsd.org 2002/04/06 00:30:08 | Ben Lindstrom | |
[sftp-client.c] Fix occasional corruption on upload due to bad reuse of request id, spotted by chombier@mac.com; ok markus@ | |||
2002-04-06 | - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile. | Ben Lindstrom | |
2002-04-06 | - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann | Damien Miller | |
<carsten.grohmann@dr-baldeweg.de> | |||
2002-04-05 | - stevesk@cvs.openbsd.org 2002/04/05 20:56:21 | Ben Lindstrom | |
[sshd.8] clarify sshrc some and handle X11UseLocalhost=yes; ok markus@ | |||
2002-04-05 | - (bal) Too many <sys/queue.h> issues. Remove all workarounds and | Ben Lindstrom | |
using internal version only. | |||
2002-04-05 | - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by | Ben Lindstrom | |
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes. | |||
2002-04-04 | - markus@cvs.openbsd.org 2002/04/03 09:26:11 | Ben Lindstrom | |
[cipher.c myproposal.h] re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | |||
2002-04-04 | - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h | Kevin Steves | |
auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm. | |||
2002-04-03 | - (bal) mispelling in uidswap.c (portable only) | Ben Lindstrom | |
2002-04-03 | - markus@cvs.openbsd.org 2002/04/02 20:11:38 | Ben Lindstrom | |
[ssh-rsa.c] ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/04/02 17:37:48 | Ben Lindstrom | |
[sftp.c] always call log_init() | |||
2002-04-02 | - markus@cvs.openbsd.org 2002/04/02 11:49:39 | Ben Lindstrom | |
[ssh-agent.c] check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 | |||
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 | - (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 |