aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Document when this function came into FreeBSD.David E. O'Brien2004-08-211-1/+3
* Spell FTP correctly - in this case, it is used as the name of the protocol,Peter Pentchev2004-08-061-2/+2
* Add Giorgos's description of the ftp-chroot login.conf option.Peter Pentchev2004-08-061-0/+10
* Markup fixes.Ruslan Ermilov2004-07-071-16/+24
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0214-29/+52
* Humanize_number(3) is a part of libutil.Pawel Jakub Dawidek2004-05-251-0/+2
* You want to include libutil.h, not util.h.Tom Rhodes2004-05-251-4/+7
* Add humanize_number(3) to libutil for formating numbers into a humanPawel Jakub Dawidek2004-05-244-4/+312
* Don't depend on NULL's expansion being a pointer, cast it before it is passedStefan Farfeleder2004-05-181-3/+4
* Fix and clarify unparsable sentence.Diomidis Spinellis2004-05-111-3/+3
* Bring the description for login_getclassbyname in sync with the function'sDiomidis Spinellis2004-05-112-8/+28
* Back out the "clean_environment()" function from libutil.Tim Kientzle2004-02-293-211/+4
* Add the clean_environment call to libutil.h also.Tim Kientzle2004-02-261-0/+2
* Add a clean_environment call to libutil.Tim Kientzle2004-02-263-4/+211
* Bump the major version on libtuil. libutil now relies on the mac_*Robert Watson2003-11-121-1/+1
* Remove __NETBSD_SYSCALLS.Tim J. Robbins2003-10-291-6/+0
* (mostly) Clean up some const warnings here. The code takes some libertiesPeter Wemm2003-10-261-8/+9
* ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.Mark Murray2003-10-1817-137/+120
* Remove a GCC specifig CFLAG. We should be using WARNS=? for this.Mark Murray2003-10-181-1/+1
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-102-2/+2
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Tidy up. Sort headers.Mark Murray2003-06-1413-56/+53
* Backout last commit. It is redundant in -CURRENT.Murray Stokely2003-05-051-5/+1
* Note that the idletime setting is not enforced.Murray Stokely2003-05-041-1/+5
* Document the login-backoff and login-retries capabilities.Murray Stokely2003-05-041-0/+5
* Add vmemoryuse to the list.Tom Rhodes2003-04-261-0/+1
* Brucify.Dag-Erling Smørgrav2003-04-101-4/+8
* Correctly detect the case where a password entry was changed while we wereDag-Erling Smørgrav2003-04-091-2/+7
* Apply the correct fix for bin/50679: don't mess around with process groupsDag-Erling Smørgrav2003-04-091-13/+19
* Band-aid for the "^C kills the editor" problem. I haven't yet found theDag-Erling Smørgrav2003-04-081-10/+6
* The .Fn functionPhilippe Charnier2003-03-2412-31/+53
* Make pw_edit() use /bin/sh to interpret the EDITOR environmentDavid Schultz2003-03-171-2/+12
* Re-document unimplemented capabilities that were removed in the lastDavid Schultz2003-03-051-0/+57
* - Document the fact that we now use pam_passwdqc(8) to checkDavid Schultz2003-03-031-58/+16
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-1/+3
* Now return NULLified struct in case of empty config fileAndrey A. Chernov2003-01-271-6/+9
* Handle read errorsAndrey A. Chernov2003-01-271-3/+6
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov2003-01-191-13/+31
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* english(4) police.Jens Schweikhardt2002-12-272-2/+2
* Document the `label' capability.Chris Costello2002-11-221-0/+2
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-172-2/+4
* Add LOGIN_SETMAC to the list of flags that can't be set without classRobert Watson2002-11-121-1/+1
* Use "deprecated" instead of "depreciated" where appropriate.Sheldon Hearn2002-10-301-1/+1
* Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.Dag-Erling Smørgrav2002-10-291-1/+2
* If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seeRobert Watson2002-10-231-0/+27
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-2/+2