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