]> andersk Git - openssh.git/log
openssh.git
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>

23 years ago - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
mouring [Fri, 27 Apr 2001 00:46:17 +0000 (00:46 +0000)] 
 - (bal) Add /etc/sysconfig/sshd support to redhat's sshd.init. Patch by
   Pekka Savola <pekkas@netcore.fi>

23 years ago - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
mouring [Fri, 27 Apr 2001 00:34:44 +0000 (00:34 +0000)] 
 - (bal) arpa/nameser.h does not exist on Cygwin.  Patch by Corinna
   Vinschen <vinschen@redhat.com>

23 years ago - (bal) Build manpages and config files once unless changed. Patch by
mouring [Fri, 27 Apr 2001 00:31:07 +0000 (00:31 +0000)] 
 - (bal) Build manpages and config files once unless changed.  Patch by
   Carson Gaspar <carson@taltos.org>

23 years ago - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
mouring [Thu, 26 Apr 2001 23:03:37 +0000 (23:03 +0000)] 
 - (bal) Fixed uidswap.c so it should work on non-posix complient systems.
   patch based on 2.5.2 version by djm.

23 years ago - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
tim [Thu, 26 Apr 2001 04:40:28 +0000 (04:40 +0000)] 
 - tim@mindrot.org 2001/04/25 21:38:01 [configure.in]
   man page detection fixes for SCO

23 years ago - (djm) Include crypt.h if available in auth-passwd.c
djm [Wed, 25 Apr 2001 12:50:18 +0000 (12:50 +0000)] 
 - (djm) Include crypt.h if available in auth-passwd.c

23 years ago - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
djm [Wed, 25 Apr 2001 12:44:14 +0000 (12:44 +0000)] 
 - (djm) Add new server configuration directive 'PAMAuthenticationViaKbdInt'
   (default: off), implies KbdInteractiveAuthentication. Suggestion from
   markus@

23 years ago - (bal) Whitespace resync w/ OpenBSD for uidswap.c
mouring [Wed, 25 Apr 2001 06:27:11 +0000 (06:27 +0000)] 
 - (bal) Whitespace resync w/ OpenBSD for uidswap.c

23 years ago - markus@cvs.openbsd.org 2001/04/23 22:14:13
mouring [Tue, 24 Apr 2001 16:59:28 +0000 (16:59 +0000)] 
   - markus@cvs.openbsd.org 2001/04/23 22:14:13
     [ssh-keygen.c]
     remove debug

23 years ago - markus@cvs.openbsd.org 2001/04/23 21:57:07
mouring [Tue, 24 Apr 2001 16:56:58 +0000 (16:56 +0000)] 
   - markus@cvs.openbsd.org 2001/04/23 21:57:07
     [ssh-keygen.1 ssh-keygen.c]
     allow public key for -e, too

23 years ago - (bal) Fixed contrib/postinstall.in. Patch by wsanders@wsanders.net
mouring [Tue, 24 Apr 2001 00:03:58 +0000 (00:03 +0000)] 
 - (bal) Fixed contrib/postinstall.in.  Patch by wsanders@wsanders.net

23 years ago - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
mouring [Mon, 23 Apr 2001 22:39:42 +0000 (22:39 +0000)] 
 - (bal) sys/queue.h is bogus for NCR platform.  Patch by Daniel Carroll
   <dan@mesastate.edu>

23 years ago - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
stevesk [Mon, 23 Apr 2001 18:38:37 +0000 (18:38 +0000)] 
 - (stevesk) auth-pam.c: use PERMIT_NO_PASSWD

23 years agostart_pam() not pam_start()
stevesk [Mon, 23 Apr 2001 17:55:26 +0000 (17:55 +0000)] 
start_pam() not pam_start()

23 years ago - (stevesk) pam_start() doesn't use DNS now for sshd -u0.
stevesk [Mon, 23 Apr 2001 17:28:28 +0000 (17:28 +0000)] 
 - (stevesk) pam_start() doesn't use DNS now for sshd -u0.

23 years ago - markus@cvs.openbsd.org 2001/04/22 23:58:36
mouring [Mon, 23 Apr 2001 13:02:16 +0000 (13:02 +0000)] 
   - markus@cvs.openbsd.org 2001/04/22 23:58:36
     [ssh-keygen.1 ssh.1 sshd.8]
     document hostbased and other cleanup

23 years ago - markus@cvs.openbsd.org 2001/04/22 13:41:02
mouring [Sun, 22 Apr 2001 17:19:46 +0000 (17:19 +0000)] 
   - markus@cvs.openbsd.org 2001/04/22 13:41:02
     [ssh-keygen.1 ssh-keygen.c]
     style, noted by stevesk; sort flags in usage

