]> andersk Git - openssh.git/log
openssh.git
22 years ago - (djm) Sync scard/ stuff
djm [Sat, 15 Sep 2001 10:58:46 +0000 (10:58 +0000)] 
 - (djm) Sync scard/ stuff

22 years ago - (djm) Make do_pre_login static to avoid prototype #ifdef hell
djm [Sat, 15 Sep 2001 02:25:53 +0000 (02:25 +0000)] 
 - (djm) Make do_pre_login static to avoid prototype #ifdef hell

22 years ago - markus@cvs.openbsd.org 2001/09/14
mouring [Fri, 14 Sep 2001 23:14:25 +0000 (23:14 +0000)] 
   - markus@cvs.openbsd.org 2001/09/14
     [sshd.c]
     typo

22 years ago - markus@cvs.openbsd.org 2001/09/14
mouring [Fri, 14 Sep 2001 23:12:07 +0000 (23:12 +0000)] 
   - markus@cvs.openbsd.org 2001/09/14
     [session.c]
     command=xxx overwrites subsystems, too

22 years ago - markus@cvs.openbsd.org 2001/09/13
mouring [Fri, 14 Sep 2001 23:09:29 +0000 (23:09 +0000)] 
   - markus@cvs.openbsd.org 2001/09/13
     [rijndael.c rijndael.h]
     missing $OpenBSD

22 years agoI was promised that this does not need to have endness fix up by Markus.
mouring [Fri, 14 Sep 2001 02:47:33 +0000 (02:47 +0000)] 
I was promised that this does not need to have endness fix up by Markus.
So I will blindly trust him. =)

   - markus@cvs.openbsd.org 2001/08/23 11:31:59
     [cipher.c cipher.h]
     switch to the optimised AES reference code from
     http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip

22 years ago - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
mouring [Wed, 12 Sep 2001 18:45:09 +0000 (18:45 +0000)] 
   - stevesk@cvs.openbsd.org 2001/09/12 18:18:25
     [scp.c]
     don't forward agent for non third-party copies; ok markus@

22 years ago - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
mouring [Wed, 12 Sep 2001 18:35:30 +0000 (18:35 +0000)] 
   - deraadt@cvs.openbsd.org 2001/09/05 06:23:07
     [scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1]
     avoid first person in manual pages

22 years ago - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
mouring [Wed, 12 Sep 2001 18:32:20 +0000 (18:32 +0000)] 
   - stevesk@cvs.openbsd.org 2001/09/03 20:58:33
     [readconf.c readconf.h ssh.c]
     fatal() for nonexistent -Fssh_config. ok markus@

22 years ago - markus@cvs.openbsd.org 2001/08/31 11:46:39
mouring [Wed, 12 Sep 2001 18:29:00 +0000 (18:29 +0000)] 
   - markus@cvs.openbsd.org 2001/08/31 11:46:39
     [sshconnect2.c]
     disable kbd-interactive if we don't get
     SSH2_MSG_USERAUTH_INFO_REQUEST messages

22 years ago - markus@cvs.openbsd.org 2001/08/30 22:22:32
mouring [Wed, 12 Sep 2001 18:05:05 +0000 (18:05 +0000)] 
   - markus@cvs.openbsd.org 2001/08/30 22:22:32
     [ssh-keyscan.c]
     do not pass pointers to longjmp; fix from wayne@blorf.net

