summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssh_namespace.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix globbingdes2009-11-101-0/+2
| | | | | Noticed by: delphij, David Cornejo <dave@dogwood.com> Forgotten by: des
* Add more symbols that need to be masked:des2009-10-051-1/+19
| | | | | | | - initialized and uninitialized data - symbols from roaming_dummy.c which end up in pam_ssh Update the command line used to generate the #defines.
* Upgrade to OpenSSH 5.3p1.des2009-10-011-0/+11
|
* Use the closefrom(2) system call.jhb2009-06-161-1/+0
| | | | Reviewed by: des
* Upgrade to OpenSSH 5.2p1.des2009-05-221-28/+32
| | | | MFC after: 3 months
* Upgrade to OpenSSH 5.1p1.des2008-08-011-0/+28
| | | | | | | | | | 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
* Cleanup.des2008-08-011-19/+26
|
* Merge conflicts.des2006-09-301-1/+17
| | | | MFC after: 1 week
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-0/+353
the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
OpenPOWER on IntegriCloud