Age | Commit message (Expand) | Author |
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl |
2002-05-29 | don't start if privsep is enabled and SSH_PRIVSEP_USER or | Markus Friedl |
2002-05-29 | spelling | Kevin Steves |
2002-05-28 | use correct function name in fatal() | Kevin Steves |
2002-05-28 | format spec change/casts and some KNF; ok markus@ | Kevin Steves |
2002-05-28 | print strerror(errno) on mmap/munmap error; ok markus@ | Kevin Steves |
2002-05-26 | sort ChallengeResponseAuthentication; ok markus@ | Kevin Steves |
2002-05-25 | missed Per Allansson (auth2-chall.c) | Kevin Steves |
2002-05-25 | split auth2.c into one file per method; ok provos@/deraadt@ | Markus Friedl |
2002-05-25 | execlp->execl; from stevesk | Markus Friedl |
2002-05-25 | first version of ssh-keysign manpage, ok deraadt@ | Markus Friedl |
2002-05-24 | don't include unused code in the #ifdef BSD_AUTH case; ok markus@ | Kevin Steves |
2002-05-24 | stat ssh-keysign first, print error if stat fails; | Markus Friedl |
2002-05-23 | add comment about ssh-keysign | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |
2002-05-22 | spelling; abishoff@arc.nasa.gov | Theo de Raadt |
2002-05-19 | extra commas in enum not 100% portable | Theo de Raadt |
2002-05-17 | version.h | Markus Friedl |
2002-05-17 | Fix typo/thinko. Pass in as to auth_approval(), not NULL. | Todd C. Miller |
2002-05-16 | don't limit xauth pathlen on client side and longer print length on | Kevin Steves |
2002-05-16 | fix warnings (openssl 0.9.7 requires const) | Markus Friedl |
2002-05-15 | re-enable privsep and disable setuid for post-3.2.2 | Markus Friedl |
2002-05-15 | enter OpenSSH_3.2.2 | Markus Friedl |
2002-05-15 | disable privsep and enable setuid for the 3.2.2 release | Markus Friedl |
2002-05-15 | 'monitor' variable clashes with at least one lame platform (NeXT). Renamed | mouring |
2002-05-13 | handle debug messages during rhosts-rsa and hostbased authentication; ok provos@ | Markus Friedl |
2002-05-13 | move the packet_send_debug handling from auth-options.c to auth.c; ok provos@ | Markus Friedl |
2002-05-13 | Call setsid() in the child after sshd accepts the connection and forks. | Todd C. Miller |
2002-05-13 | less warnings. skey_{respond,query} are public (in auth.h) | Jun-ichiro itojun Hagino |
2002-05-12 | Fix sshd Banner option for privsep; ok markus@ provos@ | Damien Miller |
2002-05-11 | typo in comment | Kevin Steves |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-05-10 | Reverted from last patch. Breaks AFS/KRBx. | mouring |
2002-05-08 | move to sshd.sshd instead | Theo de Raadt |
2002-05-07 | use ssh uid | Theo de Raadt |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-05-06 | When options.permit_empty_passwd == 0 ensure you are checking pw->passwd not | mouring |
2002-05-04 | make ssh not setuid. We will solve the issues relating to it being setuid la... | Theo de Raadt |
2002-05-04 | enable privsep by default; provos ok | Theo de Raadt |
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller |
2002-04-23 | send complete ticket; semerad@ss1000.ms.mff.cuni.cz | Markus Friedl |
2002-04-23 | 3.2.1 | Markus Friedl |
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl |
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl |
2002-04-22 | fix check for overflow | Markus Friedl |
2002-04-21 | spelling in error message; ok markus@ | Kevin Steves |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves |
2002-04-20 | rewrite using the buffer_* API, fixes overflow; ok deraadt@ | Markus Friedl |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt |