Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | keys stored in openssh format can have comments too; | Jason McIntyre | |
diff from yonas yanfa, tweaked a bit; ok djm | |||
2016-06-15 | Add missing buffer_name format, from Awal Garg. | Nicholas Marriott | |
2016-06-15 | Copy mode needs to keep the original grid intact so it can copy from it | Nicholas Marriott | |
if needed, so it disables reading from the pane. This can be problem with some programs. So make tmux automatically exit all modes after 180 seconds of inactivity and if there is pending output. | |||
2016-06-15 | Add -F to list-commands. | Nicholas Marriott | |
2016-06-15 | Remove "POSSIBLE BREAK-IN ATTEMPT!" from log message about forward and | Darren Tucker | |
reverse DNS not matching. We haven't supported IP-based auth methods for a very long time so it's now misleading. part of bz#2585, ok markus@ | |||
2016-06-12 | Remove old unused prototype, from Ilya Kaliman. | Nicholas Marriott | |
2016-06-11 | don't use specified twice in a sentence, noticed by jmc | Ted Unangst | |
2016-06-11 | clarify some wording | Ted Unangst | |
2016-06-11 | specify that default is deny if no rule matches | Ted Unangst | |
2016-06-11 | expand contractions | Ted Unangst | |
2016-06-11 | tighten up some wording | Ted Unangst | |
2016-06-10 | Spelling error (incrased -> increased), from Josh Soref. | Nicholas Marriott | |
2016-06-10 | Simplify the sample rate converter, no behaviour change. | Alexandre Ratchov | |
2016-06-08 | removed unused fields of resamp structure | Alexandre Ratchov | |
2016-06-08 | use getprogname | Ted Unangst | |
2016-06-08 | Back out rev 1.28 "Check min and max sizes sent by the client" change. | Darren Tucker | |
It caused "key_verify failed for server_host_key" in clients that send a DH-GEX min value less that DH_GRP_MIN, eg old OpenSSH and PuTTY. ok djm@ | |||
2016-06-07 | revert recent changes to allow setenv. everybody now has an idea about | Ted Unangst | |
how to do things better, so let's take a step back and reconsider. | |||
2016-06-07 | merge setenv feature into keepenv. less grammar, more better. | Ted Unangst | |
minimal changes to implementation for now, but some refinement to the way in which the new environment is constructed would be nice. ok djm | |||
2016-06-07 | Add -g and -p options to control device and file start position. | Alexandre Ratchov | |
2016-06-07 | ktrace support for pollfd[] arrays | Theo de Raadt | |
ok guenther | |||
2016-06-07 | Add resamp_getcnt() routine to calculate the exact number of samples | Alexandre Ratchov | |
that would be consumed and produced by the sampler rate converter. Use it to avoid partial samples that are not properly handled. Fixes last samples of certain files causing aucat to abort. | |||
2016-06-07 | "Well finally everyone can see that the shit is really shitty." | Ted Unangst | |
2016-06-07 | add a hack to avoid printing the long string format for times in the 70s. | Ted Unangst | |
this is usually a result of a timestamp which hasn't been identified as "relative" and decoding them to precise dates long in the past is a distraction. (eagerly awaiting a cleaner, better diff to do the same.) | |||
2016-06-06 | Much faster (and smaller) method of mapping RGB colour to an xterm(1) | Nicholas Marriott | |
colour, from Avi Halachmi. | |||
2016-06-06 | Cache selected state so that cells going from selected to unselected are not | Nicholas Marriott | |
skipped, reported by Omar Sandoval. | |||
2016-06-06 | Insert new panes after the pane being split in the list rather than | Nicholas Marriott | |
always after the active pane. This is more sensible when doing it with commands rather than keys. | |||
2016-06-06 | Allow #[] in window-status-separator. | Nicholas Marriott | |
2016-06-06 | it's typedef, not typdef. | Tobias Ulmer | |
typo found by Piotr Stefaniak | |||
2016-06-05 | In netstat, display correct counter for 'no basic MCS set' error. | Stefan Sperling | |
ok sthen@ tb@ | |||
2016-06-05 | spelling fix; | Jason McIntyre | |
2016-06-05 | add a doas.conf setenv directive that allows setting environment | Damien Miller | |
variables explicitly and by copying existing environment variables of a different name. E.g. permit nopass setenv { PS1=$SUDO_PS1 FOO=bar } keepenv :wheel ok tedu@ benno@ | |||
2016-06-03 | tweak previous; | Jason McIntyre | |
2016-06-03 | Allow ExitOnForwardFailure and ClearAllForwardings to be overridden when | Darren Tucker | |
using ssh -W (but still default to yes in that case). bz#2577, ok djm@. | |||
2016-06-03 | Move the host and port used by ssh -W into the Options struct. | Darren Tucker | |
This will make future changes a bit easier. ok djm@ | |||
2016-06-02 | allow printing timestamps relative to beginnging of trace, -RT. ok benno | Ted Unangst | |
2016-06-02 | remove forgotten debug printfs | Alexandre Ratchov | |
2016-06-02 | set exit status to 1 if -n is used without -i and -o | Alexandre Ratchov | |
2016-06-02 | Let netcat support the use of service names instead of port numbers. | Bob Beck | |
based on a diff from Andras Farkas <deepbluemistake@gmail.com> ok deraadt@ | |||
2016-06-01 | instead of using the makefile to override ancient defaults in the code, | Ted Unangst | |
change the code to reflect modern reality. ok deraadt millert natano | |||
2016-06-01 | update currency exchange rates; | Jason McIntyre | |
2016-06-01 | Check min and max sizes sent by the client against what we support before | Darren Tucker | |
passing them to the monitor. ok djm@ | |||
2016-05-31 | Ensure that the client's proposed DH-GEX max value is at least as big | Darren Tucker | |
as the minimum the server will accept. ok djm@ | |||
2016-05-31 | Pass hr:min:sec:frame.cent to dev_mmcloc() directly and remove the | Alexandre Ratchov | |
useless intermediate conversion from and to 2400-th of seconds. | |||
2016-05-31 | To store MMC position, use samples (at device rate) as time units | Alexandre Ratchov | |
instead of 2400-ths of second. No behaviour change. | |||
2016-05-30 | Backout rev. 1.43 for now. | Ingo Schwarze | |
The function update_progress_meter() calls refresh_progress_meter() which calls snmprintf() which calls malloc(); but update_progress_meter() acts as the SIGALRM signal handler. "malloc(): error: recursive call" reported by sobrado@. | |||
2016-05-30 | Make sed use the new REG_STARTEND | REG_NOTBOL combination. This fixes a begin | Martijn van Duren | |
of word mismatch as reported by jsg@. Discussed with otto@ and others early on, earlier version tested in ports build by aja@ OK millert@ Few readability tweaks and OK schwarze@ | |||
2016-05-30 | Even when only writing an unescaped character, the dst buffer may need to | Ingo Schwarze | |
grow, or it would be overrun; issue found by tb@ with malloc.conf(5) 'C'. While here, reserve an additional byte for the terminating NUL up front such that we don't have to realloc() later just for that. OK tb@ | |||
2016-05-30 | Fix two rare edge cases: | Ingo Schwarze | |
1. If vasprintf() returns < 0, do not access a NULL pointer in snmprintf(), and do not free() the pointer returned from vasprintf() because on some systems other than OpenBSD, it might be a bogus pointer. 2. If vasprintf() returns == 0, return 0 and "" rather than -1 and NULL. Besides, free(dst) is pointless after failure (not a bug). One half OK martijn@, the other half OK deraadt@; committing quickly before people get hurt. | |||
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott | |
unless they have changed. | |||
2016-05-30 | Do not draw character to screen if it has not changed, and do not save | Nicholas Marriott | |
last character if it won't be used. This (and last few commits) prompted by a report from Hubert depesz Lubaczewski. |