summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sshd.c
Commit message (Collapse)AuthorAgeFilesLines
* At some point, construct_utmp() was changed to use realhostname() to filldes2008-10-211-1/+2
| | | | | | | | | | | | in the struct utmp due to concerns about the length of the hostname buffer. However, this breaks the UseDNS option. There is a simpler and better solution: initialize utmp_len to the correct value (UT_HOSTSIZE instead of MAXHOSTNAMELEN) and let get_remote_name_or_ip() worry about the size of the buffer. PR: bin/97499 Submitted by: Bruce Cran <bruce@cran.org.uk> MFC after: 1 week
* Upgrade to OpenSSH 5.1p1.des2008-08-011-40/+123
|\ | | | | | | | | | | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
| * Properly flatten openssh/dist.des2008-07-221-2156/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+2156
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-2156/+0
| |
| * Vendor import of OpenSSH 4.5p1.des2006-11-101-10/+14
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-346/+428
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-15/+37
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-12/+26
| |
| * Vendor import of OpenSSH 4.1p1.des2005-06-051-0/+2
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-32/+43
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-33/+246
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-27/+18
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-44/+64
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-114/+67
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-9/+23
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-43/+50
| |
| * Vendor import of OpenSSH 3.4p1.des2002-06-291-11/+37
| |
| * Vendor import of OpenSSH 3.3p1.des2002-06-271-3/+52
| |
| * Vendor import of OpenSSH 3.3.des2002-06-231-49/+309
| |
| * Vendor import of OpenSSH 3.1des2002-03-181-124/+178
| |
| * Say "hi" to the latest in the OpenSSH series, version 2.9!green2001-05-041-537/+370
| | | | | | | | Happy birthday to: rwatson
| * Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-051-37/+216
| |
| * Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09kris2000-09-101-64/+186
| |
| * Initial import of OpenSSH snapshot from 2000/05/30kris2000-06-031-58/+13
| | | | | | | | Obtained from: OpenBSD
| * Initial import of OpenSSH v2.1.kris2000-05-151-1671/+463
| |
| * Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-261-31/+43
| |
* | Resolve conflicts.des2006-11-101-10/+14
| |
* | Tweak ifdefs for backward compatibility.des2006-10-031-1/+3
| |
* | Merge conflicts.des2006-09-301-347/+429
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-03-221-15/+37
| |
* | Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-0/+15
| | | | | | | | | | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
* | Resolve conflicts.des2005-09-031-12/+26
| |
* | Resolve conflicts.des2005-06-051-32/+45
| |
* | Resolve conflictsdes2004-10-281-33/+246
| |
* | Resolve conflicts.des2004-04-201-27/+18
| |
* | Resolve conflicts.des2004-02-261-44/+64
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-114/+66
| | | | | | | | Sponsored by: registrar.no
* | Fix off-by-one and initialization errors which prevented sshd fromdes2003-05-281-1/+2
| | | | | | | | | | | | | | restarting when sent a SIGHUP. Submitted by: tegge Approved by: re (jhb)
* | Resolve conflicts.des2003-04-231-9/+23
| |
* | Force early initialization of the resolver library, since the resolverdes2003-01-221-0/+15
| | | | | | | | | | | | | | | | configuration files will no longer be available once sshd is chrooted. PR: 39953, 40894 Submitted by: dinoex MFC after: 3 days
* | Resolve conflicts.des2002-10-291-43/+50
| |
* | Resolve conflicts.des2002-06-291-11/+38
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Forcibly revert to mainline.des2002-06-271-9/+48
| |
* | Resolve conflicts. Known issues:des2002-06-231-49/+309
| | | | | | | | | | | | | | | | | | | | | | - 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-131/+177
| |
* | Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-1/+1
| | | | | | | | | | Reviewed by: des, markm Approved by: markm
* | fix renamed options in some of the code that was #ifdef AFSassar2001-09-041-1/+1
| | | | | | | | | | | | 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-532/+344
| |
* | Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-041-12/+7
| | | | | | | | | | | | | | | | | | 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
OpenPOWER on IntegriCloud