aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_ssh
Commit message (Expand)AuthorAgeFilesLines
* MFH OpenPAM HydrangeaDag-Erling Smørgrav2008-08-231-3/+3
* MFC: OpenSSH 4.4p1.Dag-Erling Smørgrav2006-10-061-0/+1
* Fix build by making this look like rev. 1.25.Ruslan Ermilov2006-07-141-3/+5
* MFC: include ssh_namespace.hDag-Erling Smørgrav2006-07-141-2/+4
* MFC: don't take unprotected keys into account for authentication.Dag-Erling Smørgrav2005-09-302-20/+30
* Revert the commits that made libssh an INTERNALLIB; they caused too muchDag-Erling Smørgrav2005-06-071-2/+1
* Fix libssh dependency.Dag-Erling Smørgrav2005-06-061-1/+2
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Fix numerous constness and aliasing issues.Dag-Erling Smørgrav2004-02-101-4/+4
* Deal better with the crypto version of the PAM library that goesRuslan Ermilov2004-01-181-0/+1
* Ignore ECHILD from waitpid(2) (our child may have been reaped by theDag-Erling Smørgrav2003-09-191-1/+2
* This module is not WARNS-clean, due to brokenness in OpenSSL headers.Dag-Erling Smørgrav2003-03-101-0/+1
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-6/+8
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-1/+1
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.Dag-Erling Smørgrav2003-02-101-2/+2
* Complete rewrite of pam_ssh(8). The previous version was becoming hardDag-Erling Smørgrav2003-02-094-547/+297
* mdoc(7) police: removed gratuitous .Pp call.Ruslan Ermilov2002-12-231-1/+0
* Merge in most non-style differences from Andrew Korty's pam_ssh 1.7.Dag-Erling Smørgrav2002-12-163-51/+70
* Major cleanup:Dag-Erling Smørgrav2002-04-121-102/+81
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-1/+0
* Remove debugging code that was inadvertantly brought in by previous commit.Dag-Erling Smørgrav2002-04-081-1/+0
* Use OpenPAM's credential switching functions.Dag-Erling Smørgrav2002-04-081-10/+9
* Aggressive cleanup of warnings + authtok-related code in preparation forDag-Erling Smørgrav2002-04-061-31/+35
* Remove some duplicate free()s and add some that were missing.Dag-Erling Smørgrav2002-04-051-21/+9
* pam_get_pass() -> pam_get_authtok()Dag-Erling Smørgrav2002-04-051-1/+1
* Upgrade to something quite close, but not identical, to version 1.6 ofDag-Erling Smørgrav2002-04-042-395/+437
* NAI DBA update.Dag-Erling Smørgrav2002-03-142-2/+2
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-052-2/+3
* Now that cross-tools ld(1) has been fixed to look for dynamicRuslan Ermilov2002-02-081-2/+2
* Remove NO_WERROR, now that WARNS=n is gone.Mark Murray2002-02-061-1/+0
* #include cleanup.Dag-Erling Smørgrav2002-02-051-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentDag-Erling Smørgrav2002-02-041-2/+24
* Protect "make buildworld" against -Werror, as this module does notMark Murray2002-02-041-0/+1
* WARNS=4 fixes. Protect with NO_WERROR for the modules that haveMark Murray2002-01-241-25/+29
* PAM modules shouldn't call putenv(); pam_putenv() is sufficient. TheDag-Erling Smørgrav2002-01-241-1/+0
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-231-3/+2
* Make libssh.so useable (undefined reference to IPv4or6).Ruslan Ermilov2002-01-231-2/+0
* Back out previous commit.Dag-Erling Smørgrav2001-12-091-2/+1
* Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.Dag-Erling Smørgrav2001-12-071-1/+2
* Add dummy functions for all module types. These dummies return PAM_IGNOREDag-Erling Smørgrav2001-12-051-1/+37
* Connect the man page to the build.Dag-Erling Smørgrav2001-12-051-0/+1
* Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my lastBrian Feldman2001-11-291-0/+8
* mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs.Ruslan Ermilov2001-11-281-4/+4
* Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).Dag-Erling Smørgrav2001-11-271-85/+55
* Add __FBSDID()s to libpamMatthew Dillon2001-09-301-3/+2
* Big module makeover; improve logging, standardise variable names,Mark Murray2001-08-261-0/+30
* Fix a couple of cross-references to reflect the reality of the module.Mark Murray2001-08-151-2/+2
* Fix:Mark Murray2001-08-111-7/+8
* Code clean up; make logging same as other modules and fix warnings.Mark Murray2001-08-101-3/+9