Age | Commit message (Expand) | Author |
2016-12-18 | Nuke more unused variables. | Kenneth R Westerback |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
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 | Fix up winlink lists after swap-window. | Nicholas Marriott |
2016-12-14 | Some of the executables that are used by bgplg need the set-user-ID | Reyk Floeter |
2016-12-14 | disable Unix-domain socket forwarding when privsep is disabled | Damien Miller |
2016-12-11 | -N without arguments needs to set prefix count for the mode command, so | Nicholas Marriott |
2016-12-10 | replace all references to bn(3) with BN_new(3), | Ingo Schwarze |
2016-12-09 | Spacing nits. | Nicholas Marriott |
2016-12-09 | log connections dropped in excess of MaxStartups at verbose LogLevel; | Damien Miller |
2016-12-08 | Fix send-keys with UTF-8. | Nicholas Marriott |
2016-12-08 | Avoid splitting the "Requesting %s" printf and its trailing newline. | Todd C. Miller |
2016-12-08 | Avoid printf of a NULL pointer as a string in debug mode. | Todd C. Miller |
2016-12-07 | Do not clear the prompt when a message is shown, just leave it around and | Nicholas Marriott |
2016-12-07 | When reporting "whitespace at end of input line" on lines ending with | Ingo Schwarze |
2016-12-07 | Only skip moving the cursor if it is already in the last position _on | Nicholas Marriott |
2016-12-07 | Make prefix work in all tables (except the prefix table). Users who want | Nicholas Marriott |
2016-12-06 | make IdentityFile successfully load and use certificates that have no | Damien Miller |
2016-12-05 | Be more explicit about the "args" syntax. | Ingo Schwarze |
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-12-01 | update currency exchange rates; | Jason McIntyre |
2016-11-30 | Fix check for cursor at end of line. | Nicholas Marriott |
2016-11-30 | Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3) | Ricardo Mestre |
2016-11-30 | Check return value of tls_config_set_protocols(3) and bail out in case of | Ricardo Mestre |
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 | Make send -N work for all keys, not just in copy mode. From Artem Fokin. | Nicholas Marriott |
2016-11-29 | Factor out code to disconnect from controlling terminal into its own | Darren Tucker |
2016-11-28 | When comparing ocy to orlower in tty_cmd_cell, there is no need to add | Nicholas Marriott |
2016-11-27 | uppercase for "the Reformation"; | Jason McIntyre |
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-25 | remove an apostrophe on the advice of the oed: | Jason McIntyre |
2016-11-24 | The mouse valid flag needs to be correct before we fire the dragging | Nicholas Marriott |
2016-11-24 | If in the middle of a drag, don't use an invalid key, just use | Nicholas Marriott |
2016-11-24 | Fix so that we work out the right pane from mouse events - we were doing | Nicholas Marriott |
2016-11-24 | Make the selection able to exist independent of the cursor position, so | Nicholas Marriott |
2016-11-23 | allow ClientAlive{Interval,CountMax} in Match; ok dtucker, djm | Markus Friedl |
2016-11-23 | For mouse keys, use the mouse pane as the default current pane. | Nicholas Marriott |
2016-11-23 | Error on invalid modifier keys. | Nicholas Marriott |
2016-11-19 | hyrogen bomb related fixes, prompted by Carson Chittom; dates moved to | Otto Moerbeek |
2016-11-18 | Fix two documentation bugs: | Ingo Schwarze |
2016-11-18 | Delete useless call to setlocale(3). | Ingo Schwarze |
2016-11-17 | Key running commands for #() by the unexpanded command, and run them | Nicholas Marriott |
2016-11-16 | Fix calculation of whether we need a region for drawing a cell (only if | Nicholas Marriott |