summaryrefslogtreecommitdiff
path: root/contrib/redhat
AgeCommit message (Collapse)Author
2001-03-20 - (djm) Update RPM spec versionDamien Miller
- (djm) Release 2.5.2p1
2001-03-12 - (djm) Add "static_openssl" RPM build option, remove rsh build dependencyDamien Miller
2001-03-12 - (djm) Bump portable version number for generating test RPMsDamien Miller
2001-02-27 - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. ThisDamien Miller
change is being made as 2.5.x configfiles are not back-compatible with 2.3.x.
2001-02-27Bump spec versions tooDamien Miller
2001-02-26 - (bal) sshd.init support for all Redhat release. Patch by Jim KnobleBen Lindstrom
<jmknoble@jmknoble.cx>
2001-02-25 - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfileDamien Miller
Patch from Adrian Ho <lexfiend@usa.net>
2001-02-24 - (bal) pam_stack fix to correctly detect between RH7 and older RHs.Ben Lindstrom
Patch by Pekka Savola <pekkas@netcore.fi>
2001-02-23 - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSLBen Lindstrom
that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi>
2001-02-23 - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve TellBen Lindstrom
<tell@telltronics.org>
2001-02-19 - Update versions in RPM spec filesDamien Miller
- Release 2.5.1p1
2001-02-18 - (djm) Update RPM spec files for 2.5.0p1Damien Miller
2001-02-15 - (djm) Move to Jim's 1.2.0 X11 askpass programDamien Miller
2001-02-12 - (djm) Update Redhat specfile to allow --define "skip_x11_askpassDamien Miller
--define "skip_gnome_askpass 1", --define "rh7 1" and make the implicit rpm-3.0.5 dependancy explicit. Patch and suggestions fro Pekka Savola <pekkas@netcore.fi>
2001-02-09 - (djm) Update spec filesDamien Miller
2001-02-04NB: big update - may break stuff. Please test!Damien Miller
- (djm) OpenBSD CVS sync: - markus@cvs.openbsd.org 2001/02/03 03:08:38 [auth-options.c auth-rh-rsa.c auth-rhosts.c auth.c canohost.c] [canohost.h servconf.c servconf.h session.c sshconnect1.c sshd.8] [sshd_config] make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ - markus@cvs.openbsd.org 2001/02/03 03:19:51 [ssh.1 sshd.8 sshd_config] Skey is now called ChallengeResponse - markus@cvs.openbsd.org 2001/02/03 03:43:09 [sshd.8] use no-pty option in .ssh/authorized_keys* if you need a 8-bit clean channel. note from Erik.Anggard@cygate.se (pr/1659) - stevesk@cvs.openbsd.org 2001/02/03 10:03:06 [ssh.1] typos; ok markus@ - djm@cvs.openbsd.org 2001/02/04 04:11:56 [scp.1 sftp-server.c ssh.1 sshd.8 sftp-client.c sftp-client.h] [sftp-common.c sftp-common.h sftp-int.c sftp-int.h sftp.1 sftp.c] Basic interactive sftp client; ok theo@ - (djm) Update RPM specs for new sftp binary - (djm) Update several bits for new optional reverse lookup stuff. I think I got them all.
2001-01-19 - (djm) Update versions in RPM specfilesDamien Miller
2001-01-17 - (djm) Add --with-pam to RPM spec filesDamien Miller
2001-01-05Jim Knoble has changed his email addressDamien Miller
2000-12-28Update to new x11-askpass in RPM specDamien Miller
2000-12-27 - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,Damien Miller
the info in COPYING.Ylonen has been moved to the start of each SSH1-derived file and README.Ylonen is well out of date.
2000-12-1020001211Ben Lindstrom
- (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>
2000-11-13dohDamien 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-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) Added /etc/primes for kex DH group neg, fixup Makefile.in andDamien Miller
packaging files
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-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) Use Jim's new 1.0.3 askpass in Redhat RPMsDamien Miller
2000-10-16 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from theDamien Miller
Redhat 7.0 spec file
2000-10-16 - Added condrestart to Redhat init script. Patch from Pekka SavolaDamien Miller
<pekkas@netcore.fi> - Update version in Redhat spec file
2000-09-30 - (djm) Add LICENSE to RPM spec filesDamien Miller
2000-09-30 - (djm) Add recent InitScripts as a RPM dependancy for openssh-serverDamien Miller
patch from Pekka Savola <pekkas@netcore.fi>
2000-09-26 - (djm) Update X11-askpass to 1.0.2 in RPM spec fileDamien Miller
2000-09-23 - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>Damien Miller
2000-09-16 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>Damien Miller
- (djm) Re-enable int64_t types - we need them for sftp - (djm) Use libexecdir from configure , rather than libexecdir/ssh - (djm) Update Redhat SPEC file accordingly - (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files - (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch - (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter <Dirk.DeWachter@rug.ac.be> - (djm) Fixprogs and entropy list fixes from Larry Jones <larry.jones@sdrc.com> - (djm) Fix for SuSE spec file from Takashi YOSHIDA <tyoshida@gemini.rc.kyushu-u.ac.jp>
2000-09-05Fix spec filesDamien Miller
2000-09-03Fix init scriptDamien Miller
2000-09-01 - (djm) Pick up Jim's new X11-askpassDamien Miller
- (djm) Release 2.2.0p1
2000-08-31Pickup version updateDamien Miller
2000-08-08 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than installDamien Miller
time, spec file cleanup.
2000-07-20 - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>Damien Miller
2000-07-162.1.1p4Damien Miller
2000-07-12 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPMDamien Miller
spec file.
2000-07-11Prepare for 2.1.1p3Damien Miller
2000-06-22Update RPM spec version numbersDamien Miller
2000-06-12 - (djm) Glob manpages in RPM spec files to catch compressed filesDamien Miller
- (djm) Full license in auth-pam.c
2000-06-07New verDamien Miller
2000-06-07 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts IIIDamien Miller
<tibbs@math.uh.edu> - (djm) OpenBSD CVS updates: - todd@cvs.openbsd.org [sshconnect2.c] teach protocol v2 to count login failures properly and also enable an explanation of why the password prompt comes up again like v1; this is NOT crypto - markus@cvs.openbsd.org [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8] xauth_location support; pr 1234 [readconf.c sshconnect2.c] typo, unused [session.c] allow use_login only for login sessions, otherwise remote commands are execed with uid==0 [sshd.8] document UseLogin better [version.h] OpenSSH 2.1.1 [auth-rsa.c] fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at all [channels.c hostfile.c match.c] don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org