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