aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Add prog.deny as a list capability forBrian Somers1997-08-261-1/+3
* -I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.Bruce Evans1997-08-261-1/+1
* Cosmetic: distinguish in diag message between rebuilding and updatingJoerg Wunsch1997-08-241-1/+2
* Protect the copyright comments from reformatting bySteve Price1997-08-135-3/+28
* Implement canonical locking protocolAndrey A. Chernov1997-08-103-60/+81
* Observe precedence set by Phillippe Charnier in adding anSteve Price1997-08-071-3/+5
* Remove #if(n)def BSD_4_4_LITE cruft and sccsid -> rcsid.Steve Price1997-08-071-2/+3
* Improve weak locking by using flock()Andrey A. Chernov1997-08-051-4/+8
* sleep() after sending 'nologin' file to ensure output is drained beforeDavid Nugent1997-07-191-1/+2
* Add appropriate ${DESTDIR} in front of absolute paths.Satoshi Asami1997-07-181-1/+1
* Fix infinite loop.David Nugent1997-06-161-2/+2
* Add "break" inadvertently removed in previous update.David Nugent1997-06-131-1/+3
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-1/+9
* Typo police.Thomas Gellekum1997-05-221-2/+2
* Now I really understand the reason for the style.9 rule about not havingPeter Wemm1997-05-191-14/+14
* MF2.2: update login_cap api docs.David Nugent1997-05-181-9/+23
* For non-root uids, consider root-owned files also 'secure' unless otherwiseDavid Nugent1997-05-152-4/+4
* Back out previous revision. Shlib version numbers are supposed to beSatoshi Asami1997-05-131-1/+1
* Make uu_* const correct.Brian Somers1997-05-123-12/+12
* Add #include <sys/types.h> in synopsis, now required for libutil.h.David Nugent1997-05-114-4/+8
* Bump shared lib version to 2.3.David Nugent1997-05-111-1/+1
* MF2.2: bugfix in arrayize().David Nugent1997-05-111-2/+2
* Summary of login.conf support changes:David Nugent1997-05-1010-967/+1633
* Move login_cap.h from src/include for easier maintenance withDavid Nugent1997-05-102-0/+143
* Fix punctuation: "it's" -> "its"Daniel O'Callaghan1997-04-171-2/+2
* Fixed missing const in synopsis.Bruce Evans1997-04-131-2/+2
* Grammar police.Mike Pritchard1997-04-021-2/+2
* Add IdAndrey A. Chernov1997-04-021-1/+4
* Code space optimization in uu_lockerr()Andrey A. Chernov1997-04-021-10/+7
* Remove unused USE_PERROR define and syslog.h includeAndrey A. Chernov1997-04-022-25/+17
* MLINK uu_lockerr(3).Mike Pritchard1997-04-011-1/+1
* Mdoc police.Mike Pritchard1997-04-011-9/+10
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-313-48/+145
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-304-3/+276
* Fixed misquoted arg in synopsis.Bruce Evans1997-03-191-2/+2
* "infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov1997-02-271-1/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2219-19/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Obsolete fgetline() -> fgetln(); and chop off newline if necessary.David Nugent1997-02-101-4/+5
* 1MB is 1048576 bytes, not 1038476 bytes. (I can see that the originalSatoshi Asami1997-02-051-1/+1
* 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
* Added -Wall to CFLAGS, cleaned up (all avoidable) warnings.David Nugent1997-01-292-2/+3
* 1) Fixed bug in free()ing internal string/array whereDavid Nugent1997-01-291-24/+32
* #include <sys/stat.h> for umask() prototype.David Nugent1997-01-291-0/+1
* Sort cross references.Wolfram Schneider1997-01-205-11/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1420-20/+20
* Bump libutil.so version (2.1 -> 2.2) since a whole heap of new functionsPeter Wemm1997-01-131-1/+1
* Minor mdoc style fixes.Mike Pritchard1997-01-093-50/+82