Age | Commit message (Expand) | Author |
2000-10-12 | remove unused | Markus Friedl |
2000-10-12 | nice going, this did not even compile | Theo de Raadt |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski |
2000-10-12 | MAP_FAILED, not -1 | Artur Grabowski |
2000-10-12 | Check for MAP_FAILED in mmap return value, not -1. | Artur Grabowski |
2000-10-12 | Fix cmp(1). It causes memory shortage for bigger files. | Kevin Lo |
2000-10-12 | Check the mmap return value against MAP_FAILED, not NULL. | Artur Grabowski |
2000-10-12 | enable DES in SSH-1 clients only | Markus Friedl |
2000-10-12 | When checking mmap return, check for MAP_FAILED, not -1. | Artur Grabowski |
2000-10-12 | Missed in last tn3270 commit due to cvs bug | Todd C. Miller |
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 |