| Commit message (Expand) | Author | Age | Files | Lines |
* | In account management, verify whether the account has been locked | yar | 2007-03-27 | 2 | -3/+22 |
* | Send not only Access Request, but also Access Challenge with defined | pjd | 2007-01-20 | 1 | -5/+7 |
* | childerr needs to be volatile so gcc won't optimize it away. | des | 2006-11-10 | 1 | -1/+2 |
* | The pam_unix module also provides password management. | ru | 2006-10-12 | 1 | -7/+8 |
* | Fix build. | ru | 2006-09-30 | 1 | -0/+1 |
* | Reject user with names that are longer than OPIE is willing to deal with; | des | 2006-09-15 | 1 | -4/+13 |
* | Bump .Dd. | joel | 2006-09-13 | 1 | -1/+1 |
* | Remove references to the pam(8) manual page. It does not exist. | joel | 2006-09-13 | 1 | -1/+0 |
* | Additional debugging stuff I had in my tree. | des | 2006-08-11 | 1 | -3/+10 |
* | Change the GCC specific __FUNCTION__ to C99's __func__. | stefanf | 2006-07-17 | 1 | -1/+1 |
* | Add a manual dependency on ssh_namespace.h. | des | 2006-05-13 | 1 | -2/+6 |
* | Introduce a namespace munging hack inspired by NetBSD to avoid polluting | des | 2006-05-13 | 1 | -1/+1 |
* | There is no need to pass NULL to the pam_error() as the last argument. | wkoszek | 2006-03-20 | 1 | -1/+1 |
* | Fix build until I find a way to handle this case properly. | ru | 2006-03-19 | 2 | -1/+2 |
* | Revert last delta. | ru | 2006-03-19 | 1 | -1/+1 |
* | Comment out MK_PROFILE until ru@ can fix this properly | phk | 2006-03-19 | 1 | -1/+1 |
* | Convert NO_PROFILE and NO_LIB32 to new style. | ru | 2006-03-18 | 1 | -1/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 2 | -3/+7 |
* | Add appropriate xrefs. | yar | 2006-03-06 | 2 | -2/+3 |
* | Since the whole login.access feature has moved to PAM, | yar | 2006-03-06 | 1 | -1/+1 |
* | Sync with src/usr.bin/login/login.access.5. | yar | 2006-03-06 | 1 | -5/+1 |
* | Commenting out WARNS actually brought it up to 4. | ru | 2005-09-28 | 1 | -1/+1 |
* | Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms. | des | 2005-09-28 | 1 | -1/+1 |
* | Increase WARNS. | des | 2005-09-26 | 1 | -1/+1 |
* | Correct the logic for determining whether the user has already entered | des | 2005-09-26 | 1 | -4/+7 |
* | Do not use passphraseless keys for authentication unless the nullok | des | 2005-09-22 | 2 | -2/+13 |
* | Narrow the use of user credentials. | des | 2005-09-21 | 1 | -14/+10 |
* | When (re)allocating space for an array of pointers to char, use | cperciva | 2005-09-19 | 1 | -1/+1 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Missed one piece of the cluster's quirk. Need to override WARNS because | kensmith | 2005-07-08 | 1 | -0/+1 |
* | This is sort of an MFS. Peter made these changes to the RELENG_* | kensmith | 2005-07-07 | 2 | -0/+7 |
* | Use the correct login class when setting a new password. | des | 2005-07-05 | 1 | -1/+1 |
* | Update for OpenPAM Figwort. | des | 2005-06-17 | 2 | -1/+6 |
* | Assorted markup fixes. | ru | 2005-06-15 | 1 | -1/+1 |
* | Don't use a cast as an lvalue. | des | 2005-06-13 | 1 | -3/+3 |
* | Use appropriate error codes for each facility instead of just PAM_AUTH_ERR. | des | 2005-06-10 | 1 | -4/+4 |
* | Revert the commits that made libssh an INTERNALLIB; they caused too much | des | 2005-06-07 | 1 | -2/+1 |
* | Fix libssh dependency. | des | 2005-06-06 | 1 | -1/+2 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | In addition to the PAM environment, export a handful of useful PAM items. | des | 2005-02-01 | 2 | -8/+62 |
* | Add openpam_free_envlist(3). | des | 2005-02-01 | 1 | -0/+2 |
* | When "no_ccache" is set as an argument to the pam_krb5 module, don't | rwatson | 2005-01-24 | 1 | -0/+4 |
* | The final argument to verify_krb_v5_tgt() is the debug flag, not the | rwatson | 2005-01-23 | 1 | -2/+3 |
* | Fixed xref. | ru | 2005-01-21 | 2 | -3/+3 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -2/+2 |
* | NOINSTALLLIB -> NO_INSTALLLIB | ru | 2004-12-21 | 1 | -1/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 2 | -3/+3 |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -3/+7 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 2 | -4/+4 |