Age | Commit message (Expand) | Author |
2003-04-06 | Rewrite fixit() to use snprintf() and strtol() with bounds and error | Todd C. Miller |
2003-04-06 | string changes; millert ok | Theo de Raadt |
2003-04-06 | strcpy/strcat cleanup. Ick millert@. | Hakan Olsson |
2003-04-06 | cgfourteen, cgtwelve and tcx do not need flags to force them in low-depth mode | Miod Vallat |
2003-04-06 | Run the console in the overlay plane, or in low-depth mode, as appropriate, | Miod Vallat |
2003-04-06 | Check for the "addr" locator versus the physical address of the VSIMM, so | Miod Vallat |
2003-04-06 | When encountering an older or unexpected model this driver can not handle, | Miod Vallat |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-06 | strcat->strlcat, ho@ ok | Anil Madhavapeddy |
2003-04-06 | sprintf->snprintf. deraadt@ suggestions and ok | Hakan Olsson |
2003-04-06 | strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ ok | Anil Madhavapeddy |
2003-04-06 | more string business; millert ok and suggestion for strdup | Peter Valchev |
2003-04-06 | o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizes | Todd C. Miller |
2003-04-06 | another asprintf() simplifies things further | Todd C. Miller |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-04-06 | Consider 0 characters left to be a lack of format space. | Kenneth R Westerback |
2003-04-06 | remove an erroneous comment | Hugh Graham |
2003-04-06 | Significant DHU driver fixups: | Hugh Graham |
2003-04-06 | string handling; ok millert | Theo de Raadt |
2003-04-05 | ease netmask handling a bit | Henning Brauer |
2003-04-05 | trivial sprintf | Henning Brauer |
2003-04-05 | sync | Theo de Raadt |
2003-04-05 | o replace a strncpy + manual NUL terminate w/ strlcpy | Todd C. Miller |
2003-04-05 | string fixes. ok krw pvalchev | Ted Unangst |
2003-04-05 | test dynaddr with netmask | Henning Brauer |
2003-04-05 | test queue .. on $interface | Henning Brauer |
2003-04-05 | document queue .. on $interface | Henning Brauer |
2003-04-05 | allow queue specs to be limited to certain interfaces. | Henning Brauer |
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 |
2003-04-05 | Stick pf_default_rule everytime a packet pass because of the | Cedric Berger |
2003-04-05 | Replace the timeout variables by the content of the timeout | Cedric Berger |
2003-04-05 | Cleanup by replacing a bunch of "(*rm)" by just "r" | Cedric Berger |
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 |
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 |
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 |