summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
...
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-092-0/+2
* mdoc(7)'fyphantom1999-09-218-24/+28
* Correct spelling : ascii -> ASCIIphantom1999-09-203-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2835-35/+35
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
* Various man page cleanup:mpp1999-08-152-6/+6
* Bad reference of termios(3) changed to termios(4).chris1999-08-141-2/+2
* Bad reference to lstat(3) changed to lstat(2)chris1999-08-141-2/+2
* Axe LOGIN_CAP_AUTH.sheldonh1999-08-133-571/+2
* Correct some grammar and style problems with this page.nik1999-07-201-16/+16
* Be a little clearer about login_getpwclass(3), and its penchant fornik1999-07-141-1/+7
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingsheldonh1999-07-121-1/+1
* Move call to umask(0) back into pw_util(), because the latterpb1999-06-291-1/+4
* Force umask to 077 (instead of 000) during the edit phase, to getpb1999-06-261-4/+1
* Add -d option to vipw(8) to allow selection of an alternative directorysheldonh1999-06-261-8/+14
* Remove the static declaration from the line[] variable to allowjb1999-05-241-2/+2
* Chflags was clearing all flags supplied on the command line after ajmz1999-05-211-2/+2
* fix potential memory overwrite in escape parsingache1999-05-131-2/+2
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-301-3/+5
* oops, add pwd!=NULL check to previous fixache1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confache1999-04-241-1/+14
* add MLINKS for two functions used from login_auth.cache1999-04-242-19/+20
* If given host.domain:nn[.nn], trimdomain() now reduces it tobrian1999-04-092-10/+54
* bcopy -> memmovebrian1999-04-081-2/+2
* Tidy up trimdomain() and document it.brian1999-04-073-12/+76
* Handle hostnames up to MAXHOSTNAMELEN-1 in length.brian1999-04-071-10/+9
* Put parenthesis around sizeof args.brian1999-04-071-6/+6
* Add realhostname() - a function to correctly lookupbrian1999-04-064-3/+190
* Get the pid right if a stale lock file exists.brian1999-03-111-4/+4
* Fixed bitrot in synopsis (some const poisoning had not reached here).bde1999-03-052-4/+4
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
* Declare setproctitle() as printf0-like.bde1998-12-161-2/+2
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isbde1998-12-161-8/+7
* oops. Fix indentation of the 'for' loop I just added.dillon1998-12-131-18/+18
* Handle the race condition where vipw may lock a password file which hasdillon1998-12-131-6/+22
* Better document the file format, add in support for nested {}'s in multi-linejkh1998-11-222-8/+28
* Since vfork() was changed to fork(), we have to pass errno back from thedes1998-10-201-3/+6
* correct prototype.jkh1998-10-141-2/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-3/+3
* Now take stdio.h out of files that don't require it.jkh1998-10-099-17/+10
* Update docs to match interface change.jkh1998-10-091-4/+4
* o move path in libutil.h to paths.hjkh1998-10-093-10/+11
* Take the path spec back out.jkh1998-10-091-4/+1
* All these have to include stdio.h now.jkh1998-10-094-4/+8
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesjkh1998-10-081-2/+1
* Add some rudimentary documentation for my new functions.jkh1998-10-084-2/+182
* Correct a build error that got past my build test somehow.jkh1998-10-082-0/+3
* Add a simple mechanism for reading property lists from files (whichjkh1998-10-074-2/+300
OpenPOWER on IntegriCloud