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

23 years ago - Fix OSF SIA support displaying too much information for quiet
djm [Mon, 16 Apr 2001 08:37:05 +0000 (08:37 +0000)] 
 - Fix OSF SIA support displaying too much information for quiet
   logins and logins where access was denied by SIA. Patch from Chris Adams
   <cmadams@hiwaay.net>

23 years agodoh - missed these in sync
djm [Mon, 16 Apr 2001 08:36:38 +0000 (08:36 +0000)] 
doh - missed these in sync

23 years ago - djm@cvs.openbsd.org 2001/04/16 08:19:31
djm [Mon, 16 Apr 2001 08:29:15 +0000 (08:29 +0000)] 
   - djm@cvs.openbsd.org 2001/04/16 08:19:31
     [session.c]
     Split motd and hushlogin checks into seperate functions, helps for
     portable. From Chris Adams <cmadams@hiwaay.net>; ok markus@

23 years ago - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
djm [Mon, 16 Apr 2001 08:27:07 +0000 (08:27 +0000)] 
   - deraadt@cvs.openbsd.org 2001/04/16 08:05:34
     [xmalloc.c]
     xrealloc dealing with ptr == nULL; mouring

23 years ago - (djm) OpenBSD CVS Sync
djm [Mon, 16 Apr 2001 08:26:41 +0000 (08:26 +0000)] 
  - (djm) OpenBSD CVS Sync
   - mouring@cvs.openbsd.org 2001/04/16 02:31:44
     [scp.c sftp.c]
     IPv6 support for sftp (which I bungled in my last patch) which is
     borrowed from scp.c.  Thanks to Markus@ for pointing it out.

