]> andersk Git - openssh.git/log
openssh.git
23 years agochange my e-mail to a portable one.
stevesk [Tue, 12 Dec 2000 00:08:12 +0000 (00:08 +0000)] 
change my e-mail to a portable one.

23 years ago - (bal) OpenBSD CVS update
mouring [Sun, 10 Dec 2000 22:57:30 +0000 (22:57 +0000)] 
 - (bal) OpenBSD CVS update
   - markus@cvs.openbsd.org 2000/12/10 17:01:53
     [sshconnect1.c]
     always request new challenge for skey/tis-auth, fixes interop with
     other implementations; report from roth@feep.net

23 years ago20001211
mouring [Sun, 10 Dec 2000 22:12:54 +0000 (22:12 +0000)] 
20001211
 - (bal) Applied patch to include ssh-keyscan into Redhat's package, and
   patch to install ssh-keyscan manpage.  Patch by Pekka Savola
   <pekka@netcore.fi>

23 years agoAnother CVS sync w/ OpenBSD
mouring [Sun, 10 Dec 2000 02:01:50 +0000 (02:01 +0000)] 
Another CVS sync w/ OpenBSD
   - provos@cvs.openbsd.org 2000/12/09 23:51:11
     [compat.c]
     remove unnecessary '\n'

23 years ago20001210
mouring [Sun, 10 Dec 2000 01:55:37 +0000 (01:55 +0000)] 
20001210
 - (bal) OpenBSD CVS updates
   - markus@cvs.openbsd.org 2000/12/09 13:41:51
     [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
     undo rijndael changes
   - markus@cvs.openbsd.org 2000/12/09 13:48:31
     [rijndael.c]
     fix byte order bug w/o introducing new implementation
   - markus@cvs.openbsd.org 2000/12/09 14:08:27
     [sftp-server.c]
     "" -> "." for realpath; from vinschen@redhat.com
   - markus@cvs.openbsd.org 2000/12/09 14:06:54
     [ssh-agent.c]
     extern int optind; from stevesk@sweden.hp.com

23 years ago20001209
mouring [Sat, 9 Dec 2000 03:45:32 +0000 (03:45 +0000)] 
20001209
 - (bal) OpenSSH CVS updates:
   - djm@cvs.openbsd.org 2000/12/07 4:24:59
     [ssh.1]
     Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theo

23 years ago - markus@cvs.openbsd.org 2000/12/06 23:10:39
mouring [Thu, 7 Dec 2000 05:57:27 +0000 (05:57 +0000)] 
   - markus@cvs.openbsd.org 2000/12/06 23:10:39
     [rijndael.c]
     unexpand(1)
   - markus@cvs.openbsd.org 2000/12/06 23:05:43
     [cipher.c cipher.h rijndael.c rijndael.h rijndael_boxes.h]
     new rijndael implementation. fixes endian bugs

23 years ago20001207
mouring [Thu, 7 Dec 2000 01:24:58 +0000 (01:24 +0000)] 
20001207
 - (bal) OpenSSH CVS updates:
   - markus@cvs.openbsd.org 2000/12/06 22:58:14
     [compat.c compat.h packet.c]
     disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0

23 years ago - (stevesk) OpenSSH CVS update:
stevesk [Wed, 6 Dec 2000 22:47:55 +0000 (22:47 +0000)] 
 - (stevesk) OpenSSH CVS update:
   - markus@cvs.openbsd.org 2000/12/06 19:57:48
     [ssh-keyscan.c]
     err(3) -> internal error(), from stevesk@sweden.hp.com

23 years ago - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
stevesk [Wed, 6 Dec 2000 22:25:40 +0000 (22:25 +0000)] 
 - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't
   have it (used in ssh-keyscan).

23 years ago20001206
mouring [Wed, 6 Dec 2000 01:42:49 +0000 (01:42 +0000)] 
20001206
 - (bal) OpenSSH CVS updates:
   - markus@cvs.openbsd.org 2000/12/05 20:34:09
     [channels.c channels.h clientloop.c serverloop.c]
     async connects for -R/-L; ok deraadt@
   - todd@cvs.openssh.org 2000/12/05 16:47:28
     [sshd.c]
     tweak comment to reflect real location of pid file; ok provos@

23 years ago - (stevesk) fix typos in contrib/hpux/README
stevesk [Wed, 6 Dec 2000 00:48:05 +0000 (00:48 +0000)] 
 - (stevesk) fix typos in contrib/hpux/README

23 years ago20001205
mouring [Tue, 5 Dec 2000 01:15:09 +0000 (01:15 +0000)] 
20001205
 - (bal) OpenSSH CVS updates:
   - markus@cvs.openbsd.org 2000/12/04 19:24:02
     [ssh-keyscan.c ssh-keyscan.1]
     David Maziere's ssh-keyscan, ok niels@
 - (bal) Updated Makefile.in to include ssh-keyscan that was just added
   to the recent OpenBSD source tree.

23 years ago20001204
mouring [Sun, 3 Dec 2000 17:00:47 +0000 (17:00 +0000)] 
20001204
 - (bal) More C functions defined in NeXT that are unaccessable without
   defining -POSIX.
 - (bal) OpenBSD CVS updates:
   - markus@cvs.openbsd.org 2000/12/03 11:29:04
     [compat.c]
     remove fallback to SSH_BUG_HMAC now that the drafts are updated
   - markus@cvs.openbsd.org 2000/12/03 11:27:55
     [compat.c]
     correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat
   - markus@cvs.openbsd.org 2000/12/03 11:15:03
     [auth2.c compat.c compat.h sshconnect2.c]
     support f-secure/ssh.com 2.0.12; ok niels@

23 years ago - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
djm [Sun, 3 Dec 2000 00:51:51 +0000 (00:51 +0000)] 
 - (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
   PAM authentication using KbdInteractive.
 - (djm) Added another TODO

23 years ago20001203
mouring [Sat, 2 Dec 2000 19:03:54 +0000 (19:03 +0000)] 
20001203
- (bal) OpenBSD CVS updates:
  - markus@cvs.openbsd.org 2000/11/30 22:54:31
    [channels.c]
    debug->warn if tried to do -R style fwd w/o client requesting this;
    ok neils@
  - markus@cvs.openbsd.org 2000/11/29 20:39:17
    [cipher.c]
    des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV
  - markus@cvs.openbsd.org 2000/11/30 18:33:05
    [ssh-agent.c]
    agents must not dump core, ok niels@
  - markus@cvs.openbsd.org 2000/11/30 07:04:02
    [ssh.1]
    T is for both protocols
  - markus@cvs.openbsd.org 2000/12/01 00:00:51
    [ssh.1]
    typo; from green@FreeBSD.org
  - markus@cvs.openbsd.org 2000/11/30 07:02:35
    [ssh.c]
    check -T before isatty()
  - provos@cvs.openbsd.org 2000/11/29 13:51:27
    [sshconnect.c]
    show IP address and hostname when new key is encountered. okay markus@
  - markus@cvs.openbsd.org 2000/11/30 22:53:35
    [sshconnect.c]
    disable agent/x11/port fwding if hostkey has changed; ok niels@
  - marksu@cvs.openbsd.org 2000/11/29 21:11:59
    [sshd.c]
    sshd -D, startup w/o deamon(), for monitoring scripts or inittab;
    from handler@sub-rosa.com and eric@urbanrange.com; ok niels@

23 years agoAdded in Linux's select issue to TODO. Which may have to do with the
mouring [Sat, 2 Dec 2000 04:58:57 +0000 (04:58 +0000)] 
Added in Linux's select issue to TODO.  Which may have to do with the
shell/sshd not sending a -TERM/-HUP to the grandchildren at the right
time in the exiting process.

23 years ago20001202
mouring [Fri, 1 Dec 2000 21:19:51 +0000 (21:19 +0000)] 
20001202
 - (bal) Backed out of part of Alain St-Denis' loginrec.c patch.
 - (bal) Irix need some sort of mansubdir, patch by Michael Stone
   <mstone@cs.loyola.edu>

Also removed a finished entry in TODO, and changed my address in the
CREDITS file to match my new home address.

23 years ago - (djm) Back out all the serverloop.c hacks. sshd will now hang again
djm [Wed, 29 Nov 2000 04:55:17 +0000 (04:55 +0000)] 
 - (djm) Back out all the serverloop.c hacks. sshd will now hang again
   if there are background children with open fds.

23 years ago - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility
djm [Wed, 29 Nov 2000 02:51:06 +0000 (02:51 +0000)] 
 - (djm) Add Redhat RPM patch for AUTHPRIV SyslogFacility

23 years ago - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
djm [Wed, 29 Nov 2000 02:28:50 +0000 (02:28 +0000)] 
 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few
   more manpage paths in fixpaths calls
 - (djm) Also add xauth path at Pekka's suggestion.

23 years agoFix Haruyama-san's email address
djm [Wed, 29 Nov 2000 01:51:14 +0000 (01:51 +0000)] 
Fix Haruyama-san's email address

23 years ago - (djm) OpenBSD CVS updates:
djm [Wed, 29 Nov 2000 01:18:44 +0000 (01:18 +0000)] 
 - (djm) OpenBSD CVS updates:
   - provos@cvs.openbsd.org  2000/11/22 08:38:31
     [sshd.8]
     talk about /etc/primes, okay markus@
   - markus@cvs.openbsd.org  2000/11/23 14:03:48
     [ssh.c sshconnect1.c sshconnect2.c]
     complain about invalid ciphers for ssh1/ssh2, fall back to reasonable
     defaults
   - markus@cvs.openbsd.org  2000/11/25 09:42:53
     [sshconnect1.c]
     reorder check for illegal ciphers, bugreport from espie@
   - markus@cvs.openbsd.org  2000/11/25 10:19:34
     [ssh-keygen.c ssh.h]
     print keytype when generating a key.
     reasonable defaults for RSA1/RSA/DSA keys.

23 years ago - (djm) bsd-rresvport.c bzero -> memset
djm [Wed, 29 Nov 2000 00:56:35 +0000 (00:56 +0000)] 
 - (djm) bsd-rresvport.c bzero -> memset
 - (djm) Don't fail in defines.h on absence of 64 bit types (we will
   still fail during compilation of sftp-server).
 - (djm) Fail if ar is not found during configure

23 years ago - (djm) Fix(?) the ssh hang-on-logout/data-from-child race
djm [Wed, 29 Nov 2000 00:26:45 +0000 (00:26 +0000)] 
 - (djm) Fix(?) the ssh hang-on-logout/data-from-child race

23 years agogive up privs when reading seed file
djm [Fri, 24 Nov 2000 23:09:32 +0000 (23:09 +0000)] 
give up privs when reading seed file

23 years ago20001123
mouring [Tue, 21 Nov 2000 21:24:55 +0000 (21:24 +0000)] 
20001123
 - (bal) Merge OpenBSD changes:
   - markus@cvs.openbsd.org  2000/11/15 22:31:36
     [auth-options.c]
     case insensitive key options; from stevesk@sweeden.hp.com
   - markus@cvs.openbsd.org  2000/11/16 17:55:43
     [dh.c]
     do not use perror() in sshd, after child is forked()
   - markus@cvs.openbsd.org  2000/11/14 23:42:40
     [auth-rsa.c]
     parse option only if key matches; fix some confusing seen by the client
   - markus@cvs.openbsd.org  2000/11/14 23:44:19
     [session.c]
     check no_agent_forward_flag for ssh-2, too
   - markus@cvs.openbsd.org  2000/11/15
     [ssh-agent.1]
     reorder SYNOPSIS; typo, use .It
   - markus@cvs.openbsd.org  2000/11/14 23:48:55
     [ssh-agent.c]
     do not reorder keys if a key is removed
   - markus@cvs.openbsd.org  2000/11/15 19:58:08
     [ssh.c]
     just ignore non existing user keys
   - millert@cvs.openbsd.org  200/11/15 20:24:43
     [ssh-keygen.c]
     Add missing \n at end of error message.

23 years ago20001122
mouring [Tue, 21 Nov 2000 10:45:31 +0000 (10:45 +0000)] 
20001122
 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports
   are compilable.
 - (bal) Updated TODO as of 11/18/2000 with known things to resolve.

23 years ago - (stevek) Reworked progname support.
mouring [Fri, 17 Nov 2000 03:47:20 +0000 (03:47 +0000)] 
 - (stevek) Reworked progname support.
 - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c.  Patch by
   Shinichi Maruyama <marya@st.jip.co.jp>

I assume the progname patch was finished.  I believe stevek is on vacation,
but it passes compiling under Linux and NeXTStep.

23 years ago20001117
mouring [Fri, 17 Nov 2000 00:22:17 +0000 (00:22 +0000)] 
20001117
 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
   has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>

23 years ago20001116
mouring [Thu, 16 Nov 2000 02:46:20 +0000 (02:46 +0000)] 
20001116
 - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
   releases.
 - (bal) Make builds work outside of source tree.  Patch by Mark D. Roth
   <roth@feep.net>

23 years ago - (djm) fixpaths to DSA and RSA keys too
djm [Mon, 13 Nov 2000 12:17:53 +0000 (12:17 +0000)] 
 - (djm) fixpaths to DSA and RSA keys too

23 years agodoh
djm [Mon, 13 Nov 2000 12:13:55 +0000 (12:13 +0000)] 
doh

23 years agodoh
djm [Mon, 13 Nov 2000 11:58:22 +0000 (11:58 +0000)] 
doh

23 years ago - (djm) Change to interim version
djm [Mon, 13 Nov 2000 11:57:51 +0000 (11:57 +0000)] 
 - (djm) Change to interim version

23 years ago - (djm) Merge OpenBSD changes:
djm [Mon, 13 Nov 2000 11:57:25 +0000 (11:57 +0000)] 
 - (djm) Merge OpenBSD changes:
   - markus@cvs.openbsd.org  2000/11/06 16:04:56
     [channels.c channels.h clientloop.c nchan.c serverloop.c]
     [session.c ssh.c]
     agent forwarding and -R for ssh2, based on work from
     jhuuskon@messi.uku.fi
   - markus@cvs.openbsd.org  2000/11/06 16:13:27
     [ssh.c sshconnect.c sshd.c]
     do not disabled rhosts(rsa) if server port > 1024; from
     pekkas@netcore.fi
   - markus@cvs.openbsd.org  2000/11/06 16:16:35
     [sshconnect.c]
     downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net
   - markus@cvs.openbsd.org  2000/11/09 18:04:40
     [auth1.c]
     typo; from mouring@pconline.com
   - markus@cvs.openbsd.org  2000/11/12 12:03:28
     [ssh-agent.c]
     off-by-one when removing a key from the agent
   - markus@cvs.openbsd.org  2000/11/12 12:50:39
     [auth-rh-rsa.c auth2.c authfd.c authfd.h]
     [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h]
     [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c]
     [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config]
     [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c]
     [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h]
     add support for RSA to SSH2.  please test.
     there are now 3 types of keys: RSA1 is used by ssh-1 only,
     RSA and DSA are used by SSH2.
     you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA
     keys for SSH2 and use the RSA keys for hostkeys or for user keys.
     SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before.
 - (djm) Fix up Makefile and Redhat init script to create RSA host keys
 - (djm) Change to interim version

23 years ago - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
djm [Mon, 13 Nov 2000 09:59:05 +0000 (09:59 +0000)] 
 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
   contrib/README

23 years ago - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
stevesk [Sun, 12 Nov 2000 09:22:29 +0000 (09:22 +0000)] 
 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY.  Add error() to
    failed ioctl(TIOCSCTTY) call.

23 years ago20001112
mouring [Sun, 12 Nov 2000 00:04:24 +0000 (00:04 +0000)] 
20001112
 - (bal) SCO Patch to add needed libraries for configure.in.  Patch by
   Phillips Porch <root@theporch.com>
 - (bal) IRIX patch to adding Job Limits.  Patch by Denis Parker <dcp@sgi.com>

23 years ago - (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
djm [Fri, 10 Nov 2000 22:09:57 +0000 (22:09 +0000)] 
 - (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
   it wrong. Report from Bennett Todd <bet@rahul.net>

23 years ago - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
djm [Fri, 10 Nov 2000 22:03:32 +0000 (22:03 +0000)] 
 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are
   promoted to type int. Report and fix from Dan Astoorian
   <djast@cs.toronto.edu>

23 years agostupid ; misplacement
djm [Fri, 10 Nov 2000 21:51:40 +0000 (21:51 +0000)] 
stupid ; misplacement

23 years ago - (djm) Fix new Makefile.in warnings
djm [Fri, 10 Nov 2000 21:47:18 +0000 (21:47 +0000)] 
 - (djm) Fix new Makefile.in warnings

23 years ago - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
djm [Fri, 10 Nov 2000 21:36:38 +0000 (21:36 +0000)] 
 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
   packaging files

23 years agoTwo Ooops. =)
mouring [Fri, 10 Nov 2000 03:28:31 +0000 (03:28 +0000)] 
Two Ooops. =)
 - INSTALL minor correction for s/key
 - and I forgot to submit loginrec.c  even after I put it in the ChangeLog =)

