]> andersk Git - openssh.git/log
openssh.git
22 years ago - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
mouring [Sun, 10 Jun 2001 00:41:18 +0000 (00:41 +0000)] 
 - (bal) Missed two files in major resync.  auth-bsdauth.c and auth-skey.c

22 years ago - (bal) --with-catman should be --with-mantype patch by Dave
mouring [Sat, 9 Jun 2001 02:26:58 +0000 (02:26 +0000)] 
 - (bal) --with-catman should be --with-mantype patch by Dave
   Dykstra <dwd@bell-labs.com>

22 years ago - (bal) ANSIify strmode()
mouring [Sat, 9 Jun 2001 02:22:16 +0000 (02:22 +0000)] 
 - (bal) ANSIify strmode()

22 years ago - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
mouring [Sat, 9 Jun 2001 02:16:28 +0000 (02:16 +0000)] 
 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)

22 years ago - markus@cvs.openbsd.org 2001/06/08 15:25:40
mouring [Sat, 9 Jun 2001 01:48:01 +0000 (01:48 +0000)] 
   - markus@cvs.openbsd.org 2001/06/08 15:25:40
     [includes.h pathnames.h readconf.c servconf.c]
     move the path for xauth to pathnames.h

22 years ago - markus@cvs.openbsd.org 2001/06/07 22:25:02
mouring [Sat, 9 Jun 2001 01:44:07 +0000 (01:44 +0000)] 
   - markus@cvs.openbsd.org 2001/06/07 22:25:02
     [session.c]
     don't overwrite errno
     delay deletion of the xauth cookie

22 years ago - markus@cvs.openbsd.org 2001/06/07 20:23:05
mouring [Sat, 9 Jun 2001 01:42:01 +0000 (01:42 +0000)] 
   - markus@cvs.openbsd.org 2001/06/07 20:23:05
     [authfd.c authfile.c channels.c kexdh.c kexgex.c packet.c ssh.c
      sshconnect.c sshconnect1.c]
     use xxx_put_cstring()

22 years ago - markus@cvs.openbsd.org 2001/06/07 19:57:53
mouring [Sat, 9 Jun 2001 01:40:00 +0000 (01:40 +0000)] 
   - markus@cvs.openbsd.org 2001/06/07 19:57:53
     [auth2.c]
     style is used for bsdauth.
     disconnect on user/service change (ietf-drafts)

22 years ago - markus@cvs.openbsd.org 2001/06/06 23:19:35
mouring [Sat, 9 Jun 2001 01:38:24 +0000 (01:38 +0000)] 
   - markus@cvs.openbsd.org 2001/06/06 23:19:35
     [ssh-add.c]
     remove debug message; Darren.Moffat@eng.sun.com

22 years ago - markus@cvs.openbsd.org 2001/06/06 23:13:54
mouring [Sat, 9 Jun 2001 01:36:21 +0000 (01:36 +0000)] 
   - markus@cvs.openbsd.org 2001/06/06 23:13:54
     [ssh-dss.c ssh-rsa.c]
     cleanup, remove old code

22 years ago - markus@cvs.openbsd.org 2001/06/05 16:46:19
mouring [Sat, 9 Jun 2001 01:34:15 +0000 (01:34 +0000)] 
   - markus@cvs.openbsd.org 2001/06/05 16:46:19
     [session.c]
     let session_close() delete the pty.  deny x11fwd if xauthfile is set.

22 years ago - markus@cvs.openbsd.org 2001/06/05 10:24:32
mouring [Sat, 9 Jun 2001 01:32:29 +0000 (01:32 +0000)] 
   - markus@cvs.openbsd.org 2001/06/05 10:24:32
     [channels.c]
     don't delete the auth socket in channel_stop_listening()
     auth_sock_cleanup_proc() will take care of this.

