Age | Commit message (Expand) | Author |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-24 | typo in comment | Markus Friedl |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves |
2002-02-23 | don't allow garbage after payload. | Markus Friedl |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl |
2002-02-19 | stategy is not an english word | Theo de Raadt |
2002-02-18 | -q: Fatal errors are _not_ displayed. | Markus Friedl |
2002-02-18 | switch to EVP, ok djm@ deraadt@ | Markus Friedl |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves |
2002-02-16 | -t required now for key generation | Kevin Steves |
2002-02-16 | typo | Markus Friedl |
2002-02-15 | krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ... | Markus Friedl |
2002-02-15 | split do_child(), ok mouring@ | Markus Friedl |
2002-02-14 | hide some more implementation details of cipher.[ch] and prepares for move | Markus Friedl |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin |
2002-02-13 | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | Damien Miller |
2002-02-13 | readpass.c is not longer from UCB, since we now use readpassphrase(3) | Markus Friedl |
2002-02-13 | handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ | Markus Friedl |
2002-02-12 | Let overlapped upload path handle servers which reorder ACKs. This may be | Damien Miller |
2002-02-12 | Perform multiple overlapping read/write requests in file transfer. Mostly | Damien Miller |
2002-02-11 | support up to 40 algorithms per proposal | Markus Friedl |
2002-02-11 | include md5.h not hmac.h | Markus Friedl |
2002-02-11 | do not complain about port > 1024 if rhosts-auth is disabled | Markus Friedl |
2002-02-11 | include md5.h, not evp.h | Markus Friedl |
2002-02-11 | restore kexinit handler if we reset the dispatcher, this unbreaks rekeying | Markus Friedl |
2002-02-11 | there are in fact two 4-term licenses here.. | Theo de Raadt |
2002-02-10 | more /etc/ssh; openbsd@davidkrause.com | Theo de Raadt |
2002-02-09 | move ssh config files to /etc/ssh | Theo de Raadt |
2002-02-07 | remove bogus comments | Markus Friedl |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl |
2002-02-06 | minor KNF | Markus Friedl |
2002-02-06 | sync usage() with manual. | Mike Pechkin |
2002-02-06 | sort options; ok mpech@, stevesk@ | Markus Friedl |
2002-02-05 | use log interface and remove perror() in child. use | Kevin Steves |
2002-02-05 | merge channel_request() into channel_request_start() | Markus Friedl |
2002-02-05 | Add "-B" option to specify copy buffer length (default 32k); ok markus@ | Damien Miller |
2002-02-04 | Add "-P" option to directly connect to a local sftp-server. Should be useful | Damien Miller |
2002-02-04 | more sync for default ssh-add identities; ok markus@ | Kevin Steves |
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl |
2002-02-04 | cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stev... | Markus Friedl |
2002-02-04 | unneeded includes | Kevin Steves |
2002-02-03 | ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. | Kevin Steves |
2002-02-03 | some KeepAlive cleanup/clarify; ok markus@ | Kevin Steves |
2002-02-03 | more cross checking if announced vs. used key type; ok stevesk@ | Markus Friedl |