Age | Commit message (Expand) | Author |
2017-02-10 | bring back r1.34 that was backed out for problems loading public keys: | Damien Miller |
2017-02-10 | Sanitise escape sequences in key comments sent to printf but preserve | Damien Miller |
2017-02-08 | Avoid printf %s NULL. From semarie@, OK djm@ | Todd C. Miller |
2017-02-06 | Restore \r\n newline sequence for server ident string. The CR got | Damien Miller |
2017-02-03 | use ssh_packet_set_log_preamble() to include connection username | Damien Miller |
2017-02-03 | add ssh_packet_set_log_preamble() to allow inclusion of a preamble | Damien Miller |
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-02-03 | Make ssh_packet_set_rekey_limits take u32 for the number of seconds | Darren Tucker |
2017-02-02 | In vasnmprintf() return an error if malloc fails and don't set | Jonathan Gray |
2017-02-01 | Return true reason for port forwarding failures where feasible rather | Darren Tucker |
2017-01-30 | Small correction to the known_hosts section on when it is updated. | Darren Tucker |
2017-01-30 | revise keys/principals command hang fix (bz#2655) to consume entire | Damien Miller |
2017-01-30 | small cleanup post SSHv1 removal: | Damien Miller |
2017-01-30 | some explicit NULL tests when dumping configured forwardings; | Damien Miller |
2017-01-30 | misplaced braces in test; from Karsten Weiss | Damien Miller |
2017-01-30 | don't dereference authctxt before testing != NULL, it causes compilers | Damien Miller |
2017-01-29 | Fix typo in ~C error message for bad port forward cancellation. | Darren Tucker |
2017-01-21 | The POSIX APIs that that sockaddrs all ignore the s*_len field in the | Philip Guenther |
2017-01-06 | keep the tokens list sorted; | Jason McIntyre |
2017-01-06 | fix previous | Damien Miller |
2017-01-06 | show a useful error message when included config files can't be | Damien Miller |
2017-01-06 | sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes by | Damien Miller |
2017-01-06 | Avoid confusing error message when attempting to use ssh-keyscan built | Damien Miller |
2017-01-06 | Re-add '%k' token for AuthorizedKeysCommand which was lost during the | Darren Tucker |
2017-01-04 | unbreak Unix domain socket forwarding for root; ok markus@ | Damien Miller |
2017-01-04 | relax PKCS#11 whitelist a bit to allow libexec as well as lib | Damien Miller |
2017-01-03 | check number of entries in SSH2_FXP_NAME response; avoids | Damien Miller |
2016-12-30 | fix deadlock when keys/principals command produces a lot of output | Damien Miller |
2016-12-19 | openssh-7.4 | Damien Miller |
2016-12-15 | Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net, | Darren Tucker |
2016-12-15 | Fix text in error message. Patch from zev at bewilderbeest.net. | Darren Tucker |
2016-12-14 | disable Unix-domain socket forwarding when privsep is disabled | Damien Miller |
2016-12-09 | log connections dropped in excess of MaxStartups at verbose LogLevel; | Damien Miller |
2016-12-06 | make IdentityFile successfully load and use certificates that have no | Damien Miller |
2016-12-04 | Fix public key authentication when multiple authentication is in use. | Damien Miller |
2016-12-04 | Unlink PidFile on SIGHUP and always recreate it when the new sshd starts. | Darren Tucker |
2016-11-30 | tweak previous; | Jason McIntyre |
2016-11-30 | add a whitelist of paths from which ssh-agent will load (via | Damien Miller |
2016-11-30 | Add a sshd_config DisableForwaring option that disables X11, agent, | Damien Miller |
2016-11-30 | When a forced-command appears in both a certificate and an | Damien Miller |
2016-11-30 | On startup, check to see if sshd is already daemonized and if so, | Darren Tucker |
2016-11-29 | Factor out code to disconnect from controlling terminal into its own | Darren Tucker |
2016-11-25 | use sshbuf_allocate() to pre-allocate the buffer used for loading | Damien Miller |
2016-11-25 | split allocation out of sshbuf_reserve() into a separate | Damien Miller |
2016-11-23 | allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djm | Markus Friedl |
2016-11-08 | unbreak DenyUsers; reported by henning@ | Damien Miller |
2016-11-06 | Validate address ranges for AllowUser/DenyUsers at configuration load | Damien Miller |
2016-10-28 | Improve pkcs11_add_provider() logging: demote some excessively | Damien Miller |
2016-10-25 | Fix logic in add_local_forward() that inverted a test when code was | Jonathan Gray |