summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_ssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud