Commit Graph

439 Commits

Author SHA1 Message Date
Damien Miller 676092fad0 Fix spec files 2000-09-05 14:16:18 +11:00
Damien Miller 123cbe8e86 Fix init script 2000-09-03 19:14:58 +11:00
Damien Miller 50f14f8747 - (djm) Pick up Jim's new X11-askpass
- (djm) Release 2.2.0p1
2000-09-01 14:14:37 +11:00
Damien Miller efcd54a51d Pickup version update 2000-08-31 11:53:44 +11:00
Damien Miller a7f58293f7 - (djm) Add Solaris package support from Rip Loomis <loomisg@cist.saic.com> 2000-08-18 14:43:41 +10:00
Damien Miller ab8d1921f4 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
time, spec file cleanup.
2000-08-08 16:53:28 +10:00
Damien Miller 9dec776279 - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz> 2000-07-20 10:00:59 +10:00
Damien Miller a8dbd9d88f 2.1.1p4 2000-07-16 13:25:00 +10:00
Damien Miller 5a119bc02f - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
spec file.
2000-07-12 14:34:11 +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 5314ae7855 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
<zack@wolery.cumb.org>
2000-06-07 20:08:19 +10:00
Damien Miller d3a185709d - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
<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
2000-06-07 19:55:44 +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 a3f2a02bc3 Askpass has changed a little 2000-05-07 18:30:27 +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 dd034dad94 Updated 2000-04-16 12:50:52 +10:00
Damien Miller 1d2723f556 prepare for a wider test release 2000-04-16 12:35:37 +10:00
Damien Miller 1383bd8eb9 - OpenBSD CVS update:
- [channels.c]
     close efd on eof
   - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
     ssh2 client implementation, interops w/ ssh.com and lsh servers.
   - [sshconnect.c]
     missing free.
   - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
     remove unused argument, split cipher_mask()
   - [clientloop.c]
     re-order: group ssh1 vs. ssh2
 - Make Redhat spec require openssl >= 0.9.5a
2000-04-06 12:32: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
Damien Miller bb68c1621e fix doh 2000-03-15 12:38:13 +11:00
Damien Miller ddaffa4194 Updated spec file for new version and locations 2000-03-15 12:31:18 +11:00
Damien Miller 256fdcbec5 Moved package files to contrib/
Added FreeBSD PAM config
2000-03-15 12:25:06 +11:00
Damien Miller 8b1c22b775 - Created contrib/ subdirectory. Included helpers from Phil Hands'
Debian package, README file and chroot patch from Ricardo Cerqueira
   <rmcc@clix.pt>
 - Moved gnome-ssh-askpass.c to contrib directory and reomved config
   option.
 - Slight cleanup to doc files
2000-03-15 12:13:01 +11:00