Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-05 | one more trivial strlcpy that i forgot; ok deraadt | Peter Valchev | |
2003-04-05 | whitespace KNF | Henning Brauer | |
2003-04-05 | strings; ok miod ho krw | Theo de Raadt | |
2003-04-05 | strings; ok krw miod | Theo de Raadt | |
2003-04-05 | Add 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-05 | Stick pf_default_rule everytime a packet pass because of the | Cedric Berger | |
implicit "pass all" first rule match and remove all "r == NULL" tests which are now useless. ok dhartmei@ | |||
2003-04-05 | Replace the timeout variables by the content of the timeout | Cedric Berger | |
field of a new pf_default_rule structure. ok dhartmei@ | |||
2003-04-05 | Cleanup by replacing a bunch of "(*rm)" by just "r" | Cedric Berger | |
ok dhartmei@ | |||
2003-04-05 | strncpy should be strlcpy. ok pvalchev | Ted Unangst | |
2003-04-05 | strlcat, strncpy; ok tedu henning | Peter Valchev | |
2003-04-05 | Change 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-05 | free value after asprintf; ok art | Peter Valchev | |
2003-04-05 | use sizeof for snprintf size arg for static buffers instead of duplicating | Anil Madhavapeddy | |
the size value; rohee@ ok | |||
2003-04-05 | remove a dead function, simplify copy_string with strdup ; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | remove some unused variables, disambiguate braces; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt | |
2003-04-05 | string fixes; ok henning miod | Theo de Raadt | |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt | |
2003-04-05 | snprintf; ok miod ho henning | Theo de Raadt | |
2003-04-05 | simple snprintf and strlcpy; henning ok | Theo de Raadt | |
2003-04-05 | simple snprintf; miod ok | Theo de Raadt | |
2003-04-05 | strlcpy whack; miod ok | Theo de Raadt | |
2003-04-05 | simple strcpy replacement; miod ok | Theo de Raadt | |
2003-04-05 | simple strlcpy; henning ok | Theo de Raadt | |
2003-04-05 | correct a bad strncpy; replace with strlcat; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | strlcpy; ok matthieu henning miod | Theo de Raadt | |
2003-04-05 | strlcpy | Theo de Raadt | |
2003-04-05 | say goodbye to strcpy, okay deraadt@ | Marc Espie | |
2003-04-05 | snprintf | Theo de Raadt | |
2003-04-05 | sprintf->snprintf | Marc Espie | |
2003-04-05 | strlcpy | Marc Espie | |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | Hakan Olsson | |
2003-04-05 | simplify a loop, convert it to strlcat; tedu@ ok | Anil Madhavapeddy | |
2003-04-05 | strlcpy/strlcat conversions; tedu@ ok | Anil Madhavapeddy | |
2003-04-05 | trivial strlcat, tedu@ ok | Anil Madhavapeddy | |
2003-04-05 | some strlcpy,snprintf,strlcat conversions, tedu@ ok | Anil Madhavapeddy | |
2003-04-05 | fix typo, bad tdeval; pt out by emmf26@umr.edu | Peter Valchev | |
2003-04-05 | snprintf, strlcpy; ok deraadt tdeval tedu krw | Peter Valchev | |
2003-04-05 | some more string shit; krw ok | Theo de Raadt | |
2003-04-05 | sprintf -> snprintf | Thierry Deval | |
ok tedu@, krw@; hints deraadt@, millert@ | |||
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval | |
strcpy/sprintf -> strlcpy/snprintf. ok tedu@, krw@; help from deraadt@, millert@ | |||
2003-04-05 | sprintf -> snprintf | Thierry Deval | |
ok tedu@, hints deraadt@, millert@ | |||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval | |
ok tedu@, hints by deraadt@ and millert@ | |||
2003-04-04 | two fixes; help from tedu & tdeval | Theo de Raadt | |
2003-04-04 | strcpy -> strlcpy | Thierry Deval | |
ok deraadt@ | |||
2003-04-04 | strcat -> strlcat | Hans Insulander | |
ok deraadt@ tedu@ tdeval@ | |||
2003-04-04 | strlcpy; tedu ok | Theo de Raadt | |
2003-04-04 | strcat->strlcat, ok millert@ | Anil Madhavapeddy | |
2003-04-04 | strlcpy, ok millert@ | Anil Madhavapeddy | |
2003-04-04 | strcpy->strlcpy, ok millert@ | Anil Madhavapeddy | |