summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-06-22tweaks by jmc and iTheo de Raadt
2003-06-22support z{e,f}grepTheo de Raadt
2003-06-22correct fseek() parametersTheo de Raadt
2003-06-22install as z[ef]grep too. no /usr/local garbage, because we have properTheo de Raadt
2003-06-22freegrep 0.16Theo de Raadt
2003-06-22man page changes from jmc: use this as gzip tooTheo de Raadt
2003-06-22knf and ansiTheo de Raadt
2003-06-21correct sign of flags; millert okTheo de Raadt
2003-06-21Add explicit declaration of printerr variable in function headerTodd C. Miller
2003-06-21()Theo de Raadt
2003-06-20Call setusershell() before using getusershell() to guarantee weTodd C. Miller
2003-06-20a cleaning recommended by lintTheo de Raadt
2003-06-20some cleanings recommended by lintTheo de Raadt
2003-06-20sync some implemented options; ok markus@Damien Miller
2003-06-20sync description of protocol 2 cipher proposal; ok markusDamien Miller
2003-06-19o get rid of strecpy() and use strlcpy() and/or snprintf() instead.Todd C. Miller
2003-06-19generate code that is much more ANSI and even KNF tooTheo de Raadt
2003-06-19ansify; ok miodPeter Valchev
2003-06-18- store builtin name as definition for builtin macros.Marc Espie
2003-06-18Use OPT_ONPLUS instead of hard-coding '2'Todd C. Miller
2003-06-18Fix sizeof(char *) in snprintf that broke the -N option.Todd C. Miller
2003-06-18backout last change, since it violates pkcs#1Markus Friedl
2003-06-18cleanup, and now it produces KNF outputTheo de Raadt
2003-06-18SIGWINCH is always hereTheo de Raadt
2003-06-18remove unused variablesTheo de Raadt
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