aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2639-40/+40
* MFC: (rev 1.8 -> 1.9) Sshd writes connected host into utmp directly.Hajimu UMEMOTO2000-07-181-7/+14
* MFC: make sbsize a size instead of a number.Sheldon Hearn2000-07-182-2/+2
* MFC: fix memory leak on login_close()Tim Vanderhoek2000-06-041-0/+1
* MFC: We should see the ai_canonname menber of the first addrinfoHajimu UMEMOTO2000-06-031-6/+6
* MFC: document sbsize.Alfred Perlstein2000-06-021-0/+1
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* MFC: Fix some spelling errors.Mike Pritchard2000-04-231-6/+6
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-2219-127/+50
* MFC, Return IPv4 native address for IPv4 mapped IPv6 address, even ifHajimu UMEMOTO2000-04-101-8/+23
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-262/+0
* 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
* Fix a bug where a pointer would be one character too far after puttingOllivier Robert1999-12-211-1/+1
* Rewriting of flags_to_string() and string_to_flags() to use an array.Ollivier Robert1999-12-191-86/+61
* This commit was generated by cvs2svn to compensate for changes in r54820,Peter Wemm1999-12-192-0/+383
|\
| * Import fparseln(3) from NetBSD. It's used for easily dealing with \Peter Wemm1999-12-192-0/+383
* Make setproctitle(NULL) restore all of the original argumentsBrian Somers1999-11-172-30/+45
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-0/+9
* Link manual page for login_getpwclass(3) to login_cap(3).Joseph Koshy1999-11-041-1/+3
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-092-0/+2
* mdoc(7)'fyAlexey Zelkin1999-09-218-24/+28
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-203-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2835-35/+35
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Various man page cleanup:Mike Pritchard1999-08-152-6/+6
* Bad reference of termios(3) changed to termios(4).Chris Costello1999-08-141-2/+2
* Bad reference to lstat(3) changed to lstat(2)Chris Costello1999-08-141-2/+2
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-133-571/+2
* Correct some grammar and style problems with this page.Nik Clayton1999-07-201-16/+16
* Be a little clearer about login_getpwclass(3), and its penchant forNik Clayton1999-07-141-1/+7
* Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missingSheldon Hearn1999-07-121-1/+1
* Move call to umask(0) back into pw_util(), because the latterPierre Beyssac1999-06-291-1/+4