23 years ago - markus@cvs.openbsd.org 2001/04/22 13:32:27
mouring [Sun, 22 Apr 2001 17:17:46 +0000 (17:17 +0000)] 
   - markus@cvs.openbsd.org 2001/04/22 13:32:27
     [sftp-server.8 sftp.1 ssh.1 sshd.8]
     xref draft-ietf-secsh-*

23 years ago - markus@cvs.openbsd.org 2001/04/22 13:25:37
mouring [Sun, 22 Apr 2001 17:15:46 +0000 (17:15 +0000)] 
   - markus@cvs.openbsd.org 2001/04/22 13:25:37
     [ssh-keygen.1 ssh-keygen.c]
     rename arguments -x -> -e (export key), -X -> -i (import key)
     xref draft-ietf-secsh-publickeyfile-01.txt

23 years ago - markus@cvs.openbsd.org 2001/04/22 12:34:05
mouring [Sun, 22 Apr 2001 17:13:20 +0000 (17:13 +0000)] 
   - markus@cvs.openbsd.org 2001/04/22 12:34:05
     [scp.c]
     scp > 2GB; niles@scyld.com; ok deraadt@, djm@

23 years ago - djm@cvs.openbsd.org 2001/04/22 08:13:30
mouring [Sun, 22 Apr 2001 17:11:56 +0000 (17:11 +0000)] 
   - djm@cvs.openbsd.org 2001/04/22 08:13:30
     [ssh.1]
     typos spotted by stevesk@; ok deraadt@

23 years ago - mouring@cvs.openbsd.org 2001/04/21 00:55:57
mouring [Sun, 22 Apr 2001 17:10:11 +0000 (17:10 +0000)] 
   - mouring@cvs.openbsd.org 2001/04/21 00:55:57
     [sftp.1]
     Spelling

23 years ago - markus@cvs.openbsd.org 2001/04/20 16:32:22
mouring [Sun, 22 Apr 2001 17:08:00 +0000 (17:08 +0000)] 
   - markus@cvs.openbsd.org 2001/04/20 16:32:22
     [uidswap.c]
     set non-privileged gid before uid; tholo@ and deraadt@

23 years agofix perl test, fix nroff test, fix Makefile to build outside source tree
tim [Sat, 21 Apr 2001 21:31:52 +0000 (21:31 +0000)] 
fix perl test, fix nroff test, fix Makefile to build outside source tree

23 years ago - (stevesk) document PAM service name change in INSTALL
stevesk [Fri, 20 Apr 2001 20:56:21 +0000 (20:56 +0000)] 
 - (stevesk) document PAM service name change in INSTALL

23 years ago - (stevesk) set the default PAM service name to __progname instead
stevesk [Fri, 20 Apr 2001 17:43:47 +0000 (17:43 +0000)] 
 - (stevesk) set the default PAM service name to __progname instead
   of the hard-coded value "sshd"; from Mark D. Roth <roth@feep.net>

23 years ago - Update RPM spec files for CVS version.h
djm [Fri, 20 Apr 2001 13:19:37 +0000 (13:19 +0000)] 
 - Update RPM spec files for CVS version.h

23 years ago - djm@cvs.openbsd.org 2001/04/20 07:17:51
mouring [Fri, 20 Apr 2001 12:50:51 +0000 (12:50 +0000)] 
   - djm@cvs.openbsd.org 2001/04/20 07:17:51
     [clientloop.c ssh.1]
     Split out and improve escape character documentation, mention ~R in
     ~? help text; ok markus@

