aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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-083-85/+437
* login(3) doesn't care about the controlling terminal any more.Dag-Erling Smørgrav2002-04-201-1/+1
* Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the ttyDag-Erling Smørgrav2002-04-201-3/+9
* Make mppath and masterpasswd pointers instead of arrays, and initializeDag-Erling Smørgrav2002-04-171-2/+4
* Add a missing cross-ref.Ceri Davies2002-04-161-1/+2
* Remove bogus reference to _use_yp.Dag-Erling Smørgrav2002-04-151-9/+1
* Const poisoning.Ruslan Ermilov2002-04-086-28/+26
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-8/+7
* Remove __P() usage.David E. O'Brien2002-03-213-62/+62
* Remove 'register' keyword.David E. O'Brien2002-03-212-3/+3
* Remove a bogus cast.Dag-Erling Smørgrav2002-03-061-1/+1
* Correct a typo.Dima Dorfman2002-03-031-1/+1
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-1/+2
* #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
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingRobert Watson2001-11-163-181/+1
* o Document 'nocheckmail' login capability.Robert Watson2001-11-161-0/+1
* Although the 'bool' type is referenced in the list of capabilities, itRobert Watson2001-11-161-0/+3
* Fix the phrase about "both files", which must be leftYaroslav Tykhiy2001-10-111-1/+3
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0119-44/+44
* Add __FBSDID()s to libutilMatthew Dillon2001-09-3020-52/+58
* 1) Back out ~/.login_conf disableAndrey A. Chernov2001-09-252-8/+5
* Disable per-user .login_conf support due to incorrect merging of localRobert Watson2001-09-162-0/+5
* o Add a comment noting that the early setting of privileges for the purposeRobert Watson2001-09-151-2/+6
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-1/+0
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Simplify IPv4 mapped IPv6 address handling.Hajimu UMEMOTO2001-07-231-66/+39
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-237-270/+1
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-227-2/+271
* Hint getaddrinfo() correctly if we're looking up a name that we got fromBrian Somers2001-07-211-2/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-1513-59/+59
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-108-8/+8
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-4/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-3/+3
* Add RETURN VALUES and ERRORS sections.Dima Dorfman2001-06-251-2/+11
* Add a manual page for extattr_string_to_namespace andDima Dorfman2001-06-242-0/+94
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+1
* Sort.David E. O'Brien2001-05-181-23/+24
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,David E. O'Brien2001-05-181-0/+4
* Don't pass NULL to the %s format.Dima Dorfman2001-04-221-2/+6
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-183-3/+3
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* 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-7/+7
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-2/+3
* Fix some further style nitsBrian Somers2001-03-171-8/+11
* Actually commit the new version of trimdomain *blush*Brian Somers2001-03-151-70/+80
* o To support new EA interface with explicit namespaces, introduce twoRobert Watson2001-03-153-3/+80
* It would help if trimdomain.c was actually committed. This is a stopgapPeter Wemm2001-03-151-0/+105