summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-04-07replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...Theo de Raadt
2003-04-07strlcpy; from Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-04-07Simplify code for -t using asprintf(); deraadt@ OKTodd C. Miller
2003-04-07string fixes; ian okTheo de Raadt
2003-04-07typo: get correct counters; introduced during rekeying change.Markus Friedl
2003-04-07Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos.Todd C. Miller
2003-04-06more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfTheo de Raadt
2003-04-06snprintf; ok millertTheo de Raadt
2003-04-06get rid of some strcpy/sprintf.Marc Espie
2003-04-06no strcpy. no strcat. no sprintf. some from deraadt@Ted Unangst
2003-04-06strlcpyTheo de Raadt
2003-04-06The last commit incorporated an incomplete change of mine.Todd C. Miller
2003-04-06strlcpy; ok millertTheo de Raadt
2003-04-06string shit; ok millertTheo de Raadt
2003-04-06Replace a strcpy and associated code with a snprintf whose returnKenneth R Westerback
2003-04-06strcat -> strlcat fix. ok tedu@, deraadt@Thierry Deval
2003-04-06kill strcatAlexander Yurchenko
2003-04-06kill another strcat; ok krwTheo de Raadt
2003-04-06use strlcatTheo de Raadt
2003-04-06a strlcatTheo de Raadt
2003-04-06very simple strlcat callsTheo de Raadt
2003-04-06string fixes; ok millert krwTheo de Raadt
2003-04-06make usage exactly like in the man page; andrushock@korovino.netTheo de Raadt
2003-04-06Rewrite fixit() to use snprintf() and strtol() with bounds and errorTodd C. Miller
2003-04-06string changes; millert okTheo de Raadt
2003-04-06strcpy/strcat cleanup. Ick millert@.Hakan Olsson
2003-04-06more string business; millert ok and suggestion for strdupPeter Valchev
2003-04-06o use MAXHOSTNAMELEN, MAXPATHLEN and MAXLOGNAME instead of arbitrary sizesTodd C. Miller
2003-04-06another asprintf() simplifies things furtherTodd C. Miller
2003-04-06Consider 0 characters left to be a lack of format space.Kenneth R Westerback
2003-04-05strings; ok miod ho krwTheo de Raadt
2003-04-05strings; ok krw miodTheo de Raadt
2003-04-05free value after asprintf; ok artPeter Valchev
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-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-05snprintf, strlcpy; ok deraadt tdeval tedu krwPeter Valchev
2003-04-05some more string shit; krw okTheo de Raadt
2003-04-04simple string stuff; ok matthieu tdevalTheo de Raadt
2003-04-04simple snprintf; tdeval matthieu okTheo de Raadt