Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-10 | remove unused sgtty macros; ok markus@ | Kevin Steves | |
2001-03-10 | default to SSH2, now that m68k runs fast | Theo de Raadt | |
2001-03-10 | ignore nonexisting private keys; report rjmooney@mediaone.net | Markus Friedl | |
2001-03-09 | Add a missing newline in debug mode to separate debug output from | Todd C. Miller | |
line containing command completion; "Brian J. Kifiak" <bk@rt.fm> | |||
2001-03-09 | Typo in Synopsis; there's a -v option, not -u | Todd C. Miller | |
"Brian J. Kifiak" <bk@rt.fm> | |||
2001-03-09 | typo; slade@shore.net | Theo de Raadt | |
2001-03-09 | exit(-#) is wrong | Theo de Raadt | |
2001-03-09 | create *.pub files with umask 0644, so that you can mv them to authorized_keys | Theo de Raadt | |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl | |
no need to do enter passphrase or do expensive sign operations if the server does not accept key). | |||
2001-03-08 | spelling, cleanup; ok deraadt@ | Kevin Steves | |
2001-03-08 | unused; ok markus@ | Kevin Steves | |
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen | |
overflows, improve a few error messages, and avoid a bundle of faults involving the -w option. | |||
2001-03-08 | Print examples correctly | Paul Janzen | |
2001-03-08 | turn off useprivilegedports by default. only rhost-auth needs | Markus Friedl | |
this. older sshd's may need this, too. | |||
2001-03-07 | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | Damien Miller | |
functions and small protocol change. | |||
2001-03-07 | removed dated comment | Theo de Raadt | |
2001-03-07 | the name "secure shell" is boring, noone ever uses it | Theo de Raadt | |
2001-03-06 | order things | Theo de Raadt | |
2001-03-06 | sftp -b batchfile; mouring@etoh.eviladmin.org | Theo de Raadt | |
2001-03-06 | appease gcc | Theo de Raadt | |
2001-03-06 | If read() fails with EINTR deal with it the same way we treat EAGAIN | Todd C. Miller | |
2001-03-06 | Don't assume we wil get the version string all in one read(). | Todd C. Miller | |
deraadt@ OK'd | |||
2001-03-06 | EINTR/EAGAIN handling is required in more cases | Theo de Raadt | |
2001-03-05 | spelling | Kevin Steves | |
2001-03-05 | more ssh_known_hosts2 documentation; ok markus@ | Kevin Steves | |
2001-03-05 | generate a 2*need size (~300 instead of 1024/2048) random private | Markus Friedl | |
exponent during the DH key agreement. according to Niels (the great german advisor) this is safe since /etc/primes contains strong primes only. References: P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key agreement with short exponents, In Advances in Cryptology - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343. | |||
2001-03-05 | detail default hmac setup too | Theo de Raadt | |
2001-03-05 | switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; provos & markus ok | Theo de Raadt | |
2001-03-05 | sync error message; ok markus@ | Kevin Steves | |
2001-03-05 | skip inlining, why bother | Theo de Raadt | |
2001-03-05 | inspect MUST take an int to handle EOF issues correctly on unsigned char | Marc Espie | |
machines. Problem reported by naddy. | |||
2001-03-05 | alpha order; jcs@rt.fm | Theo de Raadt | |
2001-03-04 | list SSH2 ciphers | Theo de Raadt | |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller | |
get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||
2001-03-04 | spelling | Kevin Steves | |
2001-03-04 | kill obsolete RandomSeed; ok markus@ deraadt@ | Kevin Steves | |
2001-03-04 | small cleanup and clarify for PermitRootLogin; ok markus@ | Kevin Steves | |
2001-03-04 | add -m to usage; ok markus@ | Kevin Steves | |
2001-03-04 | Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid | Damien Miller | |
header conflicts in portable; ok markus@ | |||
2001-03-04 | don't link unused libs | Markus Friedl | |
2001-03-04 | debug1->2 | Markus Friedl | |
2001-03-03 | log*.c -> log.c | Markus Friedl | |
2001-03-03 | clean up arg processing. based on work by Christophe_Moret@hp.com | Markus Friedl | |
2001-03-03 | KNF | Theo de Raadt | |
2001-03-03 | Dynamically allocate fd_set; deraadt@ OK | Todd C. Miller | |
2001-03-03 | Dynamically allocate read_wait and its copies. Since maxfd is | Todd C. Miller | |
baed on resource limits it is often (usually?) larger than FD_SETSIZE. | |||
2001-03-03 | standard theo sweep | Theo de Raadt | |
2001-03-03 | drop packets with 127.0.0.0/8 in header field, if the packet is from outside. | Jun-ichiro itojun Hagino | |
under RFC1122 sender rule 127.0.0.8 must not appear on the wire. count incidents by ipstat.ips_badaddr. sync with kame | |||
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-03-02 | Use the ohash_* that's now in libc. | Marc Espie | |