| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH OpenPAM Hydrangea | Dag-Erling Smørgrav | 2008-08-23 | 1 | -3/+3 |
| * | MFC: OpenSSH 4.4p1. | Dag-Erling Smørgrav | 2006-10-06 | 1 | -0/+1 |
| * | Fix build by making this look like rev. 1.25. | Ruslan Ermilov | 2006-07-14 | 1 | -3/+5 |
| * | MFC: include ssh_namespace.h | Dag-Erling Smørgrav | 2006-07-14 | 1 | -2/+4 |
| * | MFC: don't take unprotected keys into account for authentication. | Dag-Erling Smørgrav | 2005-09-30 | 2 | -20/+30 |
| * | Revert the commits that made libssh an INTERNALLIB; they caused too much | Dag-Erling Smørgrav | 2005-06-07 | 1 | -2/+1 |
| * | Fix libssh dependency. | Dag-Erling Smørgrav | 2005-06-06 | 1 | -1/+2 |
| * | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 1 | -1/+0 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
| * | Fix numerous constness and aliasing issues. | Dag-Erling Smørgrav | 2004-02-10 | 1 | -4/+4 |
| * | Deal better with the crypto version of the PAM library that goes | Ruslan Ermilov | 2004-01-18 | 1 | -0/+1 |
| * | Ignore ECHILD from waitpid(2) (our child may have been reaped by the | Dag-Erling Smørgrav | 2003-09-19 | 1 | -1/+2 |
| * | This module is not WARNS-clean, due to brokenness in OpenSSL headers. | Dag-Erling Smørgrav | 2003-03-10 | 1 | -0/+1 |
| * | style.Makefile(5) police | David E. O'Brien | 2003-03-09 | 1 | -6/+8 |
| * | mdoc(7) police: markup laundry. | Ruslan Ermilov | 2003-02-23 | 1 | -1/+1 |
| * | Use pam_get_user(3) instead of pam_get_item(3) where appropriate. | Dag-Erling Smørgrav | 2003-02-10 | 1 | -2/+2 |
| * | Complete rewrite of pam_ssh(8). The previous version was becoming hard | Dag-Erling Smørgrav | 2003-02-09 | 4 | -547/+297 |
| * | mdoc(7) police: removed gratuitous .Pp call. | Ruslan Ermilov | 2002-12-23 | 1 | -1/+0 |
| * | Merge in most non-style differences from Andrew Korty's pam_ssh 1.7. | Dag-Erling Smørgrav | 2002-12-16 | 3 | -51/+70 |
| * | Major cleanup: | Dag-Erling Smørgrav | 2002-04-12 | 1 | -102/+81 |
| * | Moved SHLIB_NAME definition into one place. | Ruslan Ermilov | 2002-04-10 | 1 | -1/+0 |
| * | Remove debugging code that was inadvertantly brought in by previous commit. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -1/+0 |
| * | Use OpenPAM's credential switching functions. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -10/+9 |
| * | Aggressive cleanup of warnings + authtok-related code in preparation for | Dag-Erling Smørgrav | 2002-04-06 | 1 | -31/+35 |
| * | Remove some duplicate free()s and add some that were missing. | Dag-Erling Smørgrav | 2002-04-05 | 1 | -21/+9 |
| * | pam_get_pass() -> pam_get_authtok() | Dag-Erling Smørgrav | 2002-04-05 | 1 | -1/+1 |
| * | Upgrade to something quite close, but not identical, to version 1.6 of | Dag-Erling Smørgrav | 2002-04-04 | 2 | -395/+437 |
| * | NAI DBA update. | Dag-Erling Smørgrav | 2002-03-14 | 2 | -2/+2 |
| * | Switch to OpenPAM. Bump library version. Modules are now versioned, so | Dag-Erling Smørgrav | 2002-03-05 | 2 | -2/+3 |
| * | Now that cross-tools ld(1) has been fixed to look for dynamic | Ruslan Ermilov | 2002-02-08 | 1 | -2/+2 |
| * | Remove NO_WERROR, now that WARNS=n is gone. | Mark Murray | 2002-02-06 | 1 | -1/+0 |
| * | #include cleanup. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -0/+1 |
| * | ssh_get_authentication_connection() gets its parameters from environment | Dag-Erling Smørgrav | 2002-02-04 | 1 | -2/+24 |
| * | Protect "make buildworld" against -Werror, as this module does not | Mark Murray | 2002-02-04 | 1 | -0/+1 |
| * | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | Mark Murray | 2002-01-24 | 1 | -25/+29 |
| * | PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The | Dag-Erling Smørgrav | 2002-01-24 | 1 | -1/+0 |
| * | Add pam_ssh support to the static PAM library, libpam.a: | Ruslan Ermilov | 2002-01-23 | 1 | -3/+2 |
| * | Make libssh.so useable (undefined reference to IPv4or6). | Ruslan Ermilov | 2002-01-23 | 1 | -2/+0 |
| * | Back out previous commit. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -2/+1 |
| * | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | Dag-Erling Smørgrav | 2001-12-07 | 1 | -1/+2 |
| * | Add dummy functions for all module types. These dummies return PAM_IGNORE | Dag-Erling Smørgrav | 2001-12-05 | 1 | -1/+37 |
| * | Connect the man page to the build. | Dag-Erling Smørgrav | 2001-12-05 | 1 | -0/+1 |
| * | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | Brian Feldman | 2001-11-29 | 1 | -0/+8 |
| * | mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs. | Ruslan Ermilov | 2001-11-28 | 1 | -4/+4 |
| * | Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8). | Dag-Erling Smørgrav | 2001-11-27 | 1 | -85/+55 |
| * | Add __FBSDID()s to libpam | Matthew Dillon | 2001-09-30 | 1 | -3/+2 |
| * | Big module makeover; improve logging, standardise variable names, | Mark Murray | 2001-08-26 | 1 | -0/+30 |
| * | Fix a couple of cross-references to reflect the reality of the module. | Mark Murray | 2001-08-15 | 1 | -2/+2 |
| * | Fix: | Mark Murray | 2001-08-11 | 1 | -7/+8 |
| * | Code clean up; make logging same as other modules and fix warnings. | Mark Murray | 2001-08-10 | 1 | -3/+9 |