aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move trimdomain() into it's own source file and tidy things up a bit.Brian Somers2001-03-142-61/+5
* MAXHOSTNAMELEN includes space for the NULBrian Somers2001-03-141-4/+4
* Updates for Blowfish password hashing.Mark Murray2001-03-111-1/+1
* In theory it would be perfectly legal for a system administrator toBill Fumerola2001-03-101-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* Fixed prototype of logout() (const poisoning).Bruce Evans2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-12/+12
* Call trimdomain properly for ip4 addresses.Brian Somers2001-01-281-30/+30
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* In call to realloc, pass the number of bytes needed, not simply theGuy Helmer2000-12-311-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-295-73/+70
* mdoc(7) police: Now that .Fx macro is parsed, backoutRuslan Ermilov2000-12-121-5/+2
* Fix a mangled $Id stringPeter Wemm2000-11-251-1/+1
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-2/+6
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-3/+3
* Eliminate inconsistency where a value that contains only whitespaceMurray Stokely2000-11-091-1/+6
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely2000-11-083-9/+13
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-273-8/+50
* Correct uu_lock_txfr. I don't think this ever worked correctly.Brian Somers2000-10-021-5/+6
* Document passwd_format further.Brian Feldman2000-09-301-0/+4
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-042-3/+3
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-024-252/+2
* 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-233-17/+46
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-224-2/+40
* If the format string passed to setproctitle begins with a '-'Paul Saab2000-08-012-24/+14
* Sshd writes connected host into utmp directly. If the connection isHajimu UMEMOTO2000-07-141-7/+14
* Make sbsize a size instead of a number. This allows the usual suffixesSheldon Hearn2000-07-142-2/+2
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1