summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-05-30use rijndael/aes from libcrypto (openssl >= 0.9.7) instead ofMarkus Friedl
2002-05-29don't start if privsep is enabled and SSH_PRIVSEP_USER orMarkus Friedl
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-26sort ChallengeResponseAuthentication; ok markus@Kevin Steves
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-23add comment about ssh-keysignMarkus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-05-22spelling; abishoff@arc.nasa.govTheo de Raadt
2002-05-19extra commas in enum not 100% portableTheo de Raadt
2002-05-17version.hMarkus Friedl
2002-05-17Fix typo/thinko. Pass in as to auth_approval(), not NULL.Todd 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-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-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-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
2002-05-12Fix sshd Banner option for privsep; ok markus@ provos@Damien Miller
2002-05-11typo in commentKevin Steves
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-10Reverted from last patch. Breaks AFS/KRBx.mouring
2002-05-08move to sshd.sshd insteadTheo de Raadt
2002-05-07use ssh uidTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-05-06When options.permit_empty_passwd == 0 ensure you are checking pw->passwd notmouring
2002-05-04make ssh not setuid. We will solve the issues relating to it being setuid la...Theo de Raadt
2002-05-04enable privsep by default; provos okTheo de Raadt
2002-04-23Improve error message; ok markus@ stevesk@Damien Miller
2002-04-23send complete ticket; semerad@ss1000.ms.mff.cuni.czMarkus Friedl
2002-04-233.2.1Markus Friedl
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-22fix check for overflowMarkus Friedl
2002-04-21spelling in error message; ok markus@Kevin Steves
2002-04-21document default AFSTokenPassing no; ok deraadt@Kevin Steves
2002-04-20rewrite using the buffer_* API, fixes overflow; ok deraadt@Markus Friedl
2002-04-20add buffer_{get,put}_shortMarkus Friedl
2002-04-20No, afs requires explicit enablingTheo de Raadt