summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2012-12-02make AllowTcpForwarding accept "local" and "remote" in addition to itsDamien Miller
2012-12-02make deleting explicit keys "ssh-add -d" symmetric with adding keys -Damien Miller
2012-12-02Fixes logging of partial authentication when privsep is enabledDamien Miller
2012-12-02Make IdentitiesOnly apply to keys obtained from a PKCS11Provider.Damien Miller
2012-11-14allow the full range of unsigned serial numbers; 'fine' deraadt@Damien Miller
2012-11-14fix username passed to helper programDamien Miller
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2012-11-04Remove default of AuthorizedCommandUser. Administrators are now expectedDamien Miller
2012-10-31tweak previous;Jason McIntyre
2012-10-30new sshd_config option AuthorizedKeysCommand to support fetchingDamien Miller
2012-10-05fix signed vs unsigned warning; feedback & ok: djm@Markus Friedl
2012-10-04add umac128 variant; ok djm@ at n2k12Markus Friedl
2012-10-02fix -z option, broken in revision 1.215Damien Miller
2012-10-01pasto; ok djm@Christian Weisgerber
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-21Fix handling of filenames containing escaped globbing characters and escapeDarren Tucker
2012-09-21Fix improper handling of absolute paths when PWD is part of the completedDarren Tucker
2012-09-18Add bounds check on sftp tab-completion. Part of a patch from from Jean-MarcDarren Tucker
2012-09-17clear old keys on rekeing; ok djmMarkus Friedl
2012-09-17an XXX for laterDamien Miller
2012-09-14remove unused variableMarkus Friedl
2012-09-13Fix comment line lengthDarren Tucker
2012-09-07when muxmaster is run with -N, make it shut down gracefully when a clientDarren Tucker
2012-09-07Merge escape help text for ~v and ~V; ok djm@Darren Tucker
2012-09-07Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@Darren Tucker
2012-09-06missing letter in previous;Jason McIntyre
2012-09-06Make the escape command help (~?) context sensitive so that only commandsDarren Tucker
2012-09-06Put help text for ~v and ~V around the correct wayDarren Tucker
2012-09-06Add ~v and ~V escape sequences to raise and lower the logging levelDarren Tucker
2012-08-24comment about bsd.own.mk is now false; ok markusTheo de Raadt
2012-08-17Send client banner immediately, rather than waiting for the server toDamien Miller
2012-08-17print details of which host lines were deleted when usingDamien Miller
2012-08-17add some comments about better handling first-KEX-follows notificationsDamien Miller
2012-08-17Force a clean shutdown of ControlMaster client sessions when the ~. escapeDarren Tucker
2012-08-15a little more info on certificate validity;Jason McIntyre
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-22openssh 6.1Markus Friedl
2012-07-13handle long comments in config files better. bz#2025, ok markusDarren Tucker
2012-07-10Turn on systrace sandboxing of pre-auth sshd by default for new installsDamien Miller
2012-07-06missing full stop in usage();Jason McIntyre
2012-07-06move setting of tty_flag to after config parsing so RequestTTY optionsDamien Miller
2012-07-06fix memory leak of passed-in environment variables and connectionDamien Miller
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2012-07-02fix a couple of "assigned but not used" warnings. ok markus@Darren Tucker
2012-07-02set interactive ToS for forwarded X11 sessions. ok djm@Darren Tucker
2012-06-30fix a during the load of the sandbox policies (child can still makeMarkus Friedl
2012-06-29match the documented MAC order of preference to the actual one; ok dtucker@Christian Weisgerber
2012-06-28Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removedDarren Tucker
2012-06-26Add mquery to the list of allowed syscalls for "UsePrivilegeSeparationDarren Tucker
2012-06-22Remove unused variable leftover from tab-completion changes.Darren Tucker