summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_ssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-231-3/+2
* 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
* Connect the man page to the build.des2001-12-051-0/+1
* Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my lastgreen2001-11-291-0/+8
* mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.ru2001-11-281-4/+4
* Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).des2001-11-271-85/+55
* Add __FBSDID()s to libpamdillon2001-09-301-3/+2
* Big module makeover; improve logging, standardise variable names,markm2001-08-261-0/+30
* Fix a couple of cross-references to reflect the reality of the module.markm2001-08-151-2/+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-042-5/+4
* 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-293-332/+401
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-3/+3
* mdoc(7) police: fixed markup, a little bit.ru2001-07-111-8/+8
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-091-0/+148
* Big module cleanup.markm2001-06-041-4/+3
* Use a unified libgcc rather than a seperate one for threaded andjhb2001-01-061-2/+2
* 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
* Make pam_ssh work. It had an undefined symbol when it was dlopen()ed.peter2000-03-061-1/+1
* Redo this with a repo copy from the original file and reset thepeter2000-02-261-1/+1
* Use libcrypto instead of libdes.markm2000-02-241-0/+18
* Upgrade to the pam_ssh module, version 1.1..green1999-12-281-12/+173
* Add the PAM SSH RSA key authentication module. For example, you can add,green1999-11-291-0/+328
OpenPOWER on IntegriCloud