summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2002-05-19extra commas in enum not 100% portableTheo de Raadt
2002-05-19document default cdio connectionMarc Espie
2002-05-19 o Fix some fallout from argv handling changes.Todd C. Miller
2002-05-18grok crypto/kqueue/systrace vnodesTheo de Raadt
2002-05-17quota(1) does not need to be setuid root; tested by mickey@Todd C. Miller
2002-05-17Replace -z option (zero) with -r option (remove).Todd C. Miller
2002-05-17The standard way to get info on symlinks is -L, not -h; Peter WernerTodd C. Miller
2002-05-17version.hMarkus Friedl
2002-05-17Fix typo/thinko. Pass in as to auth_approval(), not NULL.Todd C. Miller
2002-05-17oops, worked only because va_end is a noop on most of our arches.Marc Espie
2002-05-17Call enable_db() from convert_db() so the dir creation as well asTodd C. Miller
2002-05-16don't limit xauth pathlen on client side and longer print length onKevin Steves
2002-05-16fix warnings (openssl 0.9.7 requires const)Markus Friedl
2002-05-16Update for new S/Key file formatTodd C. Miller
2002-05-16Add missing chown(2) call.Todd C. Miller