| Commit message (Expand) | Author | Age | Files | Lines |
* | Add libfetch.so.2 from a 10-Dec-2001 releng4 build. | obrien | 2002-01-24 | 2 | -0/+392 |
* | Add a PAM module that provides an account management component for checking | des | 2002-01-23 | 3 | -0/+285 |
* | Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs. | des | 2002-01-23 | 2 | -2/+16 |
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 2 | -4/+5 |
* | Base the comparison on UIDs, not on user names. | des | 2002-01-23 | 2 | -14/+12 |
* | Make libssh.so useable (undefined reference to IPv4or6). | ru | 2002-01-23 | 1 | -2/+0 |
* | The sixth argument to the NET_RT_IFLIST sysctl is actually 0 for | ru | 2002-01-23 | 1 | -1/+1 |
* | Undo the work-around for the sendfile bug where nbytes needed the hdr/trl | dg | 2002-01-22 | 1 | -11/+0 |
* | Restore C99 standard conformance information, isblank() _is_ in final | ache | 2002-01-22 | 1 | -0/+5 |
* | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | markm | 2002-01-22 | 5 | -15/+16 |
* | Fix the description of the O_NONBLOCK flag to match reality. | ru | 2002-01-22 | 1 | -2/+1 |
* | Fix a typo I made in revision 1.5. | ru | 2002-01-22 | 1 | -1/+1 |
* | Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile) | ru | 2002-01-22 | 2 | -6/+4 |
* | Link pam_opieaccess, pam_self and pam_ssh into the static library. | des | 2002-01-21 | 1 | -0/+3 |
* | On second thought, getpwnam() failure should be treated just as if the user | des | 2002-01-21 | 1 | -4/+1 |
* | Return PAM_SERVICE_ERR rather than PAM_USER_UNKNOWN if getpwnam() fails, as | des | 2002-01-21 | 1 | -1/+1 |
* | Further changes to allow enabling pam_opie(8) by default: | des | 2002-01-21 | 2 | -12/+38 |
* | Add a new module, pam_opieaccess(8), which is responsible for checking | des | 2002-01-21 | 5 | -0/+300 |
* | snprintf bloat -> strlcpy | ache | 2002-01-20 | 1 | -2/+3 |
* | Check the return value from read() when reading the CR/LF at the end of a | des | 2002-01-20 | 1 | -2/+4 |
* | Mark uploads as O_WRONLY, not O_RDONLY. | des | 2002-01-20 | 1 | -2/+6 |
* | Minor typo fix: uquad_t -> u_quad_t. | yar | 2002-01-20 | 1 | -1/+1 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -12/+12 |
* | Back out recent changes | ache | 2002-01-19 | 2 | -31/+19 |
* | If user not exist in OPIE system, return failure immediately instead | ache | 2002-01-19 | 1 | -1/+1 |
* | Back out second right-now-expired password check in pam_sm_chauthtok, | ache | 2002-01-19 | 1 | -2/+1 |
* | Previous commit was incomplete, use new error code PAM_CRED_ERR to | ache | 2002-01-19 | 1 | -2/+1 |
* | Rewrite 'pwok' fallback in the way it can be properly chained with pam_unix | ache | 2002-01-19 | 1 | -19/+10 |
* | Add yet one expired-right-now password check, in pam_sm_chauthtok | ache | 2002-01-19 | 1 | -13/+12 |
* | Set pwok to 1 for non-OPIE users | ache | 2002-01-19 | 1 | -2/+2 |
* | Add missing check for right-now-expired password | ache | 2002-01-19 | 1 | -0/+2 |
* | Implement 'pwok', i.e. conditional fallback to unix password | ache | 2002-01-19 | 1 | -5/+27 |
* | mdoc(7) police: tidy up OpenBSD fixes. | ru | 2002-01-16 | 1 | -7/+5 |
* | Add a few cleanups from rev 1.1: | mike | 2002-01-15 | 1 | -10/+12 |
* | o Add prototype for printf(3). | mike | 2002-01-15 | 1 | -9/+12 |
* | style(9) | mike | 2002-01-15 | 1 | -95/+63 |
* | yp(4) -> yp(8). | ru | 2002-01-14 | 5 | -8/+8 |
* | Merge some updates and markup fixes from OpenBSD. This is mainly | cjc | 2002-01-14 | 1 | -6/+30 |
* | Add xref for timeradd(3). | dwhite | 2002-01-14 | 1 | -0/+1 |
* | Comment out the retrieval of a termination function from %g1. It is | jake | 2002-01-13 | 1 | -0/+8 |
* | Include <stddef.h> to fix build problem when namespace pollution | deischen | 2002-01-11 | 1 | -7/+8 |
* | Fixed unsorting and splitting of SRCS in previous commit. | bde | 2002-01-11 | 2 | -4/+4 |
* | Fixed missing backslash in previous commit. | bde | 2002-01-11 | 1 | -1/+1 |
* | Fixed accumulated unsorting and some other style bugs (long lines). | bde | 2002-01-11 | 1 | -11/+10 |
* | Replaced bogus cross references by the usual one for the ctype family | bde | 2002-01-11 | 2 | -32/+2 |
* | Removed assertion that isblank() conforms to C90 too. This assertion | bde | 2002-01-11 | 1 | -5/+0 |
* | Fixed unsorting of almost all lists in previous commit. | bde | 2002-01-11 | 1 | -7/+4 |
* | Fixed unsorting of MLINKS in previous commit. | bde | 2002-01-11 | 1 | -3/+3 |
* | Remove assertion that isblank() is in C99, pointed out by ache. | nik | 2002-01-10 | 1 | -4/+0 |
* | Add getcontext, setcontext, makecontext, and swapcontext. These | deischen | 2002-01-10 | 11 | -1/+1035 |