summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2003-04-08very easy strcpyHenning Brauer
2003-04-08kill one more strcpy; easy oneHenning Brauer
2003-04-08easy sprintf in code we don't useHenning Brauer
2003-04-08more correct snprintf bound. ok deraadt@Ted Unangst
2003-04-08string fixes in code we don't compile by default; tedu help & okHenning Brauer
2003-04-08use asprintf; ok henningTheo de Raadt
2003-04-08yes I am a dorkHenning Brauer
2003-04-08string fixes; pval agreesHenning Brauer
2003-04-08trivial strcpy in code we don't even compileHenning Brauer
2003-04-08string stuff, ok pvalHenning Brauer
2003-04-08bye-bye sprintf, ok pval@Henning Brauer
2003-04-08string stuff; ok pval@Henning Brauer
2003-04-08more strcpy & friends bye-bye; ok pvalHenning Brauer
2003-04-08string shit; ok pvalHenning Brauer