Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-13 | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | Paul Janzen | |
in PR 1445. | |||
2000-10-13 | Fix Arch_MemMTime (previous change I did was bogus) | Marc Espie | |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie | |
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 | |
(this file actually contained two correct MAP_FAILED). | |||
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 | |
OK art@ | |||
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 ↵ | Markus Friedl | |
mkiernan@avantgo.com and me | |||
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 | |
Link with curses, not ocurses | |||
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||
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 | |
we no longer need to have a faked up telnet_setupterm(). Remove some unused variables and add missing err.h include in sys_bsd.c | |||
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 | |
- Document that -number is a synonym for -n number. - Some minor formatting changes. | |||
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 ↵ | Markus Friedl | |
debug-msg | |||
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 | |
do the cmdline correctly, deal with \n and \t fix up nlog() use arc4random instead of srandom()/random() | |||
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 | |
it pays attention to h_error so we now have no need to handle this ourselves. |