Age | Commit message (Expand) | Author |
2000-10-11 | remove DES | Markus Friedl |
2000-10-11 | new cipher framework | Markus Friedl |
2000-10-11 | add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av... | Markus Friedl |
2000-10-11 | Wall | Markus Friedl |
2000-10-11 | support 'scp -o' with help from mouring@pconline.com | Markus Friedl |
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl |
2000-10-11 | Use terminfo, not termcap interfaces. | Todd C. Miller |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos |
2000-10-10 | use rexexp for version string matching | Markus Friedl |
2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means | Todd C. Miller |
2000-10-09 | interop with ssh-agent2, from <res@shore.net> | Markus Friedl |
2000-10-09 | clear options on every call. | Markus Friedl |
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl |
2000-10-08 | update to ncurses-5.1-20001007 | Todd C. Miller |
2000-10-07 | Hmmm, no, that's the wrong place for that. | Aaron Campbell |
2000-10-07 | Move COMPATIBILITY section after SEE ALSO. | Aaron Campbell |
2000-10-07 | - Add EXAMPLES section. | Aaron Campbell |
2000-10-07 | Reword a sentence to correct bad grammar. | Aaron Campbell |
2000-10-06 | Print commands in a prettier fashion. | Aaron Campbell |
2000-10-05 | hppa not yet | Michael Shalayeff |
2000-10-04 | Fixes a format string error in the kill (k) command; vort@wiretapped.net | Todd C. Miller |
2000-10-03 | do not resolve canonname, i have no idea why this was added oin ossh | Markus Friedl |
2000-10-03 | move fake-auth from auth1.c to individual auth methods, disables s/key in deb... | Markus Friedl |
2000-10-03 | hmac->mac | Markus Friedl |
2000-10-03 | More format string paranoia; deraadt@ ok | Aaron Campbell |
2000-09-30 | allow loglevel debug | Markus Friedl |
2000-09-28 | debug -> debug2 cleanup | Markus Friedl |
2000-09-27 | merged with NetBSD, 20000927 and fixes PR 1421; ok millert@ | Dan Harnett |
2000-09-27 | use key_type() | Markus Friedl |
2000-09-26 | use debug2 | Markus Friedl |
2000-09-26 | more cleanup and have nlog() deal with errno now as well. | Eric Jackson |
2000-09-26 | no need to reset h_errno | Eric Jackson |
2000-09-26 | Remove unnecessary arguments to .Nm macro. | Aaron Campbell |
2000-09-26 | Do not permit non-printable characters in the passwd file; deraadt@ ok | Aaron Campbell |
2000-09-26 | fix minor typo | Eric Jackson |
2000-09-26 | no need to use goto.. | Eric Jackson |
2000-09-26 | Implement a function for errors | Eric Jackson |
2000-09-26 | some warnings should only be shown with -v | Eric Jackson |
2000-09-26 | remove -e option, which wasnt on anyway | Eric Jackson |
2000-09-26 | Alot of cleanups to netcat | Eric Jackson |
2000-09-22 | - move break from loop on EOF in order to make cap_mkdb not ignore the final | Christian Weisgerber |
2000-09-21 | add context to dispatch_run | Markus Friedl |
2000-09-21 | change login logic in ssh2, allows plugin of other auth methods | Markus Friedl |
2000-09-21 | utime() to utimes(); mouring@pconline.com | Markus Friedl |
2000-09-21 | bug compat for old ssh.com software | Markus Friedl |
2000-09-21 | typo | Markus Friedl |
2000-09-21 | typo | Markus Friedl |
2000-09-20 | use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case; | Paul Janzen |
2000-09-20 | usage() if too many arguments | Paul Janzen |
2000-09-20 | Change the message if the S/Key sequence has expired. millert@ ok | Paul Janzen |