Age | Commit message (Expand) | Author |
2019-03-25 | whitespace | Damien Miller |
2019-03-06 | Move checks for lists of users or groups into their own function. | Darren Tucker |
2019-01-24 | Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF* | Darren Tucker |
2019-01-23 | Remove support for obsolete host/port syntax. | Darren Tucker |
2019-01-19 | convert servconf.c to new packet API | Damien Miller |
2019-01-19 | begin landing remaining refactoring of packet parsing API, started | Damien Miller |
2018-11-19 | silence (to log level debug2) failure messages when loading the default | Damien Miller |
2018-11-16 | use path_absolute() for pathname checks; from Manoj Ampalam | Damien Miller |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-08-12 | better diagnosics on alg list assembly errors; ok deraadt@ markus@ | Damien Miller |
2018-07-11 | remove legacy key emulation layer; ok djm@ | Markus Friedl |
2018-07-09 | sshd: switch config to sshbuf API; ok djm@ | Markus Friedl |
2018-07-09 | Revert previous two commits | Stefan Fritsch |
2018-07-06 | Rename COMP_DELAYED to COMP_ZLIB | Stefan Fritsch |
2018-07-04 | repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work - | Damien Miller |
2018-07-03 | allow sshd_config PermitUserEnvironment to accept a pattern-list of | Damien Miller |
2018-06-19 | allow bare port numbers to appear in PermitListen directives, e.g. | Damien Miller |
2018-06-09 | add a SetEnv directive for sshd_config to allow an administrator to | Damien Miller |
2018-06-06 | switch config file parsing to getline(3) as this avoids static limits | Markus Friedl |
2018-06-06 | permitlisten option for authorized_keys; ok markus@ | Damien Miller |
2018-06-06 | Add a PermitListen directive to control which server-side addresses | Damien Miller |
2018-04-10 | lots of typos in comments/docs. Patch from Karsten Weiss after checking | Damien Miller |
2018-04-04 | Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 ... | job |
2018-03-01 | missing #ifdef for _PATH_HOST_XMSS_KEY_FILE; report by jmc@ | Markus Friedl |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-16 | stop loading DSA keys by default, remove sshd_config stanza and manpage | Damien Miller |
2018-02-09 | Remove unused sKerberosTgtPassing from enum. From calestyo via github | Darren Tucker |
2017-12-05 | Replace atoi and strtol conversions for integer arguments to config | Darren Tucker |
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 |