Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-03-02 | Update to sudo 1.6.3p7 | Todd C. Miller | |
Fixes negation of path-type Defaults entries in a boolean context. | |||
2001-03-02 | doc the dsa/rsa key pair files | Theo de Raadt | |
2001-03-02 | explain SIGHUP better | Theo de Raadt | |
2001-03-02 | Mark -o option with XXX (we may want to implement it someday, but currently it | Aaron Campbell | |
exists only for compatibility reasons); espie@ ok. This issue was brought to my attention by mpech@prosoft.org.lv | |||
2001-03-01 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | Markus Friedl | |
use min, not max for logging, fixes overflow. | |||
2001-03-01 | Sync usage() with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2001-03-01 | Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv. | Aaron Campbell | |
Also rearrage options in the man page while I'm here. | |||
2001-03-01 | Sync usage() with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2001-03-01 | copyright notices on all source files | Theo de Raadt | |
2001-03-01 | KNF | Theo de Raadt | |
2001-03-01 | shorten usage by a line | Theo de Raadt | |
2001-03-01 | oops | Theo de Raadt | |
2001-03-01 | get rid of extra header | Theo de Raadt | |
2001-03-01 | use MAXPATHLEN over PATH_MAX, since it is more portable | Theo de Raadt | |
2001-03-01 | split line so that p will have an easier time next time around | Theo de Raadt | |
2001-02-28 | ncurses-5.2-20010224 | Todd C. Miller | |
2001-02-28 | typo | Markus Friedl | |