summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-02-07remove bogus commentsMarkus Friedl
2002-02-07I want my vacation to be case nonsensitive in readheaders().Mike Pechkin
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-06minor KNFMarkus Friedl
2002-02-06sync usage() with manual.Mike Pechkin
2002-02-06sort options; ok mpech@, stevesk@Markus Friedl
2002-02-05Get rid of signal race (and handling of SIGWINCH).Artur Grabowski
2002-02-05use log interface and remove perror() in child. useKevin Steves
2002-02-05merge channel_request() into channel_request_start()Markus Friedl
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2002-02-04Add "-P" option to directly connect to a local sftp-server. Should be usefulDamien Miller
2002-02-04more sync for default ssh-add identities; ok markus@Kevin Steves
2002-02-04fix a typo; from Sam Smith <S@mSmith.net>Michael Shalayeff
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
2002-02-04cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok stev...Markus Friedl
2002-02-04unneeded includesKevin Steves
2002-02-03ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.Kevin Steves
2002-02-03some KeepAlive cleanup/clarify; ok markus@Kevin Steves
2002-02-03more cross checking if announced vs. used key type; ok stevesk@Markus Friedl
2002-02-03generic callbacks are not really used, remove andMarkus Friedl
2002-02-03remove unused channel_input_channel_requestMarkus Friedl
2002-02-03don't use channel_input_channel_request and callbackMarkus Friedl
2002-02-01Document -vArtur Grabowski
2002-02-01Add a verbose flag. Print unused memory types when verbose.Artur Grabowski
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-01-31no need for WNOHANG; ok stevesk@Markus Friedl
2002-01-31cross check announced key type and type from key blobMarkus Friedl
2002-01-31Bugfix picked up from NetBSD, and checked by pval:Hugh Graham
2002-01-31OBEY!Michael Shalayeff
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
2002-01-29mention exit status; ok stevesk@Markus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-29exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@Markus Friedl
2002-01-27handle simple case to identify FamilyLocal display; ok markus@Kevin Steves
2002-01-27need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdMarkus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-26revert code to add x11 localhost display authorization entry forKevin Steves
2002-01-25use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@Markus Friedl
2002-01-25do not build debug version either; markus@ okMichael Shalayeff
2002-01-25use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@Markus Friedl
2002-01-25unused includeMarkus Friedl
2002-01-25this existed in v4 and does not appear in v3, though the latter does not exis...Michael Shalayeff
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2002-01-24need misc.h for set_nodelay()Kevin Steves
2002-01-24add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).Kevin Steves
2002-01-24fix the history refsMichael Shalayeff
2002-01-24it was in v4 already, diff was forwarded to the current maintainer as wellMichael Shalayeff