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