summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/readconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.des2002-10-291-1/+1
|
* Apply FreeBSD's configuration defaults.des2002-06-291-1/+11
| | | | Sponsored by: DARPA, NAI Labs
* Forcibly revert to mainline.des2002-06-271-11/+3
|
* Resolve conflicts. Known issues:des2002-06-231-25/+15
| | | | | | | | | | | - sshd fails to set TERM correctly. - privilege separation may break PAM and is currently turned off. - man pages have not yet been updated I will have these issues resolved, and privilege separation turned on by default, in time for DP2. Sponsored by: DARPA, NAI Labs
* Make the various ssh clients understand the VersionAddendum option.des2002-04-021-1/+10
| | | | Submitted by: pb
* Fix conflicts.des2002-03-181-101/+124
|
* Fix conflicts for OpenSSH 2.9.green2001-05-041-70/+145
|
* Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-041-24/+16
| | | | | | | | | It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall <bg@sics.se> PR: misc/20504
* Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-3/+17
| | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-89/+97
| | | | Reviewed by: gshapiro, peter, green
* Make FallBackToRsh off by default. Falling back to rsh by default ispeter2000-07-111-1/+1
| | | | | | silly in this day and age. Approved by: kris
* Bring vendor patches onto the main branch, and resolve conflicts.kris2000-06-031-2/+8
|
* Resolve conflicts and update for FreeBSD.kris2000-05-151-16/+86
|
* Turn off X11 forwarding in the client. X11 forwarding in the server bygreen2000-03-031-2/+2
| | | | | | | default should probably also get turned on, now. Requested by: kris Obtained from: OpenBSD
* 1) Add kerberos5 functionality.markm2000-02-281-14/+41
| | | | | | by Daniel Kouril <kouril@informatics.muni.cz> 2) Add full LOGIN_CAP capability by Andrey Chernov
* Make "CheckHostIP" default to off. This was proposed on -security andgreen2000-02-251-1/+2
| | | | | | | earlier IRC, but despite my inital feeling against it, this seems the more proper thing to do. Proposed by: rwatson
* Vendor import of OpenSSH.markm2000-02-241-0/+708
OpenPOWER on IntegriCloud