]> andersk Git - openssh.git/log
openssh.git
22 years ago - markus@cvs.openbsd.org 2002/01/16 13:17:51
djm [Tue, 22 Jan 2002 12:29:22 +0000 (12:29 +0000)] 
   - markus@cvs.openbsd.org 2002/01/16 13:17:51
     [channels.c channels.h serverloop.c ssh.c]
     wrapper for channel_setup_fwd_listener

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:57:03
djm [Tue, 22 Jan 2002 12:29:03 +0000 (12:29 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:57:03
     [channels.h nchan.c]
     (c) 2002

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:55:55
djm [Tue, 22 Jan 2002 12:28:45 +0000 (12:28 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:55:55
     [channels.c channels.h nchan.c]
     remove function pointers for events, remove chan_init*; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:41:13
djm [Tue, 22 Jan 2002 12:28:28 +0000 (12:28 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:41:13
     [nchan.c]
     remove duplicated code; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:40:10
djm [Tue, 22 Jan 2002 12:28:13 +0000 (12:28 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:40:10
     [nchan.c]
     correct fn names for ssh2, do not switch from closed to closed; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:34:07
djm [Tue, 22 Jan 2002 12:27:45 +0000 (12:27 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:34:07
     [nchan.c]
     merge chan_[io]buf_empty[12]; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/14 13:22:35
djm [Tue, 22 Jan 2002 12:27:28 +0000 (12:27 +0000)] 
   - markus@cvs.openbsd.org 2002/01/14 13:22:35
     [nchan.c]
     chan_send_oclose1() no longer calls chan_shutdown_write(); ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/13 21:31:20
djm [Tue, 22 Jan 2002 12:27:11 +0000 (12:27 +0000)] 
   - markus@cvs.openbsd.org 2002/01/13 21:31:20
     [channels.h nchan.c]
     add chan_set_[io]state(), order states, state is now an u_int,
     simplifies debugging messages; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/13 17:57:37
djm [Tue, 22 Jan 2002 12:26:38 +0000 (12:26 +0000)] 
   - markus@cvs.openbsd.org 2002/01/13 17:57:37
     [auth2.c auth2-chall.c compat.c sshconnect2.c sshd.c]
     use buffer API and avoid static strings of fixed size; ok provos@/mouring@

22 years ago - provos@cvs.openbsd.org 2002/01/13 17:27:07
djm [Tue, 22 Jan 2002 12:26:13 +0000 (12:26 +0000)] 
   - provos@cvs.openbsd.org 2002/01/13 17:27:07
     [ssh-agent.c]
     change to use queue.h macros; okay markus@

22 years ago - markus@cvs.openbsd.org 2002/01/12 13:10:29
djm [Tue, 22 Jan 2002 12:25:46 +0000 (12:25 +0000)] 
   - markus@cvs.openbsd.org 2002/01/12 13:10:29
     [auth-skey.c]
     undo local change

22 years ago - markus@cvs.openbsd.org 2002/01/11 23:26:30
djm [Tue, 22 Jan 2002 12:25:30 +0000 (12:25 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 23:26:30
     [auth-skey.c]
     use snprintf; mouring@

22 years ago - markus@cvs.openbsd.org 2002/01/11 23:02:51
djm [Tue, 22 Jan 2002 12:25:08 +0000 (12:25 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 23:02:51
     [auth2-chall.c]
     use snprintf; mouring@

22 years ago - markus@cvs.openbsd.org 2002/01/11 23:02:18
djm [Tue, 22 Jan 2002 12:24:51 +0000 (12:24 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 23:02:18
     [readpass.c]
     use _PATH_TTY

22 years ago - markus@cvs.openbsd.org 2002/01/11 20:14:11
djm [Tue, 22 Jan 2002 12:24:33 +0000 (12:24 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 20:14:11
     [auth2-chall.c auth-skey.c]
     use strlcpy not strlcat; mouring@

22 years ago - markus@cvs.openbsd.org 2002/01/11 13:39:36
djm [Tue, 22 Jan 2002 12:24:13 +0000 (12:24 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 13:39:36
     [auth2.c dispatch.c dispatch.h kex.c]
     a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
     dispatch_range(): set handler for a ranges message types
     use dispatch_protocol_ignore() for authentication requests after
      successful authentication (the drafts requirement).
     serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.

22 years ago - markus@cvs.openbsd.org 2002/01/11 13:36:43
djm [Tue, 22 Jan 2002 12:23:41 +0000 (12:23 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 13:36:43
     [ssh2.h]
     add defines for msg type ranges

22 years ago - markus@cvs.openbsd.org 2002/01/11 10:31:05
djm [Tue, 22 Jan 2002 12:23:11 +0000 (12:23 +0000)] 
   - markus@cvs.openbsd.org 2002/01/11 10:31:05
     [packet.c]
     handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@

22 years ago - markus@cvs.openbsd.org 2002/01/10 12:47:59
djm [Tue, 22 Jan 2002 12:22:44 +0000 (12:22 +0000)] 
   - markus@cvs.openbsd.org 2002/01/10 12:47:59
     [nchan.c]
     more unused code (with channels.c:1.156)

22 years ago - markus@cvs.openbsd.org 2002/01/10 12:38:26
djm [Tue, 22 Jan 2002 12:22:20 +0000 (12:22 +0000)] 
   - markus@cvs.openbsd.org 2002/01/10 12:38:26
     [nchan.c]
     remove dead code (skip drain)

22 years ago - markus@cvs.openbsd.org 2002/01/10 11:24:04
djm [Tue, 22 Jan 2002 12:21:58 +0000 (12:21 +0000)] 
   - markus@cvs.openbsd.org 2002/01/10 11:24:04
     [clientloop.c]
     handle SSH2_MSG_GLOBAL_REQUEST (just reply with failure); ok djm@

22 years ago - markus@cvs.openbsd.org 2002/01/10 11:13:29
djm [Tue, 22 Jan 2002 12:21:39 +0000 (12:21 +0000)] 
   - markus@cvs.openbsd.org 2002/01/10 11:13:29
     [serverloop.c]
     skip client_alive_check until there are channels; ok beck@

22 years ago - markus@cvs.openbsd.org 2002/01/09 17:26:35
djm [Tue, 22 Jan 2002 12:21:15 +0000 (12:21 +0000)] 
   - markus@cvs.openbsd.org 2002/01/09 17:26:35
     [channels.c nchan.c]
     replace buffer_consume(b, buffer_len(b)) with buffer_clear(b); ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/09 17:16:00
djm [Tue, 22 Jan 2002 12:20:40 +0000 (12:20 +0000)] 
   - markus@cvs.openbsd.org 2002/01/09 17:16:00
     [channels.c]
     merge channel_pre_open_15/channel_pre_open_20; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/01/09 13:49:27
djm [Tue, 22 Jan 2002 12:20:15 +0000 (12:20 +0000)] 
   - markus@cvs.openbsd.org 2002/01/09 13:49:27
     [ssh-keygen.c]
     append \n only for public keys

22 years ago - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
djm [Tue, 22 Jan 2002 12:19:55 +0000 (12:19 +0000)] 
   - stevesk@cvs.openbsd.org 2002/01/05 21:51:56
     [ssh.1 sshd.8]
     some missing and misplaced periods

22 years ago - markus@cvs.openbsd.org 2002/01/05 10:43:40
djm [Tue, 22 Jan 2002 12:19:38 +0000 (12:19 +0000)] 
   - markus@cvs.openbsd.org 2002/01/05 10:43:40
     [channels.c]
     fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff)
     bug #36, based on patch from djast@cs.toronto.edu

22 years ago - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
djm [Tue, 22 Jan 2002 12:19:11 +0000 (12:19 +0000)] 
   - stevesk@cvs.openbsd.org 2002/01/04 18:14:16
     [servconf.c sshd.8]
     protocol 2 HostKey code default is now /etc/ssh_host_rsa_key and
     /etc/ssh_host_dsa_key like we have in sshd_config.  ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
djm [Tue, 22 Jan 2002 12:18:49 +0000 (12:18 +0000)] 
   - stevesk@cvs.openbsd.org 2002/01/04 17:59:17
     [readconf.c servconf.c]
     remove #ifdef _PATH_XAUTH/#endif; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
djm [Tue, 22 Jan 2002 12:18:32 +0000 (12:18 +0000)] 
   - stevesk@cvs.openbsd.org 2002/01/03 04:11:08
     [ssh_config]
     grammar in comment

22 years ago - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
djm [Tue, 22 Jan 2002 12:18:15 +0000 (12:18 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/29 21:56:01
     [authfile.c channels.c compress.c packet.c sftp-server.c ssh-agent.c ssh-keygen.c]
     remove unneeded casts and some char->u_char cleanup; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
djm [Tue, 22 Jan 2002 12:17:51 +0000 (12:17 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/28 22:37:48
     [ssh.1 sshd.8]
     document LogLevel DEBUG[123]; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/28 15:06:00
djm [Tue, 22 Jan 2002 12:17:30 +0000 (12:17 +0000)] 
   - markus@cvs.openbsd.org 2001/12/28 15:06:00
     [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c dispatch.h kex.c kex.h serverloop.c ssh.c sshconnect2.c]
     remove plen from the dispatch fn. it's no longer used.

22 years ago - markus@cvs.openbsd.org 2001/12/28 14:50:54
djm [Tue, 22 Jan 2002 12:16:32 +0000 (12:16 +0000)] 
   - markus@cvs.openbsd.org 2001/12/28 14:50:54
     [auth1.c auth-rsa.c channels.c dispatch.c kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c sshconnect2.c sshd.c]
     packet_read* no longer return the packet length, since it's not used.

22 years ago - markus@cvs.openbsd.org 2001/12/28 14:13:13
djm [Tue, 22 Jan 2002 12:15:57 +0000 (12:15 +0000)] 
   - markus@cvs.openbsd.org 2001/12/28 14:13:13
     [bufaux.c bufaux.h packet.c]
     buffer_get_bignum: int -> void

22 years ago - markus@cvs.openbsd.org 2001/12/28 13:57:33
djm [Tue, 22 Jan 2002 12:14:44 +0000 (12:14 +0000)] 
   - markus@cvs.openbsd.org 2001/12/28 13:57:33
     [auth1.c kexdh.c kexgex.c packet.c packet.h sshconnect1.c sshd.c]
     packet_get_bignum* no longer returns a size

22 years agooops, that last commit was really:
djm [Tue, 22 Jan 2002 12:14:10 +0000 (12:14 +0000)] 
oops, that last commit was really:
   - markus@cvs.openbsd.org 2001/12/28 12:14:27
     [auth1.c auth2.c auth2-chall.c auth-rsa.c channels.c clientloop.c kex.c kexdh.c kexgex.c packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c sshconnect2.c sshd.c]
     s/packet_done/packet_check_eom/ (end-of-message); ok djm@

with 47 more patchsets to go, I am not going to back out all the files for
the sake of a commit message...

22 years ago - markus@cvs.openbsd.org 2001/12/27 20:39:58
djm [Tue, 22 Jan 2002 12:12:11 +0000 (12:12 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 20:39:58
     [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
     get rid of packet_integrity_check, use packet_done() instead.

22 years ago - markus@cvs.openbsd.org 2001/12/27 20:39:58
djm [Tue, 22 Jan 2002 12:11:38 +0000 (12:11 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 20:39:58
     [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
     get rid of packet_integrity_check, use packet_done() instead.

22 years ago - markus@cvs.openbsd.org 2001/12/27 20:39:58
djm [Tue, 22 Jan 2002 12:11:38 +0000 (12:11 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 20:39:58
     [auth1.c auth-rsa.c channels.c clientloop.c packet.c packet.h serverloop.c session.c ssh.c sshconnect1.c sshd.c ttymodes.c]
     get rid of packet_integrity_check, use packet_done() instead.

22 years ago - markus@cvs.openbsd.org 2001/12/27 19:54:53
djm [Tue, 22 Jan 2002 12:11:00 +0000 (12:11 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 19:54:53
     [auth1.c auth.h auth-rh-rsa.c]
     auth_rhosts_rsa now accept generic keys.

22 years ago - markus@cvs.openbsd.org 2001/12/27 19:37:23
djm [Tue, 22 Jan 2002 12:10:33 +0000 (12:10 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 19:37:23
     [dh.c kexdh.c kexgex.c]
     always use BN_clear_free instead of BN_free

22 years ago - markus@cvs.openbsd.org 2001/12/27 18:26:13
djm [Tue, 22 Jan 2002 12:10:04 +0000 (12:10 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 18:26:13
     [authfile.c]
     missing include

22 years ago - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
djm [Tue, 22 Jan 2002 12:09:41 +0000 (12:09 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/27 18:22:53
     [sshd.8]
     clarify -p; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/27 18:22:16
djm [Tue, 22 Jan 2002 12:09:22 +0000 (12:09 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 18:22:16
     [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c]
     call fatal() for openssl allocation failures

22 years ago - markus@cvs.openbsd.org 2001/12/27 18:10:29
djm [Tue, 22 Jan 2002 12:08:16 +0000 (12:08 +0000)] 
   - markus@cvs.openbsd.org 2001/12/27 18:10:29
     [ssh-keygen.c]
     -t is only needed for key generation (unbreaks -i, -e, etc).

22 years ago - markus@cvs.openbsd.org 2001/12/25 18:53:00
djm [Tue, 22 Jan 2002 12:07:52 +0000 (12:07 +0000)] 
   - markus@cvs.openbsd.org 2001/12/25 18:53:00
     [auth1.c]
     be more carefull on allocation

22 years ago - markus@cvs.openbsd.org 2001/12/25 18:49:56
djm [Tue, 22 Jan 2002 12:07:21 +0000 (12:07 +0000)] 
   - markus@cvs.openbsd.org 2001/12/25 18:49:56
     [key.c]
     be more careful on allocation

22 years ago - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
djm [Tue, 22 Jan 2002 12:07:01 +0000 (12:07 +0000)] 
   - deraadt@cvs.openbsd.org 2001/12/24 07:29:43
     [ssh-add.c]
     try all listed keys.. how did this get broken?

(oops - that was me)

22 years ago - markus@cvs.openbsd.org 2001/12/21 12:17:33
djm [Tue, 22 Jan 2002 12:06:22 +0000 (12:06 +0000)] 
   - markus@cvs.openbsd.org 2001/12/21 12:17:33
     [serverloop.c]
     remove ifdef for USE_PIPES since fdin != fdout; ok djm@

22 years ago - djm@cvs.openbsd.org 2001/12/21 10:06:43
djm [Tue, 22 Jan 2002 12:05:59 +0000 (12:05 +0000)] 
   - djm@cvs.openbsd.org 2001/12/21 10:06:43
     [ssh-add.1 ssh-add.c]
     Try all standard key files (id_rsa, id_dsa, identity) when invoked with
     no arguments; ok markus@

22 years ago - djm@cvs.openbsd.org 2001/12/21 08:53:45
djm [Tue, 22 Jan 2002 12:05:31 +0000 (12:05 +0000)] 
   - djm@cvs.openbsd.org 2001/12/21 08:53:45
     [readpass.c]
     Avoid interruptable passphrase read; ok markus@

22 years ago - djm@cvs.openbsd.org 2001/12/21 08:52:22
djm [Tue, 22 Jan 2002 12:05:08 +0000 (12:05 +0000)] 
   - djm@cvs.openbsd.org 2001/12/21 08:52:22
     [ssh-keygen.1 ssh-keygen.c]
     Remove default (rsa1) key type; ok markus@

22 years agomore
djm [Tue, 22 Jan 2002 11:26:20 +0000 (11:26 +0000)] 
more

22 years ago - (djm) autoconf hacking:
djm [Tue, 22 Jan 2002 11:16:03 +0000 (11:16 +0000)] 
 - (djm) autoconf hacking:
   - Add OpenSSL sanity check: verify that header version matches version
     reported by library

22 years ago - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday
djm [Tue, 22 Jan 2002 10:58:27 +0000 (10:58 +0000)] 
 - (djm) Fix some bugs I introduced into ssh-rand-helper yesterday

22 years ago - (djm) autoconf hacking:
djm [Tue, 22 Jan 2002 10:57:53 +0000 (10:57 +0000)] 
 - (djm) autoconf hacking:
   - We don't support --without-zlib currently, so don't allow it.
   - Rework cryptographic random number support detection. We now detect
     whether OpenSSL seeds itself. If it does, then we don't bother with
     the ssh-rand-helper program. You can force the use of ssh-rand-helper
     using the --with-rand-helper configure argument
   - Simplify and clean up ssh-rand-helper configuration

22 years ago - (djm) Rework ssh-rand-helper:
djm [Mon, 21 Jan 2002 12:44:12 +0000 (12:44 +0000)] 
 - (djm) Rework ssh-rand-helper:
   - Reduce quantity of ifdef code, in preparation for ssh_rand_conf
   - Always seed from system calls, even when doing PRNGd seeding
   - Tidy and comment #define knobs
   - Remove unused facility for multiple runs through command list
   - KNF, cleanup, update copyright

22 years ago - (djm) Bug #50 - make autoconf entropy path checks more robust
djm [Mon, 14 Jan 2002 08:01:03 +0000 (08:01 +0000)] 
 - (djm) Bug #50 - make autoconf entropy path checks more robust

22 years ago - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does
stevesk [Tue, 8 Jan 2002 21:59:06 +0000 (21:59 +0000)] 
 - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX.  does
   not depend on transition links.  from Lutz Jaenicke.

22 years ago - (djm) Merge Cygwin copy_environment with do_pam_environment, removing
djm [Mon, 7 Jan 2002 23:59:32 +0000 (23:59 +0000)] 
 - (djm) Merge Cygwin copy_environment with do_pam_environment, removing
   fixed env var size limit in the process. Report from Corinna Vinschen
   <vinschen@redhat.com>

22 years ago - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
stevesk [Sun, 6 Jan 2002 02:32:57 +0000 (02:32 +0000)] 
 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u"
   for all platforms except HP-UX, which is "/usr/spool/sockets/X11/%u".

22 years ago - (stevesk) fix spurious ; from NCR change.
stevesk [Sat, 5 Jan 2002 23:24:27 +0000 (23:24 +0000)] 
 - (stevesk) fix spurious ; from NCR change.

22 years ago - (bal) NCR requies use_pipes to operate correctly.
mouring [Sat, 5 Jan 2002 17:15:30 +0000 (17:15 +0000)] 
 - (bal) NCR requies use_pipes to operate correctly.

22 years ago - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
djm [Wed, 2 Jan 2002 23:30:56 +0000 (23:30 +0000)] 
 - (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
   Roger Cornelius <rac@tenzing.org>

22 years agotest openssh-commits list
djm [Mon, 31 Dec 2001 00:59:53 +0000 (00:59 +0000)] 
test openssh-commits list

22 years agotesting again
djm [Mon, 31 Dec 2001 00:55:59 +0000 (00:55 +0000)] 
testing again

22 years agoTweak cvsignore files
djm [Sat, 29 Dec 2001 07:00:08 +0000 (07:00 +0000)] 
Tweak cvsignore files

22 years ago - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
djm [Sat, 29 Dec 2001 03:10:09 +0000 (03:10 +0000)] 
 - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
   <vinschen@redhat.com>

22 years ago - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
djm [Sat, 29 Dec 2001 03:08:28 +0000 (03:08 +0000)] 
 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
   <vinschen@redhat.com> Could be abused to guess valid usernames

22 years ago - (djm) Remove recommendation to use GNU make, we should support most
djm [Thu, 27 Dec 2001 22:57:33 +0000 (22:57 +0000)] 
 - (djm) Remove recommendation to use GNU make, we should support most
   make programs.

22 years ago - (stevesk) [Makefile.in ssh-rand-helper.c]
stevesk [Tue, 25 Dec 2001 04:32:58 +0000 (04:32 +0000)] 
 - (stevesk) [Makefile.in ssh-rand-helper.c]
   portable lib and __progname support for ssh-rand-helper; ok djm@

22 years agoHARUYAMA Seigo has changed address
djm [Mon, 24 Dec 2001 03:17:21 +0000 (03:17 +0000)] 
HARUYAMA Seigo has changed address

22 years ago - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
mouring [Mon, 24 Dec 2001 02:59:19 +0000 (02:59 +0000)] 
 - (bal) Removed contrib/chroot.diff and noted in contrib/README that it
   was not being maintained.

22 years ago - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
djm [Sun, 23 Dec 2001 14:41:47 +0000 (14:41 +0000)] 
 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
   solar@openwall.com
 - (djm) Rework entropy code. If the OpenSSL PRNG is has not been
   internally seeded, execute a subprogram "ssh-rand-helper" to obtain
   some entropy for us. Rewrite the old in-process entropy collecter as
   an example ssh-rand-helper.
 - (djm) Always perform ssh_prng_cmds path lookups in configure, even if
   we don't end up using ssh_prng_cmds (so we always get a valid file)

22 years ago - djm@cvs.openbsd.org 2001/12/20 22:50:24
djm [Fri, 21 Dec 2001 04:00:19 +0000 (04:00 +0000)] 
   - djm@cvs.openbsd.org 2001/12/20 22:50:24
     [auth2.c auth2-chall.c channels.c channels.h clientloop.c dispatch.c]
     [dispatch.h kex.c kex.h packet.c packet.h serverloop.c ssh.c]
     [sshconnect2.c]
     Conformance fix: we should send failing packet sequence number when
     responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
     yakk@yakk.dot.net; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/20 16:37:29
djm [Fri, 21 Dec 2001 03:58:35 +0000 (03:58 +0000)] 
   - markus@cvs.openbsd.org 2001/12/20 16:37:29
     [channels.c channels.h session.c]
     setup x11 listen socket for just one connect if the client requests so.
     (v2 only, but the openssh client does not support this feature).

22 years ago - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
djm [Fri, 21 Dec 2001 03:56:54 +0000 (03:56 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
     [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
     change the buffer/packet interface to use void* vs. char*; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/19 16:09:39
djm [Fri, 21 Dec 2001 03:53:11 +0000 (03:53 +0000)] 
   - markus@cvs.openbsd.org 2001/12/19 16:09:39
     [serverloop.c]
     fix race between SIGCHLD and select with an additional pipe.  writing
     to the pipe on SIGCHLD wakes up select(). using pselect() is not
     portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
     initial idea by pmenage@ensim.com; ok deraadt@, djm@

22 years agoSync RCSIDs from Kevin's already committed patch
djm [Fri, 21 Dec 2001 03:51:28 +0000 (03:51 +0000)] 
Sync RCSIDs from Kevin's already committed patch

22 years ago - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
djm [Fri, 21 Dec 2001 03:45:46 +0000 (03:45 +0000)] 
   - deraadt@cvs.openbsd.org 2001/12/19 07:18:56
     [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h]
     [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c]
     [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c]
     [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c]
     [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c]
     [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c]
     [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config]
     [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c]
     basic KNF done while i was looking for something else

22 years ago - jakob@cvs.openbsd.org 2001/12/18 10:06:24
djm [Fri, 21 Dec 2001 01:52:39 +0000 (01:52 +0000)] 
   - jakob@cvs.openbsd.org 2001/12/18 10:06:24
     [auth-rsa.c]
     log fingerprint on successful public key authentication, simplify usage of key structs; ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/12/18 10:05:15
djm [Fri, 21 Dec 2001 01:48:54 +0000 (01:48 +0000)] 
   - jakob@cvs.openbsd.org 2001/12/18 10:05:15
     [auth2.c]
     log fingerprint on successful public key authentication; ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/12/18 10:04:21
djm [Fri, 21 Dec 2001 01:47:09 +0000 (01:47 +0000)] 
   - jakob@cvs.openbsd.org 2001/12/18 10:04:21
     [auth.h hostfile.c hostfile.h]
     remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/10 20:34:31
djm [Fri, 21 Dec 2001 01:45:43 +0000 (01:45 +0000)] 
   - markus@cvs.openbsd.org 2001/12/10 20:34:31
     [ssh-keyscan.c]
     check that server supports v1 for -t rsa1, report from wirth@dfki.de

22 years ago - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
djm [Fri, 21 Dec 2001 01:44:28 +0000 (01:44 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/10 16:45:04
     [sshd.c]
     possible fd leak on error; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/12/09 18:45:56
djm [Fri, 21 Dec 2001 01:42:34 +0000 (01:42 +0000)] 
   - markus@cvs.openbsd.org 2001/12/09 18:45:56
     [auth2.c auth2-chall.c auth.h]
     add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,
     fixes memleak.

22 years ago - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
djm [Fri, 21 Dec 2001 01:39:51 +0000 (01:39 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/08 17:49:28
     [channels.c pathnames.h]
     use only one path to X11 UNIX domain socket vs. an array of paths
     to try.  report from djast@cs.toronto.edu.  ok markus@

22 years ago - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
djm [Thu, 20 Dec 2001 23:28:07 +0000 (23:28 +0000)] 
 - (djm) Add option to gnome-ssh-askpass to stop it from grabbing the X
   server. I have found this necessary to avoid server hangs with X input
   extensions (e.g. kinput2). Enable by setting the environment variable
   "GNOME_SSH_ASKPASS_NOGRAB"

22 years ago - (stevesk) OpenBSD CVS sync X11 localhost display
stevesk [Wed, 19 Dec 2001 17:58:01 +0000 (17:58 +0000)] 
 - (stevesk) OpenBSD CVS sync X11 localhost display
   - stevesk@cvs.openbsd.org 2001/11/29 14:10:51
     [channels.h channels.c session.c]
     sshd X11 fake server will now listen on localhost by default:
     $ echo $DISPLAY
     localhost:12.0
     $ netstat -an|grep 6012
     tcp        0      0  127.0.0.1.6012         *.*                    LISTEN
     tcp6       0      0  ::1.6012               *.*                    LISTEN
     sshd_config gatewayports=yes can be used to revert back to the old
     behavior.  will control this with another option later.  ok markus@
   - stevesk@cvs.openbsd.org 2001/12/19 08:43:11
     [includes.h session.c]
     handle utsname.nodename case for FamilyLocal X authorization; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
mouring [Fri, 7 Dec 2001 17:28:34 +0000 (17:28 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:20:32
     [channels.c]
     disable nagle for X11 fake server and client TCPs.  from netbsd.
     ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
mouring [Fri, 7 Dec 2001 17:26:48 +0000 (17:26 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:09:23
     [channels.c session.c]
     strncpy->strlcpy.  remaining strncpy's are necessary.  ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
mouring [Fri, 7 Dec 2001 17:24:49 +0000 (17:24 +0000)] 
   - stevesk@cvs.openbsd.org 2001/12/06 18:02:32
     [channels.c sshconnect.c]
     shutdown(sock, SHUT_RDWR) not needed here; ok markus@

22 years ago - (bal) PCRE no longer required. Banished from the source along with
mouring [Fri, 7 Dec 2001 17:20:47 +0000 (17:20 +0000)] 
 - (bal) PCRE no longer required.  Banished from the source along with
   fake-regex.h

22 years ago - markus@cvs.openbsd.org 2001/12/06 13:30:06
mouring [Thu, 6 Dec 2001 18:22:17 +0000 (18:22 +0000)] 
   - markus@cvs.openbsd.org 2001/12/06 13:30:06
     [servconf.c servconf.h sshd.8 sshd.c]
     add -o to sshd, too. ok deraadt@
 - (bal) Minor white space fix up in servconf.c

22 years ago - markus@cvs.openbsd.org 2001/12/05 16:54:51
mouring [Thu, 6 Dec 2001 18:06:05 +0000 (18:06 +0000)] 
   - markus@cvs.openbsd.org 2001/12/05 16:54:51
     [compat.c match.c match.h]
     make theo and djm happy: bye bye regexp

22 years ago - markus@cvs.openbsd.org 2001/12/05 15:04:48
mouring [Thu, 6 Dec 2001 18:02:59 +0000 (18:02 +0000)] 
   - markus@cvs.openbsd.org 2001/12/05 15:04:48
     [version.h]
     post 3.0.2

22 years ago - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
mouring [Thu, 6 Dec 2001 18:00:18 +0000 (18:00 +0000)] 
   - deraadt@cvs.openbsd.org 2001/12/05 10:06:12
     [authfd.c authfile.c bufaux.c channels.c compat.c kex.c kexgex.c
      key.c misc.c packet.c servconf.c ssh-agent.c sshconnect2.c
      sshconnect.c sshd.c ssh-dss.c ssh-keygen.c ssh-rsa.c]
     minor KNF

22 years ago - itojun@cvs.openbsd.org 2001/12/05 03:56:39
mouring [Thu, 6 Dec 2001 17:55:26 +0000 (17:55 +0000)] 
   - itojun@cvs.openbsd.org 2001/12/05 03:56:39
     [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c
      sshconnect2.c]
     make it compile with more strict prototype checking

22 years ago - itojun@cvs.openbsd.org 2001/12/05 03:50:01
mouring [Thu, 6 Dec 2001 17:52:16 +0000 (17:52 +0000)] 
   - itojun@cvs.openbsd.org 2001/12/05 03:50:01
     [clientloop.c serverloop.c sshd.c]
     deal with LP64 printf issue with sig_atomic_t.  from thorpej

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