summaryrefslogtreecommitdiffstats
path: root/libutil
Commit message (Expand)AuthorAgeFilesLines
* Use a more conventional copyright message.Peter Wemm2000-01-261-9/+14
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-0/+3
* Connect fparseln(3) for mailwrapper(8)Peter Wemm1999-12-291-0/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-06-291-1/+4
* Force umask to 077 (instead of 000) during the edit phase, to getPierre Beyssac1999-06-261-4/+1
* Add -d option to vipw(8) to allow selection of an alternative directorySheldon Hearn1999-06-261-8/+14
* oops, add pwd!=NULL check to previous fixAndrey A. Chernov1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confAndrey A. Chernov1999-04-241-1/+14
* Add realhostname() - a function to correctly lookupBrian Somers1999-04-061-1/+9
* Declare setproctitle() as printf0-like.Bruce Evans1998-12-161-2/+2
* oops. Fix indentation of the 'for' loop I just added.Matthew Dillon1998-12-131-18/+18
* Handle the race condition where vipw may lock a password file which hasMatthew Dillon1998-12-131-6/+22
* Since vfork() was changed to fork(), we have to pass errno back from theDag-Erling Smørgrav1998-10-201-3/+6
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-3/+3
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-2/+1
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-091-2/+2
* Take the path spec back out.Jordan K. Hubbard1998-10-091-4/+1
* All these have to include stdio.h now.Jordan K. Hubbard1998-10-091-1/+2
* remove stdio.h include; I forgot Bruce's cardinal rule that header filesJordan K. Hubbard1998-10-081-2/+1
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-071-1/+16
* Add missing uu_lock_txfr() prototypeAndrey A. Chernov1998-06-051-1/+2
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-011-2/+2
* Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers1998-05-281-1/+3
* Statisize usage().Philippe Charnier1997-10-271-1/+4
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-051-3/+3
* Endless loop.Wolfram Schneider1997-09-291-5/+5
* The parameters to logwtmp should be const char'sPaul Traina1997-09-041-2/+2
* Remove login_progok()Brian Somers1997-08-311-2/+1
* Add full support for determining if a userBrian Somers1997-08-271-1/+2
* Cosmetic: distinguish in diag message between rebuilding and updatingJoerg Wunsch1997-08-241-1/+2
* Implement canonical locking protocolAndrey A. Chernov1997-08-101-2/+4
* Add "break" inadvertently removed in previous update.David Nugent1997-06-131-1/+3
* Now I really understand the reason for the style.9 rule about not havingPeter Wemm1997-05-191-14/+14
* For non-root uids, consider root-owned files also 'secure' unless otherwiseDavid Nugent1997-05-151-2/+2
* Make uu_* const correct.Brian Somers1997-05-121-4/+4
* MF2.2: bugfix in arrayize().David Nugent1997-05-111-2/+2
* Summary of login.conf support changes:David Nugent1997-05-104-362/+656
* Move login_cap.h from src/include for easier maintenance withDavid Nugent1997-05-101-0/+141
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-311-1/+9
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-301-1/+3
* "infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov1997-02-271-1/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Fix free()ing block twice, remove unused function.David Nugent1997-01-301-15/+1
* Fix typo .->, for default separators in login_getcaplist().David Nugent1997-01-291-1/+2
* Completed fixes with login_getcapsize().David Nugent1997-01-291-1/+2
* 1) Fixed bug in free()ing internal string/array whereDavid Nugent1997-01-291-24/+32
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Various bugfixes.David Nugent1997-01-071-7/+11