Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-13 | The start of KNF + -Wall. The code has been run through indent but | Todd C. Miller | |
needs hand fixup. I stopped at keymap.c... | |||
2000-04-12 | document Protocol, Ciphers | Markus Friedl | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-12 | typos | Markus Friedl | |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl | |
2000-04-12 | print 1.99 only if server supports both | Markus Friedl | |
2000-04-12 | typo | Markus Friedl | |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl | |
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc' | |||
2000-04-12 | check for reasonable public DH values | Markus Friedl | |
2000-04-12 | less debugging output | Markus Friedl | |
2000-04-12 | fix passwd prompt for ssh2, less debugging output. | Markus Friedl | |
2000-04-12 | comment typo | Theo de Raadt | |
2000-04-10 | Thinko in dobuiltin. Reported by turan@ | Marc Espie | |
2000-04-10 | repair x11-fwd | Markus Friedl | |
2000-04-10 | Remove extra backslash, noted by marc@snafu.org | Todd C. Miller | |
2000-04-07 | interop w/ latest ssh.com windows client. | Markus Friedl | |
2000-04-06 | umask 077 | Markus Friedl | |
2000-04-06 | no adjust after close | Markus Friedl | |
2000-04-06 | ssh2 server side, see README.openssh2; enable with 'sshd -2' | Markus Friedl | |
2000-04-05 | Keep configure from complaining about missing *.man.in | Todd C. Miller | |
2000-04-04 | remove unused argument, split cipher_mask() | Markus Friedl | |
2000-04-04 | re-order: group ssh1 vs. ssh2 | Markus Friedl | |
2000-04-04 | missing free. | Markus Friedl | |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl | |
2000-04-04 | close efd on eof | Markus Friedl | |
2000-04-03 | ssh2 packet format | Markus Friedl | |
2000-04-03 | DSA, keyexchange, algorithm agreement for ssh2 | Markus Friedl | |
2000-04-03 | channel layer support for ssh2 | Markus Friedl | |
2000-04-03 | Junk CDPATH from the environment. | Marc Espie | |
2000-04-01 | Previously, whatis would treat a word as [A-z0-9_] and terminate | Todd C. Miller | |
parsing an entry at the end of a word. This kept things like 'whatis B::Bytecode' from working. Now we match both on a word basis as well matching until we hit a space, ',', or '(' character. This allows one to say 'whatis B' and see the whatis line for B(3p) as well as its methods (B::*). | |||
2000-03-29 | typo | Theo de Raadt | |
2000-03-29 | reorder Xr to avoid cutting | Theo de Raadt | |
2000-03-28 | no kpasswdd | Theo de Raadt | |
2000-03-28 | Remove duplicate word occurrences. | Aaron Campbell | |
2000-03-28 | remove bad Xr | Theo de Raadt | |
2000-03-28 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | Markus Friedl | |
2000-03-28 | function tables for different message types | Markus Friedl | |
2000-03-28 | typo | Markus Friedl | |
2000-03-28 | sync w/ channels.c | Markus Friedl | |
2000-03-28 | missing close | Markus Friedl | |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl | |
2000-03-28 | KNF | Markus Friedl | |
2000-03-28 | do not log() if debuggin to stderr | Markus Friedl | |
2000-03-28 | cleanup, less code | Markus Friedl | |
2000-03-28 | support ssh2 ciphers | Markus Friedl | |
2000-03-28 | support ssh2 bignums | Markus Friedl | |
2000-03-28 | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ | Markus Friedl | |
2000-03-27 | allow bigger packets | Markus Friedl | |
2000-03-27 | ssh2 message type codes | Markus Friedl | |
2000-03-27 | Add HPGL2 printer entyr (Pavel Lisy) | Ian Darwin | |