22 years ago - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
mouring [Sat, 9 Jun 2001 01:30:39 +0000 (01:30 +0000)] 
   - pvalchev@cvs.openbsd.org 2001/06/05 05:05:39
     [ssh-keyscan.1 ssh-keyscan.c]
     License clarification from David Mazieres, ok deraadt@

22 years ago - markus@cvs.openbsd.org 2001/06/04 23:16:16
mouring [Sat, 9 Jun 2001 01:29:12 +0000 (01:29 +0000)] 
   - markus@cvs.openbsd.org 2001/06/04 23:16:16
     [session.c]
     merge ssh1/2 x11-fwd setup, create listener after tmp-dir

22 years ago - markus@cvs.openbsd.org 2001/06/04 23:07:21
mouring [Sat, 9 Jun 2001 01:27:31 +0000 (01:27 +0000)] 
   - markus@cvs.openbsd.org 2001/06/04 23:07:21
     [clientloop.c serverloop.c sshd.c]
     set flags in the signal handlers, do real work in the main loop,
     ok provos@

22 years ago - markus@cvs.openbsd.org 2001/06/04 21:59:43
mouring [Sat, 9 Jun 2001 01:20:06 +0000 (01:20 +0000)] 
   - markus@cvs.openbsd.org 2001/06/04 21:59:43
     [channels.c channels.h session.c]
     switch uid when cleaning up tmp files and sockets; reported by
     zen-parse@gmx.net on bugtraq

22 years ago - markus@cvs.openbsd.org 2001/06/03 20:06:11
mouring [Sat, 9 Jun 2001 01:17:23 +0000 (01:17 +0000)] 
   - markus@cvs.openbsd.org 2001/06/03 20:06:11
     [auth2-chall.c]
     the challenge response device decides how to handle non-existing
     users.
     -> fake challenges for skey and cryptocard

22 years ago - markus@cvs.openbsd.org 2001/06/03 19:38:42
mouring [Sat, 9 Jun 2001 01:15:11 +0000 (01:15 +0000)] 
   - markus@cvs.openbsd.org 2001/06/03 19:38:42
     [scp.c]
     pass -v to ssh; from slade@shore.net

22 years ago - markus@cvs.openbsd.org 2001/06/03 19:36:44
mouring [Sat, 9 Jun 2001 01:13:40 +0000 (01:13 +0000)] 
   - markus@cvs.openbsd.org 2001/06/03 19:36:44
     [ssh-keygen.1]
     1-2 bits of entrophy per character (not per word), ok stevesk@

22 years ago - markus@cvs.openbsd.org 2001/06/03 14:55:39
mouring [Sat, 9 Jun 2001 01:11:59 +0000 (01:11 +0000)] 
   - markus@cvs.openbsd.org 2001/06/03 14:55:39
     [channels.c channels.h session.c]
     use fatal_register_cleanup instead of atexit, sync with x11 authdir
     handling

22 years ago - markus@cvs.openbsd.org 2001/05/31 13:08:04
mouring [Sat, 9 Jun 2001 01:09:51 +0000 (01:09 +0000)] 
   - markus@cvs.openbsd.org 2001/05/31 13:08:04
     [sshd_config]
     group options and add some more comments

22 years agoShould have removed this. It's part of nchan.c now.
mouring [Sat, 9 Jun 2001 01:04:06 +0000 (01:04 +0000)] 
Should have removed this.  It's part of nchan.c now.

22 years ago - (bal) Ooops.. nchan.c resync from OpenBSD ssh Attic.
mouring [Sat, 9 Jun 2001 00:57:39 +0000 (00:57 +0000)] 
 - (bal) Ooops.. nchan.c resync from OpenBSD ssh Attic.

22 years ago- (bal) nchan.c CVS ID Update.
mouring [Sat, 9 Jun 2001 00:44:44 +0000 (00:44 +0000)] 
- (bal) nchan.c CVS ID Update.

