Age | Commit message (Expand) | Author |
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 |
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval |
2003-04-04 | two fixes; help from tedu & tdeval | Theo de Raadt |
2003-04-04 | strcpy -> strlcpy | Thierry Deval |
2003-04-04 | strcat -> strlcat | Hans Insulander |
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 |
2003-04-04 | simple string stuff; ok matthieu tdeval | Theo de Raadt |
2003-04-04 | simple string fixes; ok matthieu tedu tdeval | Theo de Raadt |
2003-04-04 | simple snprintf; tdeval matthieu ok | Theo de Raadt |
2003-04-04 | easy snprintf; tedu ok | Theo de Raadt |
2003-04-04 | some easy string fixes; tdeval ok | Theo de Raadt |
2003-04-04 | strlcat; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt |
2003-04-04 | typos. ok jmc@ | Ted Unangst |
2003-04-04 | clean up: | Henning Brauer |
2003-04-04 | use strlcpy/snprintf; deraadt@ OK | Todd C. Miller |
2003-04-04 | oops | Theo de Raadt |
2003-04-04 | incorrect bounds limit; spotted by ho | Theo de Raadt |
2003-04-04 | More regression tests, including recent directory rename bug; ok markus@ | Damien Miller |
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy |
2003-04-04 | more strcpy & sprintf murder; ho ok | Theo de Raadt |
2003-04-04 | snprintf() is simpler than multiple strlcpy() and manual fiddling. | Todd C. Miller |
2003-04-04 | Back out the realloc change, to do it right requires more record | Todd C. Miller |