summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-13dohDamien Miller
2000-11-13dohDamien Miller
2000-11-13 - (djm) Change to interim versionDamien Miller
2000-11-13 - (djm) Merge OpenBSD changes:Damien Miller
- 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
2000-11-13 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c toDamien Miller
contrib/README
2000-11-12 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() toKevin Steves
failed ioctl(TIOCSCTTY) call.
2000-11-1220001112Ben Lindstrom
- (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>
2000-11-11 - (djm) Hardware sysconfdir in RPM spec files as some RPM versions getDamien Miller
it wrong. Report from Bennett Todd <bet@rahul.net>
2000-11-11 - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args areDamien Miller
promoted to type int. Report and fix from Dan Astoorian <djast@cs.toronto.edu>
2000-11-11stupid ; misplacementDamien Miller
2000-11-11 - (djm) Fix new Makefile.in warningsDamien Miller
2000-11-11 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in andDamien Miller
packaging files
2000-11-10Two Ooops. =)Ben Lindstrom
- INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =)
2000-11-1020001110Ben Lindstrom
- (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
2000-11-08 - (bal) fixpaths fixed to stop it from quitely failing. Patch byBen Lindstrom
Mark D. Roth <roth@feep.net>
2000-11-07 - (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch byBen Lindstrom
Mark Miller <markm@swoon.net> - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by Jarno Huuskonen <jhuuskon@messi.uku.fi>
2000-11-07HP-UX 11 supports PAM.Kevin Steves
2000-11-06 - (bal) typo in configure.in in regards to --with-ldflags from MarkoBen Lindstrom
Asplund <aspa@kronodoc.fi> - (bal) fixed next-posix.h. Forgot prototype of getppid().
2000-11-06Prepare for releaseDamien Miller
2000-11-06Whoops, forgot changelogDamien Miller
2000-11-06 - (djm) Fix multiple dependancy on gnome-libs from Pekka SavolaDamien Miller
<pekkas@netcore.fi> - (djm) Don't need X11-askpass in RPM spec file if building without it from Pekka Savola <pekkas@netcore.fi>
2000-11-06Remove UPGRADING from spec filesDamien Miller
2000-11-06 - (djm) Remove UPGRADING document in favour of a link to the betterDamien Miller
maintained FAQ on www.openssh.com
2000-11-06 - (djm) Manually fix up missed diff hunks (mainly RCS idents)Damien Miller
2000-11-06 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMsDamien Miller
2000-11-05 - (bal) Missed auth-skey.o in Makefile.in and minor correction toBen Lindstrom
bsd-waitpid.c
2000-11-05 - (stevesk) pty.c: use __hpux to identify HP-UX.Kevin Steves
2000-11-05 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() andBen Lindstrom
setsid() into more common files
2000-11-05 - (bal) auth2-skey.c - Checked in. Missing from portable tree.Ben Lindstrom
2000-11-05 - (bal) Sync with OpenBSD:Ben Lindstrom
- 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
2000-10-30 - (bal) next-posix.h - spelling and forgot a prototypeBen Lindstrom
2000-10-29 - (bal) Resolved more $xno and $xyes issues in configure.inBen Lindstrom
2000-10-29 - (stevesk) Create contrib/cygwin/ directory; patch fromKevin Steves
Corinna Vinschen <vinschen@redhat.com>
2000-10-29 - (stevesk) Fix typo in auth.c: USE_PAM not PAMKevin Steves
2000-10-28fixDamien Miller
2000-10-28 - (djm) authctxt->pw may be NULL. Fix from Markus FriedlDamien Miller
<markus.friedl@informatik.uni-erlangen.de>
2000-10-28 - (djm) Sync with OpenBSD:Damien Miller
- 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
2000-10-28 - (djm) Fix mangled AIXAUTHENTICATE codeDamien Miller
2000-10-28 - (djm) fix select hack in serverloop.c from Philippe WILLEMDamien Miller
<Philippe.WILLEM@urssaf.fr>
2000-10-28Change of employer :)Damien Miller
2000-10-27 - (djm) Increase REKEY_BYTES to 2^24 for arc4randomDamien Miller
2000-10-25 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.Ben Lindstrom
- (bal) Apply fixes to configure.in pointed out by Pavel Roskin <proski@gnu.org>
2000-10-25RewordDamien Miller
2000-10-25 - (djm) Added WARNING.RNG file and modified configure to ask users of theDamien Miller
builtin entropy code to read it. - (djm) Prefer builtin regex to PCRE.
2000-10-19 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementationBen Lindstrom
is more correct then current version.
2000-10-20 - (djm) Don't define _REENTRANT for SNI/Reliant UnixDamien Miller
2000-10-18formatting change for contrib/hpux/READMEKevin Steves
2000-10-18 - (stevesk) Add egd startup scripts to contrib/hpux/Kevin Steves
2000-10-18 - (stevesk) Add initial support for setproctitle(). CurrentKevin Steves
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
2000-10-18 - (bal) Changed from GNU rx to PCRE on suggestion from djm.Ben Lindstrom
- (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki <nakaji@tutrp.tut.ac.jp>