summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Also make linux_spmasks const, since it is. deraadt@ OK
2003-04-05Stick pf_default_rule everytime a packet pass because of theCedric Berger
implicit "pass all" first rule match and remove all "r == NULL" tests which are now useless. ok dhartmei@
2003-04-05Replace the timeout variables by the content of the timeoutCedric Berger
field of a new pf_default_rule structure. ok dhartmei@
2003-04-05Cleanup by replacing a bunch of "(*rm)" by just "r"Cedric Berger
ok dhartmei@
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
The > was wrong and >= is not needed (== is suuficient). OK krw@ From Patrick Latifi
2003-04-05free value after asprintf; ok artPeter Valchev
2003-04-05use sizeof for snprintf size arg for static buffers instead of duplicatingAnil Madhavapeddy
the size value; rohee@ ok
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
2003-04-05string fixes; ok miod henningTheo de Raadt
2003-04-05snprintf; ok miod ho henningTheo de Raadt
2003-04-05simple snprintf and strlcpy; henning okTheo de Raadt
2003-04-05simple snprintf; miod okTheo de Raadt
2003-04-05strlcpy whack; miod okTheo de Raadt
2003-04-05simple strcpy replacement; miod okTheo de Raadt
2003-04-05simple strlcpy; henning okTheo de Raadt
2003-04-05correct a bad strncpy; replace with strlcat; rohee@ okAnil Madhavapeddy
2003-04-05strlcpy; ok matthieu henning miodTheo de Raadt
2003-04-05strlcpyTheo de Raadt
2003-04-05say goodbye to strcpy, okay deraadt@Marc Espie
2003-04-05snprintfTheo de Raadt
2003-04-05sprintf->snprintfMarc Espie
2003-04-05strlcpyMarc Espie
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2003-04-05simplify a loop, convert it to strlcat; tedu@ okAnil Madhavapeddy
2003-04-05strlcpy/strlcat conversions; tedu@ okAnil Madhavapeddy
2003-04-05trivial strlcat, tedu@ okAnil Madhavapeddy
2003-04-05some strlcpy,snprintf,strlcat conversions, tedu@ okAnil Madhavapeddy
2003-04-05fix typo, bad tdeval; pt out by emmf26@umr.eduPeter Valchev
2003-04-05snprintf, strlcpy; ok deraadt tdeval tedu krwPeter Valchev
2003-04-05some more string shit; krw okTheo de Raadt
2003-04-05sprintf -> snprintfThierry Deval
ok tedu@, krw@; hints deraadt@, millert@
2003-04-05add a size parameter to doabbr(), and convertThierry Deval
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@
2003-04-05sprintf -> snprintfThierry Deval
ok tedu@, hints deraadt@, millert@
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
ok tedu@, hints by deraadt@ and millert@
2003-04-04two fixes; help from tedu & tdevalTheo de Raadt
2003-04-04strcpy -> strlcpyThierry Deval
ok deraadt@
2003-04-04strcat -> strlcatHans Insulander
ok deraadt@ tedu@ tdeval@
2003-04-04strlcpy; tedu okTheo de Raadt
2003-04-04strcat->strlcat, ok millert@Anil Madhavapeddy
2003-04-04strlcpy, ok millert@Anil Madhavapeddy
2003-04-04strcpy->strlcpy, ok millert@Anil Madhavapeddy