Commit Graph

53 Commits

Author SHA1 Message Date
Damien Miller
f1cec392ed Fix spec file version numbers 2002-01-26 17:45:15 +11:00
Damien Miller
353f608740 - (djm) Bump RPM package versions 2001-11-14 00:05:57 +11:00
Ben Lindstrom
3a78c84535 - (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already. 2001-10-24 21:06:07 +00:00
Tim Rice
17b93e5d65 [configure.in] Fix test for broken dirname. Based on patch from
Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
[contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
contrib/suse/openssh.spec] Update version to match version.h
2001-10-23 22:36:54 -07:00
Damien Miller
0a8a0f4b51 Sync version numbers with stable branch 2001-09-28 20:05:08 +10:00
Damien Miller
cf7635c15b We are a "SSH protocol implementation" not a "SSH implementation" 2001-09-27 00:24:21 +10:00
Ben Lindstrom
8b16c0e67a - (bal) Updated all *.specs for 2.9.9p1 and updated version.h 2001-09-24 23:15:15 +00:00
Damien Miller
7948d93173 - (djm) Specify --datadir in RPM spec files so smartcard applet gets
put somewhere sane. Add Ssh.bin to manifest.
2001-09-18 15:12:10 +10:00
Damien Miller
407548b7ed - (djm) Rename sysconfdir/primes => sysconfdir/moduli 2001-06-27 17:07:16 +10:00
Ben Lindstrom
bb34625b6c - (bal) version.h synced, RPM specs updated for 2.9 2001-04-27 02:15:00 +00:00
Damien Miller
c3d0071552 - Update RPM spec files for CVS version.h 2001-04-20 23:19:37 +10:00
Damien Miller
82e7ae5bce - (djm) Update RPM spec version
- (djm) Release 2.5.2p1
2001-03-20 09:30:50 +11:00
Damien Miller
547c276203 - (djm) Bump portable version number for generating test RPMs 2001-03-12 14:23:52 +11:00
Damien Miller
a66eca47ee Bump spec versions too 2001-02-27 10:45:20 +11:00
Damien Miller
7387fdb6b5 - Update versions in RPM spec files
- Release 2.5.1p1
2001-02-19 21:51:49 +11:00
Damien Miller
75da9a9e72 - (djm) Update RPM spec files for 2.5.0p1 2001-02-18 15:43:07 +11:00
Damien Miller
af13ccacac - (djm) Update spec files 2001-02-09 12:01:51 +11:00
Damien Miller
3380426358 NB: big update - may break stuff. Please test!
- (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-02-04 23:20:18 +11:00
Damien Miller
5aa80596f7 - (djm) Update versions in RPM specfiles 2001-01-19 14:03:40 +11:00
Damien Miller
01fa6380e8 - (djm) Add --with-pam to RPM spec files 2001-01-17 11:23:39 +11:00
Damien Miller
981eeed1be - (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree,
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-27 19:06:05 +11:00
Damien Miller
0986b55a60 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and
packaging files
2000-11-11 08:36:38 +11:00
Damien Miller
ab36050118 Remove UPGRADING from spec files 2000-11-06 12:52:25 +11:00
Damien Miller
51155a70e7 - (djm) Add LICENSE to RPM spec files 2000-09-30 14:41:38 +11:00
Damien Miller
2efcd3c354 - (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de> 2000-09-16 16:30:55 +11:00
Damien Miller
606f880e0f - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
- (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-16 15:39:56 +11:00
Damien Miller
676092fad0 Fix spec files 2000-09-05 14:16:18 +11:00
Damien Miller
efcd54a51d Pickup version update 2000-08-31 11:53:44 +11:00
Damien Miller
a8dbd9d88f 2.1.1p4 2000-07-16 13:25:00 +10:00
Damien Miller
5d879bc8ea Prepare for 2.1.1p3 2000-07-11 12:23:51 +10:00
Damien Miller
8b7c6af89e Update RPM spec version numbers 2000-06-22 21:37:38 +10:00
Damien Miller
e69f18cbff - (djm) Glob manpages in RPM spec files to catch compressed files
- (djm) Full license in auth-pam.c
2000-06-12 16:38:54 +10:00
Damien Miller
6ccade1cde New ver 2000-06-07 20:57:57 +10:00
Damien Miller
9448c002db Up ver 2000-05-30 13:14:19 +10:00
Damien Miller
dfc83f42eb - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com> 2000-05-20 15:02:59 +10:00
Damien Miller
cce494a4c8 prepare for p1 release 2000-05-17 23:36:56 +10:00
Damien Miller
17194ca147 update specs 2000-05-09 15:04:39 +10:00
Damien Miller
30c3d42930 - OpenBSD CVS update
- markus@cvs.openbsd.org
    [cipher.h myproposal.h readconf.c readconf.h servconf.c ssh.1 ssh.c]
    [ssh.h sshconnect1.c sshconnect2.c sshd.8]
    - complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
  - hugh@cvs.openbsd.org
    [ssh.1]
    - zap typo
    [ssh-keygen.1]
    - One last nit fix. (markus approved)
    [sshd.8]
    - some markus certified spelling adjustments
  - markus@cvs.openbsd.org
    [auth2.c channels.c clientloop.c compat compat.h dsa.c kex.c]
    [sshconnect2.c ]
    - bug compat w/ ssh-2.0.13 x11, split out bugs
    [nchan.c]
    - no drain if ibuf_empty, fixes x11fwd problems; tests by fries@
    [ssh-keygen.c]
    - handle escapes in real and original key format, ok millert@
    [version.h]
    - OpenSSH-2.1
2000-05-09 11:02:59 +10:00
Damien Miller
58e579bcd9 - Generate DSA host keys during "make key" or RPM installs 2000-05-08 00:05:31 +10:00
Damien Miller
11402af048 Add URL for OpenSSH
Upgrade to Jim's new Askpass
2000-05-07 18:05:59 +10:00
Damien Miller
1d504a42e7 Prepare for beta2 2000-05-07 16:22:13 +10:00
Damien Miller
63560f9bfc Prepare for 2.0.0beta1 2000-05-02 09:06:04 +10:00
Damien Miller
d294640f4f doh 2000-04-30 09:34:55 +10:00
Damien Miller
a7dc0fee6d Prepare for 2.0 2000-04-30 09:33:57 +10:00
Damien Miller
71795160ee Include all README files 2000-04-16 12:57:38 +10:00
Damien Miller
1d2723f556 prepare for a wider test release 2000-04-16 12:35:37 +10:00
Damien Miller
63a46cc4f5 version 2000-03-24 09:24:33 +11:00
Damien Miller
ea048d8c2d ver 2000-03-18 00:21:41 +11:00
Damien Miller
696be9031b Prepare for final test release 2000-03-16 12:45:17 +11:00
Damien Miller
b1be3bcca1 fix doh 2000-03-15 12:55:52 +11:00