summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2006-06-14Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. LongKenneth R Westerback
2006-04-02getting to the bottom of the issues. sprinkle a few casts that willTheo de Raadt
2006-03-30casts that cannot cause breakage in the futureTheo de Raadt
2006-03-30change internal login_protect() API to use mode_t like it shouldTheo de Raadt
2006-03-30please lint (without making anything else worse)Theo de Raadt
2005-11-28spaces, and a off_t typecast to please lintTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-19library routines should not be checking for NULL pointers passed in,Theo de Raadt
2005-10-12add uu_lock_txfr to .Nm list;Jason McIntyre
2005-08-02scrape $Id$ tags.Marc Espie
2005-07-29O_EXLOCK stuff was introduced in June 1997, and backed out again inJason McIntyre
2005-03-09Fix rounding of fractionless numbers. ok tom@ miod@Otto Moerbeek
2005-03-08Fix sizing of fraction. ok tom@ deraadt@Otto Moerbeek
2005-03-07use .Pq rather than .Po/.Pc;Jason McIntyre
2005-03-03Make sure we check snprintf return value for failure or truncation beforeChad Loder
2004-11-25update FILES;Jason McIntyre
2004-11-04Treat EOF at prompt the same as 'n' instead of looping forever.Todd C. Miller
2004-09-18label a switch fallthroughTheo de Raadt
2004-09-18avoid aliasing over library symbolTheo de Raadt
2004-09-18cast not neededTheo de Raadt
2004-09-16fix 1099512676352 -> 2.0T; ok miod@Otto Moerbeek
2004-07-13passwd.conf has been deprecated since login.conf was imported.Todd C. Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-05-28knf; otto okTheo de Raadt
2004-04-21kill whitespace at eol;Jason McIntyre
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-04-20Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.Todd C. Miller
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller
2004-02-21typoMarc Espie
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2003-12-27o Do not drop unit when printing -100Otto Moerbeek
2003-10-22utilties -> utilities; from Jared YanovichJason McIntyre
2003-09-02fix use-after-free for expired passwds; ok deraadt, tdevalMarkus Friedl
2003-07-23move junk (bad code, terrible APIs) to the only program that uses it;Theo de Raadt
2003-07-15fix function description in SYNOPSIS;Jason McIntyre
2003-06-26ansi and protosTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02- section reorderJason McIntyre
2003-05-23- typosJason McIntyre
2003-05-15New: fmt_scaled() and scan_scaled() convert to and from "human readable"Ian Darwin
2003-04-02knfTheo de Raadt
2003-04-01Throw an error if the username field is empty; noticed by mpech@Todd C. Miller
2003-03-30more asprintf; millert okTheo de Raadt
2003-03-30asprintf; millert okTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-11-24Add HISTORY sectionTodd C. Miller
2002-08-23do not export error_tableTheo de Raadt