Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-10 | Some style from Andrey Matveev | Todd C. Miller | |
o avoid including sys/types.h and sys/param.h together o sort includes o in one place warn(3) -> warnx(3) o proper usage() (argument `todir' is optional) Also, fromdir was marked as optional in the manual--it is not. | |||
2003-04-10 | more POSIX chown | Todd C. Miller | |
2003-04-10 | Only print the "helpful" prompt in -d mode if there is room on the | Todd C. Miller | |
bottom line for it. Closes PR 3189. | |||
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev | |
2003-04-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller | |
ok markus@ | |||
2003-04-09 | syetem -> system; | Jason McIntyre | |
from Marko Cehaja closes PR 3187 | |||
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander | |
ok markus@ | |||
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander | |
2003-04-08 | Replace strcpy w/ strlcpy(); deraadt@ OK | Todd C. Miller | |
2003-04-08 | remember the last M-x compile command used. | Vincent Labrecque | |
ok art@ | |||
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino | |
2003-04-08 | string cleanup; ok tdeval | Theo de Raadt | |
2003-04-08 | progressmeter.c is 4 clause NetBSD. | Markus Friedl | |
2003-04-08 | oh, and the false protos can go | Theo de Raadt | |
2003-04-08 | Strcat and Strcpy are no longer used | Theo de Raadt | |
2003-04-08 | snprintf; ok tdeval | Theo de Raadt | |
2003-04-08 | string cleaning; ok tdeval | Theo de Raadt | |
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt | |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt | |
2003-04-08 | strlcpy conversion, increase buffer size by one char. ok millert@ | Daniel Hartmeier | |
2003-04-07 | Some NetBSD changes were committed to this file w/o updating the | Todd C. Miller | |
copyright. I have gone through the cvs logs and added the appropriate NetBSD Foundation copyright corresponding to those changes. | |||
2003-04-07 | The UCB copyright here is incorrect. This code did not originate | Todd C. Miller | |
at UCB, it was written by Luke Mewburn. Updated the copyright at the author's request. markus@ OK | |||
2003-04-07 | inlined strcpy, should be strncpy anyways; millert ok, from ↵ | Theo de Raadt | |
Hans-Joerg.Hoexer@yerbouti.franken.de | |||
2003-04-07 | replace strcpy calls that got inlined by gcc; ↵ | Theo de Raadt | |
Hans-Joerg.Hoexer@yerbouti.franken.de | |||
2003-04-07 | strlcpy; from Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2003-04-07 | Simplify code for -t using asprintf(); deraadt@ OK | Todd C. Miller | |
2003-04-07 | string fixes; ian ok | Theo de Raadt | |
2003-04-07 | typo: get correct counters; introduced during rekeying change. | Markus Friedl | |
2003-04-07 | Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos. | Todd C. Miller | |
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt | |
reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think | |||
2003-04-06 | snprintf; ok millert | Theo de Raadt | |
he also suggested i use a strlcpy instead of the existing "%s" it used.. | |||
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 | |