23 years ago20001110
mouring [Fri, 10 Nov 2000 02:41:30 +0000 (02:41 +0000)] 
20001110
 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c
 - (bal) Changed from --with-skey to --with-skey=PATH in configure.in
 - (bal) Added in check to verify S/Key library is being detected in
   configure.in
 - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif.
   Patch by Mark Miller <markm@swoon.net>
 - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined
   to remove warnings under MacOS X.  Patch by Mark Miller <markm@swoon.net>
 - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs

23 years ago - (bal) fixpaths fixed to stop it from quitely failing. Patch by
mouring [Wed, 8 Nov 2000 01:07:51 +0000 (01:07 +0000)] 
 - (bal) fixpaths fixed to stop it from quitely failing. Patch by
   Mark D. Roth <roth@feep.net>

23 years ago - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
mouring [Tue, 7 Nov 2000 16:41:41 +0000 (16:41 +0000)] 
 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by
   Mark Miller <markm@swoon.net>
 - (bal) sshd.init files corrected to assign $? to RETVAL.  Patch by
   Jarno Huuskonen <jhuuskon@messi.uku.fi>

23 years agoHP-UX 11 supports PAM.
stevesk [Tue, 7 Nov 2000 14:47:51 +0000 (14:47 +0000)] 
HP-UX 11 supports PAM.

