summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/loginrec.c
Commit message (Collapse)AuthorAgeFilesLines
* At some point, construct_utmp() was changed to use realhostname() to filldes2008-10-211-3/+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-0/+1
|\ | | | | | | | | | | | | | | | | | | 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-1694/+0
| |
| * Revert part of 180714 - the intent was to flatten dist, not to nuke it.des2008-07-221-0/+1694
| |
| * Flatten the OpenSSH vendor tree for 3.x and newer.des2008-07-221-1694/+0
| |
| * Vendor import of OpenSSH 4.4p1.des2006-09-301-3/+19
| |
| * Vendor import of OpenSSH 4.3p1.des2006-03-221-3/+3
| |
| * Vendor import of OpenSSH 4.2p1.des2005-09-031-19/+20
| |
| * Vendor import of OpenSSH 4.0p1.des2005-06-051-363/+462
| |
| * Vendor import of OpenSSH 3.9p1.des2004-10-281-6/+30
| |
| * Vendor import of OpenSSH 3.8.1p1.des2004-04-201-2/+2
| |
| * Vendor import of OpenSSH 3.8p1.des2004-02-261-3/+8
| |
| * Vendor import of OpenSSH 3.7.1p2.des2004-01-071-43/+38
| |
| * Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-231-12/+55
| |
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-291-4/+5
| |
* | Merge conflicts.des2006-09-301-4/+20
| | | | | | | | MFC after: 1 week
* | Revert inadvertant commit of debugging code.des2006-06-091-2/+0
| |
* | Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-0/+2
| | | | | | | | | | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
* | Merge conflicts.des2006-03-221-3/+3
| |
* | Resolve conflicts.des2005-09-031-19/+20
| |
* | Resolve conflicts.des2005-06-051-363/+461
| |
* | Resolve conflictsdes2004-10-281-6/+30
| |
* | Resolve conflicts.des2004-04-201-2/+2
| |
* | Resolve conflicts.des2004-02-261-3/+8
| |
* | Resolve conflicts and remove obsolete files.des2004-01-071-43/+38
| | | | | | | | Sponsored by: registrar.no
* | Resolve conflicts.des2003-04-231-12/+55
| |
* | Resolve conflicts.des2002-10-291-4/+5
| |
* | Use realhostname_sa(3) so the IP address will be used instead of thedes2002-07-111-1/+3
|/ | | | | | | hostname if the latter is too long for utmp. Submitted by: ru MFC after: 3 days
* Vendor import of OpenSSH 3.3p1.des2002-06-271-0/+1510
OpenPOWER on IntegriCloud