summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-04-09strip trailing whitespace from config lines before parsing. Fixes bz 528;Damien Miller
2003-04-09syetem -> system;Jason McIntyre
2003-04-09Disable Kerberos 4 support.Hans Insulander
2003-04-09Don't include <krb.h> when compiling with Kerberos 5 supportHans Insulander
2003-04-08Replace strcpy w/ strlcpy(); deraadt@ OKTodd C. Miller
2003-04-08remember the last M-x compile command used.Vincent Labrecque
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2003-04-08string cleanup; ok tdevalTheo de Raadt
2003-04-08progressmeter.c is 4 clause NetBSD.Markus Friedl
2003-04-08oh, and the false protos can goTheo de Raadt
2003-04-08Strcat and Strcpy are no longer usedTheo de Raadt
2003-04-08snprintf; ok tdevalTheo de Raadt
2003-04-08string cleaning; ok tdevalTheo de Raadt
2003-04-08strcpy trashing, help from tedu; ok teduTheo de Raadt
2003-04-08string cleaning; ok teduTheo de Raadt
2003-04-08strlcpy conversion, increase buffer size by one char. ok millert@Daniel Hartmeier
2003-04-07Some NetBSD changes were committed to this file w/o updating theTodd C. Miller
2003-04-07The UCB copyright here is incorrect. This code did not originateTodd C. Miller
2003-04-07inlined strcpy, should be strncpy anyways; millert ok, from Hans-Joerg.Hoexer...Theo de Raadt
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