Age | Commit message (Expand) | Author |
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 |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-21 | instead of blocking SIGINT, catch it ourselves, so that we can clean the | Theo de Raadt |
2000-01-20 | log with level log() not fatal() if peer behaves badly. | Markus Friedl |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl |
2000-01-18 | no need for poll.h; from bright@wintelcom.net | Markus Friedl |
2000-01-18 | disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. | Markus Friedl |
2000-01-18 | fix user/1056, sshd keeps restrictions; dbt@meat.net | Markus Friedl |
2000-01-16 | destroy keys earlier | Markus Friedl |
2000-01-16 | split key exchange (kex) and user authentication (user-auth), ok: provos@ | Markus Friedl |