23 years ago - (bal) typo in configure.in in regards to --with-ldflags from Marko
mouring [Mon, 6 Nov 2000 07:15:43 +0000 (07:15 +0000)] 
 - (bal) typo in configure.in in regards to --with-ldflags from Marko
   Asplund <aspa@kronodoc.fi>
 - (bal) fixed next-posix.h.  Forgot prototype of getppid().

23 years agoPrepare for release V_2_3_0_P1
djm [Mon, 6 Nov 2000 03:17:38 +0000 (03:17 +0000)] 
Prepare for release

23 years agoWhoops, forgot changelog
djm [Mon, 6 Nov 2000 02:07:45 +0000 (02:07 +0000)] 
Whoops, forgot changelog

23 years ago - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
djm [Mon, 6 Nov 2000 02:06:43 +0000 (02:06 +0000)] 
 - (djm) Fix multiple dependancy on gnome-libs from Pekka Savola
   <pekkas@netcore.fi>
 - (djm) Don't need X11-askpass in RPM spec file if building without it
   from Pekka Savola <pekkas@netcore.fi>

23 years agoRemove UPGRADING from spec files
djm [Mon, 6 Nov 2000 01:52:25 +0000 (01:52 +0000)] 
Remove UPGRADING from spec files

23 years ago - (djm) Remove UPGRADING document in favour of a link to the better
djm [Mon, 6 Nov 2000 01:48:54 +0000 (01:48 +0000)] 
 - (djm) Remove UPGRADING document in favour of a link to the better
   maintained FAQ on www.openssh.com

23 years ago - (djm) Manually fix up missed diff hunks (mainly RCS idents)
djm [Mon, 6 Nov 2000 01:39:34 +0000 (01:39 +0000)] 
 - (djm) Manually fix up missed diff hunks (mainly RCS idents)

23 years ago - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs
djm [Mon, 6 Nov 2000 01:07:21 +0000 (01:07 +0000)] 
 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs

23 years ago - (bal) Missed auth-skey.o in Makefile.in and minor correction to
mouring [Sun, 5 Nov 2000 21:13:45 +0000 (21:13 +0000)] 
 - (bal) Missed auth-skey.o in Makefile.in and minor correction to
   bsd-waitpid.c

23 years ago - (stevesk) pty.c: use __hpux to identify HP-UX.
stevesk [Sun, 5 Nov 2000 15:31:36 +0000 (15:31 +0000)] 
 - (stevesk) pty.c: use __hpux to identify HP-UX.

23 years ago - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
mouring [Sun, 5 Nov 2000 09:08:45 +0000 (09:08 +0000)] 
 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and
   setsid() into more common files

23 years ago - (bal) auth2-skey.c - Checked in. Missing from portable tree.
mouring [Sun, 5 Nov 2000 07:52:55 +0000 (07:52 +0000)] 
 - (bal) auth2-skey.c - Checked in.  Missing from portable tree.

23 years ago - (bal) Sync with OpenBSD:
mouring [Sun, 5 Nov 2000 05:42:36 +0000 (05:42 +0000)] 
 - (bal) Sync with OpenBSD:
   - markus@cvs.openbsd.org 2000/10/31 9:31:58
     [compat.c]
     handle all old openssh versions
   - markus@cvs.openbsd.org 2000/10/31 13:1853
     [deattack.c]
     so that large packets do not wrap "n"; from netbsd
 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree

23 years ago - (bal) next-posix.h - spelling and forgot a prototype
mouring [Mon, 30 Oct 2000 05:33:55 +0000 (05:33 +0000)] 
 - (bal) next-posix.h - spelling and forgot a prototype

23 years ago - (bal) Resolved more $xno and $xyes issues in configure.in
mouring [Sun, 29 Oct 2000 22:49:19 +0000 (22:49 +0000)] 
 - (bal) Resolved more $xno and $xyes issues in configure.in

23 years ago - (stevesk) Create contrib/cygwin/ directory; patch from
stevesk [Sun, 29 Oct 2000 19:18:49 +0000 (19:18 +0000)] 
 - (stevesk) Create contrib/cygwin/ directory; patch from
   Corinna Vinschen <vinschen@redhat.com>

23 years ago - (stevesk) Fix typo in auth.c: USE_PAM not PAM
stevesk [Sun, 29 Oct 2000 14:38:55 +0000 (14:38 +0000)] 
 - (stevesk) Fix typo in auth.c: USE_PAM not PAM

