Age | Commit message (Expand) | Author |
2002-02-07 | remove bogus comments | Markus Friedl |
2002-02-07 | I want my vacation to be case nonsensitive in readheaders(). | Mike Pechkin |
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 | Get rid of signal race (and handling of SIGWINCH). | Artur Grabowski |
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 | fix a typo; from Sam Smith <S@mSmith.net> | Michael Shalayeff |
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 |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl |
2002-02-03 | remove unused channel_input_channel_request | Markus Friedl |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl |
2002-02-01 | Document -v | Artur Grabowski |
2002-02-01 | Add a verbose flag. Print unused memory types when verbose. | Artur Grabowski |
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino |
2002-01-31 | no need for WNOHANG; ok stevesk@ | Markus Friedl |
2002-01-31 | cross check announced key type and type from key blob | Markus Friedl |
2002-01-31 | Bugfix picked up from NetBSD, and checked by pval: | Hugh Graham |
2002-01-31 | OBEY! | Michael Shalayeff |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb |
2002-01-29 | mention exit status; ok stevesk@ | Markus Friedl |
2002-01-29 | don't depend on servconf.c; ok djm@ | Markus Friedl |
2002-01-29 | add DIAGNOSTICS; ok stevesk@ | Markus Friedl |
2002-01-29 | limit subsystem length in log; ok markus@ | Kevin Steves |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2002-01-29 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | Markus Friedl |
2002-01-27 | handle simple case to identify FamilyLocal display; ok markus@ | Kevin Steves |
2002-01-27 | need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsd | Markus Friedl |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves |
2002-01-26 | revert code to add x11 localhost display authorization entry for | Kevin Steves |
2002-01-25 | use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ | Markus Friedl |
2002-01-25 | do not build debug version either; markus@ ok | Michael Shalayeff |
2002-01-25 | use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ | Markus Friedl |
2002-01-25 | unused include | Markus Friedl |
2002-01-25 | this existed in v4 and does not appear in v3, though the latter does not exis... | Michael Shalayeff |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller |
2002-01-24 | need misc.h for set_nodelay() | Kevin Steves |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves |
2002-01-24 | fix the history refs | Michael Shalayeff |
2002-01-24 | it was in v4 already, diff was forwarded to the current maintainer as well | Michael Shalayeff |