summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.des2003-02-102-4/+4
* Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-107-0/+359
* Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
* Leak more stuff into libgeom.phk2003-02-105-6/+582
* Complete rewrite of pam_ssh(8). The previous version was becoming harddes2003-02-094-557/+307
* Implement fpclassify():mike2003-02-0818-3/+530
* Lower WARNS to 3 until I track down a way to explain that I know whatphk2003-02-081-1/+1
* Include <sys/time.h>, it's not the users problem that we use bintimephk2003-02-081-0/+1
* Hook libgeom in.phk2003-02-081-1/+1
* Add libgeom to the system.phk2003-02-084-0/+362
* Maybe I was a little too fast? Remove debugging code, and commit thedes2003-02-063-2/+90
* Fix build error.nyan2003-02-061-1/+0
* Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. Thedes2003-02-062-1/+119
* Make sure the message is only printed once.des2003-02-061-3/+5
* Don't blame markm for what he didn't do - writing these man pages, fordes2003-02-062-6/+2
* Update copyright.des2003-02-061-1/+1
* Add support for escape sequences in the arguments (e.g. %u for user name)des2003-02-062-24/+82
* Export the PAM environment to the child process instead of the "normal"des2003-02-062-3/+12
* The .Fn function. Spelling.charnier2003-02-062-10/+21
* The .Fn functioncharnier2003-02-061-1/+2
* The .Fn functioncharnier2003-02-0611-29/+58
* The .Fn functioncharnier2003-02-0610-33/+43
* Minimal manual page for pam_kerberosIV(8).des2003-02-062-0/+66
* Fix use of an uninitialized pointer introduced in a previous revision.mtm2003-02-061-0/+1
* Since we drop NSHUFF values now, set default seed to what it becomesache2003-02-051-3/+3
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.charnier2003-02-052-7/+9
* Mention that the CLOCK_VIRTUAL and CLOCK_PROF clocks are not implemented.tjr2003-02-051-1/+7
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()jhb2003-02-047-21/+18
* Remove mostly unused disk arguments from Fixup_*_Names() functions.jhb2003-02-041-9/+9
* Grammer fix.mikeh2003-02-041-1/+1
* For rand(3) and random(3) TYPE_0 drop NSHUFF values right after srand{om}()ache2003-02-042-6/+15
* Park & Miller PRNG can be safely initialized with any value but 0 and stuckache2003-02-032-2/+8
* Document additional behaviour of this function (seephantom2003-02-031-2/+12
* Improve pthread_attr_get_np() by enabling it to return thread's real stackphantom2003-02-031-1/+9
* In pam_sm_acct_mgmt(), retrieve the cached credentials before trying todes2003-02-031-3/+6
* Whitespace cleanupdes2003-02-031-3/+3
* OpenPAMify.des2003-02-021-33/+10
* For some combinations of variable sizes and RAND_MAX value rand_r()ache2003-02-021-2/+4
* No need for the OPENSSL_NO_KRB5 switch anymore.markm2003-01-311-1/+1
* Document a bug in our chroot(2) implementation: if access controlrwatson2003-01-311-0/+6
* Zap another reference to !RFPROC being unsupported that I missed before.tjr2003-01-311-2/+0
* Don't use -compact in list of available flags. Fix tag width.tjr2003-01-311-1/+1
* !RFPROC has been supported for a while now.tjr2003-01-311-2/+1
* Back out previous. Many people disagreed with removing the warning.tjr2003-01-301-0/+8
* Add getosreldate.3 to the Makefile.trhodes2003-01-301-1/+1
* Add a manual page for getosreldate.c.trhodes2003-01-301-0/+65
* Catch some cases where asking for ridiculously large allocations couldphk2003-01-301-0/+4
* Remove runtime warning about gets().tjr2003-01-301-8/+0
* Lock stdin on entry, unlock on return, use __sgetc() instead of getchar()tjr2003-01-301-5/+9
* WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again.jmallett2003-01-301-0/+1
OpenPOWER on IntegriCloud