Age | Commit message (Expand) | Author |
2000-03-27 | allow bigger packets | Markus Friedl |
2000-03-27 | ssh2 message type codes | Markus Friedl |
2000-03-24 | fix spelling errors, From: FreeBSD | Brad Smith |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-03-23 | Please note that this file has not been updated for OpenSSH..... | Markus Friedl |
2000-03-23 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). | Markus Friedl |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl |
2000-03-21 | -Wall | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-09 | disallow guessing of root password | Markus Friedl |
2000-03-07 | typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de | Markus Friedl |
2000-03-06 | version 1.2.3 | Theo de Raadt |
2000-03-06 | fix pr 1113, fclose() -> pclose(), todo: remote popen() | Markus Friedl |
2000-03-04 | Change invalid 'CHAT' loglevel to 'VERBOSE' | Damien Miller |
2000-03-01 | order kerberos libraries | Theo de Raadt |
2000-02-28 | turn off x11-fwd for the client, too. | Markus Friedl |
2000-02-28 | create x11 cookie file | Markus Friedl |
2000-02-27 | rename a cpp symbol, to avoid param.h collision | Theo de Raadt |
2000-02-24 | sync with sshd_config | Markus Friedl |
2000-02-22 | void* -> unsigned char*, ok niels@ | Markus Friedl |
2000-02-21 | PKCS#1 padding | Markus Friedl |
2000-02-21 | do not link to a commercial page.. | Theo de Raadt |
2000-02-20 | suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp | Markus Friedl |
2000-02-18 | remove unused variable 'len'. fix comments. | Markus Friedl |
2000-02-18 | read error vs. "Connection closed by remote host" | Markus Friedl |
2000-02-16 | remove unused variable | Markus Friedl |
2000-02-15 | register cleanup for pty earlier. move code for pty-owner handling to pty.c | Markus Friedl |
2000-02-15 | consistent indent. ok aaron@ | Markus Friedl |
2000-02-15 | retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. | Markus Friedl |
2000-02-15 | move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. | Markus Friedl |
2000-02-11 | delay MD5 computation until client sends response, free() early, cleanup. | Markus Friedl |
2000-02-06 | typo | Markus Friedl |
2000-02-05 | missing xfree() | Markus Friedl |
2000-02-04 | typo | Markus Friedl |
2000-02-04 | enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ | Markus Friedl |
2000-02-01 | int atomicio -> ssize_t (for alpha). ok deraadt@ | David Leonard |
2000-02-01 | oops, fix comment, too. | Markus Friedl |
2000-01-31 | delay close() of pty until the pty has been chowned back to root | Markus Friedl |
2000-01-27 | deny login if shell does not exist or is not executable at all | Markus Friedl |
2000-01-24 | allow '.' in usernames; from jedgar@fxp.org | Markus Friedl |
2000-01-24 | do not connect() if request has been denied. | Markus Friedl |
2000-01-24 | don't panic if client behaves strange. ok deraadt@ | Markus Friedl |
2000-01-23 | OpenSSH-1.2.2 | Markus Friedl |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |