summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2003-04-15added trailing slash to ftp example;Jason McIntyre
2003-04-15fix an oupsHenning Brauer
2003-04-15close to "official" ap_config.h so future merges are easier. NOOP, just styleHenning Brauer
2003-04-15first sprintf pass from todd@ and ISC-Bugs #5614.Jakob Schlyter
2003-04-15strlcpy; ok teduTheo de Raadt
2003-04-15nasty lies from hobbits, clean them out of commentsTheo de Raadt
2003-04-15avoid hardcoding 12; use NI_MAXSERV. deraadt okJun-ichiro itojun Hagino
2003-04-14%d is 12 chars big, not 10; ok deraadtPeter Valchev
2003-04-14%d is 12 chars not 10, also sneak an easy snprintf; this code is currentlyPeter Valchev
2003-04-14%d is 12 chars, not 10; ok deraadtPeter Valchev
2003-04-14Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. InspiredTodd C. Miller
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
2003-04-14obvious spring cleanupTheo de Raadt
2003-04-14strlcpy, obviousTheo de Raadt
2003-04-13remove debugg printf that had a bad format stringAnil Madhavapeddy
2003-04-13obvious typo: "s%" -> "%s" in format stringAnil Madhavapeddy
2003-04-13Clarify the -d option and allow the passwd file argument to not beTodd C. Miller
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
2003-04-10regen with autoconf 2.52Jakob Schlyter
2003-04-10provide strlcat() and strlcpy() for platform without them. althoughJakob Schlyter
2003-04-09string shit; ok dhartmei@Henning Brauer
2003-04-09more string shit, ok bob and vincentHenning Brauer
2003-04-08missing free(pagname); noticed by vincentHenning Brauer
2003-04-082x trivial strcpyHenning Brauer