| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a unified libgcc rather than a seperate one for threaded and | jhb | 2001-01-06 | 1 | -2/+2 |
* | Use a unified libgcc rather than a seperate one for threaded and | obrien | 2001-01-06 | 9 | -18/+14 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+2 |
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 1 | -1/+1 |
* | 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 |
* | log | ru | 2000-11-22 | 1 | -0/+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 |
* | Connect pam_opie to the build. | kris | 2000-04-17 | 2 | -0/+2 |
* | Add pam_opie, a PAM module using the OPIE one-time-password scheme. | kris | 2000-04-17 | 2 | -0/+150 |
* | Fix a memory leak. | kris | 2000-03-29 | 1 | -5/+8 |
* | Fixed missing libraries in DPADD. | bde | 2000-03-27 | 1 | -3/+3 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 2 | -6/+6 |
* | Make pam_ssh work. It had an undefined symbol when it was dlopen()ed. | peter | 2000-03-06 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Don't try to build k5 PAM; it ain't ready yet. | markm | 2000-02-28 | 2 | -2/+2 |
* | Same fix as in ../modules, dont use the crypto stuff if its not there. | sos | 2000-02-26 | 1 | -1/+1 |
* | Argh, I can't win today. Spell ${.CURDIR} correctly. | peter | 2000-02-26 | 1 | -1/+1 |
* | Don't build pam_ssh if the crypto code is missing. | peter | 2000-02-26 | 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 | 5 | -3/+32 |
* | Remove the version information from `.Os FreeBSD' here. Not only | chris | 2000-02-14 | 1 | -1/+1 |
* | 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 |
* | Don't include Kerberos if NOCRYPT is defined, because it isn't build | marcel | 1999-11-14 | 3 | -5/+11 |
* | Add libcrypt. This previously/coincidentally worked for login, | markm | 1999-09-30 | 1 | -2/+2 |
* | Common Error libraries are needed here. | markm | 1999-09-20 | 2 | -2/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Restore INTERNALLIB. | abial | 1999-08-20 | 1 | -0/+1 |
* | Add pam_radius.so manual page. | abial | 1999-08-18 | 2 | -1/+130 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
* | Revive the pam_deny and pam_permit modules from Linux-PAM. They are | jdp | 1999-05-08 | 6 | -2/+163 |
* | Fix bug that prevented accounts with empty passwords from logging | jdp | 1999-04-06 | 1 | -1/+1 |
* | Fix breakage for the static a.out case. The a.out linker doesn't | jdp | 1999-01-22 | 1 | -4/+10 |
* | Revert my last change, "Rename some globals to reduce namespace | jdp | 1999-01-21 | 2 | -20/+20 |
* | Rename some globals to reduce namespace pollution. | jdp | 1999-01-20 | 2 | -20/+20 |
* | Make it possible to use PAM in statically-linked applications. | jdp | 1999-01-20 | 15 | -74/+86 |
* | Fix an NFS-related installation problem. | jdp | 1999-01-11 | 1 | -1/+1 |
* | Obtained from: "Jan B. Koum " <jkb@best.com> | dillon | 1998-12-01 | 1 | -1/+2 |
* | Install PAM modules into ${SHLIBDIR}, not ${LIBDIR}. | jdp | 1998-11-22 | 2 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r41227, | jdp | 1998-11-18 | 21 | -0/+1631 |
|\ |
|
| * | Build structure for contribified Linux-PAM, plus some home-grown | jdp | 1998-11-18 | 21 | -0/+1631 |
* | Build structure for contribified Linux-PAM, plus some home-grown | jdp | 1998-11-18 | 1 | -0/+48 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 2 | -3/+3 |