summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2011-10-04silence error spam for "ls */foo" in directory with files; bz#1683Damien Miller
2011-09-30fix inverted test that caused logspam; spotted by henning@Damien Miller
2011-09-30don't attempt privsep cleanup when not using privsep; ok markus@Darren Tucker
2011-09-25improve the AuthorizedPrincipalsFile debug log message to includeDamien Miller
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-09-22don't let remote_glob() implicitly sort its results in do_globbed_ls() -Damien Miller
2011-09-12fix leak in do_lsreaddir(); ok djmMarkus Friedl
2011-09-11fix leaks in do_hardlink() and do_readlink(); bz#1921Markus Friedl
2011-09-11document new -O cancel command; ok djm@Okan Demirmen
2011-09-10support cancellation of local/dynamic forwardings from ~C commandline;Markus Friedl
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien Miller
2011-09-09kill the preauth privsep child on fatal errors in the monitor;Damien Miller
2011-09-09suppress adding '--' to remote commandlines when the first argumentDamien Miller
2011-09-09MUX_C_CLOSE_FWD includes forward type in message (though it isn'tDamien Miller
2011-09-09fix typo in IPQoS parsing: there is no "AF14" class, but there isDamien Miller
2011-09-07typo (they vs the) found by Lawrence TeoTheo de Raadt
2011-09-05knock out a useless Ns;Jason McIntyre
2011-09-05fix typo in IPQoS parsing: there is no "AF14" class, but there isDamien Miller
2011-09-05mention ControlPersist and KbdInteractiveAuthentication in the -oDamien Miller
2011-08-26Add some missing ssh_config(5) options that can be used in ssh(1)'sDamien Miller
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-08-02typo in commentDamien Miller
2011-08-02crank now, release laterDamien Miller
2011-08-02Add new SHA256 and SHA512 based HMAC modes fromDamien Miller
2011-08-01prevent post-auth resource exhaustion (int overflow leading to 4GB malloc);Markus Friedl
2011-07-29fail open(2) with EPERM rather than SIGKILLing the whole process. libcDamien Miller
2011-07-06bzero the agent address. the kernel was for a while very cranky aboutTed Unangst
2011-06-23ignore EINTR errors from poll()Damien Miller
2011-06-23rename sandbox.h => ssh-sandbox.h to make things easier for portableDamien Miller
2011-06-22$OpenBSD$ makersDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2011-06-22introduce sandboxing of the pre-auth privsep child using systrace(4).Damien Miller
2011-06-22reuse the multistate option arrays to pretty-print options for "sshd -T"Damien Miller
2011-06-17setproctitle for a mux master that has been gracefully stopped;Damien Miller
2011-06-17factor out multi-choice option parsing into a parse_multistate labelDamien Miller
2011-06-17the protocol version should be unsigned; bz#1913 reported by mb ATDamien Miller
2011-06-17make the pre-auth privsep slave log via a socketpair shared with theDamien Miller
2011-06-14make sure key_parse_public/private_rsa1() no longer consumes its input buffer.Markus Friedl
2011-06-04explain IdentifyFile's semantics a little better, prompted by bz#1898Damien Miller
2011-06-03Check current parent process ID against saved one to determine if the parentDarren Tucker
2011-06-03bz#1883 - setproctitle() to identify mux master; patch from Bert.WesargDamien Miller
2011-05-24Remove undocumented legacy options UserKnownHostsFile2 andDamien Miller
2011-05-23read in key comments for v.2 keys (though note that these are notDamien Miller
2011-05-23tweak previous; ok djmJason McIntyre
2011-05-23remove extra newlineDamien Miller
2011-05-23make secure_filename() spam debug logs lessDamien Miller
2011-05-23allow AuthorizedKeysFile to specify multiple files, separated by spaces.Damien Miller
2011-05-20use a macro to define which string options to copy between configsDamien Miller
2011-05-20Add comment documenting what should be after the preauth check. ok djmDarren Tucker