]> andersk Git - openssh.git/log
openssh.git
22 years ago - (bal) Minor OpenSC updates. Fix up header locations and update
mouring [Mon, 8 Apr 2002 18:37:07 +0000 (18:37 +0000)] 
 - (bal) Minor OpenSC updates.  Fix up header locations and update
   README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>

22 years ago - (stevesk) wrap munmap() with HAVE_MMAP also.
stevesk [Sun, 7 Apr 2002 22:36:49 +0000 (22:36 +0000)] 
 - (stevesk) wrap munmap() with HAVE_MMAP also.

22 years agooops, user should be a string constant
stevesk [Sun, 7 Apr 2002 19:44:14 +0000 (19:44 +0000)] 
oops, user should be a string constant

22 years ago - (stevesk) --with-privsep-user; default sshd
stevesk [Sun, 7 Apr 2002 19:22:54 +0000 (19:22 +0000)] 
 - (stevesk) --with-privsep-user; default sshd

22 years ago - (stevesk) remove configure support for poll.h; it was removed
stevesk [Sun, 7 Apr 2002 18:12:03 +0000 (18:12 +0000)] 
 - (stevesk) remove configure support for poll.h; it was removed
   from sshd.c a long time ago.

22 years ago - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
stevesk [Sun, 7 Apr 2002 17:08:53 +0000 (17:08 +0000)] 
 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in
   monitor_mm.c

22 years ago - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
stevesk [Sun, 7 Apr 2002 16:39:12 +0000 (16:39 +0000)] 
 - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes
   and no fd passing support.

22 years ago - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
stevesk [Sun, 7 Apr 2002 16:18:03 +0000 (16:18 +0000)] 
 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
   Future: we may want to test if fd passing works correctly.

22 years ago - (bal) We no longer use atexit()/xatexit()/on_exit()
mouring [Sat, 6 Apr 2002 23:52:02 +0000 (23:52 +0000)] 
 - (bal) We no longer use atexit()/xatexit()/on_exit()

22 years ago - (bal) Quiet down configure.ac if /bin/test does not exist.
mouring [Sat, 6 Apr 2002 20:30:07 +0000 (20:30 +0000)] 
 - (bal) Quiet down configure.ac if /bin/test does not exist.

22 years ago - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is
mouring [Sat, 6 Apr 2002 18:58:31 +0000 (18:58 +0000)] 
 - (bal) Revered out of runtime IRIX runtime detection of joblimits.  Code is
   incomplete.

22 years ago - mouring@cvs.openbsd.org 2002/04/06 18:24:09
mouring [Sat, 6 Apr 2002 18:29:59 +0000 (18:29 +0000)] 
   - mouring@cvs.openbsd.org 2002/04/06 18:24:09
     [scp.c]
     Fixes potental double // within path.
     http://bugzilla.mindrot.org/show_bug.cgi?id=76

22 years ago - (bal) Slight update to OpenSC support. Better version checking. patch
mouring [Sat, 6 Apr 2002 18:19:38 +0000 (18:19 +0000)] 
 - (bal) Slight update to OpenSC support.  Better version checking. patch
   by Juha Yrjölä <jyrjola@cc.hut.fi>

22 years ago - djm@cvs.openbsd.org 2002/04/06 00:30:08
mouring [Sat, 6 Apr 2002 04:16:45 +0000 (04:16 +0000)] 
   - djm@cvs.openbsd.org 2002/04/06 00:30:08
     [sftp-client.c]
     Fix occasional corruption on upload due to bad reuse of request id, spotted
     by chombier@mac.com; ok markus@

22 years ago - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.
mouring [Sat, 6 Apr 2002 04:11:28 +0000 (04:11 +0000)] 
 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.

22 years ago - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
djm [Sat, 6 Apr 2002 01:12:52 +0000 (01:12 +0000)] 
 - (djm) Typo in Suse SPEC file. Fix from Carsten Grohmann
   <carsten.grohmann@dr-baldeweg.de>

