Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie | |
ok krw@, matthieu@, deraadt@ | |||
2003-04-06 | no strcpy. no strcat. no sprintf. some from deraadt@ | Ted Unangst | |
prototype for malloc from stdlib.h, not our own wrong one (in each function!). use strdup, don't roll our own. this program is a real piece of work. | |||
2003-04-06 | strlcpy | Theo de Raadt | |
2003-04-06 | The last commit incorporated an incomplete change of mine. | Todd C. Miller | |
2003-04-06 | strlcpy; ok millert | Theo de Raadt | |
2003-04-06 | string shit; ok millert | Theo de Raadt | |
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback | |
value is checked. Replace an unhelpful usage() with a relevant error message if the argument buffer overflows. ok millert@ | |||
2003-04-06 | strcat -> strlcat fix. ok tedu@, deraadt@ | Thierry Deval | |
2003-04-06 | kill strcat | Alexander Yurchenko | |
ok mickey@ | |||
2003-04-06 | kill another strcat; ok krw | Theo de Raadt | |
2003-04-06 | use strlcat | Theo de Raadt | |
2003-04-06 | a strlcat | Theo de Raadt | |
2003-04-06 | very simple strlcat calls | Theo de Raadt | |
2003-04-06 | string fixes; ok millert krw | Theo de Raadt | |
2003-04-06 | make usage exactly like in the man page; andrushock@korovino.net | Theo de Raadt | |
2003-04-06 | Rewrite fixit() to use snprintf() and strtol() with bounds and error | Todd C. Miller | |
checking done in each place. This also removes the bogus limit on the number of '+' and '-' args. deraadt@ OK | |||
2003-04-06 | string changes; millert ok | Theo de Raadt | |
2003-04-06 | strcpy/strcat cleanup. Ick millert@. | Hakan Olsson | |
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 | |
o tempfile[] was 2 bytes larger than it needs to be since sizeof(foo) already includes a byte for the NUL. krw@ OK | |||
2003-04-06 | another asprintf() simplifies things further | Todd C. Miller | |
2003-04-06 | Consider 0 characters left to be a lack of format space. | Kenneth R Westerback | |
ok deraadt@ millert@ | |||
2003-04-05 | strings; ok miod ho krw | Theo de Raadt | |
2003-04-05 | strings; ok krw miod | Theo de Raadt | |
2003-04-05 | free value after asprintf; ok art | Peter Valchev | |
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 | 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 | snprintf, strlcpy; ok deraadt tdeval tedu krw | Peter Valchev | |
2003-04-05 | some more string shit; krw ok | Theo de Raadt | |
2003-04-04 | simple string stuff; ok matthieu 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 | snprintf() is simpler than multiple strlcpy() and manual fiddling. | Todd C. Miller | |
Also convert to C89 while I'm at it. | |||
2003-04-04 | adapt to new sectok_fmt_fid API | Theo de Raadt | |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt | |
2003-04-04 | snprintf; ok from espie tedu and others | Theo de Raadt | |
2003-04-03 | kill strcpy; miod ok | Theo de Raadt | |
2003-04-03 | Sync with my sudo cvs repo: | Todd C. Miller | |
o update to sudo 1.6.7p2 o use warn/err throughout |