summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/loginrec.c
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSH 6.5p1.des2014-01-311-4/+7
|\
* \ Upgrade to 6.3p1.des2013-09-211-1/+1
|\ \ | |/ | | | | Approved by: re (gjb)
* | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-4/+0
|\ \ | |/ | | | | for a key revocation list and more fine-grained authentication control.
* | Polish diff against upstream.ed2012-02-131-5/+0
| | | | | | | | | | | | | | | | | | | | - Revert unneeded whitespace changes. - Revert modifications to loginrec.c, as the upstream version already does the right thing. - Fix indentation and whitespace of local changes. Approved by: des MFC after: 1 month
* | Upgrade to OpenSSH 5.8p2.des2011-05-041-10/+18
|\ \ | |/
* | Upgrade to OpenSSH 5.5p1.des2010-04-281-2/+7
| |
* | Upgrade to OpenSSH 5.4p1.des2010-03-091-2/+2
|\ \ | |/ | | | | MFC after: 1 month
* | Add a missing $FreeBSD$ string.ed2010-01-131-0/+1
| | | | | | | | | | | | | | I was requested to add this string to any file that was modified by my commit, which I forgot to do so. Requested by: des
* | Make OpenSSH work with utmpx.ed2010-01-131-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Partially revert r184122 (sshd.c). Our ut_host is now big enough to fit proper hostnames. - Change config.h to match reality. - defines.h requires UTMPX_FILE to be set by <utmpx.h> before it allows the utmpx code to work. This makes no sense to me. I've already mentioned this upstream. - Add our own platform-specific handling of lastlog. The version I will send to the OpenSSH folks will use proper autoconf generated definitions instead of `#if 1'.
* | Upgrade to OpenSSH 5.2p1.des2009-05-221-73/+66
|\ \ | |/ | | | | MFC after: 3 months
* | 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