Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -1/+0 |
* | Fix dead refs to pam(8) with pam(3) as well as some other PAM functions. | Jens Schweikhardt | 2022-09-16 | 1 | -1/+1 |
* | ssh: update to OpenSSH v8.9p1 | Ed Maste | 2022-04-13 | 1 | -1/+1 |
* | openssh: update to OpenSSH v8.7p1 | Ed Maste | 2021-09-08 | 1 | -1/+1 |
* | Upgrade to OpenSSH 7.8p1. | Dag-Erling Smørgrav | 2018-09-10 | 1 | -15/+14 |
* | Upgrade to OpenSSH 7.7p1. | Dag-Erling Smørgrav | 2018-05-11 | 1 | -1/+1 |
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -0/+2 |
* | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
* | Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones | Enji Cooper | 2017-01-20 | 1 | -1/+1 |
* | Remove support for SSH1 as it is already disabled in our OpenSSH. | Ollivier Robert | 2016-08-22 | 2 | -4/+1 |
* | Add support for Ed25519 keys. | Ollivier Robert | 2016-08-22 | 2 | -0/+3 |
* | MFH | Glen Barber | 2016-03-14 | 3 | -7/+5 |
|\ | |||||
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2016-03-11 | 1 | -2/+0 |
| * | Not ready for level 6 yet due to -Wredundant-decls. | Dag-Erling Smørgrav | 2016-03-11 | 1 | -0/+1 |
| * | Define __bounded__ to fix the gcc build. While there, raise WARNS. | Dag-Erling Smørgrav | 2016-03-11 | 2 | -2/+4 |
| * | Upgrade to OpenSSH 7.2p2. | Dag-Erling Smørgrav | 2016-03-11 | 1 | -3/+0 |
* | | MFH | Glen Barber | 2016-01-20 | 1 | -7/+6 |
|\| | |||||
| * | Update for API changes in OpenSSH 6.8p1. | John Baldwin | 2016-01-20 | 1 | -7/+6 |
* | | MFH r289384-r293170 | Glen Barber | 2016-01-04 | 1 | -2/+1 |
|\| | |||||
| * | Replace unneeded manual dependency on header by adding it to SRCS. | Bryan Drewery | 2015-12-07 | 1 | -2/+1 |
* | | Merge from head | Baptiste Daroussin | 2015-06-15 | 1 | -0/+23 |
|\| | |||||
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+23 |
| |\ | |||||
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -3/+1 |
| | |\ | | |/ | |/| | |||||
| | * | Need headers staged by libpam | Simon J. Gerraty | 2014-11-30 | 1 | -0/+1 |
| | * | Updated/new dependencies | Simon J. Gerraty | 2014-11-19 | 1 | -1/+0 |
| | * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -1/+1 |
| | |\ | |||||
| | * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -2/+2 |
| | |\ \ | |||||
| | * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -0/+2 |
| | * | | | Merge head | Simon J. Gerraty | 2013-09-11 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | Updated/new Makefile.depend | Simon J. Gerraty | 2012-11-08 | 1 | -0/+7 |
| | * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+18 |
* | | | | | | Move ssh into a dedicated package | Baptiste Daroussin | 2015-03-05 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | / | Convert libraries to use LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -3/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Rework privatelib/internallib | Baptiste Daroussin | 2014-08-06 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | use .Mt to mark up email addresses consistently (part3) | Baptiste Daroussin | 2014-06-23 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Make libldns and libssh private. | Dag-Erling Smørgrav | 2013-09-08 | 1 | -0/+1 |
|/ | |||||
* | Passing NULL as a key casues a segfault when loading SSH 1 keys. Use | Dag-Erling Smørgrav | 2012-05-26 | 1 | -1/+1 |
* | key_load_private() ignores the passphrase argument if the private key | Dag-Erling Smørgrav | 2011-11-20 | 1 | -7/+18 |
* | Load the ECDSA key if there is one. | Dag-Erling Smørgrav | 2011-10-07 | 2 | -2/+7 |
* | No newline required. | Dag-Erling Smørgrav | 2011-03-09 | 1 | -2/+2 |
* | Upgrade to OpenSSH 5.4p1. | Dag-Erling Smørgrav | 2010-03-09 | 1 | -0/+3 |
* | Build lib/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+1 |
* | pam_ssh needs roaming_dummy to link correctly against libssh. | Dag-Erling Smørgrav | 2009-10-05 | 1 | -0/+3 |
* | Adjust for OpenPAM Hydrangea. | Dag-Erling Smørgrav | 2007-12-21 | 1 | -3/+3 |
* | Fix build. | Ruslan Ermilov | 2006-09-30 | 1 | -0/+1 |
* | Add a manual dependency on ssh_namespace.h. | Dag-Erling Smørgrav | 2006-05-13 | 1 | -2/+6 |
* | Introduce a namespace munging hack inspired by NetBSD to avoid polluting | Dag-Erling Smørgrav | 2006-05-13 | 1 | -1/+1 |
* | Commenting out WARNS actually brought it up to 4. | Ruslan Ermilov | 2005-09-28 | 1 | -1/+1 |