summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-05-14"error" was typed double, which is not suitable for getaddrinfo(3).Jun-ichiro itojun Hagino
2003-05-14libpcap and tcpdump now understand the new pflog datalink type.Can Erkin Acar
2003-05-14Mention that without a password being specified, the account is disabledJason Peel
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2003-05-14remove the last of the MI commonsJason Wright
2003-05-13Don't reformat output beyond a minimum terminal width (60).Paul Janzen
2003-05-13- document -VCamiel Dobbelaar
2003-05-13don't -I/usr/include/ssl, it's from old openssl distribution.Jun-ichiro itojun Hagino
2003-05-13Sync valid username check w/ user(1). Patch from Brian Poole,Todd C. Miller
2003-05-13Don't allow usernames to begin with a dash since pwd_mkdb(8)Todd C. Miller
2003-05-12Fix a bug where pkg_add would fail when dependencies got a few levels deepPeter Valchev
2003-05-12sprintf -> snprintf. ok krw@ deraadt@Ted Unangst
2003-05-12Do vis()-cleaning when displaying the print queue.Paul Janzen
2003-05-12feof() can only be used after you actually hit EOF so the checkTodd C. Miller
2003-05-12Sync to 0.6.2Camiel Dobbelaar
2003-05-12cut crap, use strdup instead of malloc + strlcpy, use err()Henning Brauer
2003-05-12extend copyright to 2003Henning Brauer
2003-05-12no point in strncmp here; seen after question fromHenning Brauer
2003-05-12explicit != NULL for pointerHenning Brauer
2003-05-12typo (mine) from Martin Reindl;Jason McIntyre
2003-05-12sync man page with marcus's recent upgrade;Jason McIntyre
2003-05-11comma splice.Paul Janzen
2003-05-10typos;Jason McIntyre
2003-05-10Be polite about leaving invalid data around in globals, just in caseChad Loder
2003-05-10catch up with pfctl changesHenning Brauer
2003-05-09No longer need -lcompatTodd C. Miller
2003-05-08replace strcpy with strlcpy and some strdup.Ted Unangst
2003-05-08strcpy->strlcpyVincent Labrecque
2003-05-08AUTHOR -> AUTHORS in .Sh, as per mdoc template.Jason McIntyre
2003-05-08used .Li for examples, as per first example.Jason McIntyre
2003-05-08.Xr newsyslogTodd C. Miller
2003-05-07bounds were sizeof(pointer) rather than size of the object; found withTheo de Raadt
2003-05-06fix harmless typo i introduced with previous string cleaning.Ted Unangst
2003-05-05a couple of off-by-one string bounds in sscanfAnil Madhavapeddy
2003-05-05-Wall cleanup: trim unused vars, better err() message in stdhosts,Anil Madhavapeddy
2003-04-30add an ap_server_strip_chroot for LoadModule tags. this partiallyAnil Madhavapeddy
2003-04-30one more strvis -> strnvis.Vincent Labrecque
2003-04-30pull in stdlib.h to avoid implicit decl of calloc(); ok henningJason Wright
2003-04-30Allow tables to be loaded into anchors.Cedric Berger
2003-04-30a OCTET -> an OCTET;Jason McIntyre
2003-04-29nothing uses the stuff in rxk_info, so until the overflows are fixed, skip itTheo de Raadt
2003-04-28strncpy IS NOT strlcpyThierry Deval
2003-04-28String cleanup, from beck@Thierry Deval
2003-04-28more string cleaning; ok beckTheo de Raadt
2003-04-28string cleaningTheo de Raadt
2003-04-28strings. tdeval and I finally agree on this :)Bob Beck
2003-04-28advocate posix ":" for user:group. deraadt okJun-ichiro itojun Hagino
2003-04-27string cleaning; from tdeval and teduTheo de Raadt
2003-04-25kill #if 0 code w/ evil string functions, deraadt/tdevalHenning Brauer
2003-04-25comment cleanupTheo de Raadt