23 years ago - (bal) Put scp-common.h back into scp.c (it exists in the upstream
mouring [Fri, 20 Apr 2001 04:59:22 +0000 (04:59 +0000)] 
  - (bal) Put scp-common.h back into scp.c (it exists in the upstream
    tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>

23 years ago - markus@cvs.openbsd.org 2001/04/19 00:05:11
mouring [Thu, 19 Apr 2001 20:50:07 +0000 (20:50 +0000)] 
   - markus@cvs.openbsd.org 2001/04/19 00:05:11
     [auth2.c]
     use local variable, no function call needed.
     (btw, hostbased works now with ssh.com >= 2.0.13)

23 years ago - markus@cvs.openbsd.org 2001/04/18 23:44:51
mouring [Thu, 19 Apr 2001 20:47:10 +0000 (20:47 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 23:44:51
     [authfile.c]
     error->debug; noted by fries@

23 years ago - markus@cvs.openbsd.org 2001/04/18 23:43:26
mouring [Thu, 19 Apr 2001 20:40:45 +0000 (20:40 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 23:43:26
     [auth2.c compat.c sshconnect2.c]
     more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now
     (however the 2.1.0 server seems to work only if debug is enabled...)

23 years ago - markus@cvs.openbsd.org 2001/04/18 22:48:26
mouring [Thu, 19 Apr 2001 20:38:06 +0000 (20:38 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 22:48:26
     [auth2.c]
     no longer const

23 years ago - markus@cvs.openbsd.org 2001/04/18 22:03:45
mouring [Thu, 19 Apr 2001 20:35:40 +0000 (20:35 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 22:03:45
     [auth2.c sshconnect2.c]
     use FDQN with trailing dot in the hostbased auth packets, ok deraadt@

23 years ago - markus@cvs.openbsd.org 2001/04/18 21:57:42
mouring [Thu, 19 Apr 2001 20:33:07 +0000 (20:33 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 21:57:42
     [readpass.c ssh-add.c]
     call askpass from ssh, too, based on work by roth@feep.net, ok deraadt

23 years ago - ian@cvs.openbsd.org 2001/04/18 16:21:05
mouring [Thu, 19 Apr 2001 20:31:02 +0000 (20:31 +0000)] 
   - ian@cvs.openbsd.org 2001/04/18 16:21:05
     [ssh-keyscan.1]
     Fix typo reported in PR/1779

23 years ago - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
mouring [Wed, 18 Apr 2001 18:04:21 +0000 (18:04 +0000)] 
  - (bal) Makfile day... Cleaned up multiple mantype support (Patch by
    Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.

23 years ago - (bal) renabled 'catman-do:' and fixed it. So now catman pages should
mouring [Wed, 18 Apr 2001 15:46:01 +0000 (15:46 +0000)] 
  - (bal) renabled 'catman-do:' and fixed it.  So now catman pages should
    be working again.

23 years ago - markus@cvs.openbsd.org 2001/04/18 14:15:00
mouring [Wed, 18 Apr 2001 15:32:44 +0000 (15:32 +0000)] 
   - markus@cvs.openbsd.org 2001/04/18 14:15:00
     [canohost.c]
     debug->debug3

23 years ago - markus@cvs.openbsd.org 2001/04/17 19:34:25
mouring [Wed, 18 Apr 2001 15:29:33 +0000 (15:29 +0000)] 
   - markus@cvs.openbsd.org 2001/04/17 19:34:25
     [session.c]
     move auth_approval to do_authenticated().
     do_child(): nuke hostkeys from memory
     don't source .ssh/rc for subsystems.

23 years ago - markus@cvs.openbsd.org 2001/04/17 12:55:04
mouring [Tue, 17 Apr 2001 18:14:34 +0000 (18:14 +0000)] 
   - markus@cvs.openbsd.org 2001/04/17 12:55:04
     [channels.c ssh.c]
     undo socks5 and https support since they are not really used and
     only bloat ssh.  remove -D from usage(), since '-D' is experimental.

23 years ago - markus@cvs.openbsd.org 2001/04/17 10:53:26
mouring [Tue, 17 Apr 2001 18:11:36 +0000 (18:11 +0000)] 
   - markus@cvs.openbsd.org 2001/04/17 10:53:26
     [key.c key.h readconf.c readconf.h ssh.1 sshconnect2.c]
     add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@

23 years ago - markus@cvs.openbsd.org 2001/04/17 09:52:48
mouring [Tue, 17 Apr 2001 18:09:42 +0000 (18:09 +0000)] 
  - markus@cvs.openbsd.org 2001/04/17 09:52:48
     [clientloop.c]
     handle EINTR/EAGAIN on read; ok deraadt@

23 years ago - markus@cvs.openbsd.org 2001/04/17 08:14:01
mouring [Tue, 17 Apr 2001 18:08:15 +0000 (18:08 +0000)] 
   - markus@cvs.openbsd.org 2001/04/17 08:14:01
     [sshconnect1.c]
     check for key!=NULL, thanks to costa

23 years ago - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
mouring [Tue, 17 Apr 2001 18:06:14 +0000 (18:06 +0000)] 
   - deraadt@cvs.openbsd.org 2001/04/16 08:26:04
     [key.c]
     better safe than sorry in later mods; yongari@kt-is.co.kr

23 years agoSpelling.
mouring [Tue, 17 Apr 2001 17:58:55 +0000 (17:58 +0000)] 
Spelling.

23 years ago - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
mouring [Tue, 17 Apr 2001 17:57:09 +0000 (17:57 +0000)] 
  - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
    and temporary commneted out catman-do: since it's broken.  Patches
    for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

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