summaryrefslogtreecommitdiffstats
path: root/sshconnect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Merged OpenBSD CVS changesDamien Miller1999-11-171-1/+2
| | | | | | | | - [scp.c] foregroundproc() in scp - [sshconnect.h] include fingerprint.h - [sshd.c] bugfix: the log() for passwd-auth escaped during logging changes. - Added openssh.com info to README
* - Merged OpenBSD CVS changesDamien Miller1999-11-171-9/+11
| | | | | | | | | | | | | | | | | | | | | - [ChangeLog.Ylonen] noone needs this anymore - [authfd.c] close-on-exec for auth-socket, ok deraadt - [hostfile.c] in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. - [serverloop.c] bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] [fingerprint.c fingerprint.h] rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> - [ssh-agent.1] typo - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ - [sshd.c] force logging to stderr while loading private key file (lost while converting to new log-levels)
* - Merged OpenBSD CVS changes:Damien Miller1999-11-161-24/+24
| | | | | | | | | | | | | | - [auth-rh-rsa.c auth-rsa.c authfd.c authfd.h hostfile.c mpaux.c] [mpaux.h ssh-add.c ssh-agent.c ssh.h ssh.c sshd.c] the keysize of rsa-parameter 'n' is passed implizit, a few more checks and warnings about 'pretended' keysizes. - [cipher.c cipher.h packet.c packet.h sshd.c] remove support for cipher RC4 - [ssh.c] a note for legay systems about secuity issues with permanently_set_uid(), the private hostkey and ptrace() - [sshconnect.c] more detailed messages about adding and checking hostkeys
* - Merged more OpenBSD CVS changes:Damien Miller1999-11-151-2/+4
| | | | | | | | | | | | | | | | | | | [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.
* Remove redundant inclusion of config.hDamien Miller1999-11-131-2/+1
|
* - Merged yet more changes from OpenBSD CVSDamien Miller1999-11-121-51/+51
| | | | | | | | | | | | | - [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
* - Merged OpenBSD CVS changes:Damien Miller1999-11-091-3/+18
| | | | | - [rsa.c] bugfix: use correct size for memset() - [sshconnect.c] warn if announced size of modulus 'n' != real size
* Merged OpenBSD CVS changes that go awayV_1_2_PRE8Damien Miller1999-11-081-6/+21
|
* Merged latest OpenBSD changes.Damien Miller1999-10-281-1/+1
|
* - Integrated patch from Dan Brosemer <odin@linuxfreak.com>Damien Miller1999-10-281-2/+10
| | | | | | | | | - Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)
* Initial revisionDamien Miller1999-10-271-0/+1495