Age | Commit message (Expand) | Author |
2002-06-01 | cleanups | Theo de Raadt |
2002-05-31 | recommit strlcpy/snprintf diff after i found my bug | Theo de Raadt |
2002-05-31 | pad received signature with leading zeros, because RSA_verify expects | Markus Friedl |
2002-05-31 | add comment: | Markus Friedl |
2002-05-31 | move Authmethod definitons to per-method file. | Markus Friedl |
2002-05-31 | extent ssh-keysign protocol: | Markus Friedl |
2002-05-31 | Add kayser; update currencies. | Paul Janzen |
2002-05-31 | undo until i find my #line bug | Theo de Raadt |
2002-05-30 | a grammar knit; from Aidan Kehoe <kehoea@parhasard.net> | Michael Shalayeff |
2002-05-30 | fix segfault when using just-one-space on an empty line; from | Vincent Labrecque |
2002-05-30 | use strlcpy and snprintf | Theo de Raadt |
2002-05-30 | Avoid spinning poll, and while we're at it more closely reproduce the | Hugh Graham |
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl |
2002-05-30 | snprintf in .y files | Theo de Raadt |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt |
2002-05-29 | Don't hard-code a list of allowed baud rates. Instead, accept | Todd C. Miller |
2002-05-29 | zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like | Vincent Labrecque |
2002-05-29 | strlcat | Theo de Raadt |
2002-05-29 | Don't call fclose() on a NULL file handle; from markus@ | Todd C. Miller |
2002-05-29 | Add a few missing tests for BFREADONLY. | Vincent Labrecque |
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent 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-v | Vincent Labrecque |
2002-05-29 | show the line number in the config file when we find an error. | Vincent Labrecque |
2002-05-29 | don't start if privsep is enabled and SSH_PRIVSEP_USER or | Markus Friedl |
2002-05-29 | KNF | Theo de Raadt |
2002-05-29 | more snprintf | Theo de Raadt |
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-27 | support ":" prefix as group name, as username can contain ".". | Jun-ichiro itojun Hagino |
2002-05-27 | unsigned vs unsigned int | Theo de Raadt |
2002-05-27 | snprintf | Theo de Raadt |
2002-05-27 | a night of cleanup, so i can read this easier | Theo de Raadt |
2002-05-26 | sort ChallengeResponseAuthentication; ok markus@ | Kevin Steves |
2002-05-26 | pid_t cleanup | Theo de Raadt |
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-24 | minor cleanup | Eric Jackson |
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-23 | if NOKVM is defined, do not do the KVM stuff at all | Theo de Raadt |
2002-05-22 | spelling; abishoff@arc.nasa.gov | Theo de Raadt |
2002-05-20 | fix Xr | Theo de Raadt |
2002-05-19 | misc cleanups, and grok systrace better | Theo de Raadt |