summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* o return EINVAL if acl_to_text() have been sent a NULL acl. ...jedgar2002-01-261-1/+6
* Use ctime_r to build the timestamp for syslog, so that we don'tdwmalone2002-01-251-2/+2
* Add libfetch.so.2 from a 17-Dec-2001 4.5-RC (releng4) build.obrien2002-01-242-0/+456
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-2421-127/+138
* PAM modules shouldn't call putenv(); pam_putenv() is sufficient. Thedes2002-01-241-1/+0
* Change the order in which pam_sm_open_session() updates the logs. Thisdes2002-01-242-25/+14
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-3/+2
* Correctly interpret PAM_RHOST being unset as an indicator of a localdes2002-01-241-1/+5
* Style nits.des2002-01-241-2/+2
* get __time_load_locale() prototype from include file, rather than declarephantom2002-01-241-3/+2
* * style(9)'fyphantom2002-01-242-33/+34
* Fix problem where with PicoBSD the shell coredumps if it does not find anobrien2002-01-241-1/+1
* Document the even_root option.des2002-01-241-1/+7
* Don't let root through unless the "even_root" option was specified.des2002-01-241-2/+16
* Change brk's prototype from char *brk(const char *) to int brk(const void *)dwmalone2002-01-241-15/+7
* Add a PAM module that records sessions in utmp/wtmp/lastlog.des2002-01-243-0/+369
* Fix some pastos. Rather shoddy of me...des2002-01-242-5/+5
* Add libfetch.so.2 from a 10-Dec-2001 releng4 build.obrien2002-01-242-0/+392
* Add a PAM module that provides an account management component for checkingdes2002-01-233-0/+285
* Add an AUTHORS section crediting ThinkSec, DARPA and NAI Labs.des2002-01-232-2/+16
* 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
OpenPOWER on IntegriCloud