summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_ssh/pam_ssh.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 304626,304635:roberto2016-09-251-1/+1
* Define __bounded__ to fix the gcc build. While there, raise WARNS.des2016-03-111-1/+4
* Update for API changes in OpenSSH 6.8p1.jhb2016-01-201-7/+6
* 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-071-0/+3
* No newline required.des2011-03-091-2/+2
* Upgrade to OpenSSH 5.4p1.des2010-03-091-0/+3
* Adjust for OpenPAM Hydrangea.des2007-12-211-3/+3
* Fix build.ru2006-09-301-0/+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-221-2/+8
* Narrow the use of user credentials.des2005-09-211-14/+10
* Fix numerous constness and aliasing issues.des2004-02-101-4/+4
* Ignore ECHILD from waitpid(2) (our child may have been reaped by thedes2003-09-191-1/+2
* 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-091-481/+282
* Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.des2002-12-161-45/+53
* Major cleanup:des2002-04-121-102/+81
* 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-041-386/+431
* NAI DBA update.des2002-03-141-1/+1
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-1/+2
* #include cleanup.des2002-02-051-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-241-25/+29
* PAM modules shouldn't call putenv(); pam_putenv() is sufficient. Thedes2002-01-241-1/+0
* Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-2/+0
* Back out previous commit.des2001-12-091-2/+1
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.des2001-12-071-1/+2
* Add dummy functions for all module types. These dummies return PAM_IGNOREdes2001-12-051-1/+37
* Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my lastgreen2001-11-291-0/+8
* Add __FBSDID()s to libpamdillon2001-09-301-3/+2
* Fix:markm2001-08-111-7/+8
* Code clean up; make logging same as other modules and fix warnings.markm2001-08-101-3/+9
* Fix style/consistency in Makefile and repair static module building.markm2001-08-041-2/+1
* Repair the get/set UID() stuff so this works in both su(1) and login(1)markm2001-08-021-3/+3
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's modulemarkm2001-07-291-328/+352
* Forgot to remove the old line in the last commit.green2000-12-051-1/+0
* In env_destroy(), it is a bad idea to env_swap(self, 0) to switchgreen2000-11-251-0/+2
* Correct an arguement to ssh_add_identity, this matches what is currentlybillf2000-11-251-1/+1
* Update to the version of pam_ssh corresponding to OpenSSH 2.1 (takenkris2000-05-301-19/+23
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix a memory leak.kris2000-03-291-5/+8
* Redo this with a repo copy from the original file and reset thepeter2000-02-261-1/+1
OpenPOWER on IntegriCloud