Age | Commit message (Expand) | Author |
2000-07-22 | random early drop; ok theo, niels | Markus Friedl |
2000-07-20 | document input and output files | Markus Friedl |
2000-07-20 | missing free, reorder | Markus Friedl |
2000-07-18 | Another closing of stdin; ok deraadt | Damien Miller |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-07-15 | Always create ~/.ssh with mode 700; ok Markus | Damien Miller |
2000-07-14 | allow leading whitespace. ok niels | Markus Friedl |
2000-07-13 | close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> | Niels Provos |
2000-07-13 | typo; todd@fries.net | Niels Provos |
2000-07-13 | allow multiple whitespace but only one '=' between tokens, bug report from | Niels Provos |
2000-07-11 | disable FallBackToRsh by default | Theo de Raadt |
2000-07-11 | make MaxStartups code still work with -d; djm | Theo de Raadt |
2000-07-10 | strtok() --> strsep(). (niels@ ok) | Hakan Olsson |
2000-07-10 | Get the correct message on errors. (niels@ ok) | Hakan Olsson |
2000-07-09 | Better conditions for strsep() ending. | Hakan Olsson |
2000-07-09 | KNF | Theo de Raadt |
2000-07-08 | replace strtok with strsep; from David Young <dyoung@onthejob.net> | Niels Provos |
2000-07-07 | sense of port forwarding flag test was backwards | Theo de Raadt |
2000-07-07 | clean code is good code | Todd T. Fries |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-07-05 | typo | Niels Provos |
2000-07-05 | use no_x11_forwarding_flag correctly; provos ok | Theo de Raadt |
2000-06-29 | no longer needed; good riddance for static archs | Todd T. Fries |
2000-06-26 | MaxStartups: limit number of unauthenticated connections, work by theo and me | Markus Friedl |
2000-06-26 | cleanup, less cut&paste | Markus Friedl |
2000-06-25 | correct check for bad channel ids; from Wei Dai <weidai@eskimo.com> | Niels Provos |
2000-06-22 | Missing CVS idents; ok markus | Damien Miller |
2000-06-22 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL | Markus Friedl |
2000-06-21 | missing free; nuke old comment | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-19 | cleanup fingerprinting, less hardcoded sizes | Markus Friedl |
2000-06-19 | mem leak + be more paranoid in dsa_verify. | Markus Friedl |
2000-06-19 | make userauth+pubkey interop with ssh.com-2.2.0 | Markus Friedl |
2000-06-18 | do not mess with tty's. makes EDITOR=ed cvs commit work over ssh2 | Markus Friedl |
2000-06-18 | typo | Markus Friedl |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-06-18 | typo | Markus Friedl |
2000-06-18 | initial support for ssh.com's 2.2.0 | Markus Friedl |
2000-06-18 | implement bug compatibility with ssh-2.0.13 pubkey, server side | Markus Friedl |
2000-06-18 | include = in WHITESPACE; markus ok | Theo de Raadt |
2000-06-17 | add support for ssh v2 subsystems. ok markus@. | Jakob Schlyter |
2000-06-17 | missing atomicio, typo | Markus Friedl |
2000-06-17 | allow extended server banners | Markus Friedl |
2000-06-17 | a real nix | Theo de Raadt |
2000-06-17 | everyone says "nix it" | Theo de Raadt |
2000-06-06 | OpenSSH 2.1.1 | Markus Friedl |
2000-06-06 | fix match_hostname() logic for auth-rsa: deny access if we have a negative ma... | Markus Friedl |
2000-06-05 | document UseLogin better | Markus Friedl |
2000-06-05 | allow use_login only for login sessions, otherwise remote commands are execed... | Markus Friedl |
2000-06-02 | teach protocol v2 to count login failures properly and also enable an | Todd T. Fries |