History log of /freebsd-10.1-release/crypto/openssh/ssh_namespace.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 264377 12-Apr-2014 des

MFH (r263712): upgrade openssh to 6.6p1
MFH (r264308): restore p level in debugging output


# 262566 27-Feb-2014 des

MFH (r261320): upgrade openssh to 6.5p1
MFH (r261340): enable sandboxing by default


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255767 21-Sep-2013 des

Upgrade to 6.3p1.

Approved by: re (gjb)


# 248619 22-Mar-2013 des

Upgrade to OpenSSH 6.2p1. The most important new features are support
for a key revocation list and more fine-grained authentication control.


# 247916 07-Mar-2013 des

Partially revert r247892 and r247904 since our strnvis() does not
behave the way OpenSSH expects.


# 247904 06-Mar-2013 des

Remove strnvis(), strvis(), strvisx().


# 240075 03-Sep-2012 des

Upgrade OpenSSH to 6.1p1.


# 226046 05-Oct-2011 des

Upgrade to OpenSSH 5.9p1.

MFC after: 3 months


# 225852 28-Sep-2011 des

Belatedly regenerate after application of the HPN patch.


# 221420 04-May-2011 des

Upgrade to OpenSSH 5.8p2.


# 204917 09-Mar-2010 des

Upgrade to OpenSSH 5.4p1.

MFC after: 1 month


# 199131 10-Nov-2009 des

Fix globbing

Noticed by: delphij, David Cornejo <dave@dogwood.com>
Forgotten by: des


# 197785 05-Oct-2009 des

Add more symbols that need to be masked:

- initialized and uninitialized data
- symbols from roaming_dummy.c which end up in pam_ssh

Update the command line used to generate the #defines.


# 197679 01-Oct-2009 des

Upgrade to OpenSSH 5.3p1.


# 194297 16-Jun-2009 jhb

Use the closefrom(2) system call.

Reviewed by: des


# 192595 22-May-2009 des

Upgrade to OpenSSH 5.2p1.

MFC after: 3 months


# 181111 01-Aug-2008 des

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


# 181097 31-Jul-2008 des

Consistently set svn:eol-style.


# 181094 31-Jul-2008 des

Cleanup.


# 162856 30-Sep-2006 des

Merge conflicts.

MFC after: 1 week


# 158519 13-May-2006 des

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