23 years agofix
djm [Sat, 28 Oct 2000 10:06:28 +0000 (10:06 +0000)] 
fix

23 years ago - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
djm [Sat, 28 Oct 2000 10:05:57 +0000 (10:05 +0000)] 
 - (djm) authctxt->pw may be NULL. Fix from Markus Friedl
   <markus.friedl@informatik.uni-erlangen.de>

23 years ago - (djm) Sync with OpenBSD:
djm [Sat, 28 Oct 2000 03:19:58 +0000 (03:19 +0000)] 
 - (djm) Sync with OpenBSD:
   - markus@cvs.openbsd.org  2000/10/16 15:46:32
     [ssh.1]
     fixes from pekkas@netcore.fi
   - markus@cvs.openbsd.org  2000/10/17 14:28:11
     [atomicio.c]
     return number of characters processed; ok deraadt@
   - markus@cvs.openbsd.org  2000/10/18 12:04:02
     [atomicio.c]
     undo
   - markus@cvs.openbsd.org  2000/10/18 12:23:02
     [scp.c]
     replace atomicio(read,...) with read(); ok deraadt@
   - markus@cvs.openbsd.org  2000/10/18 12:42:00
     [session.c]
     restore old record login behaviour
   - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
     [auth-skey.c]
     fmt string problem in unused code
   - provos@cvs.openbsd.org  2000/10/19 10:45:16
     [sshconnect2.c]
     don't reference freed memory. okay deraadt@
   - markus@cvs.openbsd.org  2000/10/21 11:04:23
     [canohost.c]
     typo, eramore@era-t.ericsson.se; ok niels@
   - markus@cvs.openbsd.org  2000/10/23 13:31:55
     [cipher.c]
     non-alignment dependent swap_bytes(); from
     simonb@wasabisystems.com/netbsd
   - markus@cvs.openbsd.org  2000/10/26 12:38:28
     [compat.c]
     add older vandyke products
   - markus@cvs.openbsd.org  2000/10/27 01:32:19
     [channels.c channels.h clientloop.c serverloop.c session.c]
     [ssh.c util.c]
     enable non-blocking IO on channels, and tty's (except for the
     client ttys).
   - markus@cvs.openbsd.org  2000/10/27 01:48:22
     channels.c channels.h clientloop.c
     deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com

23 years ago - (djm) Fix mangled AIXAUTHENTICATE code
djm [Sat, 28 Oct 2000 02:38:34 +0000 (02:38 +0000)] 
 - (djm) Fix mangled AIXAUTHENTICATE code

23 years ago - (djm) fix select hack in serverloop.c from Philippe WILLEM
djm [Sat, 28 Oct 2000 02:30:55 +0000 (02:30 +0000)] 
 - (djm) fix select hack in serverloop.c from Philippe WILLEM
   <Philippe.WILLEM@urssaf.fr>