22 years ago - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
mouring [Fri, 5 Apr 2002 22:18:48 +0000 (22:18 +0000)] 
   - stevesk@cvs.openbsd.org 2002/04/05 20:56:21
     [sshd.8]
     clarify sshrc some and handle X11UseLocalhost=yes; ok markus@

22 years ago - (bal) Too many <sys/queue.h> issues. Remove all workarounds and
mouring [Fri, 5 Apr 2002 20:23:35 +0000 (20:23 +0000)] 
 - (bal) Too many <sys/queue.h> issues.  Remove all workarounds and
   using internal version only.

22 years ago - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
mouring [Fri, 5 Apr 2002 16:11:45 +0000 (16:11 +0000)] 
 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
   Juha Yrjölä <jyrjola@cc.hut.fi>
 - (bal) Minor documentation update to reflect smartcard library
   support changes.

22 years ago - markus@cvs.openbsd.org 2002/04/03 09:26:11
mouring [Thu, 4 Apr 2002 22:10:38 +0000 (22:10 +0000)] 
   - markus@cvs.openbsd.org 2002/04/03 09:26:11
     [cipher.c myproposal.h]
     re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net

22 years ago - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
stevesk [Thu, 4 Apr 2002 19:02:28 +0000 (19:02 +0000)] 
 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
    auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.

22 years ago - (bal) mispelling in uidswap.c (portable only)
mouring [Wed, 3 Apr 2002 03:36:54 +0000 (03:36 +0000)] 
 - (bal) mispelling in uidswap.c (portable only)

22 years ago - markus@cvs.openbsd.org 2002/04/02 20:11:38
mouring [Wed, 3 Apr 2002 03:03:04 +0000 (03:03 +0000)] 
   - markus@cvs.openbsd.org 2002/04/02 20:11:38
     [ssh-rsa.c]
     ignore SSH_BUG_SIGBLOB for ssh-rsa; #187

22 years ago - markus@cvs.openbsd.org 2002/04/02 17:37:48
mouring [Tue, 2 Apr 2002 21:06:18 +0000 (21:06 +0000)] 
   - markus@cvs.openbsd.org 2002/04/02 17:37:48
     [sftp.c]
     always call log_init()

22 years ago - markus@cvs.openbsd.org 2002/04/02 11:49:39
mouring [Tue, 2 Apr 2002 21:03:51 +0000 (21:03 +0000)] 
   - markus@cvs.openbsd.org 2002/04/02 11:49:39
     [ssh-agent.c]
     check $SHELL for -k and -d, too;
     http://bugzilla.mindrot.org/show_bug.cgi?id=199

22 years ago - markus@cvs.openbsd.org 2002/04/01 22:07:17
mouring [Tue, 2 Apr 2002 21:00:31 +0000 (21:00 +0000)] 
   - markus@cvs.openbsd.org 2002/04/01 22:07:17
     [sftp-client.c]
     fallback to stat if server does not support lstat

22 years ago - markus@cvs.openbsd.org 2002/04/01 22:02:16
mouring [Tue, 2 Apr 2002 20:58:11 +0000 (20:58 +0000)] 
   - markus@cvs.openbsd.org 2002/04/01 22:02:16
     [sftp-client.c]
     20480 is an upper limit for older server

22 years ago - (bal) CVS ID sync of uidswap.c
mouring [Tue, 2 Apr 2002 20:53:39 +0000 (20:53 +0000)] 
 - (bal) CVS ID sync of uidswap.c

22 years ago - markus@cvs.openbsd.org 2002/03/30 18:51:15
mouring [Tue, 2 Apr 2002 20:48:19 +0000 (20:48 +0000)] 
   - markus@cvs.openbsd.org 2002/03/30 18:51:15
     [monitor.c serverloop.c sftp-int.c sftp.c sshd.c]
     check waitpid for EINTR; based on patch from peter@ifm.liu.se

