| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 1 | -2/+2 |
* | Remove NO_WERROR, now that WARNS=n is gone. | markm | 2002-02-06 | 1 | -1/+0 |
* | #include cleanup. | des | 2002-02-05 | 1 | -0/+1 |
* | ssh_get_authentication_connection() gets its parameters from environment | des | 2002-02-04 | 1 | -2/+24 |
* | Protect "make buildworld" against -Werror, as this module does not | markm | 2002-02-04 | 1 | -0/+1 |
* | WARNS=4 fixes. Protect with NO_WERROR for the modules that have | markm | 2002-01-24 | 1 | -25/+29 |
* | PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The | des | 2002-01-24 | 1 | -1/+0 |
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 1 | -3/+2 |
* | Make libssh.so useable (undefined reference to IPv4or6). | ru | 2002-01-23 | 1 | -2/+0 |
* | Back out previous commit. | des | 2001-12-09 | 1 | -2/+1 |
* | Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include. | des | 2001-12-07 | 1 | -1/+2 |
* | Add dummy functions for all module types. These dummies return PAM_IGNORE | des | 2001-12-05 | 1 | -1/+37 |
* | Connect the man page to the build. | des | 2001-12-05 | 1 | -0/+1 |
* | Fix pam_ssh by adding an IPv4or6 (evidently, this was broken by my last | green | 2001-11-29 | 1 | -0/+8 |
* | mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs. | ru | 2001-11-28 | 1 | -4/+4 |
* | Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8). | des | 2001-11-27 | 1 | -85/+55 |
* | Add __FBSDID()s to libpam | dillon | 2001-09-30 | 1 | -3/+2 |
* | Big module makeover; improve logging, standardise variable names, | markm | 2001-08-26 | 1 | -0/+30 |
* | Fix a couple of cross-references to reflect the reality of the module. | markm | 2001-08-15 | 1 | -2/+2 |
* | Fix: | markm | 2001-08-11 | 1 | -7/+8 |
* | Code clean up; make logging same as other modules and fix warnings. | markm | 2001-08-10 | 1 | -3/+9 |
* | Fix style/consistency in Makefile and repair static module building. | markm | 2001-08-04 | 2 | -5/+4 |
* | Repair the get/set UID() stuff so this works in both su(1) and login(1) | markm | 2001-08-02 | 1 | -3/+3 |
* | (Re)Add an SSH module for PAM, heavily based on Andrew Korty's module | markm | 2001-07-29 | 3 | -332/+401 |
* | mdoc(7) police: -xwidth has been fold into -width. | ru | 2001-07-13 | 1 | -3/+3 |
* | mdoc(7) police: fixed markup, a little bit. | ru | 2001-07-11 | 1 | -8/+8 |
* | Clean up (and in some cases write) the PAM mudules, using | markm | 2001-07-09 | 1 | -0/+148 |
* | Big module cleanup. | markm | 2001-06-04 | 1 | -4/+3 |
* | Use a unified libgcc rather than a seperate one for threaded and | jhb | 2001-01-06 | 1 | -2/+2 |
* | Forgot to remove the old line in the last commit. | green | 2000-12-05 | 1 | -1/+0 |
* | In env_destroy(), it is a bad idea to env_swap(self, 0) to switch | green | 2000-11-25 | 1 | -0/+2 |
* | Correct an arguement to ssh_add_identity, this matches what is currently | billf | 2000-11-25 | 1 | -1/+1 |
* | Update to the version of pam_ssh corresponding to OpenSSH 2.1 (taken | kris | 2000-05-30 | 1 | -19/+23 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Fix a memory leak. | kris | 2000-03-29 | 1 | -5/+8 |
* | Make pam_ssh work. It had an undefined symbol when it was dlopen()ed. | peter | 2000-03-06 | 1 | -1/+1 |
* | Redo this with a repo copy from the original file and reset the | peter | 2000-02-26 | 1 | -1/+1 |
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -0/+18 |
* | Upgrade to the pam_ssh module, version 1.1.. | green | 1999-12-28 | 1 | -12/+173 |
* | Add the PAM SSH RSA key authentication module. For example, you can add, | green | 1999-11-29 | 1 | -0/+328 |