summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Resolve conflictsdes2004-10-281-72/+243
| |
* | Resolve conflicts.des2004-04-201-51/+10
| |
* | Resolve conflicts.des2004-02-261-34/+77
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-55/+37
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-8/+11
| |
* | Resolve conflicts.des2002-10-291-21/+39
| |
* | Canonicize the host name before looking it up in the host file.des2002-06-291-1/+19
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-19/+26
| |
* | Resolve conflicts. Known issues:des2002-06-231-139/+80
| | | | | | | | | | | | | | | | | | | | | | - 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
* | Fix conflicts.des2002-03-181-173/+273
| |
* | Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-1/+1
| | | | | | | | | | Reviewed by: des, markm Approved by: markm
* | Modify a "You don't exist" message, pretty rude for transient YP failures.green2001-09-271-1/+1
| |
* | fix renamed options in some of the code that was #ifdef AFSassar2001-09-041-0/+2
| | | | | | | | | | | | also print an error if krb5 ticket passing is disabled Submitted by: Jonathan Chen <jon@spock.org>
* | Fix conflicts for OpenSSH 2.9.green2001-05-041-214/+311
| |
* | Backout completely canonical lookup modifications.green2001-05-031-1/+17
| |
* | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-051-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Remove duplicate linebrian2000-12-041-1/+0
| | | | | | | | Not responded to by: kris, then green
* | Resolve conflicts and update for OpenSSH 2.2.0kris2000-09-101-35/+71
| | | | | | | | Reviewed by: gshapiro, peter, green
* | So /this/ is what has made OpenSSH's SSHv2 support never work right!green2000-06-271-0/+3
| | | | | | | | | | | | In some cases, limits did not get set to the proper class, but instead always to "default", because not all passwd copies were done to completion.
* | Bring vendor patches onto the main branch, and resolve conflicts.kris2000-06-031-2/+7
| |
* | Resolve conflicts and update for FreeBSD.kris2000-05-151-100/+267
| |
* | Resolve conflicts.kris2000-03-261-7/+6
| |
* | Turn off X11 forwarding in the client. X11 forwarding in the server bygreen2000-03-031-1/+2
| | | | | | | | | | | | | | default should probably also get turned on, now. Requested by: kris Obtained from: OpenBSD
* | 1) Add kerberos5 functionality.markm2000-02-281-1/+2
| | | | | | | | | | | | by Daniel Kouril <kouril@informatics.muni.cz> 2) Add full LOGIN_CAP capability by Andrey Chernov
* | Add the patches fom ports (QV: ports/security/openssh/patches/patch-*)markm2000-02-241-0/+5
|/
* Vendor import of OpenSSH.markm2000-02-241-0/+803
OpenPOWER on IntegriCloud