23 years agoChange of employer :)
djm [Sat, 28 Oct 2000 02:22:06 +0000 (02:22 +0000)] 
Change of employer :)

23 years ago - (djm) Increase REKEY_BYTES to 2^24 for arc4random
djm [Thu, 26 Oct 2000 22:27:32 +0000 (22:27 +0000)] 
 - (djm) Increase REKEY_BYTES to 2^24 for arc4random

23 years ago - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
mouring [Wed, 25 Oct 2000 16:55:00 +0000 (16:55 +0000)] 
 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.
 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin
   <proski@gnu.org>

23 years agoReword
djm [Wed, 25 Oct 2000 03:47:35 +0000 (03:47 +0000)] 
Reword

23 years ago - (djm) Added WARNING.RNG file and modified configure to ask users of the
djm [Tue, 24 Oct 2000 23:06:04 +0000 (23:06 +0000)] 
 - (djm) Added WARNING.RNG file and modified configure to ask users of the
   builtin entropy code to read it.
 - (djm) Prefer builtin regex to PCRE.

23 years ago - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation
mouring [Thu, 19 Oct 2000 23:43:24 +0000 (23:43 +0000)] 
 - (bal) Imported NEWS-OS waitpid() macros into NeXT.  Since implementation
   is more correct then current version.

23 years ago - (djm) Don't define _REENTRANT for SNI/Reliant Unix
djm [Thu, 19 Oct 2000 22:14:04 +0000 (22:14 +0000)] 
 - (djm) Don't define _REENTRANT for SNI/Reliant Unix

23 years agoformatting change for contrib/hpux/README
stevesk [Wed, 18 Oct 2000 19:41:14 +0000 (19:41 +0000)] 
formatting change for contrib/hpux/README

23 years ago - (stevesk) Add egd startup scripts to contrib/hpux/
stevesk [Wed, 18 Oct 2000 13:45:40 +0000 (13:45 +0000)] 
 - (stevesk) Add egd startup scripts to contrib/hpux/

23 years ago - (stevesk) Add initial support for setproctitle(). Current
stevesk [Wed, 18 Oct 2000 13:11:44 +0000 (13:11 +0000)] 
 - (stevesk) Add initial support for setproctitle().  Current
    support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.

