Age | Commit message (Expand) | Author |
2000-10-16 | Add idents for files which lack them | Damien Miller |
2000-10-15 | CFLAGS+= -Wall | Markus Friedl |
2000-10-15 | typos; from stevesk@sweden.hp.com | Markus Friedl |
2000-10-14 | Make empty passwords work again when login is compiled with kerberos support. | Miod Vallat |
2000-10-14 | do not send RSA challenge if key is not allowed by key-options; from eivind@T... | Markus Friedl |
2000-10-14 | OpenSSH_2.3; note that is is not complete, but the version number needs to be... | Markus Friedl |
2000-10-14 | AllowTcpForwarding; from naddy@ | Markus Friedl |
2000-10-14 | Cipher is for SSH-1 only | Markus Friedl |
2000-10-14 | remove spaces from arguments; from djm@mindrot.org | Markus Friedl |
2000-10-14 | debug3 | Markus Friedl |
2000-10-13 | prefer no compression | Markus Friedl |
2000-10-13 | more info about -V | Markus Friedl |
2000-10-13 | rijndael/aes support | Markus Friedl |
2000-10-13 | Kludge for F-Secure Macintosh < 1.0.2; appro@fy.chalmers.se | Markus Friedl |
2000-10-13 | Repair formatting errors introduced after 2.7. | Aaron Campbell |
2000-10-13 | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | Paul Janzen |
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 |
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 |