]> andersk Git - openssh.git/log
openssh.git
21 years ago - djm@cvs.openbsd.org 2002/06/21 05:50:51
djm [Fri, 21 Jun 2002 05:59:49 +0000 (05:59 +0000)] 
   - djm@cvs.openbsd.org 2002/06/21 05:50:51
     [monitor.c]
     Don't initialise compression buffers when compression=no in sshd_config;
     ok Niels@

21 years ago - (bal) Still more Makefile.in updates for ssh{d}_config.5
mouring [Fri, 21 Jun 2002 01:38:53 +0000 (01:38 +0000)] 
 - (bal) Still more Makefile.in updates for ssh{d}_config.5

21 years ago - (bal) Missed integrating ssh_config.5 and sshd_config.5
mouring [Fri, 21 Jun 2002 01:24:01 +0000 (01:24 +0000)] 
 - (bal) Missed integrating ssh_config.5 and sshd_config.5

21 years ago - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
mouring [Fri, 21 Jun 2002 01:19:12 +0000 (01:19 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/25 20:40:08
     [LICENCE]
     missed Per Allansson (auth2-chall.c)

21 years ago - markus@cvs.openbsd.org 2002/06/20 23:37:12
mouring [Fri, 21 Jun 2002 01:11:36 +0000 (01:11 +0000)] 
   - markus@cvs.openbsd.org 2002/06/20 23:37:12
     [sshd_config]
     add Compression

21 years ago - markus@cvs.openbsd.org 2002/06/20 23:05:56
mouring [Fri, 21 Jun 2002 01:09:47 +0000 (01:09 +0000)] 
   - markus@cvs.openbsd.org 2002/06/20 23:05:56
     [servconf.c servconf.h session.c sshd.c]
     allow Compression=yes/no in sshd_config

21 years ago - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
mouring [Fri, 21 Jun 2002 01:06:03 +0000 (01:06 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
     [ssh_config sshd_config]
     refer to config file man page

21 years ago - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
mouring [Fri, 21 Jun 2002 01:02:39 +0000 (01:02 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
     [scp.1 sftp.1]
     ssh_config(5)

21 years agotevesk@cvs.openbsd.org 2002/06/20 20:00:05
mouring [Fri, 21 Jun 2002 01:00:40 +0000 (01:00 +0000)] 
tevesk@cvs.openbsd.org 2002/06/20 20:00:05
     [scp.1 sftp.1]
     ssh_config(5)

21 years ago - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
mouring [Fri, 21 Jun 2002 00:59:05 +0000 (00:59 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/20 19:56:07
     [ssh.1 sshd.8]
     move configuration file options from ssh.1/sshd.8 to
     ssh_config.5/sshd_config.5; ok deraadt@ millert@

21 years ago - markus@cvs.openbsd.org 2002/06/19 18:01:00
mouring [Fri, 21 Jun 2002 00:43:42 +0000 (00:43 +0000)] 
   - markus@cvs.openbsd.org 2002/06/19 18:01:00
     [cipher.c monitor.c monitor_wrap.c packet.c packet.h]
     make the monitor sync the transfer ssh1 session key;
     transfer keycontext only for RC4 (this is still depends on EVP
     implementation details and is broken).

21 years ago - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
mouring [Fri, 21 Jun 2002 00:41:51 +0000 (00:41 +0000)] 
   - deraadt@cvs.openbsd.org 2002/06/19 00:27:55
     [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c
      authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1
      ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c
      ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c
      xmalloc.h]
     KNF done automatically while reading....

21 years ago - (bal) Cygwin special handling of empty passwords wrong. Patch by
mouring [Fri, 21 Jun 2002 00:26:22 +0000 (00:26 +0000)] 
 - (bal) Cygwin special handling of empty passwords wrong.  Patch by
   vinschen@redhat.com

21 years ago - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
mouring [Fri, 21 Jun 2002 00:10:58 +0000 (00:10 +0000)] 
   - deraadt@cvs.openbsd.org 2002/06/17 06:05:56
     [scp.c]
     make usage like man page

21 years ago - itojun@cvs.openbsd.org 2002/06/16 21:30:58
mouring [Fri, 21 Jun 2002 00:09:54 +0000 (00:09 +0000)] 
   - itojun@cvs.openbsd.org 2002/06/16 21:30:58
     [ssh-keyscan.c]
     use TAILQ_xx macro.  from lukem@netbsd.  markus ok

21 years ago - markus@cvs.openbsd.org 2002/06/15 01:27:48
mouring [Fri, 21 Jun 2002 00:08:39 +0000 (00:08 +0000)] 
  - markus@cvs.openbsd.org 2002/06/15 01:27:48
     [authfd.c authfd.h ssh-add.c ssh-agent.c]
     remove the CONSTRAIN_IDENTITY messages and introduce a new
     ADD_ID message with contraints instead. contraints can be
     only added together with the private key.

21 years ago - markus@cvs.openbsd.org 2002/06/15 00:07:38
mouring [Fri, 21 Jun 2002 00:06:54 +0000 (00:06 +0000)] 
   - markus@cvs.openbsd.org 2002/06/15 00:07:38
     [authfd.c authfd.h ssh-add.c ssh-agent.c]
     fix stupid typo

21 years ago - markus@cvs.openbsd.org 2002/06/15 00:01:36
mouring [Fri, 21 Jun 2002 00:04:48 +0000 (00:04 +0000)] 
   - markus@cvs.openbsd.org 2002/06/15 00:01:36
     [authfd.c authfd.h ssh-add.c ssh-agent.c]
     break agent key lifetime protocol and allow other contraints for key
     usage.

21 years ago - (bal) Fixed AIX environment handling, use setpcred() instead of existing
mouring [Fri, 21 Jun 2002 00:01:18 +0000 (00:01 +0000)] 
 - (bal) Fixed AIX environment handling, use setpcred() instead of existing
   code.  (Bugzilla Bug 261)

21 years ago - todd@cvs.openbsd.org 2002/06/14 21:35:00
mouring [Thu, 20 Jun 2002 23:53:53 +0000 (23:53 +0000)] 
   - todd@cvs.openbsd.org 2002/06/14 21:35:00
     [monitor_wrap.c]
     spelling; from Brian Poole <raj@cerias.purdue.edu>

21 years ago - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
mouring [Thu, 13 Jun 2002 21:34:57 +0000 (21:34 +0000)] 
 - (bal) typo of setgroup for cygwin.  Patch by vinschen@redhat.com

21 years ago - (bal) Some platforms don't have ONLCR (Notable Mint)
mouring [Wed, 12 Jun 2002 17:32:30 +0000 (17:32 +0000)] 
 - (bal) Some platforms don't have ONLCR (Notable Mint)

21 years ago - (bal) Build noop setgroups() for cygwin to clean up code (For other
mouring [Wed, 12 Jun 2002 16:57:14 +0000 (16:57 +0000)] 
 - (bal) Build noop setgroups() for cygwin to clean up code (For other
   platforms without the setgroups() requirement, you MUST define
   SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com

21 years ago - markus@cvs.openbsd.org 2002/06/12 01:09:52
mouring [Wed, 12 Jun 2002 16:11:12 +0000 (16:11 +0000)] 
   - markus@cvs.openbsd.org 2002/06/12 01:09:52
     [ssh.c]
     ssh_connect returns 0 on success

21 years ago - markus@cvs.openbsd.org 2002/06/11 23:03:54
mouring [Wed, 12 Jun 2002 16:09:39 +0000 (16:09 +0000)] 
   - markus@cvs.openbsd.org 2002/06/11 23:03:54
     [ssh.c]
     remove unused cruft.

21 years ago - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
mouring [Tue, 11 Jun 2002 20:28:05 +0000 (20:28 +0000)] 
 - (bal) Cygwin fix up from swap uid clean up in ssh.c patch by
   vinschen@redhat.com

21 years ago - itojun@cvs.openbsd.org 2002/06/11 08:11:45
mouring [Tue, 11 Jun 2002 16:47:22 +0000 (16:47 +0000)] 
   - itojun@cvs.openbsd.org 2002/06/11 08:11:45
     [canohost.c]
     use "ntop" only after initialized

21 years ago - mpech@cvs.openbsd.org 2002/06/11 05:46:20
mouring [Tue, 11 Jun 2002 16:42:49 +0000 (16:42 +0000)] 
   - mpech@cvs.openbsd.org 2002/06/11 05:46:20
     [auth-krb4.c monitor.h serverloop.c session.c ssh-agent.c sshd.c]
     pid_t cleanup. Markus need this now to keep hacking.
     markus@, millert@ ok

21 years ago - markus@cvs.openbsd.org 2002/06/11 04:14:26
mouring [Tue, 11 Jun 2002 16:37:51 +0000 (16:37 +0000)] 
   - markus@cvs.openbsd.org 2002/06/11 04:14:26
     [ssh.c sshconnect.c sshconnect.h]
     no longer use uidswap.[ch] from the ssh client
     run less code with euid==0 if ssh is installed setuid root
     just switch the euid, don't switch the complete set of groups
     (this is only needed by sshd). ok provos@

21 years ago - markus@cvs.openbsd.org 2002/06/10 22:28:41
mouring [Tue, 11 Jun 2002 15:59:02 +0000 (15:59 +0000)] 
   - markus@cvs.openbsd.org 2002/06/10 22:28:41
     [channels.c channels.h session.c]
     move creation of agent socket to session.c; no need for uidswapping
     in channel.c.

21 years ago - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
mouring [Tue, 11 Jun 2002 15:55:01 +0000 (15:55 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/10 21:21:10
     [ssh_config]
     update defaults for RhostsRSAAuthentication and RhostsAuthentication
     here too (all options commented out with default value).

21 years ago - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
mouring [Tue, 11 Jun 2002 15:53:05 +0000 (15:53 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/10 17:45:20
     [readconf.c ssh.1]
     change RhostsRSAAuthentication and RhostsAuthentication default to no
     since ssh is no longer setuid root by default; ok markus@

21 years ago - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
mouring [Tue, 11 Jun 2002 15:51:54 +0000 (15:51 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/10 17:36:23
     [ssh-add.1 ssh-add.c]
     use convtime() to parse and validate key lifetime.  can now
     use '-t 2h' etc.  ok markus@ provos@

21 years ago - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
mouring [Tue, 11 Jun 2002 15:50:13 +0000 (15:50 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/10 16:56:30
     [ssh-keysign.8]
     merge in stuff from my man page; ok markus@

21 years ago - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
mouring [Tue, 11 Jun 2002 15:47:42 +0000 (15:47 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/10 16:53:06
     [auth-rsa.c ssh-rsa.c]
     display minimum RSA modulus in error(); ok markus@

21 years ago - itojun@cvs.openbsd.org 2002/06/09 22:17:21
mouring [Tue, 11 Jun 2002 15:46:34 +0000 (15:46 +0000)] 
   - itojun@cvs.openbsd.org 2002/06/09 22:17:21
     [sshconnect.c]
     pass salen to sockaddr_ntop so that we are happy on linux/solaris

21 years ago - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
mouring [Tue, 11 Jun 2002 15:45:02 +0000 (15:45 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/09 22:15:15
     [ssh.1]
     update for no setuid root and ssh-keysign; ok deraadt@

21 years ago - (bal) ssh-agent.c RCSD fix (|unexpand already done)
mouring [Tue, 11 Jun 2002 15:42:53 +0000 (15:42 +0000)] 
 - (bal) ssh-agent.c RCSD fix (|unexpand already done)

21 years ago - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
mouring [Sun, 9 Jun 2002 20:20:58 +0000 (20:20 +0000)] 
 - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,
   sftp-client.c, ssh-agenet.c, ssh-keygen.c and connect.h (we did unexpand
   independant of them)

21 years ago - markus@cvs.openbsd.org 2002/06/09 04:33:27
mouring [Sun, 9 Jun 2002 20:16:22 +0000 (20:16 +0000)] 
   - markus@cvs.openbsd.org 2002/06/09 04:33:27
     [sshconnect.c]
     abort() - > fatal()

21 years ago - itojun@cvs.openbsd.org 2002/06/08 21:15:27
mouring [Sun, 9 Jun 2002 20:14:54 +0000 (20:14 +0000)] 
  - itojun@cvs.openbsd.org 2002/06/08 21:15:27
     [sshconnect.c]
     always use getnameinfo.  (diag message only)

21 years ago - markus@cvs.openbsd.org 2002/06/08 12:46:14
mouring [Sun, 9 Jun 2002 20:13:27 +0000 (20:13 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 12:46:14
     [readconf.c]
     silently ignore deprecated options, since FallBackToRsh might be passed
     by remote scp commands.

21 years ago - markus@cvs.openbsd.org 2002/06/08 12:36:53
mouring [Sun, 9 Jun 2002 20:06:29 +0000 (20:06 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 12:36:53
     [scp.c]
     remove FallBackToRsh

21 years ago - markus@cvs.openbsd.org 2002/06/08 05:41:18
mouring [Sun, 9 Jun 2002 20:05:35 +0000 (20:05 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 05:41:18
     [ssh_config]
     remove FallBackToRsh/UseRsh

21 years ago - markus@cvs.openbsd.org 2002/06/08 05:40:01
mouring [Sun, 9 Jun 2002 20:04:50 +0000 (20:04 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 05:40:01
     [readconf.c]
     just warn about Deprecated options for now

21 years ago - markus@cvs.openbsd.org 2002/06/08 05:17:01
mouring [Sun, 9 Jun 2002 20:04:02 +0000 (20:04 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 05:17:01
     [readconf.c readconf.h ssh.1 ssh.c]
     deprecate FallBackToRsh and UseRsh; patch from djm@

21 years ago - markus@cvs.openbsd.org 2002/06/08 05:07:09
mouring [Sun, 9 Jun 2002 20:01:48 +0000 (20:01 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 05:07:09
     [ssh-keysign.c]
     only accept 20 byte session ids

21 years ago - markus@cvs.openbsd.org 2002/06/08 05:07:56
mouring [Sun, 9 Jun 2002 20:00:09 +0000 (20:00 +0000)] 
   - markus@cvs.openbsd.org 2002/06/08 05:07:56
     [ssh.c]
     nuke ptrace comment

21 years agounexpand
mouring [Sun, 9 Jun 2002 19:41:48 +0000 (19:41 +0000)] 
unexpand

21 years ago - (bal) Removed --{enable/disable}-suid-ssh
mouring [Fri, 7 Jun 2002 16:49:11 +0000 (16:49 +0000)] 
 - (bal) Removed --{enable/disable}-suid-ssh

this was mistakenly commited with the __progname fix to ssh-keysign.

22 years ago - (bal) use 'LOGIN_PROGRAM' not '/usr/bin/login' in session.c patch by
mouring [Fri, 7 Jun 2002 14:49:56 +0000 (14:49 +0000)] 
 - (bal) use 'LOGIN_PROGRAM'  not '/usr/bin/login' in session.c patch by
   Bertrand.Velle@apogee-com.fr

22 years ago - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au
mouring [Fri, 7 Jun 2002 14:37:00 +0000 (14:37 +0000)] 
 - (bal) Missed __progname in ssh-keysign.c  patch by dtucker@zip.com.au

22 years ago - (bal) Reverse logic, use __func__ first since it's C99
mouring [Fri, 7 Jun 2002 03:19:35 +0000 (03:19 +0000)] 
 - (bal) Reverse logic, use __func__ first since it's C99

22 years ago - (bal) ssh-keysign should build and install correctly now. Phase two
mouring [Fri, 7 Jun 2002 03:11:38 +0000 (03:11 +0000)] 
 - (bal) ssh-keysign should build and install correctly now.  Phase two
   would be to clean out any dead wood and disable ssh setuid on install.

22 years ago - (bal) Refixed auth2.c. It was never fully commited while spliting out
mouring [Fri, 7 Jun 2002 02:05:25 +0000 (02:05 +0000)] 
 - (bal) Refixed auth2.c.  It was never fully commited while spliting out
        authentication to different files.

22 years ago - (bal) monitor_mm.c typos.
mouring [Fri, 7 Jun 2002 01:57:25 +0000 (01:57 +0000)] 
 - (bal) monitor_mm.c typos.

22 years ago- (bal) Forgot to add msg.c Makefile.in.
mouring [Fri, 7 Jun 2002 01:53:59 +0000 (01:53 +0000)] 
- (bal) Forgot to add msg.c Makefile.in.

22 years ago - (bal) Missed msg.[ch] in merge. Required for ssh-keysign.
mouring [Fri, 7 Jun 2002 01:51:06 +0000 (01:51 +0000)] 
 - (bal) Missed msg.[ch] in merge.  Required for ssh-keysign.

22 years ago - markus@cvs.openbsd.org 2002/06/06 17:30:11
mouring [Thu, 6 Jun 2002 21:58:35 +0000 (21:58 +0000)] 
   - markus@cvs.openbsd.org 2002/06/06 17:30:11
     [sftp-server.c]
     use get_int() macro (hide iqueue)

22 years ago - markus@cvs.openbsd.org 2002/06/06 17:12:44
mouring [Thu, 6 Jun 2002 21:57:54 +0000 (21:57 +0000)] 
   - markus@cvs.openbsd.org 2002/06/06 17:12:44
     [sftp-server.c]
     discard remaining bytes of current request; ok provos@

22 years ago - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
mouring [Thu, 6 Jun 2002 21:57:01 +0000 (21:57 +0000)] 
   - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
     [monitor.h]
     no trailing comma in enum; china@thewrittenword.com

22 years ago - markus@cvs.openbsd.org 2002/06/05 21:55:44
mouring [Thu, 6 Jun 2002 21:54:57 +0000 (21:54 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 21:55:44
     [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
     ssh-add -t life,  Set lifetime (in seconds) when adding identities;
     ok provos@

22 years ago - markus@cvs.openbsd.org 2002/06/05 20:56:39
mouring [Thu, 6 Jun 2002 21:53:11 +0000 (21:53 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 20:56:39
     [ssh-add.c]
     add -x/-X to usage

22 years ago - markus@cvs.openbsd.org 2002/06/05 19:57:12
mouring [Thu, 6 Jun 2002 21:52:03 +0000 (21:52 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 19:57:12
     [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
     ssh-add -x for lock and -X for unlocking the agent.
     todo: encrypt private keys with locked...

22 years ago - markus@cvs.openbsd.org 2002/06/05 16:48:54
mouring [Thu, 6 Jun 2002 21:48:57 +0000 (21:48 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 16:48:54
     [ssh-agent.c]
     copy current request into an extra buffer and just flush this
     request on errors, ok provos@

22 years ago - markus@cvs.openbsd.org 2002/06/05 16:08:07
mouring [Thu, 6 Jun 2002 21:46:57 +0000 (21:46 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 16:08:07
     [ssh-agent.1 ssh-agent.c]
     '-a bind_address' binds the agent to user-specified unix-domain
     socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).

22 years ago - markus@cvs.openbsd.org 2002/06/05 16:08:07
mouring [Thu, 6 Jun 2002 21:46:07 +0000 (21:46 +0000)] 
   - markus@cvs.openbsd.org 2002/06/05 16:08:07
     [ssh-agent.1 ssh-agent.c]
     '-a bind_address' binds the agent to user-specified unix-domain
     socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).

22 years ago - markus@cvs.openbsd.org 2002/06/04 23:05:49
mouring [Thu, 6 Jun 2002 21:40:51 +0000 (21:40 +0000)] 
   - markus@cvs.openbsd.org 2002/06/04 23:05:49
     [cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c]
     __FUNCTION__ -> __func__

NOTE: This includes all portable references also.

22 years ago - markus@cvs.openbsd.org 2002/06/04 23:02:06
mouring [Thu, 6 Jun 2002 20:59:25 +0000 (20:59 +0000)] 
   - markus@cvs.openbsd.org 2002/06/04 23:02:06
     [packet.c]
     remove __FUNCTION__

22 years ago - markus@cvs.openbsd.org 2002/06/04 19:53:40
mouring [Thu, 6 Jun 2002 20:58:19 +0000 (20:58 +0000)] 
   - markus@cvs.openbsd.org 2002/06/04 19:53:40
     [monitor.c]
     save the session id (hash) for ssh2 (it will be passed with the
     initial sign request) and verify that this value is used during
     authentication; ok provos@

22 years ago - markus@cvs.openbsd.org 2002/06/04 19:42:35
mouring [Thu, 6 Jun 2002 20:57:17 +0000 (20:57 +0000)] 
   - markus@cvs.openbsd.org 2002/06/04 19:42:35
     [monitor.c]
     only allow enabled authentication methods; ok provos@

22 years ago - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
mouring [Thu, 6 Jun 2002 20:56:07 +0000 (20:56 +0000)] 
   - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
     [ssh.h]
     compatiblity -> compatibility
     decriptor -> descriptor
     authentciated -> authenticated
     transmition -> transmission

22 years ago - markus@cvs.openbsd.org 2002/05/31 13:20:50
mouring [Thu, 6 Jun 2002 20:55:04 +0000 (20:55 +0000)] 
   - markus@cvs.openbsd.org 2002/05/31 13:20:50
     [ssh-rsa.c]
     pad received signature with leading zeros, because RSA_verify expects
     a signature of RSA_size. the drafts says the signature is transmitted
     unpadded (e.g. putty does not pad), reported by anakin@pobox.com

22 years ago - markus@cvs.openbsd.org 2002/05/31 13:16:48
mouring [Thu, 6 Jun 2002 20:54:07 +0000 (20:54 +0000)] 
   - markus@cvs.openbsd.org 2002/05/31 13:16:48
     [key.c]
     add comment:
     key_verify returns 1 for a correct signature, 0 for an incorrect signature
     and -1 on error.

22 years ago - markus@cvs.openbsd.org 2002/05/31 11:35:15
mouring [Thu, 6 Jun 2002 20:52:37 +0000 (20:52 +0000)] 
   - markus@cvs.openbsd.org 2002/05/31 11:35:15
     [auth.h auth2.c]
     move Authmethod definitons to per-method file.

NOTE: The rest of this patch is with the import of the auth2-*.c files.

22 years ago - markus@cvs.openbsd.org 2002/05/31 10:30:33
mouring [Thu, 6 Jun 2002 20:51:04 +0000 (20:51 +0000)] 
   - markus@cvs.openbsd.org 2002/05/31 10:30:33
     [sshconnect2.c]
     extent ssh-keysign protocol:
     pass # of socket-fd to ssh-keysign, keysign verfies locally used
     ip-address using this socket-fd, restricts fake local hostnames
     to actual local hostnames; ok stevesk@

22 years ago - markus@cvs.openbsd.org 2002/05/30 08:07:31
mouring [Thu, 6 Jun 2002 20:50:07 +0000 (20:50 +0000)] 
   - markus@cvs.openbsd.org 2002/05/30 08:07:31
     [cipher.c]
     use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of
     our own implementation. allow use of AES hardware via libcrypto,
     ok deraadt@

22 years ago - markus@cvs.openbsd.org 2002/05/29 11:21:57
mouring [Thu, 6 Jun 2002 20:46:25 +0000 (20:46 +0000)] 
   - markus@cvs.openbsd.org 2002/05/29 11:21:57
     [sshd.c]
     don't start if privsep is enabled and SSH_PRIVSEP_USER or
     _PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@

22 years ago - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
mouring [Thu, 6 Jun 2002 20:45:33 +0000 (20:45 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/29 03:06:30
     [ssh.1 sshd.8]
     spelling

22 years ago - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
mouring [Thu, 6 Jun 2002 20:44:06 +0000 (20:44 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/28 21:24:00
     [uidswap.c]
     use correct function name in fatal()

[See the patch above, I saw it before apply the next patch. <sigh>]

22 years ago - (bal) Corrected debug() in uidswap.c to match upstream.
mouring [Thu, 6 Jun 2002 20:42:04 +0000 (20:42 +0000)] 
 - (bal) Corrected debug() in uidswap.c to match upstream.

22 years ago - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
mouring [Thu, 6 Jun 2002 20:38:49 +0000 (20:38 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/28 17:28:02
     [uidswap.c]
     format spec change/casts and some KNF; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
mouring [Thu, 6 Jun 2002 20:33:06 +0000 (20:33 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/28 16:45:27
     [monitor_mm.c]
     print strerror(errno) on mmap/munmap error; ok markus@

22 years ago - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
mouring [Thu, 6 Jun 2002 20:30:28 +0000 (20:30 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/26 20:35:10
     [ssh.1]
     sort ChallengeResponseAuthentication; ok markus@

22 years ago - markus@cvs.openbsd.org 2002/05/25 18:51:07
mouring [Thu, 6 Jun 2002 20:27:55 +0000 (20:27 +0000)] 
   - markus@cvs.openbsd.org 2002/05/25 18:51:07
     [auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c
      auth2-passwd.c auth2-pubkey.c Makefile.in]
     split auth2.c into one file per method; ok provos@/deraadt@

NOTE: Merged back noticable cygwin and pam stuff.  May need review to
ensure I did not miss anything.

22 years ago - markus@cvs.openbsd.org 2002/05/25 08:50:39
mouring [Thu, 6 Jun 2002 20:05:57 +0000 (20:05 +0000)] 
   - markus@cvs.openbsd.org 2002/05/25 08:50:39
     [sshconnect2.c]
     execlp->execl; from stevesk

22 years ago - markus@cvs.openbsd.org 2002/05/24 08:45:14
mouring [Thu, 6 Jun 2002 19:59:29 +0000 (19:59 +0000)] 
   - markus@cvs.openbsd.org 2002/05/24 08:45:14
     [sshconnect2.c]
     stat ssh-keysign first, print error if stat fails;
     some debug->error; fix comment

22 years ago - markus@cvs.openbsd.org 2002/05/23 19:39:34
mouring [Thu, 6 Jun 2002 19:58:27 +0000 (19:58 +0000)] 
   - markus@cvs.openbsd.org 2002/05/23 19:39:34
     [ssh.c]
     add comment about ssh-keysign

22 years ago - markus@cvs.openbsd.org 2002/05/23 19:24:30
mouring [Thu, 6 Jun 2002 19:57:33 +0000 (19:57 +0000)] 
   - markus@cvs.openbsd.org 2002/05/23 19:24:30
     [authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h
      sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in]
     add /usr/libexec/ssh-keysign: a setuid helper program for hostbased
     authentication in protocol v2 (needs to access the hostkeys).

Note: Makefile.in untested.  Will test after merge is finished.

22 years ago - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
mouring [Thu, 6 Jun 2002 19:51:58 +0000 (19:51 +0000)] 
   - deraadt@cvs.openbsd.org 2002/05/22 23:18:25
     [ssh.c sshd.c]
     spelling; abishoff@arc.nasa.gov

22 years ago - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
mouring [Thu, 6 Jun 2002 19:51:06 +0000 (19:51 +0000)] 
   - deraadt@cvs.openbsd.org 2002/05/19 20:54:52
     [log.h]
     extra commas in enum not 100% portable

22 years ago - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
mouring [Thu, 6 Jun 2002 19:49:54 +0000 (19:49 +0000)] 
   - stevesk@cvs.openbsd.org 2002/05/16 22:09:59
     [session.c ssh.c]
     don't limit xauth pathlen on client side and longer print length on
     server when debug; ok markus@

22 years ago - markus@cvs.openbsd.org 2002/05/16 22:02:50
mouring [Thu, 6 Jun 2002 19:48:16 +0000 (19:48 +0000)] 
   - markus@cvs.openbsd.org 2002/05/16 22:02:50
     [cipher.c kex.h mac.c]
     fix warnings (openssl 0.9.7 requires const)

22 years ago - markus@cvs.openbsd.org 2002/05/15 21:56:38
mouring [Thu, 6 Jun 2002 19:47:11 +0000 (19:47 +0000)] 
   - markus@cvs.openbsd.org 2002/05/15 21:56:38
     [servconf.c sshd.8 sshd_config]
     re-enable privsep and disable setuid for post-3.2.2

22 years ago - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
stevesk [Tue, 4 Jun 2002 20:52:19 +0000 (20:52 +0000)] 
 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
   setsockopt from debug to error for now).

22 years ago[configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
tim [Tue, 28 May 2002 00:37:32 +0000 (00:37 +0000)] 
[configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to address
build problem on Irix reported by Dave Love <d.love@dl.ac.uk>. Back out
last monitor_fdpass.c changes that are no longer needed with new tests.
Patch tested on Irix by Jan-Frode Myklebust <janfrode@parallab.uib.no>

22 years agounbreak (aaarrrgggh - stupid vi)
djm [Wed, 22 May 2002 05:06:28 +0000 (05:06 +0000)] 
unbreak (aaarrrgggh - stupid vi)

22 years agosync scard/
djm [Wed, 22 May 2002 04:24:01 +0000 (04:24 +0000)] 
sync scard/

22 years agocrank rpm spec versions
djm [Wed, 22 May 2002 04:14:54 +0000 (04:14 +0000)] 
crank rpm spec versions

22 years agoCrank version
djm [Wed, 22 May 2002 04:14:00 +0000 (04:14 +0000)] 
Crank version

(also missed changelog message)

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