Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-04-14 | strlcpy, pretty easy | Theo de Raadt | |
2003-04-14 | remove old comment | Theo de Raadt | |
2003-04-14 | spring cleaning; ok millert | Theo de Raadt | |
2003-04-14 | More strlcpy/strlcat and use memmove for equivalent() so it is more | Todd C. Miller | |
readable. deraadt@ OK | |||
2003-04-14 | strlcat, but i memset 0 before to be safe | Theo de Raadt | |
2003-04-14 | string cleaning; my bugs found by millert and krw | Theo de Raadt | |
2003-04-14 | fix time spec even better; emmf26@umr.edu | Theo de Raadt | |
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy | |
2003-04-13 | Whoops, this is less 381, not 390 (my mistake) | Todd C. Miller | |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller | |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller | |
2003-04-12 | document -V switch, fix wording; ok markus@ | Christian Weisgerber | |
2003-04-12 | debug->debug2 | Markus Friedl | |
2003-04-12 | hide cipher details; ok djm@ | Markus Friedl | |
2003-04-11 | support LDSTATIC | Todd C. Miller | |
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 | |