22 years ago - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
mouring [Tue, 2 Apr 2002 20:43:11 +0000 (20:43 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/29 19:18:33
     [auth-rsa.c ssh-rsa.c ssh.h]
     make RSA modulus minimum #define; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
mouring [Tue, 2 Apr 2002 20:39:29 +0000 (20:39 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/29 19:16:22
     [sshd.8]
     RSA key modulus size minimum 768; ok markus@

22 years ago - markus@cvs.openbsd.org 2002/03/29 18:59:32
mouring [Tue, 2 Apr 2002 20:35:35 +0000 (20:35 +0000)] 
   - markus@cvs.openbsd.org 2002/03/29 18:59:32
     [session.c session.h]
     retrieve last login time before the pty is allocated, store per session

22 years ago - markus@cvs.openbsd.org 2002/03/28 15:34:51
mouring [Tue, 2 Apr 2002 20:32:46 +0000 (20:32 +0000)] 
   - markus@cvs.openbsd.org 2002/03/28 15:34:51
     [session.c]
     do not call record_login twice (for use_privsep)

22 years ago - markus@cvs.openbsd.org 2002/03/27 22:21:45
mouring [Tue, 2 Apr 2002 20:26:26 +0000 (20:26 +0000)] 
   - markus@cvs.openbsd.org 2002/03/27 22:21:45
     [ssh-keygen.c]
     try to import keys with extra trailing === (seen with ssh.com < 2.0.12)

22 years ago - (bal) Hand Sync of scp.c (reverted to upstream code)
mouring [Tue, 2 Apr 2002 20:17:43 +0000 (20:17 +0000)] 
 - (bal) Hand Sync of scp.c (reverted to upstream code)
   - deraadt@cvs.openbsd.org 2002/03/30 17:45:46
     [scp.c]
     stretch banners

22 years ago - (stevesk) [auth1.c] fix password auth for protocol 1 when
stevesk [Tue, 2 Apr 2002 03:24:56 +0000 (03:24 +0000)] 
 - (stevesk) [auth1.c] fix password auth for protocol 1 when
   !USE_PAM && !HAVE_OSF_SIA; merge issue.

22 years ago - (stevesk) [monitor.c] PAM should work again; will *not* work with
stevesk [Mon, 1 Apr 2002 18:04:35 +0000 (18:04 +0000)] 
 - (stevesk) [monitor.c] PAM should work again; will *not* work with
   UsePrivilegeSeparation=yes.

22 years ago[sshconnect2.c] change uint32_t to u_int32_t
tim [Sun, 31 Mar 2002 20:49:38 +0000 (20:49 +0000)] 
[sshconnect2.c] change uint32_t to u_int32_t

22 years ago[configure.ac] use /bin/test -L to work around broken builtin on Solaris 8
tim [Sun, 31 Mar 2002 19:23:06 +0000 (19:23 +0000)] 
[configure.ac] use /bin/test -L to work around broken builtin on Solaris 8

22 years agoremove blank line at end of file
stevesk [Sat, 30 Mar 2002 20:01:48 +0000 (20:01 +0000)] 
remove blank line at end of file

22 years ago - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
stevesk [Sat, 30 Mar 2002 17:55:21 +0000 (17:55 +0000)] 
 - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
   bug 167

22 years ago - mouring@cvs.openbsd.org 2002/03/27 11:45:42
mouring [Wed, 27 Mar 2002 18:00:59 +0000 (18:00 +0000)] 
   - mouring@cvs.openbsd.org 2002/03/27 11:45:42
     [monitor.c]
     monitor_allowed_key() returns int instead of pointer.  ok markus@

22 years ago - markus@cvs.openbsd.org 2002/03/26 23:14:51
mouring [Wed, 27 Mar 2002 17:42:57 +0000 (17:42 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 23:14:51
     [kex.c]
     generate a new cookie for each SSH2_MSG_KEXINIT message we send out

22 years ago - markus@cvs.openbsd.org 2002/03/26 23:13:03
mouring [Wed, 27 Mar 2002 17:38:43 +0000 (17:38 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 23:13:03
     [auth-rsa.c]
     disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)

22 years ago - markus@cvs.openbsd.org 2002/03/26 22:50:39
mouring [Wed, 27 Mar 2002 17:36:41 +0000 (17:36 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 22:50:39
     [channels.h]
     CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too

22 years ago - rees@cvs.openbsd.org 2002/03/26 18:46:59
mouring [Wed, 27 Mar 2002 17:33:17 +0000 (17:33 +0000)] 
   - rees@cvs.openbsd.org 2002/03/26 18:46:59
     [scard.c]
     try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'

22 years ago - markus@cvs.openbsd.org 2002/03/26 15:58:46
mouring [Wed, 27 Mar 2002 17:28:46 +0000 (17:28 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 15:58:46
     [readpass.c readpass.h sshconnect2.c]
     client side support for PASSWD_CHANGEREQ

22 years ago - markus@cvs.openbsd.org 2002/03/26 15:23:40
mouring [Wed, 27 Mar 2002 17:23:44 +0000 (17:23 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 15:23:40
     [bufaux.c]
     do not talk about packets in bufaux

22 years ago - markus@cvs.openbsd.org 2002/03/26 11:37:05
mouring [Wed, 27 Mar 2002 17:20:38 +0000 (17:20 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 11:37:05
     [ssh.c]
     update Copyright

22 years ago - markus@cvs.openbsd.org 2002/03/26 11:34:49
mouring [Wed, 27 Mar 2002 17:18:31 +0000 (17:18 +0000)] 
   - markus@cvs.openbsd.org 2002/03/26 11:34:49
     [ssh.1 sshd.8]
     update to recent drafts

22 years ago - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
mouring [Wed, 27 Mar 2002 16:50:03 +0000 (16:50 +0000)] 
 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
   kent@lysator.liu.se

22 years ago - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
mouring [Tue, 26 Mar 2002 03:42:20 +0000 (03:42 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/26 03:24:01
     [monitor.h monitor_fdpass.h monitor_mm.h monitor_wrap.h]
     $OpenBSD$

22 years ago - markus@cvs.openbsd.org 2002/03/25 21:13:51
mouring [Tue, 26 Mar 2002 03:26:24 +0000 (03:26 +0000)] 
   - markus@cvs.openbsd.org 2002/03/25 21:13:51
     [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

22 years ago - markus@cvs.openbsd.org 2002/03/25 21:04:02
mouring [Tue, 26 Mar 2002 03:23:00 +0000 (03:23 +0000)] 
   - markus@cvs.openbsd.org 2002/03/25 21:04:02
     [ssh.c]
     simplify num_identity_files handling

22 years ago - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
mouring [Tue, 26 Mar 2002 03:20:45 +0000 (03:20 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/25 20:12:10
     [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@

22 years ago - markus@cvs.openbsd.org 2002/03/25 17:34:27
mouring [Tue, 26 Mar 2002 03:17:42 +0000 (03:17 +0000)] 
   - markus@cvs.openbsd.org 2002/03/25 17:34:27
     [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

22 years ago - markus@cvs.openbsd.org 2002/03/25 09:25:06
mouring [Tue, 26 Mar 2002 03:08:47 +0000 (03:08 +0000)] 
   - markus@cvs.openbsd.org 2002/03/25 09:25:06
     [auth-rh-rsa.c]
     rm bogus comment

22 years ago - markus@cvs.openbsd.org 2002/03/25 09:21:13
mouring [Tue, 26 Mar 2002 02:59:31 +0000 (02:59 +0000)] 
   - markus@cvs.openbsd.org 2002/03/25 09:21:13
     [auth-rsa.c]
     return 0 (not NULL); tomh@po.crl.go.jp

22 years ago - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
mouring [Tue, 26 Mar 2002 02:49:34 +0000 (02:49 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/24 23:20:00
     [monitor.c]
     remove "\n" from fatal()

22 years ago - markus@cvs.openbsd.org 2002/03/24 18:05:29
mouring [Tue, 26 Mar 2002 02:44:44 +0000 (02:44 +0000)] 
   - markus@cvs.openbsd.org 2002/03/24 18:05:29
     [scard.c]
     we need to figure out AUT0 for sc_private_encrypt, too

22 years ago - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
mouring [Tue, 26 Mar 2002 02:36:29 +0000 (02:36 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/24 17:53:16
     [monitor_fdpass.c]
     minor cleanup and more error checking; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
mouring [Tue, 26 Mar 2002 02:20:06 +0000 (02:20 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/24 17:27:03
     [kexgex.c]
     typo; ok markus@

22 years ago - markus@cvs.openbsd.org 2002/03/24 16:01:13
mouring [Tue, 26 Mar 2002 02:09:41 +0000 (02:09 +0000)] 
   - markus@cvs.openbsd.org 2002/03/24 16:01:13
     [packet.c]
     debug->debug3 for extra padding

22 years ago - markus@cvs.openbsd.org 2002/03/24 16:00:27
mouring [Tue, 26 Mar 2002 02:01:30 +0000 (02:01 +0000)] 
   - markus@cvs.openbsd.org 2002/03/24 16:00:27
     [serverloop.c]
     remove unused debug

22 years ago - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
mouring [Tue, 26 Mar 2002 01:53:03 +0000 (01:53 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/23 20:57:26
     [sshd.c]
     setproctitle() after preauth child; ok markus@

22 years ago - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"
stevesk [Tue, 26 Mar 2002 00:12:49 +0000 (00:12 +0000)] 
 - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h"

22 years ago - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
stevesk [Sun, 24 Mar 2002 23:19:54 +0000 (23:19 +0000)] 
 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
   it can be removed. only used on solaris. will no longer compile with
   privsep shuffling.

22 years ago - (stevesk) [LICENCE] OpenBSD sync
stevesk [Sat, 23 Mar 2002 02:20:07 +0000 (02:20 +0000)] 
 - (stevesk) [LICENCE] OpenBSD sync

22 years ago[cipher.c] fix problem with OpenBSD sync
tim [Fri, 22 Mar 2002 21:27:40 +0000 (21:27 +0000)] 
[cipher.c] fix problem with OpenBSD sync

22 years ago - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
stevesk [Fri, 22 Mar 2002 21:08:03 +0000 (21:08 +0000)] 
 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other
   platforms may need this--I'm not sure.  mmap() issues will need to be
   addressed further.

22 years ago - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
stevesk [Fri, 22 Mar 2002 20:53:32 +0000 (20:53 +0000)] 
 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but
   is missing CMSG_LEN() and CMSG_SPACE() macros.

22 years ago - (stevesk) [auth2.c] merge cleanup/sync
stevesk [Fri, 22 Mar 2002 20:43:05 +0000 (20:43 +0000)] 
 - (stevesk) [auth2.c] merge cleanup/sync

22 years ago - (stevesk) [monitor_fdpass.c] support for access rights style file
stevesk [Fri, 22 Mar 2002 19:32:53 +0000 (19:32 +0000)] 
 - (stevesk) [monitor_fdpass.c] support for access rights style file
   descriptor passing

22 years ago- (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
stevesk [Fri, 22 Mar 2002 18:19:53 +0000 (18:19 +0000)] 
- (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms

22 years ago - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD
stevesk [Fri, 22 Mar 2002 18:07:17 +0000 (18:07 +0000)] 
 - (stevesk) [monitor.c monitor_wrap.c] #ifdef HAVE_PW_CLASS_IN_PASSWD

22 years ago - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
stevesk [Fri, 22 Mar 2002 17:23:25 +0000 (17:23 +0000)] 
 - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support

22 years ago - markus@cvs.openbsd.org 2002/03/21 23:07:37
mouring [Fri, 22 Mar 2002 03:53:00 +0000 (03:53 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 23:07:37
     [clientloop.c]
     remove unused, sync w/ cmdline patch in my tree.

22 years ago - rees@cvs.openbsd.org 2002/03/21 22:44:05
mouring [Fri, 22 Mar 2002 03:51:06 +0000 (03:51 +0000)] 
   - rees@cvs.openbsd.org 2002/03/21 22:44:05
     [authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c]
     Add PIN-protection for secret key.

22 years ago - rees@cvs.openbsd.org 2002/03/21 21:54:34
mouring [Fri, 22 Mar 2002 03:47:38 +0000 (03:47 +0000)] 
   - rees@cvs.openbsd.org 2002/03/21 21:54:34
     [scard.c scard.h ssh-keygen.c]
     Add PIN-protection for secret key.

22 years ago - markus@cvs.openbsd.org 2002/03/21 21:23:34
mouring [Fri, 22 Mar 2002 03:43:46 +0000 (03:43 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 21:23:34
     [sshd.c]
     add privsep_preauth() and remove 1 goto; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/03/21 20:51:12
mouring [Fri, 22 Mar 2002 03:40:58 +0000 (03:40 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 20:51:12
     [sshd_config]
     add privsep (off)

22 years ago - rees@cvs.openbsd.org 2002/03/21 18:08:15
mouring [Fri, 22 Mar 2002 03:38:35 +0000 (03:38 +0000)] 
   - rees@cvs.openbsd.org 2002/03/21 18:08:15
     [scard.c]
     In sc_put_key(), sc_reader_id should be id.

22 years ago - markus@cvs.openbsd.org 2002/03/21 16:58:13
mouring [Fri, 22 Mar 2002 03:35:48 +0000 (03:35 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 16:58:13
     [clientloop.c]
     remove unused

22 years ago - markus@cvs.openbsd.org 2002/03/21 16:57:15
mouring [Fri, 22 Mar 2002 03:33:43 +0000 (03:33 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 16:57:15
     [scard.c]
     remove const

22 years ago - markus@cvs.openbsd.org 2002/03/21 16:38:06
mouring [Fri, 22 Mar 2002 03:28:11 +0000 (03:28 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 16:38:06
     [scard.c]
     make compile w/ openssl 0.9.7

22 years ago - jakob@cvs.openbsd.org 2002/03/21 15:17:26
mouring [Fri, 22 Mar 2002 03:24:32 +0000 (03:24 +0000)] 
   - jakob@cvs.openbsd.org 2002/03/21 15:17:26
     [clientloop.c ssh.1]
     add built-in command line for adding new port forwardings on the fly.
     based on a patch from brian wellington. ok markus@.

22 years ago - markus@cvs.openbsd.org 2002/03/21 10:21:20
mouring [Fri, 22 Mar 2002 03:21:16 +0000 (03:21 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 10:21:20
     [ssh-add.c]
     ignore errors for nonexisting default keys in ssh-add,
     fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158

Last patch was SUPPOSE to be:
   - stevesk@cvs.openbsd.org 2002/03/20 21:08:08
     [sshd.c]
     strerror() on chdir() fail; ok provos@

But it got co-mingled.  <sigh>  Flog me at will.

22 years ago - markus@cvs.openbsd.org 2002/03/21 10:21:20
mouring [Fri, 22 Mar 2002 03:14:45 +0000 (03:14 +0000)] 
   - markus@cvs.openbsd.org 2002/03/21 10:21:20
     [ssh-add.c]
     ignore errors for nonexisting default keys in ssh-add,
     fixes http://bugzilla.mindrot.org/show_bug.cgi?id=158

22 years ago - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
mouring [Fri, 22 Mar 2002 03:11:49 +0000 (03:11 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/20 19:12:25
     [servconf.c servconf.h ssh.h sshd.c]
     for unprivileged user, group do:
     pw=getpwnam(SSH_PRIVSEP_USER); do_setusercontext(pw).  ok provos@

22 years ago - markus@cvs.openbsd.org 2002/03/19 15:31:47
mouring [Fri, 22 Mar 2002 03:08:30 +0000 (03:08 +0000)] 
   - markus@cvs.openbsd.org 2002/03/19 15:31:47
     [auth.c]
     check for NULL; from provos@

22 years ago - markus@cvs.openbsd.org 2002/03/19 14:27:39
mouring [Fri, 22 Mar 2002 03:04:08 +0000 (03:04 +0000)] 
   - markus@cvs.openbsd.org 2002/03/19 14:27:39
     [auth.c auth1.c auth2.c]
     make getpwnamallow() allways call pwcopy()

22 years ago - markus@cvs.openbsd.org 2002/03/19 10:49:35
mouring [Fri, 22 Mar 2002 02:54:23 +0000 (02:54 +0000)] 
   - markus@cvs.openbsd.org 2002/03/19 10:49:35
     [auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
      sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
      ttymodes.c]
     KNF whitespace

22 years ago - markus@cvs.openbsd.org 2002/03/19 10:35:39
mouring [Fri, 22 Mar 2002 02:50:06 +0000 (02:50 +0000)] 
   - markus@cvs.openbsd.org 2002/03/19 10:35:39
     [auth-options.c auth.h session.c session.h sshd.c]
     clean up prototypes

22 years ago - mpech@cvs.openbsd.org 2002/03/19 06:32:56
mouring [Fri, 22 Mar 2002 02:47:28 +0000 (02:47 +0000)] 
   - mpech@cvs.openbsd.org 2002/03/19 06:32:56
     [sftp-int.c]
     use xfree() after xstrdup().

     markus@ ok

22 years ago - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
mouring [Fri, 22 Mar 2002 02:44:40 +0000 (02:44 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/19 05:23:08
     [sshd.8]
     Banner has no default.

22 years ago - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
mouring [Fri, 22 Mar 2002 02:42:37 +0000 (02:42 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/19 03:03:43
     [pathnames.h servconf.c servconf.h sshd.c]
     _PATH_PRIVSEP_CHROOT_DIR; ok provos@

22 years ago - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
mouring [Fri, 22 Mar 2002 02:40:03 +0000 (02:40 +0000)] 
   - stevesk@cvs.openbsd.org 2002/03/18 23:52:51
     [servconf.c]
     UnprivUser/UnprivGroup usable now--specify numeric user/group; ok
     provos@

22 years ago - provos@cvs.openbsd.org 2002/03/18 17:59:09
mouring [Fri, 22 Mar 2002 02:37:50 +0000 (02:37 +0000)] 
   - provos@cvs.openbsd.org 2002/03/18 17:59:09
     [sshd.8]
     document UsePrivilegeSeparation

22 years ago - provos@cvs.openbsd.org 2002/03/18 17:53:08
mouring [Fri, 22 Mar 2002 02:33:12 +0000 (02:33 +0000)] 
   - provos@cvs.openbsd.org 2002/03/18 17:53:08
     [sshd.8]
     credits for privsep

22 years ago - provos@cvs.openbsd.org 2002/03/18 17:50:31
mouring [Fri, 22 Mar 2002 02:30:41 +0000 (02:30 +0000)] 
   - provos@cvs.openbsd.org 2002/03/18 17:50:31
     [auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h
      auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c
      session.h servconf.h serverloop.c session.c sshd.c]
     integrate privilege separated openssh; its turned off by default for now.
     work done by me and markus@

applied, but outside of ensure that smaller code bits migrated with
their owners.. no work was tried to 'fix' it to work. =)  Later project!

This page took 0.223448 seconds and 4 git commands to generate.