22 years ago - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
mouring [Sat, 9 Jun 2001 00:41:05 +0000 (00:41 +0000)] 
 - (bal) Channels.c and Channels.h -- "Merge Functions, simplify" (draged
   out of ssh Attic)

22 years ago[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this
mouring [Sat, 9 Jun 2001 00:36:26 +0000 (00:36 +0000)] 
[NOTE: Next patch will sync nchan.c, channels.c and channels.h and all this
pain will be over.]
   - markus@cvs.openbsd.org 2001/05/31 10:30:17
     [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
      packet.c serverloop.c session.c ssh.c]
     undo the .c file split, just merge the header and keep the cvs
     history

22 years ago - markus@cvs.openbsd.org 2001/05/30 23:31:14
mouring [Sat, 9 Jun 2001 00:23:17 +0000 (00:23 +0000)] 
   - markus@cvs.openbsd.org 2001/05/30 23:31:14
     [auth2.c]
     merge

22 years ago - markus@cvs.openbsd.org 2001/05/30 15:20:10
mouring [Sat, 9 Jun 2001 00:18:51 +0000 (00:18 +0000)] 
   - markus@cvs.openbsd.org 2001/05/30 15:20:10
     [ssh.c]
     merge functions, simplify.

22 years ago[NOTE: File split is was not done in Portabl Tree]
mouring [Sat, 9 Jun 2001 00:17:10 +0000 (00:17 +0000)] 
[NOTE: File split is was not done in Portabl Tree]
   - markus@cvs.openbsd.org 2001/05/30 12:55:13
     [auth-options.c auth2.c channels.c channels.h clientloop.c nchan.c
      packet.c serverloop.c session.c ssh.c ssh1.h]
     channel layer cleanup: merge header files and split .c files

23 years ago - markus@cvs.openbsd.org 2001/05/29 12:31:27
mouring [Tue, 5 Jun 2001 21:13:57 +0000 (21:13 +0000)] 
   - markus@cvs.openbsd.org 2001/05/29 12:31:27
     [authfile.c]
     typo

23 years ago - markus@cvs.openbsd.org 2001/05/28 23:58:35
mouring [Tue, 5 Jun 2001 21:09:18 +0000 (21:09 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 23:58:35
     [packet.c packet.h sshconnect.c sshd.c]
     remove some lines, simplify.

23 years ago - markus@cvs.openbsd.org 2001/05/28 23:25:24
mouring [Tue, 5 Jun 2001 20:56:47 +0000 (20:56 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 23:25:24
     [channels.c]
     cleanup, typo

23 years ago - markus@cvs.openbsd.org 2001/05/28 23:14:49
mouring [Tue, 5 Jun 2001 20:52:50 +0000 (20:52 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 23:14:49
     [channels.c channels.h nchan.c]
     undo broken channel fix and try a different one. there
     should be still some select errors...

23 years ago - markus@cvs.openbsd.org 2001/05/28 22:51:11
mouring [Tue, 5 Jun 2001 20:50:16 +0000 (20:50 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 22:51:11
     [cipher.c cipher.h]
     simpler 3des for ssh1

23 years ago - markus@cvs.openbsd.org 2001/05/28 10:08:55
mouring [Tue, 5 Jun 2001 20:46:32 +0000 (20:46 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 10:08:55
     [authfile.c]
     key_load_private: set comment to filename for PEM keys

23 years ago - markus@cvs.openbsd.org 2001/05/28 08:04:39
mouring [Tue, 5 Jun 2001 20:44:16 +0000 (20:44 +0000)] 
   - markus@cvs.openbsd.org 2001/05/28 08:04:39
     [ssh.c]
     fix usage()

23 years ago - markus@cvs.openbsd.org 2001/05/25 14:37:32
mouring [Tue, 5 Jun 2001 20:35:09 +0000 (20:35 +0000)] 
   - markus@cvs.openbsd.org 2001/05/25 14:37:32
     [ssh-keygen.c]
     use -P for -e and -y, too.

23 years ago - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
mouring [Tue, 5 Jun 2001 20:32:21 +0000 (20:32 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/24 18:57:53
     [clientloop.c readconf.c ssh.c ssh.h]
     don't perform escape processing when ``EscapeChar none''; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/05/24 11:12:42
mouring [Tue, 5 Jun 2001 20:27:53 +0000 (20:27 +0000)] 
   - markus@cvs.openbsd.org 2001/05/24 11:12:42
     [auth.c]
     fix comment; from jakob@

23 years ago - markus@cvs.openbsd.org 2001/05/20 17:20:36
mouring [Tue, 5 Jun 2001 20:25:05 +0000 (20:25 +0000)] 
   - markus@cvs.openbsd.org 2001/05/20 17:20:36
     [auth-rsa.c auth.c auth.h auth2.c servconf.c servconf.h sshd.8
      sshd_config]
     configurable authorized_keys{,2} location; originally from peter@;
     ok djm@

23 years ago - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
mouring [Tue, 5 Jun 2001 20:01:39 +0000 (20:01 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
     [channels.c]
     typo in error message

23 years ago - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
mouring [Tue, 5 Jun 2001 19:59:08 +0000 (19:59 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/19 19:43:57
     [misc.c misc.h servconf.c sshd.8 sshd.c]
     sshd command-line arguments and configuration file options that
     specify time may be expressed using a sequence of the form:
     time[qualifier], where time is a positive integer value and qualifier
     is one of the following:
         <none>,s,m,h,d,w
     Examples:
         600     600 seconds (10 minutes)
         10m     10 minutes
         1h30m   1 hour 30 minutes (90 minutes)
     ok markus@

23 years ago - markus@cvs.openbsd.org 2001/05/19 16:46:19
mouring [Tue, 5 Jun 2001 19:52:52 +0000 (19:52 +0000)] 
   - markus@cvs.openbsd.org 2001/05/19 16:46:19
     [ssh.1 sshd.8]
     document MACs defaults with .Dq

23 years ago - markus@cvs.openbsd.org 2001/05/19 16:32:16
mouring [Tue, 5 Jun 2001 19:37:25 +0000 (19:37 +0000)] 
   - markus@cvs.openbsd.org 2001/05/19 16:32:16
     [ssh.1 sshconnect2.c]
     change preferredauthentication order to
        publickey,hostbased,password,keyboard-interactive
     document that hostbased defaults to no, document order

23 years ago - markus@cvs.openbsd.org 2001/05/19 16:08:43
mouring [Tue, 5 Jun 2001 19:33:22 +0000 (19:33 +0000)] 
   - markus@cvs.openbsd.org 2001/05/19 16:08:43
     [sshd.8]
     sort options; Matthew.Stier@fnc.fujitsu.com

23 years ago - markus@cvs.openbsd.org 2001/05/19 16:05:41
mouring [Tue, 5 Jun 2001 19:31:41 +0000 (19:31 +0000)] 
   - markus@cvs.openbsd.org 2001/05/19 16:05:41
     [scp.c]
     ftruncate() instead of open()+O_TRUNC like rcp.c does
     allows scp /path/to/file localhost:/path/to/file

23 years ago - djm@cvs.openbsd.org 2001/05/19 00:36:40
mouring [Tue, 5 Jun 2001 19:29:20 +0000 (19:29 +0000)] 
   - djm@cvs.openbsd.org 2001/05/19 00:36:40
     [session.c]
     Disable X11 forwarding if xauth binary is not found. Patch from Nalin
     Dahyabhai <nalin@redhat.com>; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/05/18 14:13:29
mouring [Tue, 5 Jun 2001 18:56:16 +0000 (18:56 +0000)] 
   - markus@cvs.openbsd.org 2001/05/18 14:13:29
     [auth-chall.c auth.h auth1.c auth2-chall.c auth2.c readconf.c
      readconf.h servconf.c servconf.h sshconnect1.c sshconnect2.c sshd.c]
     improved kbd-interactive support. work by per@appgate.com and me

23 years ago - markus@cvs.openbsd.org 2001/05/17 21:34:15
mouring [Tue, 5 Jun 2001 18:39:10 +0000 (18:39 +0000)] 
   - markus@cvs.openbsd.org 2001/05/17 21:34:15
     [ssh.1]
     no spaces in PreferredAuthentications;
     meixner@rbg.informatik.tu-darmstadt.de

23 years ago - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
tim [Mon, 28 May 2001 17:17:34 +0000 (17:17 +0000)] 
 - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
   Patch by Corinna Vinschen <vinschen@redhat.com>

23 years ago - (bal) Corrected on_exit() emulation via atexit().
mouring [Thu, 17 May 2001 03:40:05 +0000 (03:40 +0000)] 
 - (bal) Corrected on_exit() emulation via atexit().

23 years ago - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>
mouring [Thu, 17 May 2001 03:32:50 +0000 (03:32 +0000)] 
 - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com>

23 years ago - markus@cvs.openbsd.org 2001/05/16 22:09:21
mouring [Thu, 17 May 2001 03:21:27 +0000 (03:21 +0000)] 
   - markus@cvs.openbsd.org 2001/05/16 22:09:21
     [channels.c nchan.c]
     more select() error fixes (don't set rfd/wfd to -1).

23 years ago - markus@cvs.openbsd.org 2001/05/16 21:53:53
mouring [Thu, 17 May 2001 03:19:40 +0000 (03:19 +0000)] 
   - markus@cvs.openbsd.org 2001/05/16 21:53:53
     [clientloop.c]
     check for open sessions before we call select(); fixes the x11 client
     bug reported by bowman@math.ualberta.ca

23 years ago - markus@cvs.openbsd.org 2001/05/16 20:51:57
mouring [Thu, 17 May 2001 03:17:55 +0000 (03:17 +0000)] 
   - markus@cvs.openbsd.org 2001/05/16 20:51:57
     [authfile.c]
     return comments for private pem files, too; report from nolan@naic.edu

23 years ago - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
mouring [Thu, 17 May 2001 03:16:18 +0000 (03:16 +0000)] 
   - deraadt@cvs.openbsd.org 2001/05/15 22:04:01
     [ssh.1]
     X11 forwarding details improved

23 years ago - markus@cvs.openbsd.org 2001/05/12 19:53:13
mouring [Thu, 17 May 2001 03:14:57 +0000 (03:14 +0000)] 
   - markus@cvs.openbsd.org 2001/05/12 19:53:13
     [sftp-server.c]
     readlink does not NULL-terminate; mhe@home.se

23 years ago - (bal) Patch to partial sync up contrib/solaris/ packaging software.
mouring [Sat, 12 May 2001 16:50:50 +0000 (16:50 +0000)] 
 - (bal) Patch to partial sync up contrib/solaris/ packaging software.
   Patch by pete <ninjaz@webexpress.com>

23 years ago - markus@cvs.openbsd.org 2001/05/11 14:59:56
mouring [Sat, 12 May 2001 00:08:37 +0000 (00:08 +0000)] 
   - markus@cvs.openbsd.org 2001/05/11 14:59:56
     [clientloop.c misc.c misc.h]
     add unset_nonblock for stdout/err flushing in client_loop().

23 years ago - markus@cvs.openbsd.org 2001/05/09 23:01:31
mouring [Thu, 10 May 2001 23:26:11 +0000 (23:26 +0000)] 
   - markus@cvs.openbsd.org 2001/05/09 23:01:31
     [rijndael.h]
     fix prototype; J.S.Peatfield@damtp.cam.ac.uk

23 years ago - markus@cvs.openbsd.org 2001/05/09 22:51:57
mouring [Thu, 10 May 2001 23:24:49 +0000 (23:24 +0000)] 
   - markus@cvs.openbsd.org 2001/05/09 22:51:57
     [channels.c]
     fix -R for protocol 2, noticed by greg@nest.cx.
     bug was introduced with experimental dynamic forwarding.

23 years ago - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
mouring [Wed, 9 May 2001 00:38:19 +0000 (00:38 +0000)] 
 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki
   <nakaji@tutrp.tut.ac.jp>

23 years ago - markus@cvs.openbsd.org 2001/05/08 22:48:07
mouring [Wed, 9 May 2001 00:02:52 +0000 (00:02 +0000)] 
   - markus@cvs.openbsd.org 2001/05/08 22:48:07
     [atomicio.c]
     no need for xmalloc.h, thanks to espie@

23 years agoI have no clue how this file was mised.. <frown>
mouring [Wed, 9 May 2001 00:01:18 +0000 (00:01 +0000)] 
I have no clue how this file was mised.. <frown>

   - markus@cvs.openbsd.org 2001/05/08 19:17:31
     [channels.c serverloop.c clientloop.c]
     adds correct error reporting to async connect()s
     fixes the server-discards-data-before-connected-bug found by
     onoe@sm.sony.co.jp

23 years ago - markus@cvs.openbsd.org 2001/05/06 21:45:14
mouring [Tue, 8 May 2001 23:58:37 +0000 (23:58 +0000)] 
   - markus@cvs.openbsd.org 2001/05/06 21:45:14
     [clientloop.c]
     use atomicio for flushing stdout/stderr bufs. thanks to
     jbw@izanami.cee.hw.ac.uk

23 years ago - (bal) ./configure support to disable SIA on OSF1. Patch by
mouring [Tue, 8 May 2001 20:42:28 +0000 (20:42 +0000)] 
 - (bal) ./configure support to disable SIA on OSF1.  Patch by
   Chris Adams <cmadams@hiwaay.net>

23 years ago - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
mouring [Tue, 8 May 2001 20:33:05 +0000 (20:33 +0000)] 
 - (bal) UseLogin patch for Solaris/UNICOS.  Patch by Wayne Davison
   <wayne@blorf.net>

23 years ago - mouring@cvs.openbsd.org 2001/05/08 19:45:25
mouring [Tue, 8 May 2001 20:27:25 +0000 (20:27 +0000)] 
   - mouring@cvs.openbsd.org 2001/05/08 19:45:25
     [misc.c misc.h scp.c sftp.c]
     Use addargs() in sftp plus some clean up of addargs().  OK Markus

23 years ago - markus@cvs.openbsd.org 2001/05/08 19:17:31
mouring [Tue, 8 May 2001 20:07:39 +0000 (20:07 +0000)] 
   - markus@cvs.openbsd.org 2001/05/08 19:17:31
     [channels.c serverloop.c]
     adds correct error reporting to async connect()s
     fixes the server-discards-data-before-connected-bug found by
     onoe@sm.sony.co.jp

23 years ago - markus@cvs.openbsd.org 2001/05/06 21:23:31
mouring [Tue, 8 May 2001 20:05:44 +0000 (20:05 +0000)] 
   - markus@cvs.openbsd.org 2001/05/06 21:23:31
     [cli.c]
     cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net

23 years ago - (bal) Fixed configure test for USE_SIA.
mouring [Mon, 7 May 2001 12:54:26 +0000 (12:54 +0000)] 
 - (bal) Fixed configure test for USE_SIA.

23 years ago - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h
mouring [Sun, 6 May 2001 18:01:43 +0000 (18:01 +0000)] 
 - (bal) CVS ID updates for readpass.c, readpass.h, cli.c, and cli.h

23 years ago - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
mouring [Sun, 6 May 2001 03:01:02 +0000 (03:01 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/05 13:42:52
     [sftp.1 ssh-add.1 ssh-keygen.1]
     typos, grammar

23 years ago - (bal) Add 'seed_rng()' to ssh-add.c
mouring [Sun, 6 May 2001 02:57:20 +0000 (02:57 +0000)] 
 - (bal) Add 'seed_rng()' to ssh-add.c

23 years ago - (bal) White Space and #ifdef sync with OpenBSD
mouring [Sun, 6 May 2001 02:53:25 +0000 (02:53 +0000)] 
 - (bal) White Space and #ifdef sync with OpenBSD

23 years ago - (djm) Update config.guess and config.sub with latest versions (from
djm [Sun, 6 May 2001 00:54:15 +0000 (00:54 +0000)] 
 - (djm) Update config.guess and config.sub with latest versions (from
   ftp://ftp.gnu.org/gnu/config/) to allow configure on ia64-hpux.
   Suggested by Jason Mader <jason@ncac.gwu.edu>

23 years ago - markus@cvs.openbsd.org 2001/05/04 23:47:34
mouring [Sat, 5 May 2001 04:09:47 +0000 (04:09 +0000)] 
   - markus@cvs.openbsd.org 2001/05/04 23:47:34
     [channels.c channels.h clientloop.c nchan.c nchan.h serverloop.c ssh.c]
     move to Channel **channels (instead of Channel *channels), fixes realloc
     problems.  channel_new now returns a Channel *, favour Channel * over
     channel id.  remove old channel_allocate interface.

23 years ago - markus@cvs.openbsd.org 2001/05/04 14:34:34
mouring [Fri, 4 May 2001 22:40:28 +0000 (22:40 +0000)] 
   - markus@cvs.openbsd.org 2001/05/04 14:34:34
     [channels.c]
     channel_new() reallocs channels[], we cannot use Channel *c after calling
     channel_new(), XXX fix this in the future...

23 years ago - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
mouring [Fri, 4 May 2001 22:38:43 +0000 (22:38 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/04 14:21:56
     [ssh.1 sshd.8]
     typos

23 years ago - mouring@cvs.openbsd.org 2001/05/03 23:09:53
mouring [Thu, 3 May 2001 23:39:53 +0000 (23:39 +0000)] 
   - mouring@cvs.openbsd.org 2001/05/03 23:09:53
     [misc.c misc.h scp.c sftp.c]
     Move colon() and cleanhost() to misc.c where I should I have put it in
     the first place

23 years ago - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
mouring [Thu, 3 May 2001 22:59:24 +0000 (22:59 +0000)] 
 - (bal) Avoid socket file security issues in ssh-agent for Cygwin.
   Patch by Egor Duda <deo@logos-m.ru>

23 years ago - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>
mouring [Thu, 3 May 2001 22:45:21 +0000 (22:45 +0000)] 
 - (bal) Updated Cygwin README by Corinna Vinschen <vinschen@redhat.com>

23 years ago - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
mouring [Thu, 3 May 2001 22:39:11 +0000 (22:39 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/03 21:43:01
     [servconf.c]
     remove "\n" from fatal()

23 years ago - markus@cvs.openbsd.org 2001/05/03 15:45:15
mouring [Thu, 3 May 2001 22:37:26 +0000 (22:37 +0000)] 
   - markus@cvs.openbsd.org 2001/05/03 15:45:15
     [session.c]
     exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au

23 years ago - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
mouring [Thu, 3 May 2001 22:35:32 +0000 (22:35 +0000)] 
   - stevesk@cvs.openbsd.org 2001/05/03 15:07:39
     [channels.c]
     typo in debug() string

23 years ago - markus@cvs.openbsd.org 2001/05/02 16:41:20
mouring [Wed, 2 May 2001 22:40:12 +0000 (22:40 +0000)] 
   - markus@cvs.openbsd.org 2001/05/02 16:41:20
     [ssh-add.c]
     fix prompt for ssh-add.

23 years ago - mouring@cvs.openbsd.org 2001/05/02 01:25:39
mouring [Wed, 2 May 2001 01:30:32 +0000 (01:30 +0000)] 
   - mouring@cvs.openbsd.org 2001/05/02 01:25:39
     [readpass.c]
     Put the 'const' back into ssh_askpass() function.  Pointed out
     by Mark Miller <markm@swoon.net>.  OK Markus

23 years ago - markus@cvs.openbsd.org 2001/04/30 16:02:49
mouring [Mon, 30 Apr 2001 23:09:45 +0000 (23:09 +0000)] 
   - markus@cvs.openbsd.org 2001/04/30 16:02:49
     [compat.c]
     ssh-2.0.10 has the weak-key-bug, too.

23 years ago - markus@cvs.openbsd.org 2001/04/30 15:50:46
mouring [Mon, 30 Apr 2001 23:06:57 +0000 (23:06 +0000)] 
   - markus@cvs.openbsd.org 2001/04/30 15:50:46
     [compat.c compat.h kex.c]
     allow interop with weaker key generation used by ssh-2.0.x, x < 10

23 years ago - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1
tim [Mon, 30 Apr 2001 18:00:11 +0000 (18:00 +0000)] 
 - (tim) [contrib/caldera/openssh.spec] add Requires line for Caldera 3.1

23 years ago - markus@cvs.openbsd.org 2001/04/30 11:18:52
mouring [Mon, 30 Apr 2001 13:06:24 +0000 (13:06 +0000)] 
   - markus@cvs.openbsd.org 2001/04/30 11:18:52
     [readconf.c readconf.h ssh.1 ssh.c sshconnect.c]
     implement 'ssh -b bind_address' like 'telnet -b'

23 years ago - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
djm [Mon, 30 Apr 2001 03:55:37 +0000 (03:55 +0000)] 
 - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>

23 years ago - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>
tim [Mon, 30 Apr 2001 01:01:51 +0000 (01:01 +0000)] 
 - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net>

23 years ago - markus@cvs.openbsd.org 2001/04/29 19:16:52
mouring [Sun, 29 Apr 2001 19:52:00 +0000 (19:52 +0000)] 
   - markus@cvs.openbsd.org 2001/04/29 19:16:52
     [channels.c clientloop.c compat.c compat.h serverloop.c]
     more ssh.com-2.0.x bug-compat; from per@appgate.com

23 years ago - markus@cvs.openbsd.org 2001/04/29 18:32:52
mouring [Sun, 29 Apr 2001 19:49:14 +0000 (19:49 +0000)] 
   - markus@cvs.openbsd.org 2001/04/29 18:32:52
     [serverloop.c]
     fix whitespace

23 years agoRelease
djm [Sun, 29 Apr 2001 10:45:50 +0000 (10:45 +0000)] 
Release

23 years ago - (bal) Updated INSTALL. PCRE moved to a new place.
mouring [Sat, 28 Apr 2001 16:32:10 +0000 (16:32 +0000)] 
 - (bal) Updated INSTALL.  PCRE moved to a new place.

23 years ago - (tim) update contrib/caldera files with what Caldera is using.
tim [Fri, 27 Apr 2001 05:50:48 +0000 (05:50 +0000)] 
 - (tim) update contrib/caldera files with what Caldera is using.
   <sps@caldera.de>

23 years ago - (bal) version.h synced, RPM specs updated for 2.9
mouring [Fri, 27 Apr 2001 02:15:00 +0000 (02:15 +0000)] 
 - (bal) version.h synced, RPM specs updated for 2.9

23 years ago - (bal) Cygwin lacks setgroups() API. Patch by Corinna Vinschen
mouring [Fri, 27 Apr 2001 02:10:15 +0000 (02:10 +0000)] 
 - (bal) Cygwin lacks setgroups() API.  Patch by Corinna Vinschen
   <vinschen@redhat.com>

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