23 years ago - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
mouring [Mon, 16 Apr 2001 02:13:26 +0000 (02:13 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/15 21:28:35
     [readconf.c servconf.c]
     use fatal() or error() vs. fprintf(); ok markus@

23 years ago - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.
mouring [Mon, 16 Apr 2001 02:11:52 +0000 (02:11 +0000)] 
 - (bal) CVS ID fix up and slight manpage fix from OpenBSD tree.

23 years ago - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
mouring [Mon, 16 Apr 2001 02:03:49 +0000 (02:03 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/15 19:41:21
     [sshd.8]
     some ClientAlive cleanup; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/04/15 17:16:00
mouring [Mon, 16 Apr 2001 02:01:25 +0000 (02:01 +0000)] 
   - markus@cvs.openbsd.org 2001/04/15 17:16:00
     [clientloop.c]
     set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@
     should fix some of the blocking problems for rsync over SSH-1

23 years ago - markus@cvs.openbsd.org 2001/04/15 16:58:03
mouring [Mon, 16 Apr 2001 02:00:02 +0000 (02:00 +0000)] 
   - markus@cvs.openbsd.org 2001/04/15 16:58:03
     [authfile.c ssh-keygen.c sshd.c]
     don't use errno for key_{load,save}_private; discussion w/ solar@openwall

23 years ago - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
djm [Mon, 16 Apr 2001 00:41:46 +0000 (00:41 +0000)] 
 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.
   Roth <roth+openssh@feep.net>

23 years ago - markus@cvs.openbsd.org 2001/04/15 08:43:47
mouring [Sun, 15 Apr 2001 14:27:16 +0000 (14:27 +0000)] 
   - markus@cvs.openbsd.org 2001/04/15 08:43:47
     [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
     some unused variable and typos; from tomh@po.crl.go.jp

23 years ago - OpenBSD CVS Sync
mouring [Sun, 15 Apr 2001 14:25:12 +0000 (14:25 +0000)] 
 - OpenBSD CVS Sync
   - stevesk@cvs.openbsd.org 2001/04/15 01:35:22
     [ttymodes.c]
     fix comments

23 years ago - Missed sshtty.[ch] in Sync.
mouring [Sat, 14 Apr 2001 23:21:50 +0000 (23:21 +0000)] 
  - Missed sshtty.[ch] in Sync.

23 years ago - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
mouring [Sat, 14 Apr 2001 23:14:22 +0000 (23:14 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/14 17:04:42
     [scp.c]
     'T' handling rcp/scp sync; ok markus@

23 years ago - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
mouring [Sat, 14 Apr 2001 23:13:02 +0000 (23:13 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/14 16:33:20
     [clientloop.c packet.h session.c ssh.c ttymodes.c ttymodes.h]
     protocol 2 tty modes support; ok markus@

23 years ago - markus@cvs.openbsd.org 2001/04/14 16:27:57
mouring [Sat, 14 Apr 2001 23:10:09 +0000 (23:10 +0000)] 
   - markus@cvs.openbsd.org 2001/04/14 16:27:57
     [ssh-add.c]
     use clear_pass instead of xfree()

23 years ago - markus@cvs.openbsd.org 2001/04/14 16:17:14
mouring [Sat, 14 Apr 2001 23:08:36 +0000 (23:08 +0000)] 
   - markus@cvs.openbsd.org 2001/04/14 16:17:14
     [channels.c]
     remove some channels that are not appropriate for keepalive.

23 years ago - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
mouring [Sat, 14 Apr 2001 23:07:16 +0000 (23:07 +0000)] 
   - deraadt@cvs.openbsd.org 2001/04/14 04:31:01
     [ssh-add.c]
     do not double free

23 years ago - beck@cvs.openbsd.org 2001/04/13 22:46:54
mouring [Fri, 13 Apr 2001 23:28:01 +0000 (23:28 +0000)] 
   - beck@cvs.openbsd.org 2001/04/13 22:46:54
     [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
     Add options ClientAliveInterval and ClientAliveCountMax to sshd.
     This gives the ability to do a "keepalive" via the encrypted channel
     which can't be spoofed (unlike TCP keepalives). Useful for when you want
     to use ssh connections to authenticate people for something, and know
     relatively quickly when they are no longer authenticated. Disabled
     by default (of course). ok markus@

23 years ago - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
djm [Fri, 13 Apr 2001 14:28:42 +0000 (14:28 +0000)] 
 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
   <vinschen@redhat.com>

23 years ago - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
djm [Fri, 13 Apr 2001 14:22:33 +0000 (14:22 +0000)] 
 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes

23 years ago - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
mouring [Fri, 13 Apr 2001 04:44:37 +0000 (04:44 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/13 01:26:17
     [ssh.c]
     missing \n in error message

23 years ago - mouring@cvs.openbsd.org 2001/04/12 23:17:54
mouring [Fri, 13 Apr 2001 00:00:14 +0000 (00:00 +0000)] 
   - mouring@cvs.openbsd.org 2001/04/12 23:17:54
     [sftp-int.c sftp-int.h sftp.1 sftp.c]
     Add support for:
        sftp [user@]host[:file [file]]  - Fetch remote file(s)
        sftp [user@]host[:dir[/]]       - Start in remote dir/
     OK deraadt@

23 years ago - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
mouring [Thu, 12 Apr 2001 23:39:26 +0000 (23:39 +0000)] 
   - stevesk@cvs.openbsd.org 2001/04/12 20:09:38
     [misc.c misc.h readconf.c servconf.c ssh.c sshd.c]
     robust port validation; ok markus@ jakob@

23 years ago - markus@cvs.openbsd.org 2001/04/12 19:39:27
mouring [Thu, 12 Apr 2001 23:36:05 +0000 (23:36 +0000)] 
   - markus@cvs.openbsd.org 2001/04/12 19:39:27
     [readconf.c]
     typo

23 years ago - markus@cvs.openbsd.org 2001/04/12 19:15:26
mouring [Thu, 12 Apr 2001 23:34:34 +0000 (23:34 +0000)] 
   - markus@cvs.openbsd.org 2001/04/12 19:15:26
     [auth-rhosts.c auth.h auth2.c buffer.c canohost.c canohost.h
      compat.c compat.h hostfile.c pathnames.h readconf.c readconf.h
      servconf.c servconf.h ssh.c sshconnect.c sshconnect.h sshconnect1.c
      sshconnect2.c sshd_config]
     implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
     similar to RhostRSAAuthentication unless you enable (the experimental)
     HostbasedUsesNameFromPacketOnly option.  please test. :)

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