aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better fix for .Fx macroAndrey A. Chernov2000-07-061-2/+4
* Fix .Fx usage (causing error diagnositc)Andrey A. Chernov2000-07-061-1/+2
* document sbsize limit.Alfred Perlstein2000-06-021-0/+1
* We should see the ai_canonname menber of the first addrinfoHajimu UMEMOTO2000-05-241-6/+6
* Fix a memory leak with lc->lc_cap in login_close().Tim Vanderhoek2000-05-211-0/+1
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* Add xref to cap_mkdb(1).Nik Clayton2000-04-301-0/+1
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-2219-127/+50
* Fix some spelling errors.Mike Pritchard2000-03-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO2000-03-231-8/+23
* Since crypto/openssh/login.c was changed to use realhostname_sa(),Hajimu UMEMOTO2000-03-071-13/+29
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-023-3/+6
* Update major version.Yoshinobu Inoue2000-02-141-2/+2
* Document mixpasswordcase here as well as in passwd.1Nik Clayton2000-02-111-0/+3
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-272-151/+1
* Avoid core dump when ai_canonname is NULL.Yoshinobu Inoue2000-01-271-4/+8
* Use a long line instead splitting a line with backslash-newline in synopsis.Bruce Evans2000-01-271-2/+1
* Use a more conventional copyright message.Peter Wemm2000-01-261-9/+14
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-255-2/+237
* Do not set the default terminal type to "su", leave it empty.Ruslan Ermilov2000-01-192-6/+2
* Repair internal consistency: Change "login_cap_t * lc" to a more correctChris Costello2000-01-181-1/+1
* Add the "use -lutil" line to all functions that require it so people likeBill Fumerola2000-01-187-0/+39
* Support v6 login.Yoshinobu Inoue2000-01-151-7/+24
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
* Fixed missing include in synopsis.Bruce Evans2000-01-051-1/+2
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-301-1/+2
* Connect fparseln(3) for mailwrapper(8)Peter Wemm1999-12-294-5/+22