Age | Commit message (Expand) | Author |
2017-12-05 | Add missing break for rdomain. Prevents spurious "Deprecated option" | Darren Tucker |
2017-11-03 | reuse parse_multistate for parse_flag (yes/no arguments). Saves | Damien Miller |
2017-11-03 | When doing a config test with sshd -T, only require the attributes | Darren Tucker |
2017-10-25 | uninitialised variable in PermitTunnel printing code | Damien Miller |
2017-10-25 | add a "rdomain" criteria for the sshd_config Match keyword to allow | Damien Miller |
2017-10-25 | add sshd_config RDomain keyword to place sshd and the subsequent | Damien Miller |
2017-10-25 | Add optional rdomain qualifier to sshd_config's ListenAddress option | Damien Miller |
2017-10-05 | replace statically-sized arrays in ServerOptions with dynamic ones | Damien Miller |
2017-10-04 | fix (another) problem in PermitOpen introduced during the channels.c | Damien Miller |
2017-10-02 | Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@ | Damien Miller |
2017-09-18 | Add braces missing after channels refactor. ok markus@ | Darren Tucker |
2017-09-12 | refactor channels.c | Damien Miller |
2017-06-24 | refactor authentication logging | Damien Miller |
2017-05-17 | allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717 | Damien Miller |
2017-04-27 | remove a static array unused since rev 1.306 spotted by clang | Jonathan Gray |
2017-03-14 | Mark the sshd_config UsePrivilegeSeparation option as deprecated, | Damien Miller |
2017-03-10 | Remove old null check from config dumper. Patch from jjelen at redhat.com | Darren Tucker |
2017-02-03 | support =- for removing methods from algorithms lists, e.g. | Damien Miller |
2017-02-03 | allow form-feed characters at EOL; bz#2431 ok dtucker@ | Damien Miller |
2017-01-06 | sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes by | Damien Miller |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-11-23 | allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djm | Markus Friedl |
2016-11-06 | Validate address ranges for AllowUser/DenyUsers at configuration load | Damien Miller |
2016-10-24 | Remove dead breaks, found via opencoverage.net. ok deraadt@ | Darren Tucker |
2016-09-28 | restore pre-auth compression support in the client -- the previous | Damien Miller |
2016-09-28 | Remove support for pre-authentication compression. Doing compression | Damien Miller |
2016-08-25 | add a sIgnore opcode that silently ignores options and use it to | Damien Miller |
2016-08-19 | remove UseLogin option and support for having /bin/login manage | Damien Miller |
2016-08-15 | Remove more SSH1 server code: | Christian Weisgerber |
2016-06-23 | fix AuthenticationMethods during configuration re-parse; | Damien Miller |
2016-06-17 | ban AuthenticationMethods="" and accept AuthenticationMethods=any | Damien Miller |
2016-05-04 | Fix inverted logic for updating StreamLocalBindMask which would cause the | Darren Tucker |
2016-05-03 | fix overriding of StreamLocalBindMask and StreamLocalBindUnlink in | Damien Miller |
2016-05-03 | don't forget to include StreamLocalBindUnlink in the config | Damien Miller |
2016-05-02 | fix signed/unsigned errors reported by clang-3.7; add | Damien Miller |
2016-03-07 | refactor canohost.c: move functions that cache results closer to the | Damien Miller |
2016-02-17 | make sandboxed privilege separation the default, not just for new | Damien Miller |
2016-01-29 | Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return | Darren Tucker |
2015-11-13 | Support "none" as an argument for sshd_config ForceCommand and | Damien Miller |
2015-10-29 | Fix "PubkeyAcceptedKeyTypes +..." inside a Match block; ok dtucker@ | Damien Miller |
2015-08-21 | Fix expansion of HostkeyAlgorithms=+... | Damien Miller |
2015-08-06 | add prohibit-password as a synonymn for without-password, since the | Theo de Raadt |
2015-07-31 | Allow PermitRootLogin to be overridden by config | Chris Cappuccio |
2015-07-30 | change default: PermitRootLogin without-password | Theo de Raadt |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-10 | Turn off DSA by default; add HostKeyAlgorithms to the server and | Markus Friedl |
2015-07-01 | twiddle PermitRootLogin back | Damien Miller |
2015-07-01 | twiddle; (this commit marks the openssh-6.9 release) | Damien Miller |
2015-07-01 | put back default PermitRootLogin=no | Damien Miller |
2015-07-01 | reset default PermitRootLogin to 'yes' (momentarily, for release) | Damien Miller |