summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
* Sort.obrien2001-05-181-23/+24
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,obrien2001-05-181-0/+4
* Don't pass NULL to the %s format.dd2001-04-221-2/+6
* mdoc(7) police: normalize .Nd.ru2001-04-183-3/+3
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* o Slap some "_"'s in front of variable names relating to extattr functions,rwatson2001-03-221-3/+3
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-7/+7
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-191-2/+3
* Fix some further style nitsbrian2001-03-171-8/+11
* Actually commit the new version of trimdomain *blush*brian2001-03-151-70/+80
* o To support new EA interface with explicit namespaces, introduce tworwatson2001-03-153-3/+80
* It would help if trimdomain.c was actually committed. This is a stopgappeter2001-03-151-0/+105
* Move trimdomain() into it's own source file and tidy things up a bit.brian2001-03-142-61/+5
* MAXHOSTNAMELEN includes space for the NULbrian2001-03-141-4/+4
* Updates for Blowfish password hashing.markm2001-03-111-1/+1
* In theory it would be perfectly legal for a system administrator tobillf2001-03-101-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-2/+2
* Fixed prototype of logout() (const poisoning).bde2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-12/+12
* Call trimdomain properly for ip4 addresses.brian2001-01-281-30/+30
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* In call to realloc, pass the number of bytes needed, not simply theghelmer2000-12-311-2/+2
* Prepare for mdoc(7)NG.ru2000-12-295-73/+70
* mdoc(7) police: Now that .Fx macro is parsed, backoutru2000-12-121-5/+2
* Fix a mangled $Id stringpeter2000-11-251-1/+1
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-2/+2
* Use Fx macro wherever possible.ru2000-11-141-2/+6
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+3
* Eliminate inconsistency where a value that contains only whitespacemurray2000-11-091-1/+6
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h somurray2000-11-083-9/+13
* Fix problems people were having with large -O levels with GCC andgreen2000-10-273-8/+50
* Correct uu_lock_txfr. I don't think this ever worked correctly.brian2000-10-021-5/+6
* Document passwd_format further.green2000-09-301-0/+4
* Constify the arg to logout(3). It is const-safe.peter2000-09-042-3/+3
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-024-252/+2
* Add weak symbol pragma for crypt_set_format().asmodai2000-08-231-0/+6
* Stick login_setcryptfmt() in its own file to make pulling in ofgreen2000-08-233-17/+46
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-224-2/+40
* If the format string passed to setproctitle begins with a '-'ps2000-08-012-24/+14
* Sshd writes connected host into utmp directly. If the connection isume2000-07-141-7/+14
* Make sbsize a size instead of a number. This allows the usual suffixessheldonh2000-07-142-2/+2
* Don't call warn() without a format string.kris2000-07-121-1/+1
* Better fix for .Fx macroache2000-07-061-2/+4
* Fix .Fx usage (causing error diagnositc)ache2000-07-061-1/+2
* document sbsize limit.alfred2000-06-021-0/+1
* We should see the ai_canonname menber of the first addrinfoume2000-05-241-6/+6
* Fix a memory leak with lc->lc_cap in login_close().hoek2000-05-211-0/+1
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+1
OpenPOWER on IntegriCloud