| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up (and in some cases write) the PAM mudules, using | markm | 2001-07-09 | 35 | -266/+2030 |
* | Bump the major number. The libraries API has changed incompatibly. | markm | 2001-07-09 | 1 | -1/+1 |
* | Almost completely rewrite the PAM module options processing | markm | 2001-07-09 | 7 | -82/+334 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
* | mdoc(7) police: fixed formatting. | ru | 2001-07-06 | 1 | -41/+64 |
* | Fix libpam's linker set stuff to use the new API (unbreak world), and get | peter | 2001-06-14 | 1 | -10/+1 |
* | Convert to mdoc(7). | chris | 2001-06-13 | 1 | -86/+84 |
* | Big module cleanup. | markm | 2001-06-04 | 18 | -267/+48 |
* | Null file to bring back a file from the dead. This allows the real commit | markm | 2001-06-04 | 1 | -0/+2 |
* | Add the "nullok" option that causes this module to succeed if the Unix | markm | 2001-06-04 | 1 | -3/+11 |
* | Tidy up the options list (and make it more extendable), and add some | markm | 2001-06-04 | 3 | -14/+23 |
* | Add some new utility authenticators. | markm | 2001-06-04 | 4 | -0/+354 |
* | Add the "auth_as_self" option to the pam_unix module (there is no | markm | 2001-05-24 | 4 | -3/+11 |
* | Bring in a few useful PAM modules. | markm | 2001-05-14 | 17 | -4/+1810 |
* | Finish disconnecting pam_ssh from the build. | green | 2001-05-04 | 1 | -3/+0 |
* | I've been meaning to take pam_ssh out of the base system for a while now. | green | 2001-05-04 | 1 | -3/+0 |
* | Update for (Linux-)PAM 0.75 | markm | 2001-05-03 | 2 | -10/+74 |
* | mdoc(7) police: uppercase document title. | ru | 2001-04-18 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 2 | -3/+3 |
* | 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 |