Commit Graph

9100 Commits

Author SHA1 Message Date
Damien Miller 2a9d9f6ce4 Doc updates 1999-11-15 23:34:11 +11:00
Damien Miller 2e8b1c8660 OpenBSD CVS: fix .Xr 1999-11-15 23:33:56 +11:00
Damien Miller 3668206da4 - Split subpackages further based on patch from jim knoble <jmknoble@pobox.com> 1999-11-15 17:19:24 +11:00
Damien Miller 3f905872b0 - Merged more Solaris compability from Marc G. Fournier
<marc.fournier@acadiau.ca>
 - Wrote autoconf tests for __progname symbol
1999-11-15 17:10:57 +11:00
Damien Miller c6d5ce86a9 Fixed spello 1999-11-15 16:01:07 +11:00
Damien Miller 3bd49ec5c4 - Various small cleanups to bring diff (against OpenBSD) size down. 1999-11-15 15:40:55 +11:00
Damien Miller 2ccf661cbe - Merged more OpenBSD CVS changes:
[auth-krb4.c]
          - disconnect if getpeername() fails
          - missing xfree(*client)
        [canohost.c]
          - disconnect if getpeername() fails
          - fix comment: we _do_ disconnect if ip-options are set
        [sshd.c]
          - disconnect if getpeername() fails
          - move checking of remote port to central place
        [auth-rhosts.c] move checking of remote port to central place
        [log-server.c] avoid extra fd per sshd, from millert@
        [readconf.c] print _all_ bad config-options in ssh(1), too
        [readconf.h] print _all_ bad config-options in ssh(1), too
        [ssh.c] print _all_ bad config-options in ssh(1), too
        [sshconnect.c] disconnect if getpeername() fails
 - OpenBSD's changes to sshd.c broke the PAM stuff, re-merged it.
1999-11-15 15:25:10 +11:00
Damien Miller cedfecc99e Further cleanup of askpass autoconf support, enable GNOME askpass option
only if askpass has first been enabled.
1999-11-15 14:36:53 +11:00
Damien Miller d05a247953 - Merged OpenBSD CVS changes:
- [ssh-add.c] change passphrase loop logic and remove ref to
     $DISPLAY, ok niels
 - Changed to ssh-add.c broke askpass support. Revised it to be a little more
   modular.
 - Revised autoconf support for enabling/disabling askpass support.
1999-11-15 14:25:30 +11:00
Damien Miller 44b4e49eb7 Thinko 1999-11-15 10:04:28 +11:00
Damien Miller 0a6e668ac6 Solaris compile fixes 1999-11-15 09:56:06 +11:00
Damien Miller e116a26556 typo 1999-11-15 09:25:59 +11:00
Damien Miller 192bd0120a - Tidied default config file some more
- Revised Redhat initscript to fix bug: sshd (re)start would fail
   if executed from inside a ssh login.
1999-11-13 23:56:35 +11:00
Damien Miller 2cb210f0f7 - Added shadow password patch from Thomas Neumann <tom@smart.ruhr.de>
- Added ifdefs to auth-passwd.c to exclude it when PAM is enabled
1999-11-13 15:40:10 +11:00
Damien Miller b028438668 updated 1999-11-13 13:30:28 +11:00
Damien Miller d46202f0d1 - Delay fork (-f option) in ssh until after port forwarded connections
have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
1999-11-13 13:28:45 +11:00
Damien Miller a2d6efe013 - Merged OpenBSD CVS changes:
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
   - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
     totalsize, ok niels,aaron
