summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-232-4/+5
* Base the comparison on UIDs, not on user names.des2002-01-232-14/+12
* Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-231-2/+0
* The sixth argument to the NET_RT_IFLIST sysctl is actually 0 forru2002-01-231-1/+1
* Undo the work-around for the sendfile bug where nbytes needed the hdr/trldg2002-01-221-11/+0
* Restore C99 standard conformance information, isblank() _is_ in finalache2002-01-221-0/+5
* Use the proper type (gid_t) for (group)->gr_gid to be orthogonalmarkm2002-01-225-15/+16
* Fix the description of the O_NONBLOCK flag to match reality.ru2002-01-221-2/+1
* Fix a typo I made in revision 1.5.ru2002-01-221-1/+1
* Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile)ru2002-01-222-6/+4
* Link pam_opieaccess, pam_self and pam_ssh into the static library.des2002-01-211-0/+3
* On second thought, getpwnam() failure should be treated just as if the userdes2002-01-211-4/+1
* Return PAM_SERVICE_ERR rather than PAM_USER_UNKNOWN if getpwnam() fails, asdes2002-01-211-1/+1
* Further changes to allow enabling pam_opie(8) by default:des2002-01-212-12/+38
* Add a new module, pam_opieaccess(8), which is responsible for checkingdes2002-01-215-0/+300
* snprintf bloat -> strlcpyache2002-01-201-2/+3
* Check the return value from read() when reading the CR/LF at the end of ades2002-01-201-2/+4
* Mark uploads as O_WRONLY, not O_RDONLY.des2002-01-201-2/+6
* Minor typo fix: uquad_t -> u_quad_t.yar2002-01-201-1/+1
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-12/+12
* Back out recent changesache2002-01-192-31/+19
* If user not exist in OPIE system, return failure immediately insteadache2002-01-191-1/+1
* Back out second right-now-expired password check in pam_sm_chauthtok,ache2002-01-191-2/+1
* Previous commit was incomplete, use new error code PAM_CRED_ERR toache2002-01-191-2/+1
* Rewrite 'pwok' fallback in the way it can be properly chained with pam_unixache2002-01-191-19/+10
* Add yet one expired-right-now password check, in pam_sm_chauthtokache2002-01-191-13/+12
* Set pwok to 1 for non-OPIE usersache2002-01-191-2/+2
* Add missing check for right-now-expired passwordache2002-01-191-0/+2
* Implement 'pwok', i.e. conditional fallback to unix passwordache2002-01-191-5/+27
* mdoc(7) police: tidy up OpenBSD fixes.ru2002-01-161-7/+5
* Add a few cleanups from rev 1.1:mike2002-01-151-10/+12
* o Add prototype for printf(3).mike2002-01-151-9/+12
* style(9)mike2002-01-151-95/+63
* yp(4) -> yp(8).ru2002-01-145-8/+8
* Merge some updates and markup fixes from OpenBSD. This is mainlycjc2002-01-141-6/+30
* Add xref for timeradd(3).dwhite2002-01-141-0/+1
* Comment out the retrieval of a termination function from %g1. It isjake2002-01-131-0/+8
* Include <stddef.h> to fix build problem when namespace pollutiondeischen2002-01-111-7/+8
* Fixed unsorting and splitting of SRCS in previous commit.bde2002-01-112-4/+4
* Fixed missing backslash in previous commit.bde2002-01-111-1/+1
* Fixed accumulated unsorting and some other style bugs (long lines).bde2002-01-111-11/+10
* Replaced bogus cross references by the usual one for the ctype familybde2002-01-112-32/+2
* Removed assertion that isblank() conforms to C90 too. This assertionbde2002-01-111-5/+0
* Fixed unsorting of almost all lists in previous commit.bde2002-01-111-7/+4
* Fixed unsorting of MLINKS in previous commit.bde2002-01-111-3/+3
* Remove assertion that isblank() is in C99, pointed out by ache.nik2002-01-101-4/+0
* Add getcontext, setcontext, makecontext, and swapcontext. Thesedeischen2002-01-1011-1/+1035
* Document behaviour with respect to interval timers.sheldonh2002-01-091-0/+4
* mdoc(7) police: add missing markup bits for ``errno''.ru2002-01-093-3/+9
* mdoc(7) police:ru2002-01-095-6/+10
OpenPOWER on IntegriCloud