summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-06-01cleanupsTheo de Raadt
2002-05-31recommit strlcpy/snprintf diff after i found my bugTheo de Raadt
2002-05-31pad received signature with leading zeros, because RSA_verify expectsMarkus Friedl
2002-05-31add comment:Markus Friedl
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-31extent ssh-keysign protocol:Markus Friedl
2002-05-31Add kayser; update currencies.Paul Janzen
2002-05-31undo until i find my #line bugTheo de Raadt
2002-05-30a grammar knit; from Aidan Kehoe <kehoea@parhasard.net>Michael Shalayeff
2002-05-30fix segfault when using just-one-space on an empty line; fromVincent Labrecque
2002-05-30use strlcpy and snprintfTheo de Raadt
2002-05-30Avoid spinning poll, and while we're at it more closely reproduce theHugh Graham
2002-05-30use rijndael/aes from libcrypto (openssl >= 0.9.7) instead ofMarkus Friedl
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-30-4 and -6 options; kanai@big.or.jp; itojun okTheo de Raadt
2002-05-29Don't hard-code a list of allowed baud rates. Instead, acceptTodd C. Miller
2002-05-29 zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks likeVincent Labrecque
2002-05-29strlcatTheo de Raadt
2002-05-29Don't call fclose() on a NULL file handle; from markus@Todd C. Miller
2002-05-29Add a few missing tests for BFREADONLY.Vincent Labrecque
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
2002-05-29 add an entry for "find-file-read-only" and one for toggle-read-only,Vincent Labrecque
2002-05-29 add a function to visit a file read-only mapped to C-x C-vVincent Labrecque
2002-05-29 show the line number in the config file when we find an error.Vincent Labrecque
2002-05-29don't start if privsep is enabled and SSH_PRIVSEP_USER orMarkus Friedl
2002-05-29KNFTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-29spellingKevin Steves
2002-05-28use correct function name in fatal()Kevin Steves
2002-05-28format spec change/casts and some KNF; ok markus@Kevin Steves
2002-05-28print strerror(errno) on mmap/munmap error; ok markus@Kevin Steves
2002-05-27support ":" prefix as group name, as username can contain ".".Jun-ichiro itojun Hagino
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-27snprintfTheo de Raadt
2002-05-27a night of cleanup, so i can read this easierTheo de Raadt
2002-05-26sort ChallengeResponseAuthentication; ok markus@Kevin Steves
2002-05-26pid_t cleanupTheo de Raadt
2002-05-25missed Per Allansson (auth2-chall.c)Kevin Steves
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl
2002-05-25execlp->execl; from steveskMarkus Friedl
2002-05-25first version of ssh-keysign manpage, ok deraadt@Markus Friedl
2002-05-24don't include unused code in the #ifdef BSD_AUTH case; ok markus@Kevin Steves
2002-05-24stat ssh-keysign first, print error if stat fails;Markus Friedl
2002-05-24minor cleanupEric Jackson
2002-05-23add comment about ssh-keysignMarkus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-05-23if NOKVM is defined, do not do the KVM stuff at allTheo de Raadt
2002-05-22spelling; abishoff@arc.nasa.govTheo de Raadt
2002-05-20fix XrTheo de Raadt
2002-05-19misc cleanups, and grok systrace betterTheo de Raadt