Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | make copyright lines the same format | Theo de Raadt | |
2001-03-02 | doc the dsa/rsa key pair files | Theo de Raadt | |
2001-03-02 | explain SIGHUP better | Theo de Raadt | |
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 | 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 | typo | Markus Friedl | |
2001-02-28 | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | Markus Friedl | |
use random content in ignore messages. | |||
2001-02-28 | generate a fake session id, too | Markus Friedl | |
2001-02-28 | for completeness, copy pw_gecos too | Theo de Raadt | |
2001-02-28 | unify debug messages | Markus Friedl | |
2001-02-28 | in ssh protocol v2 use ignore messages for padding (instead of trailing \0). | Markus Friedl | |
2001-02-28 | make sure remote stderr does not get truncated. | Markus Friedl | |
remove closed fd's from the select mask. | |||
2001-02-28 | fix byte counts for ssh protocol v1 | Markus Friedl | |
2001-02-28 | do not kill the subprocess on termination (we will see if this helps things | Theo de Raadt | |
or hurts things) | |||
2001-02-28 | pull in protos | Theo de Raadt | |
2001-02-27 | support SSH-2.0-2.1 ; from Christophe_Moret@hp.com | Markus Friedl | |
2001-02-27 | fix random padding | Markus Friedl | |
2001-02-24 | look for id_rsa by default, before id_dsa | Theo de Raadt | |
2001-02-24 | ssh2 rsa key before dsa key | Theo de Raadt | |
2001-02-23 | the random session key depends now on the session_key_int | Markus Friedl | |
sent by the 'attacker' dig1 = md5(cookie|session_key_int); dig2 = md5(dig1|cookie|session_key_int); fake_session_key = dig1|dig2; this change is caused by a mail from anakin@pobox.com patch based on discussions with my german advisor niels@openbsd.org | |||
2001-02-23 | handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients | Markus Friedl | |
2001-02-23 | debug2->3 | Markus Friedl | |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl | |
2001-02-22 | typos/grammar from matt@anzen.com | Markus Friedl | |
2001-02-22 | activate RSA 2 key | Theo de Raadt | |
2001-02-22 | bye bye -d | Theo de Raadt | |
2001-02-22 | document -d, and -t defaults to rsa1 | Theo de Raadt | |
2001-02-22 | grammar; slade@shore.net | Theo de Raadt | |
2001-02-21 | -i supports DSA identities now; ok markus@ | Kevin Steves | |
2001-02-21 | careful with & and &&; markus ok | Theo de Raadt | |
2001-02-21 | improve fd handling | Theo de Raadt | |