Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Upgrade to OpenSSH 7.8p1. Approved by: re (kib@)
Upgrade to OpenSSH 7.7p1.
Upgrade to OpenSSH 7.2p2.
Upgrade to OpenSSH 6.8p1.
Upgrade to OpenSSH 6.5p1.
Upgrade to 6.3p1. Approved by: re (gjb)
Upgrade to OpenSSH 6.2p1. The most important new features are support for a key revocation list and more fine-grained authentication control.
Polish diff against upstream. - 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.
Upgrade to OpenSSH 5.5p1.
Upgrade to OpenSSH 5.4p1. MFC after: 1 month
Add a missing $FreeBSD$ string. 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. - 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. MFC after: 3 months
At some point, construct_utmp() was changed to use realhostname() to fill 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. 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
Consistently set svn:eol-style.
Merge conflicts. MFC after: 1 week
Revert inadvertant commit of debugging code.
Introduce a namespace munging hack inspired by NetBSD to avoid polluting the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
Merge conflicts.
Resolve conflicts.
Resolve conflicts.
Resolve conflicts
Resolve conflicts.
Resolve conflicts.
Resolve conflicts and remove obsolete files. Sponsored by: registrar.no
Resolve conflicts.
Resolve conflicts.
Use realhostname_sa(3) so the IP address will be used instead of the hostname if the latter is too long for utmp. Submitted by: ru MFC after: 3 days
This commit was generated by cvs2svn to compensate for changes in r98937, which included commits to RCS files with non-trunk default branches.
Vendor import of OpenSSH 3.3p1.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.27 |