23 years ago - (bal) Changed from GNU rx to PCRE on suggestion from djm.
mouring [Wed, 18 Oct 2000 00:02:25 +0000 (00:02 +0000)] 
 - (bal) Changed from GNU rx to PCRE on suggestion from djm.
 - (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki
   <nakaji@tutrp.tut.ac.jp>

23 years ago - (djm) Don't rely on atomicio's retval to determine length of askpass
djm [Tue, 17 Oct 2000 12:22:28 +0000 (12:22 +0000)] 
 - (djm) Don't rely on atomicio's retval to determine length of askpass
   supplied passphrase. Problem report from Lutz Jaenicke
   <Lutz.Jaenicke@aet.TU-Cottbus.DE>

23 years ago - (djm) Add -lregex to cywin libs from Corinna Vinschen
djm [Tue, 17 Oct 2000 12:14:08 +0000 (12:14 +0000)] 
 - (djm) Add -lregex to cywin libs from Corinna Vinschen
   <vinschen@cygnus.com>

23 years ago - (djm) Make inability to read/write PRNG seedfile non-fatal
djm [Mon, 16 Oct 2000 09:13:43 +0000 (09:13 +0000)] 
 - (djm) Make inability to read/write PRNG seedfile non-fatal

23 years ago - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
djm [Mon, 16 Oct 2000 02:35:19 +0000 (02:35 +0000)] 
 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
   Redhat 7.0 spec file

23 years ago - Added condrestart to Redhat init script. Patch from Pekka Savola
djm [Mon, 16 Oct 2000 01:25:17 +0000 (01:25 +0000)] 
 - Added condrestart to Redhat init script. Patch from Pekka Savola
   <pekkas@netcore.fi>
 - Update version in Redhat spec file

23 years agooops - forgot to commit
djm [Mon, 16 Oct 2000 01:21:36 +0000 (01:21 +0000)] 
oops - forgot to commit

23 years ago - (djm) Sync with OpenBSD:
djm [Mon, 16 Oct 2000 01:14:42 +0000 (01:14 +0000)] 
 - (djm) Sync with OpenBSD:
   - markus@cvs.openbsd.org  2000/10/14 04:01:15
     [cipher.c]
     debug3
   - markus@cvs.openbsd.org  2000/10/14 04:07:23
     [scp.c]
     remove spaces from arguments; from djm@mindrot.org
   - markus@cvs.openbsd.org  2000/10/14 06:09:46
     [ssh.1]
     Cipher is for SSH-1 only
   - markus@cvs.openbsd.org  2000/10/14 06:12:09
     [servconf.c servconf.h serverloop.c session.c sshd.8]
     AllowTcpForwarding; from naddy@
   - markus@cvs.openbsd.org  2000/10/14 06:16:56
     [auth2.c compat.c compat.h sshconnect2.c version.h]
     OpenSSH_2.3; note that is is not complete, but the version number
     needs to be changed for interoperability reasons
   - markus@cvs.openbsd.org  2000/10/14 06:19:45
     [auth-rsa.c]
     do not send RSA challenge if key is not allowed by key-options; from
     eivind@ThinkSec.com
   - markus@cvs.openbsd.org  2000/10/15 08:14:01
     [rijndael.c session.c]
     typos; from stevesk@sweden.hp.com
   - markus@cvs.openbsd.org  2000/10/15 08:18:31
     [rijndael.c]
     typo
 - Copy manpages back over from OpenBSD - too tedious to wade through diffs

23 years ago - (djm) Fix ssh2 hang on background processes at logout.
djm [Sun, 15 Oct 2000 01:21:32 +0000 (01:21 +0000)] 
 - (djm) Fix ssh2 hang on background processes at logout.

23 years ago - (bal) Add support for realpath and getcwd for platforms with broken
mouring [Sun, 15 Oct 2000 00:17:36 +0000 (00:17 +0000)] 
 - (bal) Add support for realpath and getcwd for platforms with broken
   or missing realpath implementations for sftp-server.
 - (bal) Corrected mistake in INSTALL in regards to GNU rx library

23 years agoAdd support for GNU rx library for those lacking regexp support
mouring [Sat, 14 Oct 2000 21:33:19 +0000 (21:33 +0000)] 
Add support for GNU rx library for those lacking regexp support

23 years ago - (stevesk) Display correct path to ssh-askpass in configure output.
stevesk [Sat, 14 Oct 2000 17:51:48 +0000 (17:51 +0000)] 
 - (stevesk) Display correct path to ssh-askpass in configure output.
   Report from Lutz Jaenicke.

23 years agocomparing against buf and not hostname; openbsd tree has this
stevesk [Sat, 14 Oct 2000 16:10:06 +0000 (16:10 +0000)] 
comparing against buf and not hostname; openbsd tree has this
problem also.

23 years agoget_last_login_time() called twice.
stevesk [Sat, 14 Oct 2000 15:31:35 +0000 (15:31 +0000)] 
get_last_login_time() called twice.

23 years agofunction prototype and definition consistency cleanup.
stevesk [Sat, 14 Oct 2000 15:08:49 +0000 (15:08 +0000)] 
function prototype and definition consistency cleanup.

23 years ago - (stevesk) ~/.hushlogin shouldn't cause required password change to
stevesk [Sat, 14 Oct 2000 13:36:13 +0000 (13:36 +0000)] 
 - (stevesk) ~/.hushlogin shouldn't cause required password change to
    be bypassed.

23 years ago - (stevesk) rijndael.c: cleanup missing declaration warnings.
stevesk [Sat, 14 Oct 2000 10:57:04 +0000 (10:57 +0000)] 
 - (stevesk) rijndael.c: cleanup missing declaration warnings.

23 years ago - (stevesk) Include config.h in rijndael.c so we define intXX_t and
stevesk [Sat, 14 Oct 2000 10:51:18 +0000 (10:51 +0000)] 
 - (stevesk) Include config.h in rijndael.c so we define intXX_t and
    u_intXX_t types on all platforms.

23 years ago - (djm) Fix scp user@host handling
djm [Sat, 14 Oct 2000 06:45:58 +0000 (06:45 +0000)] 
 - (djm) Fix scp user@host handling
 - (djm) Don't clobber ssh_prng_cmds on install

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