summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-02-11typos and small cleanup; ok deraadt@Kevin Steves
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@
2001-02-10add xref Ciphers to -cMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostname; ok markus@Kevin Steves
2001-02-10fix memory leak; ok markus@Dan Harnett
2001-02-10offer passwd before s/keyMarkus Friedl
2001-02-10don't call vis() for \rMarkus Friedl
2001-02-10remove some linesMarkus Friedl
2001-02-10remove mapping of argv[0] -> hostnameMarkus Friedl
2001-02-10add debug message, since sshd blocks here if DNS is not availableMarkus Friedl
2001-02-10Mention that you can quote pathnames with spaces in themDamien Miller
2001-02-10check correct char in getput flagsDamien Miller
2001-02-10typo; ok NielsDamien Miller
2001-02-10revert a small change to allow -r option to work again; ok deraadt@Dan Harnett
2001-02-09correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.orgTheo de Raadt
2001-02-09correct default ciphersNiels Provos
2001-02-09partial success: debug->log; "Permission denied" if no more auth methodsMarkus Friedl
2001-02-09Some mdoc fixes.Aaron Campbell
2001-02-09reset options if no option is given; from han.holl@prismant.nlMarkus Friedl
2001-02-09do not free twice, thanks to /etc/malloc.confMarkus Friedl
2001-02-09Check for NULL attribs for chown, chmod & chgrp operations, only sendDamien Miller
relevant attribs back to server; ok markus@
2001-02-09do not assume malloc() returns zero-filled region. found by malloc.conf=AJ.Jun-ichiro itojun Hagino
2001-02-09Fix some typos spotted by d@Aaron Campbell
2001-02-08mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ↵Dug Song
ok provos@
2001-02-08remove last call to sprintf; ok deraadt@Markus Friedl
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
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
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
<roumen.petrov@skalasoft.com>
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