summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-10-12remove unusedMarkus Friedl
2000-10-12nice going, this did not even compileTheo de Raadt
2000-10-12MAP_FAILED, not -1.Artur Grabowski
2000-10-12MAP_FAILED, not -1Artur Grabowski
2000-10-12Check for MAP_FAILED in mmap return value, not -1.Artur Grabowski
2000-10-12Fix cmp(1). It causes memory shortage for bigger files.Kevin Lo
2000-10-12Check the mmap return value against MAP_FAILED, not NULL.Artur Grabowski
2000-10-12enable DES in SSH-1 clients onlyMarkus Friedl
2000-10-12When checking mmap return, check for MAP_FAILED, not -1.Artur Grabowski
2000-10-12Missed in last tn3270 commit due to cvs bugTodd C. Miller
2000-10-11remove DESMarkus Friedl
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11WallMarkus Friedl
2000-10-11support 'scp -o' with help from mouring@pconline.comMarkus Friedl
2000-10-11clear auth options unless auth sucessfullMarkus Friedl
2000-10-11Use terminfo, not termcap interfaces.Todd C. Miller
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels Provos
2000-10-10use rexexp for version string matchingMarkus Friedl
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansTodd C. Miller
2000-10-09interop with ssh-agent2, from <res@shore.net>Markus Friedl
2000-10-09clear options on every call.Markus Friedl
2000-10-09-X now reads private ssh.com DSA keys, too.Markus Friedl
2000-10-08update to ncurses-5.1-20001007Todd C. Miller
2000-10-07Hmmm, no, that's the wrong place for that.Aaron Campbell
2000-10-07Move COMPATIBILITY section after SEE ALSO.Aaron Campbell
2000-10-07- Add EXAMPLES section.Aaron Campbell
2000-10-07Reword a sentence to correct bad grammar.Aaron Campbell
2000-10-06Print commands in a prettier fashion.Aaron Campbell
2000-10-05hppa not yetMichael Shalayeff
2000-10-04Fixes a format string error in the kill (k) command; vort@wiretapped.netTodd C. Miller
2000-10-03do not resolve canonname, i have no idea why this was added oin osshMarkus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-10-03hmac->macMarkus Friedl
2000-10-03More format string paranoia; deraadt@ okAaron Campbell
2000-09-30allow loglevel debugMarkus Friedl
2000-09-28debug -> debug2 cleanupMarkus Friedl
2000-09-27merged with NetBSD, 20000927 and fixes PR 1421; ok millert@Dan Harnett
2000-09-27use key_type()Markus Friedl
2000-09-26use debug2Markus Friedl
2000-09-26more cleanup and have nlog() deal with errno now as well.Eric Jackson
2000-09-26no need to reset h_errnoEric Jackson
2000-09-26Remove unnecessary arguments to .Nm macro.Aaron Campbell
2000-09-26Do not permit non-printable characters in the passwd file; deraadt@ okAaron Campbell
2000-09-26fix minor typoEric Jackson
2000-09-26no need to use goto..Eric Jackson
2000-09-26Implement a function for errorsEric Jackson
2000-09-26some warnings should only be shown with -vEric Jackson
2000-09-26remove -e option, which wasnt on anywayEric Jackson
2000-09-26Alot of cleanups to netcatEric Jackson