summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-03-13Print title="..." in addition to id="..." attributes for macro keysIngo Schwarze
2017-03-13Log where panes are created.Nicholas Marriott
2017-03-13Revert previous, breaks normal short targets, reported by Theo Buehler.Nicholas Marriott
2017-03-11allow ssh to use certificates accompanied by a private key file but noDamien Miller
2017-03-11Use sizeof directly instead of a macro from the scary <struct.h>Philip Guenther
2017-03-11Improve detection of recursive eqn(7) "define" statements:Ingo Schwarze
2017-03-11Fix calculation of size for full size splits.Nicholas Marriott
2017-03-11Only look for window and pane parts of target as a sesson and window ifNicholas Marriott
2017-03-11Don't count the initial block twice when computing how many bytesMarkus Friedl
2017-03-11In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze
2017-03-10krl.cDarren Tucker
2017-03-10When updating hostkeys, accept RSA keys if HostkeyAlgorithms containsDamien Miller
2017-03-10better match sshd config parser behaviour: fatal() if line is overlong,Damien Miller
2017-03-10ensure hostname is lower-case before hashing it; bz#2591 reported byDamien Miller
2017-03-10make hostname matching really insensitive to case; bz#2685,Damien Miller
2017-03-10Remove old null check from config dumper. Patch from jjelen at redhat.comDarren Tucker
2017-03-10fix regression in 7.4 server-sig-algs, where we were accidentallyDamien Miller
2017-03-10Check for NULL return value from key_new. Patch from jjelen at redhat.comDarren Tucker
2017-03-10reword a comment to make it fit 80 columnsDamien Miller
2017-03-10Check for NULL argument to sshkey_read. Patch from jjelen at redhat.comDarren Tucker
2017-03-10Plug some mem leaks mostly on error paths. From jjelen at redhat.comDarren Tucker
2017-03-10Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com viaDarren Tucker
2017-03-10Plug descriptor leaks of auth_sock. From jjelen at redhat.com viaDarren Tucker
2017-03-10correctly hash hosts with a port number. Reported by Josh Powers inDamien Miller
2017-03-10don't truncate off \r\n from long stderr lines; bz#2688, reported byDamien Miller
2017-03-10Validate digest arg in ssh_digest_final; from jjelen at redhat.com viaDarren Tucker
2017-03-09Clear the bracket paste mode when in the command prompt.Nicholas Marriott
2017-03-09exit test for -L was reversed. spotted by Michael ForneyTed Unangst
2017-03-09show how to verify the next release after 6.1Sebastian Benoit
2017-03-09Move the client identify (display-panes) code into server-client.c.Nicholas Marriott
2017-03-09Move server_fill_environ into environ.c and move some other common codeNicholas Marriott
2017-03-09Fix blunder in previous: we must keep the line parse bufferIngo Schwarze
2017-03-09The netcat server did not print the correct TLS error message ifAlexander Bluhm
2017-03-08Skip over padding cells when moving the cursor left or right.Nicholas Marriott
2017-03-08Document that -T markdown produces ASCII output, and the impliedIngo Schwarze
2017-03-08The CommonMark specification wants that opening parenthesesIngo Schwarze
2017-03-08According to the CommonMark specification, backslash escapesIngo Schwarze
2017-03-08The CommonMark specification allows list markers fo the form "number) "Ingo Schwarze
2017-03-08Do not increment .Bl -enum list markers beyond two digits.Ingo Schwarze
2017-03-08.Bl -column never gets blank lines between rowsIngo Schwarze
2017-03-08Handle empty options correctly.Nicholas Marriott
2017-03-08Always send smkx to the terminal outside, the keys we get from terminfoNicholas Marriott
2017-03-08Add a blank after ">" when quoting.Ingo Schwarze
2017-03-08Add a helper function for the most common format_create/defaults/expandNicholas Marriott
2017-03-08prevent infinite recursion while expanding the argumentsIngo Schwarze
2017-03-08quote [host]:port in generated ProxyJump commandline; the [ / ]Damien Miller
2017-03-07Rename struct etheripstat members for consistency, move them all to 64bitsJeremie Courreges-Anglas
2017-03-07If a user-defined macro is aborted because it exceeds the stackIngo Schwarze
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-07fix completely empty .Eo: no blank line wantedIngo Schwarze