summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-06-18Add missing check for i < dk_ndrive in 2 loops; closes PR 3322Todd C. Miller
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-17use license from /usr/share/misc/license.template for new codeMarkus Friedl
2003-06-17properly typecast to uid_t the return value of proc_owner() and reportJean-Francois Brousseau
2003-06-16Add missing #include <err.h>Todd C. Miller
2003-06-16print out key comment on each prompt; make ssh-askpass more useable; ok djm@Markus Friedl
2003-06-16make sure the signature has at least the expected length (don'tMarkus Friedl
2003-06-16use warnx(); millert okTheo de Raadt
2003-06-15minor style nitTed Unangst
2003-06-15use uid_t and fix some sign compare warnings; OK krw@ and deraadt@Todd C. Miller
2003-06-14Add a "-c class" option to specify that the given login class shouldTodd C. Miller
2003-06-14use correct length instead of sizeof(char *) for some strl* bound valuesAnil Madhavapeddy
2003-06-13readable codeTheo de Raadt
2003-06-13ian gives permission for 3/4 removalTheo de Raadt
2003-06-13add cvs tagTodd C. Miller
2003-06-13Close correct fd after dup2(); Maxime HenrionTodd C. Miller
2003-06-13use proper varargs(3), as opposed to a hack; ok millertPeter Valchev
2003-06-13Like the man page, this file is in the public domain; confirmed withTodd C. Miller
2003-06-12knfTheo de Raadt
2003-06-12cleanup; ok deraadtPeter Valchev
2003-06-12de-register and ansification; millert okTheo de Raadt
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-06-12spellingPeter Valchev
2003-06-12tweak;Jason McIntyre
2003-06-12Typo.Nils Nordman
2003-06-12switch from linked list to hash table for traced macros.Marc Espie
2003-06-12mention more copyright holders; ok markus@Damien Miller
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-06-12- document -ltu options;Jason McIntyre
2003-06-12Add an example using -prune at Theo's request.Todd C. Miller
2003-06-12Check snprintf rval for -1Todd C. Miller
2003-06-12Add the -o option to the getopt() string; missed in last commit.Todd C. Miller
2003-06-12Sync with FreeBSD's xargs plus some fixes by me. This makes usTodd C. Miller
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-11$OpenBSD$Damien Miller
2003-06-11make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@Damien Miller
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-06-11clean up check_host_key() and improve SSHFP feedback. ok markus@Jakob Schlyter
2003-06-10Whoops, <= 0 should be < 0. Problem noticed by marc@Todd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10add missing copyright noticeTodd C. Miller
2003-06-10knfTheo de Raadt
2003-06-10predict() was broken for n > 1 in rev 1.2; this fixes it and closes PR 3306Todd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-09o replace remaining strtoul() with strtol() and check for < 0Todd C. Miller
2003-06-09Use strtol() not strtoul() so we can detect a negative number in a pid file.Todd C. Miller
2003-06-09Need to include time.h to get ctime() proto.Todd C. Miller
2003-06-09Also exit waitpid() loop when pid == 0. Fixes a problem where the sudoTodd C. Miller
2003-06-09more 3/4 cleanup for pefoTheo de Raadt