summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2013-10-17tweak previous;Jason McIntyre
2013-10-17rearrange check to reduce diff against -portableDamien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-10-16one I missed in previous: s/isation/ization/Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
2013-10-16tweak previous;Jason McIntyre
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-10-15tweak previous;Jason McIntyre
2013-10-14whitespace at EOL; pointed out by markus@Damien Miller
2013-10-14refactor client config code a little:Damien Miller
2013-10-14add a "Match" keyword to ssh_config that allows matching on hostname,Damien Miller
2013-10-14Add logging of session starts in a useful format; ok markus@ feedback andDamien Miller
2013-10-14tweak previous;Jason McIntyre
2013-10-14add 7.5kbit DH groupsDarren Tucker
2013-10-14count number of lines in moduli input file and pass to the testingDarren Tucker
2013-10-11obsolete commentDamien Miller
2013-10-11missed one arg reorderDamien Miller
2013-10-11rename flag arguments to be more clear and consistent.Damien Miller
2013-10-10Regenerate moduliDarren Tucker
2013-10-10bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctlyDamien Miller
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
2013-10-10add -Q, -P and -p to usage() before jmc@ catches meDamien Miller
2013-10-09Add ability to whitelist and/or blacklist sftp protocol requests by name.Damien Miller
2013-10-08Increase the size of the Diffie-Hellman groups requested for a each symmetricDarren Tucker
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.Stuart Henderson
2013-09-13avoid unaligned access in code that reused a buffer to send aDamien Miller
2013-09-12fix connection crash when sending break (~B) on ControlPersist'd session;Damien Miller
2013-09-07Remove commented-out kerberos/gssapi config options from sample config,Stuart Henderson
2013-09-02All the instances of arc4random_stir() are bogus, since arc4random()Theo de Raadt
2013-08-31make ^w match ksh behaviour (delete previous word instead of entire line)Damien Miller
2013-08-28improve batch processing a bit by making use of the quite flag a bitMike Belopuhov
2013-08-22Stir PRNG after post-accept fork. The child gets a different PRNG stateDamien Miller
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-20Add a ssh_config ProxyUseFDPass option that supports the use ofDamien Miller
2013-08-14some Bx/Ox conversion;Jason McIntyre
2013-08-13another of the same typoDamien Miller
2013-08-13typo in error message; from Stephan RickauerDamien Miller
2013-08-10libkafs5 -> libkafs (unused in build, so no functional change)Antoine Jacoutot
2013-08-09enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;Damien Miller
2013-08-09two problems found by a to-be-committed regress test: 1) msg_id was notDamien Miller
2013-08-09do getopt parsing for all sftp commands (with an empty optstring forDamien Miller
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-08-08fix two year old regression: symlinking a file would incorrectlyDamien Miller
2013-08-07sort -a;Jason McIntyre
2013-08-06add cast to avoid format warning; from portableDamien Miller
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller