summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-02-08don't connect if batch_mode is true and stricthostkeychecking set to 'ask'Markus Friedl
2001-02-08_PATH_LS; ok markus@Kevin Steves
2001-02-08nuke sprintf, ok deraadt@Markus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08drop references to ssl(8). markus okJun-ichiro itojun Hagino
2001-02-08strict checkingMarkus Friedl
2001-02-08update to 2.3.2Markus Friedl
2001-02-08fix typoMarkus Friedl
2001-02-08typoKevin Steves
2001-02-08%i -> %dKevin Steves
2001-02-08plug a memory leakTheo de Raadt
2001-02-08snprintfTheo de Raadt
2001-02-08memory leak fix, and snprintf throughoutTheo de Raadt
2001-02-08%.30s is too short for IPv6 numeric address. use %.128s for now. markus okJun-ichiro itojun Hagino
2001-02-08allow sftp over ssh protocol 1; ok djm@Markus Friedl
2001-02-07lowercase cmds[].c also; ok markus@Kevin Steves
2001-02-07s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.comMarkus Friedl
2001-02-07portable; ok markus@Kevin Steves
2001-02-07move k_setpag() to a central place; ok dugsong@Markus Friedl
2001-02-07Don't forward agent and X11 in sftp. Suggestion from Roumen PetrovDamien Miller
2001-02-07older servers reply with SSH2_FXP_NAME + count==0 instead of EOFMarkus Friedl
2001-02-07spellingTodd T. Fries
2001-02-07spellingTodd T. Fries
2001-02-07more man page cleanup and sync of help text with man page; ok markus@Kevin Steves
2001-02-07fix size_t -> int cast (use u_long). markus okJun-ichiro itojun Hagino
2001-02-07unsigned long long -> %llu, not %qu. markus okJun-ichiro itojun Hagino
2001-02-07typo in fatal()Markus Friedl
2001-02-07.Bl-.El mismatch. markus okJun-ichiro itojun Hagino
2001-02-07Check that target is a directory before doing ls; ok markus@Damien Miller
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2001-02-07pretty up significantlyTheo de Raadt
2001-02-07Don't free handles before we are done with them. Based on work fromDamien Miller
2001-02-07deal with new ANSI malloc stuffTheo de Raadt
2001-02-07indentTheo de Raadt
2001-02-07check for stat failures, too; ok djm@Markus Friedl
2001-02-06dir==lsMarkus Friedl
2001-02-06Fix -o option under getopt; ok markus@Damien Miller
2001-02-06use lower case error messages similar to errno.hMarkus Friedl
2001-02-06replace arc4random with counter for request ids; ok markus@Damien Miller
2001-02-06reorder -{1,2,4,6} options. ok markus@Jakob Schlyter
2001-02-06add missing -1 optionJakob Schlyter
2001-02-06add -1 option (force protocol version 1). ok markus@Jakob Schlyter
2001-02-06remove confusing callback codeMarkus Friedl
2001-02-06Punctuation fix from Pekka Savola <pekkas@netcore.fi>Damien Miller
2001-02-06do not ask for passphrase in batch mode; report from ejb@ql.orgMarkus Friedl
2001-02-06stat target for remote chdir before doing chdirDamien Miller
2001-02-06Change host width to 24 so last produces one line per user; deraadt ok.Federico G. Schwindt
2001-02-06enable sftp-server by defaultTheo de Raadt
2001-02-06fatal() if subsystem failsMarkus Friedl
2001-02-06Wait for ssh subprocess at exitDamien Miller