summaryrefslogtreecommitdiffstats
path: root/libutil
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.Dag-Erling Smørgrav2002-10-291-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Add LOGIN_SETMAC, which will indicate to the user context management codeRobert Watson2002-08-161-1/+2
* Whitespace cleanup--it's not style(9), but it is consistent. PrepRobert Watson2002-08-111-3/+3
* Be more clear in error messages.Nick Hibma2002-06-231-4/+9
* If no old_pw was passed to pw_copy, compare just the name.Dag-Erling Smørgrav2002-05-081-1/+2
* Add passwd manipulation code based on parts of vipw and chpass.Dag-Erling Smørgrav2002-05-082-82/+433
* Make mppath and masterpasswd pointers instead of arrays, and initializeDag-Erling Smørgrav2002-04-171-2/+4
* Remove bogus reference to _use_yp.Dag-Erling Smørgrav2002-04-151-9/+1
* Const poisoning.Ruslan Ermilov2002-04-083-14/+14
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-8/+7
* Remove __P() usage.David E. O'Brien2002-03-212-64/+64
* Remove a bogus cast.Dag-Erling Smørgrav2002-03-061-1/+1
* #include <stddef.h> for the definition of NULL instead of depending onBruce Evans2002-02-251-1/+3
* ANSIfy and constify.Dag-Erling Smørgrav2002-02-051-17/+15
* Add __FBSDID()s to libutilMatthew Dillon2001-09-303-6/+8
* 1) Back out ~/.login_conf disableAndrey A. Chernov2001-09-251-6/+5
* Disable per-user .login_conf support due to incorrect merging of localRobert Watson2001-09-161-0/+3
* o Add a comment noting that the early setting of privileges for the purposeRobert Watson2001-09-151-2/+6
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-231-4/+0
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-221-0/+4
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+3
* Don't pass NULL to the %s format.Dima Dorfman2001-04-221-2/+6
* o Slap some "_"'s in front of variable names relating to extattr functions,Robert Watson2001-03-221-3/+3
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-2/+3
* o To support new EA interface with explicit namespaces, introduce twoRobert Watson2001-03-151-0/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely2000-11-081-0/+3
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-271-7/+6
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-041-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-1/+0
* Add weak symbol pragma for crypt_set_format().Jeroen Ruigrok van der Werven2000-08-231-0/+6
* Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman2000-08-232-13/+44
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-222-0/+14
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Fix a memory leak with lc->lc_cap in login_close().Tim Vanderhoek2000-05-211-0/+1
* 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