Граф коммитов

60 Коммитов

Автор SHA1 Сообщение Дата
Kevin Steves 3c51676a56 - (stevesk) fix typos in contrib/hpux/README 2000-12-06 00:48:05 +00:00
Damien Miller ee188d323c doh 2000-11-13 23:13:55 +11:00
Damien Miller 0bc1bd814e - (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
2000-11-13 22:57:25 +11:00
Damien Miller 559d383037 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
contrib/README
2000-11-13 20:59:05 +11:00
Damien Miller afeaca9537 - (djm) Hardware sysconfdir in RPM spec files as some RPM versions get
it wrong. Report from Bennett Todd <bet@rahul.net>
2000-11-11 09:09:57 +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
Ben Lindstrom 89ef41a784 - (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>
2000-11-07 16:41:41 +00:00
Damien Miller 969c07e0f3 - (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>
2000-11-06 13:06:43 +11:00
Damien Miller ab36050118 Remove UPGRADING from spec files 2000-11-06 12:52:25 +11:00
Damien Miller c78abaa109 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs 2000-11-06 12:07:21 +11:00
Kevin Steves 9be6e267b5 - (stevesk) Create contrib/cygwin/ directory; patch from
Corinna Vinschen <vinschen@redhat.com>
2000-10-29 19:18:49 +00:00
Kevin Steves ac0966548e formatting change for contrib/hpux/README 2000-10-18 19:41:14 +00:00
Kevin Steves ee184dae24 - (stevesk) Add egd startup scripts to contrib/hpux/ 2000-10-18 13:45:40 +00:00
Damien Miller ff649d8880 - (djm) Merge some of Nalin Dahyabhai <nalin@redhat.com> changes from the
Redhat 7.0 spec file
2000-10-16 13:35:19 +11:00
Damien Miller 2b2cf52471 - Added condrestart to Redhat init script. Patch from Pekka Savola
<pekkas@netcore.fi>
 - Update version in Redhat spec file
2000-10-16 12:25:17 +11:00
Damien Miller 51155a70e7 - (djm) Add LICENSE to RPM spec files 2000-09-30 14:41:38 +11:00
Damien Miller b27ef9e17a - (djm) Add recent InitScripts as a RPM dependancy for openssh-server
patch from Pekka Savola <pekkas@netcore.fi>
2000-09-30 14:29:44 +11:00
Damien Miller 96f0c725fc - (djm) Update X11-askpass to 1.0.2 in RPM spec file 2000-09-26 12:09:48 +11:00
Damien Miller 9600233f0f - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi> 2000-09-23 14:00:09 +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 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