summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2002-05-16Xr skeyinfo(1)Todd C. Miller
2002-05-16Revert to using the S/Key database directly (instead of BSD auth)Todd C. Miller
2002-05-16display the ECN related statistics.Kenjiro Cho
2002-05-16- mimic pw_error() behavior from libutil when name is NULL.Federico G. Schwindt
2002-05-16Change S/Key stuff from using a flat file (/etc/skeykeys) to a directoryTodd C. Miller
2002-05-15re-enable privsep and disable setuid for post-3.2.2Markus Friedl
2002-05-15enter OpenSSH_3.2.2Markus Friedl
2002-05-15disable privsep and enable setuid for the 3.2.2 releaseMarkus Friedl
2002-05-15'monitor' variable clashes with at least one lame platform (NeXT). Renamedmouring
2002-05-14know powerpc core filesTheo de Raadt
2002-05-14Major changes:Todd C. Miller
2002-05-14some -Wall cleanup; closes pr/2649.Federico G. Schwindt
2002-05-13handle debug messages during rhosts-rsa and hostbased authentication; ok provos@Markus Friedl
2002-05-13move the packet_send_debug handling from auth-options.c to auth.c; ok provos@Markus Friedl
2002-05-13Execute job with user's shell, not /bin/sh as per POSIX and historicTodd C. Miller
2002-05-13Only print usage for the command that was run (at, atq, atrm, batch), notTodd C. Miller
2002-05-13Call setsid() in the child after sshd accepts the connection and forks.Todd C. Miller
2002-05-13less warnings. skey_{respond,query} are public (in auth.h)Jun-ichiro itojun Hagino