summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2003-04-25Compile with -ansi -pedantic. Replace one ugly lvalue cast with a memcpy.Chad Loder
2003-04-25replace an unbounded %s in a sscanf with a bounded oneAnil Madhavapeddy
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-04-25- add missing .El macros (7 of them!)Jason McIntyre
2003-04-25eliminate a sprintf in code we don't use, prodded by and ok jsyn@Henning Brauer
2003-04-25ICMP types are u_int8_t. Use u_int8_t and %u for ICMP types instead ofChad Loder
2003-04-25TTL is defined as u_int8_t in both <netinet/ip.h> andChad Loder
2003-04-24better bounds for strlcpy. from lha@stacken via janj+openbsd at wenf.org.Ted Unangst
2003-04-24Validation of command line argument for packet data length was comparingChad Loder
2003-04-24fix bounds for strlcpy. pr3228 from Jan JohanssonTed Unangst
2003-04-23updated links to FreeBSD ppp docs;Jason McIntyre
2003-04-23more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@.Jakob Schlyter
2003-04-22port numbers are unsigned. use %u. from kameJun-ichiro itojun Hagino
2003-04-20more afs string cleaning; pvalchev okTheo de Raadt
2003-04-20oh, the cgi-man thing... duhTheo de Raadt
2003-04-20authpf is supposed to die if the /etc/authpf/authpf.conf is not present.Bob Beck
2003-04-19Sync usage() and man page; closes PR 3219Todd C. Miller
2003-04-19transposed args to snprintf, millert@ okAnil Madhavapeddy
2003-04-19format string typo in usage (%d -> %s for program name)Anil Madhavapeddy
2003-04-19string stuff, ok krw@ deraadt@Henning Brauer
2003-04-19string stuff, ok krw@Henning Brauer
2003-04-17Assign the return value of snprintf to an int, not a char. fixes a comparisonDale Rahn
2003-04-17Change a few return values from char to int since these functionsTodd C. Miller
2003-04-16update USC copyright, fixes "without fee" misplaced modifierTheo de Raadt
2003-04-16honour httpd_flags from rc.confHenning Brauer
2003-04-16small fix to compile. spot by marc@Ted Unangst
2003-04-16string cleaning; ok millertTheo de Raadt