summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_ssh
Commit message (Expand)AuthorAgeFilesLines
* MFS (r296781):des2016-03-142-5/+5
* MFH (r265214, r294333, r294407, r294467): misc prop fixesdes2016-02-071-7/+6
* MFC r291941:bdrewery2016-01-071-2/+1
* Make libldns and libssh private.des2013-09-081-0/+1
* Passing NULL as a key casues a segfault when loading SSH 1 keys. Usedes2012-05-261-1/+1
* key_load_private() ignores the passphrase argument if the private keydes2011-11-201-7/+18
* Load the ECDSA key if there is one.des2011-10-072-2/+7
* No newline required.des2011-03-091-2/+2
* Upgrade to OpenSSH 5.4p1.des2010-03-091-0/+3
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+1
* pam_ssh needs roaming_dummy to link correctly against libssh.des2009-10-051-0/+3
* Adjust for OpenPAM Hydrangea.des2007-12-211-3/+3
* Fix build.ru2006-09-301-0/+1
* Add a manual dependency on ssh_namespace.h.des2006-05-131-2/+6
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-1/+1
* Commenting out WARNS actually brought it up to 4.ru2005-09-281-1/+1
* Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms.des2005-09-281-1/+1
* Increase WARNS.des2005-09-261-1/+1
* Correct the logic for determining whether the user has already entereddes2005-09-261-4/+7
* Do not use passphraseless keys for authentication unless the nullokdes2005-09-222-2/+13
* Narrow the use of user credentials.des2005-09-211-14/+10
* Revert the commits that made libssh an INTERNALLIB; they caused too muchdes2005-06-071-2/+1
* Fix libssh dependency.des2005-06-061-1/+2
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
* Fix numerous constness and aliasing issues.des2004-02-101-4/+4
* Deal better with the crypto version of the PAM library that goesru2004-01-181-0/+1
* Ignore ECHILD from waitpid(2) (our child may have been reaped by thedes2003-09-191-1/+2
* This module is not WARNS-clean, due to brokenness in OpenSSL headers.des2003-03-101-0/+1
* style.Makefile(5) policeobrien2003-03-091-6/+8
* mdoc(7) police: markup laundry.ru2003-02-231-1/+1
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.des2003-02-101-2/+2
* Complete rewrite of pam_ssh(8). The previous version was becoming harddes2003-02-094-557/+307
* mdoc(7) police: removed gratuitous .Pp call.ru2002-12-231-1/+0
* Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.des2002-12-163-51/+70
* Major cleanup:des2002-04-121-102/+81
* Moved SHLIB_NAME definition into one place.ru2002-04-101-1/+0
* Remove debugging code that was inadvertantly brought in by previous commit.des2002-04-081-1/+0
* Use OpenPAM's credential switching functions.des2002-04-081-10/+9
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-31/+35
* Remove some duplicate free()s and add some that were missing.des2002-04-051-21/+9
* pam_get_pass() -> pam_get_authtok()des2002-04-051-1/+1
* Upgrade to something quite close, but not identical, to version 1.6 ofdes2002-04-042-400/+442
* NAI DBA update.des2002-03-142-2/+2
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-052-2/+3
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-061-1/+0
* #include cleanup.des2002-02-051-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
OpenPOWER on IntegriCloud