summaryrefslogtreecommitdiffstats
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add xref to cap_mkdb(1).nik2000-04-301-0/+1
* Introduce .Lb macro to libutil manpagesphantom2000-04-2219-127/+50
* Fix some spelling errors.mpp2000-03-241-6/+6
* Return IPv4 native address for IPv4 mapped IPv6 address, even ifume2000-03-231-8/+23
* Since crypto/openssh/login.c was changed to use realhostname_sa(),ume2000-03-071-13/+29
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-023-3/+6
* Update major version.shin2000-02-141-2/+2
* Document mixpasswordcase here as well as in passwd.1nik2000-02-111-0/+3
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-151/+1
* Avoid core dump when ai_canonname is NULL.shin2000-01-271-4/+8
* Use a long line instead splitting a line with backslash-newline in synopsis.bde2000-01-271-2/+1
* Use a more conventional copyright message.peter2000-01-261-9/+14
* several tcp apps IPv6 updateshin2000-01-255-2/+237
* Do not set the default terminal type to "su", leave it empty.ru2000-01-192-6/+2
* Repair internal consistency: Change "login_cap_t * lc" to a more correctchris2000-01-181-1/+1
* Add the "use -lutil" line to all functions that require it so people likebillf2000-01-187-0/+39
* Support v6 login.shin2000-01-151-7/+24
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-6/+1
* Fixed missing include in synopsis.bde2000-01-051-1/+2
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-1/+2
* Connect fparseln(3) for mailwrapper(8)peter1999-12-294-5/+22
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-211-1/+1
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-191-86/+61
* This commit was generated by cvs2svn to compensate for changes in r54820,peter1999-12-192-0/+383
|\
| * Import fparseln(3) from NetBSD. It's used for easily dealing with \peter1999-12-192-0/+383
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-172-30/+45
* Introduce commandline caching in the kernel.phk1999-11-161-0/+9
* Link manual page for login_getpwclass(3) to login_cap(3).jkoshy1999-11-041-1/+3
OpenPOWER on IntegriCloud