22 years ago - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
mouring [Wed, 12 Sep 2001 18:03:31 +0000 (18:03 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/30 20:36:34
     [auth-options.c sshd.8]
     validate ports for permitopen key file option. add host/port
     alternative syntax for IPv6. ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
mouring [Wed, 12 Sep 2001 18:01:59 +0000 (18:01 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/30 16:04:35
     [readconf.c ssh.1]
     validate ports for LocalForward/RemoteForward.
     add host/port alternative syntax for IPv6 (like -L/-R).
     ok markus@

22 years ago - naddy@cvs.openbsd.org 2001/08/30 15:42:36
mouring [Wed, 12 Sep 2001 17:59:59 +0000 (17:59 +0000)] 
   - naddy@cvs.openbsd.org 2001/08/30 15:42:36
     [ssh.1]
     add -D to synopsis line; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
mouring [Wed, 12 Sep 2001 17:58:15 +0000 (17:58 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/29 23:39:40
     [ssh.1 sshd.8]
     additional documentation for GatewayPorts; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
mouring [Wed, 12 Sep 2001 17:56:15 +0000 (17:56 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/29 23:27:23
     [ssh.c]
     validate ports for -L/-R; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
mouring [Wed, 12 Sep 2001 17:54:24 +0000 (17:54 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/29 23:13:10
     [ssh.1 ssh.c]
     document -D and DynamicForward; ok markus

22 years ago - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
mouring [Wed, 12 Sep 2001 17:51:55 +0000 (17:51 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/29 23:02:21
     [sshd.8]
     add text about -u0 preventing DNS requests; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/08/29 20:44:03
mouring [Wed, 12 Sep 2001 17:49:48 +0000 (17:49 +0000)] 
   - markus@cvs.openbsd.org 2001/08/29 20:44:03
     [scp.c]
     clear the malloc'd buffer, otherwise source() will leak malloc'd
     memory; ok theo@

22 years ago - markus@cvs.openbsd.org 2001/08/28 15:39:48
mouring [Wed, 12 Sep 2001 17:48:04 +0000 (17:48 +0000)] 
   - markus@cvs.openbsd.org 2001/08/28 15:39:48
     [ssh.1 ssh.c]
     allow: ssh -F configfile host

22 years ago - markus@cvs.openbsd.org 2001/08/28 09:51:26
mouring [Wed, 12 Sep 2001 17:35:27 +0000 (17:35 +0000)] 
   - markus@cvs.openbsd.org 2001/08/28 09:51:26
     [readconf.c]
     don't set DynamicForward unless Host matches

22 years ago - danh@cvs.openbsd.org 2001/08/27 22:02:13
mouring [Wed, 12 Sep 2001 17:10:40 +0000 (17:10 +0000)] 
   - danh@cvs.openbsd.org 2001/08/27 22:02:13
     [ssh-keyscan.c]
     fix memory fault if non-existent filename is given to the -f option
     ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
mouring [Wed, 12 Sep 2001 17:06:13 +0000 (17:06 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/23 18:08:59
     [ssh-add.1 ssh-keyscan.1]
     minor cleanup

22 years ago - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
mouring [Wed, 12 Sep 2001 17:02:49 +0000 (17:02 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/23 18:02:48
     [ssh-agent.1]
     fix usage; ok markus@

22 years ago - camield@cvs.openbsd.org 2001/08/23 17:59:31
mouring [Wed, 12 Sep 2001 16:58:04 +0000 (16:58 +0000)] 
   - camield@cvs.openbsd.org 2001/08/23 17:59:31
     [sshd.c]
     end request with 0, not NULL
     ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
mouring [Wed, 12 Sep 2001 16:52:28 +0000 (16:52 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/22 17:45:16
     [ssh.1]
     document cipher des for protocol 1; ok deraadt@

22 years ago - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
mouring [Wed, 12 Sep 2001 16:46:08 +0000 (16:46 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/22 16:30:02
     [sshd.8]
     no rexd; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
mouring [Wed, 12 Sep 2001 16:43:26 +0000 (16:43 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/22 16:21:21
     [ssh.1]
     hostname not optional; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
mouring [Wed, 12 Sep 2001 16:41:37 +0000 (16:41 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/21 21:47:42
     [ssh.1 sshd.8]
     minor typos and cleanup

22 years ago - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
mouring [Wed, 12 Sep 2001 16:40:05 +0000 (16:40 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/17 18:59:47
     [servconf.h]
     typo in comment

22 years ago - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
mouring [Wed, 12 Sep 2001 16:36:17 +0000 (16:36 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/16 20:14:57
     [ssh.1 sshd.8]
     document case sensitivity for ssh, sshd and key file
     options and arguments; ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/16 19:18:34
mouring [Wed, 12 Sep 2001 16:32:14 +0000 (16:32 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/16 19:18:34
     [servconf.c servconf.h session.c sshd.8]
     deprecate CheckMail. ok markus@

22 years ago - (bal) QNX resync. OK tim@
mouring [Thu, 16 Aug 2001 00:09:49 +0000 (00:09 +0000)] 
 - (bal) QNX resync.   OK tim@

22 years ago - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
mouring [Wed, 15 Aug 2001 23:25:46 +0000 (23:25 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/14 17:54:29
     [scp.1 sftp.1 ssh.1]
     consistent documentation and example of ``-o ssh_option'' for sftp and
     scp; document keyword=argument for ssh.

22 years ago - markus@cvs.openbsd.org 2001/08/14 09:23:02
mouring [Wed, 15 Aug 2001 23:22:56 +0000 (23:22 +0000)] 
   - markus@cvs.openbsd.org 2001/08/14 09:23:02
     [sftp.1 sftp-int.c]
     "bye"; hk63a@netscape.net

22 years ago - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
mouring [Wed, 15 Aug 2001 23:21:01 +0000 (23:21 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/13 23:38:54
     [scp.c]
     don't need main prototype (also sync with rcp); ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/11 22:51:27
mouring [Wed, 15 Aug 2001 23:19:21 +0000 (23:19 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/11 22:51:27
     [ssh.c tildexpand.c]
     fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
     ok markus@

22 years ago - markus@cvs.openbsd.org 2001/08/08 21:34:19
mouring [Wed, 15 Aug 2001 23:17:22 +0000 (23:17 +0000)] 
   - markus@cvs.openbsd.org 2001/08/08 21:34:19
     [uidswap.c]
     undo last change; does not work for sshd

22 years ago - markus@cvs.openbsd.org 2001/08/08 18:20:15
mouring [Wed, 15 Aug 2001 23:14:49 +0000 (23:14 +0000)] 
   - markus@cvs.openbsd.org 2001/08/08 18:20:15
     [uidswap.c]
     permanently_set_uid is a noop if user is not privilegued;
     fixes bug on solaris; from sbi@uchicago.edu

22 years ago - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
mouring [Wed, 15 Aug 2001 23:06:59 +0000 (23:06 +0000)] 
   - deraadt@cvs.openbsd.org 2001/08/08 07:16:58
     [scp.1]
     when describing the -o option, give -o Protocol=1 as the specific example
     since we are SICK AND TIRED of clueless people who cannot have difficulty
     thinking on their own.

22 years ago - markus@cvs.openbsd.org 2001/08/07 10:37:46
mouring [Wed, 15 Aug 2001 23:04:50 +0000 (23:04 +0000)] 
   - markus@cvs.openbsd.org 2001/08/07 10:37:46
     [authfd.c authfd.h]
     extended failure messages from galb@vandyke.com

22 years ago - (bal) Fixed stray code in readconf.c that went in by mistake.
mouring [Wed, 15 Aug 2001 22:58:59 +0000 (22:58 +0000)] 
 - (bal) Fixed stray code in readconf.c that went in by mistake.

22 years ago - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
stevesk [Tue, 14 Aug 2001 21:02:15 +0000 (21:02 +0000)] 
 - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com

22 years ago - (stevesk) bsd-cray.c: utmp strings are not C strings
stevesk [Tue, 14 Aug 2001 20:54:52 +0000 (20:54 +0000)] 
 - (stevesk) bsd-cray.c: utmp strings are not C strings

22 years ago - (stevesk) sshpty.c: return 0 on error in cray pty code;
stevesk [Tue, 14 Aug 2001 20:41:34 +0000 (20:41 +0000)] 
 - (stevesk) sshpty.c: return 0 on error in cray pty code;
   ok wendyp@cray.com

22 years agoforgot this
stevesk [Tue, 14 Aug 2001 20:35:35 +0000 (20:35 +0000)] 
forgot this

22 years ago - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
stevesk [Tue, 14 Aug 2001 20:31:49 +0000 (20:31 +0000)] 
 - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
   for some #ifdef _CRAY code; ok wendyp@cray.com

22 years ago - (djm) Fix detection of long long int support. Based on patch from
djm [Sun, 12 Aug 2001 03:02:50 +0000 (03:02 +0000)] 
 - (djm) Fix detection of long long int support. Based on patch from
   Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim

22 years ago - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
mouring [Thu, 9 Aug 2001 00:56:52 +0000 (00:56 +0000)] 
 - (bal) Minor correction to inet_ntop.h.  _BSD_RRESVPORT_H should be
    _BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net>

22 years ago - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
tim [Tue, 7 Aug 2001 22:29:07 +0000 (22:29 +0000)] 
 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
 openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
 in. Needed for sshconnect.c
 [sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
 [configure.in] make tests with missing libraries fail
 patch by Wendy Palm <wendyp@cray.com>
 Added openbsd-compat/bsd-cray.h. Selective patches from
 William L. Jones <jones@mail.utexas.edu>

22 years ago - (bal) Second around of UNICOS patches. A few other things left.
mouring [Mon, 6 Aug 2001 23:29:16 +0000 (23:29 +0000)] 
 - (bal) Second around of UNICOS patches.  A few other things left.
   Patches by William L. Jones <jones@mail.utexas.edu>

22 years ago - (bal) ssh-keyscan double -lssh hack due to seed_rng().
mouring [Mon, 6 Aug 2001 22:56:46 +0000 (22:56 +0000)] 
 - (bal) ssh-keyscan double -lssh hack due to seed_rng().

22 years ago - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
mouring [Mon, 6 Aug 2001 22:48:19 +0000 (22:48 +0000)] 
   - stevesk@cvs.openbsd.org 2001/08/06 19:47:05
     [scp.c]
     use alarm vs. setitimer for portable; ok markus@

22 years ago - markus@cvs.openbsd.org 2001/08/05 23:29:58
mouring [Mon, 6 Aug 2001 22:43:50 +0000 (22:43 +0000)] 
   - markus@cvs.openbsd.org 2001/08/05 23:29:58
     [ssh-keyscan.c]
     make -t dsa work with commercial servers, too

22 years ago - markus@cvs.openbsd.org 2001/08/05 23:18:20
mouring [Mon, 6 Aug 2001 22:41:30 +0000 (22:41 +0000)] 
   - markus@cvs.openbsd.org 2001/08/05 23:18:20
     [ssh-keyscan.1 ssh-keyscan.c]
     ssh 2 support; from wayned@users.sourceforge.net

22 years ago - jakob@cvs.openbsd.org 2001/08/03 10:31:30
mouring [Mon, 6 Aug 2001 22:06:35 +0000 (22:06 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/03 10:31:30
     [ssh-add.c ssh-agent.c ssh-keyscan.c]
     improve usage(). ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/03 10:31:19
mouring [Mon, 6 Aug 2001 22:03:08 +0000 (22:03 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/03 10:31:19
     [ssh-add.1]
     document smartcard options. ok markus@

22 years ago - mpech@cvs.openbsd.org 2001/08/02 18:37:35
mouring [Mon, 6 Aug 2001 22:01:29 +0000 (22:01 +0000)] 
   - mpech@cvs.openbsd.org 2001/08/02 18:37:35
     [ssh-keyscan.1]
     o) .Sh AUTHOR -> .Sh AUTHORS;
     o) .Sh EXAMPLE -> .Sh EXAMPLES;
     o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;

     millert@ ok

22 years ago - jakob@cvs.openbsd.org 2001/08/02 16:14:05
mouring [Mon, 6 Aug 2001 21:59:25 +0000 (21:59 +0000)] 
  - jakob@cvs.openbsd.org 2001/08/02 16:14:05
     [scard.c ssh-agent.c ssh.c ssh-keygen.c]
     clean up some /* SMARTCARD */. ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/02 15:43:57
mouring [Mon, 6 Aug 2001 21:57:31 +0000 (21:57 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/02 15:43:57
     [ssh-agent.c ssh.c ssh-keygen.c]
     add /* SMARTCARD */ to #else/#endif. ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/02 15:32:10
mouring [Mon, 6 Aug 2001 21:53:42 +0000 (21:53 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/02 15:32:10
     [ssh.c]
     add smartcard to usage(). ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/02 15:07:23
mouring [Mon, 6 Aug 2001 21:51:34 +0000 (21:51 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/02 15:07:23
     [ssh-keygen.1]
     document smartcard upload/download. ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/02 15:06:52
mouring [Mon, 6 Aug 2001 21:49:06 +0000 (21:49 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/02 15:06:52
     [ssh-keygen.c]
     more verbose usage(). ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/08/02 08:58:35
mouring [Mon, 6 Aug 2001 21:46:54 +0000 (21:46 +0000)] 
   - jakob@cvs.openbsd.org 2001/08/02 08:58:35
     [ssh-keygen.c]
     change -u (upload smartcard key) to -U. ok markus@

22 years ago - markus@cvs.openbsd.org 2001/08/02 00:10:17
mouring [Mon, 6 Aug 2001 21:44:05 +0000 (21:44 +0000)] 
   - markus@cvs.openbsd.org 2001/08/02 00:10:17
     [ssh-keygen.c]
     add -D readerid option (download, i.e. print public RSA key to stdout).
     check for card present when uploading keys.
     use strings instead of ints for smartcard reader ids, too.

22 years ago - markus@cvs.openbsd.org 2001/08/01 23:38:45
mouring [Mon, 6 Aug 2001 21:42:00 +0000 (21:42 +0000)] 
  - markus@cvs.openbsd.org 2001/08/01 23:38:45
     [scard.c ssh.c]
     support finish rsa keys.
     free public keys after login -> call finish -> close smartcard.

22 years ago - markus@cvs.openbsd.org 2001/08/01 23:33:09
mouring [Mon, 6 Aug 2001 21:40:04 +0000 (21:40 +0000)] 
   - markus@cvs.openbsd.org 2001/08/01 23:33:09
     [ssh-keygen.c]
     allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
     like sectok).

22 years ago - markus@cvs.openbsd.org 2001/08/01 22:16:45
mouring [Mon, 6 Aug 2001 21:38:10 +0000 (21:38 +0000)] 
   - markus@cvs.openbsd.org 2001/08/01 22:16:45
     [ssh.1 sshd.8]
     refer to current ietf drafts for protocol v2

22 years ago - markus@cvs.openbsd.org 2001/08/01 22:03:33
mouring [Mon, 6 Aug 2001 21:35:51 +0000 (21:35 +0000)] 
   - markus@cvs.openbsd.org 2001/08/01 22:03:33
     [authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
      ssh-agent.c ssh.c]
     use strings instead of ints for smartcard reader ids

22 years ago - jakob@cvs.openbsd.org 2001/07/31 12:53:34
mouring [Mon, 6 Aug 2001 21:33:44 +0000 (21:33 +0000)] 
   - jakob@cvs.openbsd.org 2001/07/31 12:53:34
     [scard.c]
     close smartcard connection if card is missing

22 years ago - jakob@cvs.openbsd.org 2001/07/31 12:42:50
mouring [Mon, 6 Aug 2001 21:30:53 +0000 (21:30 +0000)] 
   - jakob@cvs.openbsd.org 2001/07/31 12:42:50
     [sftp-int.c sftp-server.c]
     avoid paths beginning with "//"; <vinschen@redhat.com>
     ok markus@

22 years ago - jakob@cvs.openbsd.org 2001/07/31 09:28:44
mouring [Mon, 6 Aug 2001 21:27:53 +0000 (21:27 +0000)] 
   - jakob@cvs.openbsd.org 2001/07/31 09:28:44
     [readconf.c readconf.h ssh.1 ssh.c]
     add 'SmartcardDevice' client option to specify which smartcard device
     is used to access a smartcard used for storing the user's private RSA
     key. ok markus@.

22 years ago - jakob@cvs.openbsd.org 2001/07/31 08:41:10
mouring [Mon, 6 Aug 2001 21:25:38 +0000 (21:25 +0000)] 
   - jakob@cvs.openbsd.org 2001/07/31 08:41:10
     [scard.c]
     do not complain about missing smartcards. ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
mouring [Mon, 6 Aug 2001 21:24:11 +0000 (21:24 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/30 16:23:30
     [rijndael.c rijndael.h]
     new BSD-style license:
     Brian Gladman <brg@gladman.plus.com>:
     >I have updated my code at:
     >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm
     >with a copyright notice as follows:
     >[...]
     >I am not sure which version of my old code you are using but I am
     >happy for the notice above to be substituted for my existing copyright
     >intent if this meets your purpose.

22 years ago - jakob@cvs.openbsd.org 2001/07/30 16:06:07
mouring [Mon, 6 Aug 2001 21:22:10 +0000 (21:22 +0000)] 
   - jakob@cvs.openbsd.org 2001/07/30 16:06:07
     [scard.c scard.h]
     better errorcodes from sc_*; ok markus@

22 years ago - mouring@cvs.openbsd.org 2001/07/29 17:02:46
mouring [Mon, 6 Aug 2001 21:20:22 +0000 (21:20 +0000)] 
   - mouring@cvs.openbsd.org 2001/07/29 17:02:46
     [scp.1]
     Clarified -o option in scp.1  OKed by Markus@

22 years ago - markus@cvs.openbsd.org 2001/07/28 09:21:15
mouring [Mon, 6 Aug 2001 21:18:57 +0000 (21:18 +0000)] 
   - markus@cvs.openbsd.org 2001/07/28 09:21:15
     [sshd.8]
     cleanup some RSA vs DSA vs SSH1 vs SSH2 notes

22 years ago - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
mouring [Mon, 6 Aug 2001 21:17:12 +0000 (21:17 +0000)] 
   - deraadt@cvs.openbsd.org 2001/07/27 17:26:16
     [scp.c]
     shorten lines

22 years ago - millert@cvs.openbsd.org 2001/07/27 14:50:45
mouring [Mon, 6 Aug 2001 21:12:42 +0000 (21:12 +0000)] 
   - millert@cvs.openbsd.org 2001/07/27 14:50:45
     [ssh.c]
     If smart card support is compiled in and a smart card is being used
     for authentication, make it the first method used.  markus@ OK

22 years ago - rees@cvs.openbsd.org 2001/07/26 20:04:27
mouring [Mon, 6 Aug 2001 21:10:52 +0000 (21:10 +0000)] 
   - rees@cvs.openbsd.org 2001/07/26 20:04:27
     [scard.c ssh-keygen.c]
     Inquire Cyberflex class for 0xf0 cards
     change aid to conform to 7816-5
     remove gratuitous fid selects

22 years ago - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
mouring [Mon, 6 Aug 2001 21:09:07 +0000 (21:09 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/26 17:18:22
     [sshd.8 sshd.c]
     add -t option to test configuration file and keys; pekkas@netcore.fi
     ok markus@

22 years ago - markus@cvs.openbsd.org 2001/07/25 14:35:18
mouring [Mon, 6 Aug 2001 21:07:11 +0000 (21:07 +0000)] 
   - markus@cvs.openbsd.org 2001/07/25 14:35:18
     [readconf.c ssh.1 ssh.c sshconnect.c]
     cleanup connect(); connection_attempts 4 -> 1; from
eivind@freebsd.org

22 years ago - markus@cvs.openbsd.org 2001/07/25 11:59:35
mouring [Mon, 6 Aug 2001 21:05:05 +0000 (21:05 +0000)] 
   - markus@cvs.openbsd.org 2001/07/25 11:59:35
     [scard.c]
     typo in comment

22 years ago - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
mouring [Mon, 6 Aug 2001 21:03:23 +0000 (21:03 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/23 18:21:46
     [xmalloc.c]
     no zero size xstrdup() error; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
mouring [Mon, 6 Aug 2001 21:01:49 +0000 (21:01 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/23 18:14:58
     [auth2.c auth-rsa.c]
     use %lu; ok markus@

22 years ago - aaron@cvs.openbsd.org 2001/07/23 14:14:18
mouring [Mon, 6 Aug 2001 21:00:27 +0000 (21:00 +0000)] 
   - aaron@cvs.openbsd.org 2001/07/23 14:14:18
     [ssh-keygen.1]
     Fix typo.

22 years ago - markus@cvs.openbsd.org 2001/07/23 12:47:05
mouring [Mon, 6 Aug 2001 20:58:51 +0000 (20:58 +0000)] 
   - markus@cvs.openbsd.org 2001/07/23 12:47:05
     [ssh.1]
     sync PreferredAuthentications

22 years ago - markus@cvs.openbsd.org 2001/07/23 09:06:28
mouring [Mon, 6 Aug 2001 20:57:11 +0000 (20:57 +0000)] 
   - markus@cvs.openbsd.org 2001/07/23 09:06:28
     [sshconnect2.c]
     reorder default sequence of userauth methods to match ssh behaviour:
     hostbased,publickey,keyboard-interactive,password

22 years ago - markus@cvs.openbsd.org 2001/07/22 22:24:16
mouring [Mon, 6 Aug 2001 20:55:28 +0000 (20:55 +0000)] 
   - markus@cvs.openbsd.org 2001/07/22 22:24:16
     [sshd.8]
     Xr login.conf

22 years ago - markus@cvs.openbsd.org 2001/07/22 22:04:19
mouring [Mon, 6 Aug 2001 20:53:26 +0000 (20:53 +0000)] 
   - markus@cvs.openbsd.org 2001/07/22 22:04:19
     [readconf.c ssh.1]
     enable challenge-response auth by default; ok millert@

22 years ago - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
mouring [Mon, 6 Aug 2001 20:50:55 +0000 (20:50 +0000)] 
   - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
     [ssh.1]
     There is no option "Compress", point to "Compression" instead; ok
     markus

22 years ago - markus@cvs.openbsd.org 2001/07/22 21:32:27
mouring [Mon, 6 Aug 2001 20:47:23 +0000 (20:47 +0000)] 
   - markus@cvs.openbsd.org 2001/07/22 21:32:27
     [sshpty.c]
     update comment

22 years ago - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
djm [Mon, 6 Aug 2001 06:51:49 +0000 (06:51 +0000)] 
 - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
   a fast UltraSPARC.

22 years ago - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
stevesk [Thu, 26 Jul 2001 17:51:49 +0000 (17:51 +0000)] 
 - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
   handler has converged.

22 years ago - (bal) Added 'install-nokeys' to Makefile to assist package builders.
mouring [Wed, 25 Jul 2001 16:24:33 +0000 (16:24 +0000)] 
 - (bal) Added 'install-nokeys' to Makefile to assist package builders.

22 years agoUse x11-ssh-askpass 1.2.2
djm [Wed, 25 Jul 2001 00:11:15 +0000 (00:11 +0000)] 
Use x11-ssh-askpass 1.2.2

22 years ago - (bal) 4711 not 04711 for ssh binary.
mouring [Tue, 24 Jul 2001 17:00:13 +0000 (17:00 +0000)] 
 - (bal) 4711 not 04711 for ssh binary.

22 years ago - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
mouring [Sun, 22 Jul 2001 20:45:39 +0000 (20:45 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/20 18:41:51
     [ssh.1]
     "the" command line

22 years ago - markus@cvs.openbsd.org 2001/07/20 14:46:11
mouring [Sun, 22 Jul 2001 20:44:00 +0000 (20:44 +0000)] 
   - markus@cvs.openbsd.org 2001/07/20 14:46:11
     [ssh-agent.c]
     do not exit() from signal handlers; ok deraadt@

22 years ago - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
mouring [Sun, 22 Jul 2001 20:41:59 +0000 (20:41 +0000)] 
   - stevesk@cvs.openbsd.org 2001/07/19 00:41:44
     [ssh.1]
     escape chars are below now

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