summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-06use strlcatTheo de Raadt
2003-04-06a strlcatTheo de Raadt
2003-04-06very simple strlcat callsTheo de Raadt
2003-04-06string fixes; ok millert krwTheo de Raadt
2003-04-06make usage exactly like in the man page; andrushock@korovino.netTheo de Raadt
2003-04-06Rewrite fixit() to use snprintf() and strtol() with bounds and errorTodd C. Miller
2003-04-06string changes; millert okTheo de Raadt
2003-04-06strcpy/strcat cleanup. Ick millert@.Hakan Olsson
2003-04-06cgfourteen, cgtwelve and tcx do not need flags to force them in low-depth modeMiod Vallat
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06strcat->strlcat, ho@ okAnil Madhavapeddy
2003-04-06sprintf->snprintf. deraadt@ suggestions and okHakan Olsson
2003-04-06strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ okAnil Madhavapeddy
2003-04-06more string business; millert ok and suggestion for strdupPeter Valchev
2003-04-06o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizesTodd C. Miller
2003-04-06another asprintf() simplifies things furtherTodd C. Miller
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2003-04-06Consider 0 characters left to be a lack of format space.Kenneth R Westerback
2003-04-06remove an erroneous commentHugh Graham
2003-04-06Significant DHU driver fixups:Hugh Graham
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05ease netmask handling a bitHenning Brauer
2003-04-05trivial sprintfHenning Brauer
2003-04-05syncTheo de Raadt
2003-04-05o replace a strncpy + manual NUL terminate w/ strlcpyTodd C. Miller
2003-04-05string fixes. ok krw pvalchevTed Unangst
2003-04-05test dynaddr with netmaskHenning Brauer
2003-04-05test queue .. on $interfaceHenning Brauer
2003-04-05document queue .. on $interfaceHenning Brauer
2003-04-05allow queue specs to be limited to certain interfaces.Henning Brauer
2003-04-05one more trivial strlcpy that i forgot; ok deraadtPeter Valchev
2003-04-05whitespace KNFHenning Brauer
2003-04-05strings; ok miod ho krwTheo de Raadt
2003-04-05strings; ok krw miodTheo de Raadt
2003-04-05Add missing 230400 to linux_speeds array to match linux_spmasks.Todd C. Miller
2003-04-05Stick pf_default_rule everytime a packet pass because of theCedric Berger
2003-04-05Replace the timeout variables by the content of the timeoutCedric Berger
2003-04-05Cleanup by replacing a bunch of "(*rm)" by just "r"Cedric Berger
2003-04-05strncpy should be strlcpy. ok pvalchevTed Unangst
2003-04-05strlcat, strncpy; ok tedu henningPeter Valchev
2003-04-05Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.Todd C. Miller
2003-04-05free value after asprintf; ok artPeter Valchev
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
2003-04-05remove a dead function, simplify copy_string with strdup ; rohee@ okAnil Madhavapeddy
2003-04-05remove some unused variables, disambiguate braces; rohee@ okAnil Madhavapeddy
2003-04-05string fixes; ok miod henningTheo de Raadt
2003-04-05string fixes; ok henning miodTheo de Raadt