1999-11-13 13:22:46 +11:00
Damien Miller 38c608862b Added obseletes lines to spec 1999-11-13 13:09:31 +11:00
Damien Miller b77485d25d Remove redundant inclusion of config.h 1999-11-13 13:07:45 +11:00
Damien Miller 4956d2cf64 Remove redundant inclusion of config.h 1999-11-13 10:51:58 +11:00
Damien Miller 6854f820d6 Fix inclusion of additional preprocessor directives from acconfig.h 1999-11-13 10:49:55 +11:00
Damien Miller 296a546476 Don't install config files if they already exist 1999-11-13 10:48:51 +11:00
Damien Miller 06e42932b2 askpass install fix 1999-11-12 16:36:21 +11:00
Damien Miller 3ba1fe1943 Makefile fix 1999-11-12 16:32:17 +11:00
Damien Miller 289df8afc3 prepare for pre11 1999-11-12 16:28:13 +11:00
Damien Miller 9c8da3ce32 Fix division-by-zero error 1999-11-12 16:28:02 +11:00
Damien Miller 7df20e2ffc Documentation updates 1999-11-12 16:06:47 +11:00
Damien Miller 3d1b22c150 - Make ssh-askpass support optional through autoconf 1999-11-12 15:46:08 +11:00
Damien Miller 6d7b2cd1a3 - Merged yet more changes from OpenBSD CVS
- [auth-rh-rsa.c auth-rhosts.c auth-rsa.c channels.c clientloop.c]
     [ssh.c ssh.h sshconnect.c sshd.c]
     make all access to options via 'extern Options options'
     and 'extern ServerOptions options' respectively;
     options are no longer passed as arguments:
      * make options handling more consistent
      * remove #include "readconf.h" from ssh.h
      * readconf.h is only included if necessary
   - [mpaux.c] clear temp buffer
   - [servconf.c] print _all_ bad options found in configfile
1999-11-12 15:19:27 +11:00
Damien Miller b5f8927a7e Added INSTALL documentation
Minor other doc updates
1999-11-12 14:35:58 +11:00
Damien Miller a419528432 Added mailing list info 1999-11-12 14:11:10 +11:00
Damien Miller 4236f6e242 *** empty log message *** 1999-11-12 12:22:31 +11:00
Damien Miller d355f2e9e9 Removed obselete logging directive 1999-11-12 12:17:52 +11:00
Damien Miller b9a692d203 - Grab server in gnome-ssh-askpass (Debian bug #49872) 1999-11-12 12:09:36 +11:00
Damien Miller 322650927b - Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero
   - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
     IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
     deraadt,millert
 - Brought default sshd_config more in line with OpenBSDs
1999-11-12 11:33:04 +11:00
Damien Miller 776af5de4f - Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero
1999-11-12 08:49:09 +11:00
Damien Miller 7c64ba3fc5 Fix compile warning 1999-11-11 21:39:50 +11:00
Damien Miller 9ba3024ec3 Cleanup of default config for new LogLevel option and better readability 1999-11-11 21:07:00 +11:00
Damien Miller 9fa19b633d Merged sshd connection failure patch from Markus Friedl <markus@cvs.openbsd.org> 1999-11-11 20:44:05 +11:00
Damien Miller 5ce662a920 - Merged more OpenBSD CVS changes:
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
     + krb-cleanup cleanup
   - [clientloop.c log-client.c log-server.c ]
     [readconf.c readconf.h servconf.c servconf.h ]
     [ssh.1 ssh.c ssh.h sshd.8]
     add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
     obsoletes QuietMode and FascistLogging in sshd.
1999-11-11 17:57:39 +11:00
Damien Miller ab5e0d0c27 Changed name of directory in tarball 1999-11-11 12:55:45 +11:00
Damien Miller 428f247d1d Doc updates 1999-11-11 12:48:35 +11:00
Damien Miller 634bf647af Fixed interger overflow in progress meter for large files 1999-11-11 12:25:14 +11:00
Damien Miller 33e511edb3 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
- [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
   - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
1999-11-11 11:43:13 +11:00
Damien Miller 9a018a8978 Doc 1999-11-11 11:30:22 +11:00
Damien Miller a82feb3f9f Error message when SSL libs not found
Fix RANDOM_POOL
1999-11-11 11:04:17 +11:00
Damien Miller 56825a1693 Doc and spec updates 1999-11-11 10:50:04 +11:00
Damien Miller ab18c412e6 - Added (untested) Entropy Gathering Daemon (EGD) support
- Merged several minor fixed:
   - ssh-agent commandline parsing
   - RPM spec file now installs ssh setuid root
   - Makefile creates libdir
   - Merged beginnings of Solaris compability from Marc G. Fournier
     <marc.fournier@acadiau.ca>
1999-11-11 10:40:23 +11:00
Damien Miller b77870fa73 - Merged several minor fixed:
- ssh-agent commandline parsing
   - RPM spec file now installs ssh setuid root
   - Makefile creates libdir
1999-11-10 12:48:08 +11:00
Damien Miller a5cec58934 doc updates 1999-11-09 15:05:11 +11:00