summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-02-09enable PKCS#11 code; ok djmMarkus Friedl
2010-02-09fix whitespace; from jmc@Markus Friedl
2010-02-09add manpage; ok djm@Markus Friedl
2010-02-09unbreak ChrootDirectory+internal-sftp by skipping check for executable shellDamien Miller
2010-02-09constify the arguments to buffer_len, buffer_ptr and buffer_dumpDamien Miller
2010-02-09fix -WallDamien Miller
2010-02-09fallout from PKCS#11: unbreak -DDamien Miller
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08obsoleteMarkus Friedl
2010-02-08remove scardMarkus Friedl
2010-02-08remove obsole scard codeMarkus Friedl
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-02-08Add an option to disable the smcup/rmcup alternate screen behaviour insideNicholas Marriott
2010-02-07next-layout is bound to Space not C-Space.Nicholas Marriott
2010-02-07Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp.Nicholas Marriott
2010-02-06Use the array.h code for the causes list.Nicholas Marriott
2010-02-06Support attaching a client read-only with a new -r flag to the attach-sessionNicholas Marriott
2010-02-06Change nested check to compare server socket path rather than just assumingNicholas Marriott
2010-02-06Clean up $TMUX parsing, from Micah Cowan, tweaked by me.Nicholas Marriott
2010-02-06Rectangle copy support, from Robin Lee Powell.Nicholas Marriott
2010-02-06Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott
2010-02-05Header_lines always has the same value as y_procs; so zap the former;Otto Moerbeek
2010-02-04xargs -I and -L are XPG4, not POSIX; ok jmc@Ingo Schwarze
2010-02-04vi-style B, W and E keys in copy mode to navigate between words treating onlyNicholas Marriott
2010-02-04Read the path from $TMUX if it is present and -L and -S are not given. Based onNicholas Marriott
2010-02-04Option to display the active pane in a different colour with the display-panesNicholas Marriott
2010-02-04MACHINE_CPU here too;Jason McIntyre
2010-02-03Fix divide by zero on small windows with main-* layouts.Nicholas Marriott
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-02-03If MACHINE_CPU != MACHINE_ARCH, pass -D__${MACHINE_CPU}__ to the preprocessor.Miod Vallat
2010-02-03Add a new default variable in Makefile context, MACHINE_CPU. Its value isMiod Vallat
2010-02-03make it clear that -iname supports globbing;Ingo Schwarze
2010-02-02make buffer_get_string_ret() really non-fatal in all cases (it wasDamien Miller
2010-02-01If redrawing line 0 of the screen onto the tty, there can't be a wrap flag onNicholas Marriott
2010-02-01Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.Nicholas Marriott
2010-01-31Remove unnecessary comparison, pointed out by Tiago Cunha.Nicholas Marriott
2010-01-31Fix DPADD, from Brad.Nicholas Marriott
2010-01-30fake local addr:port when stdio fowarding as some servers (Tectia atDamien Miller
2010-01-30debug output goes to stderr, not "the system log"; ok markus dtuckerDamien Miller
2010-01-30Don't stop parsing command sequences when a command requests the client toNicholas Marriott
2010-01-30Ignore SIGHUP as well.Nicholas Marriott
2010-01-30don't mark channel as read failed if it is already closing; suppressesDamien Miller
2010-01-29kill correct channel (was killing already-dead mux channel, notDamien Miller
2010-01-29Allow sorting by command and pid. Also, allow partial matches with strncmp.Ted Unangst
2010-01-29set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.comDamien Miller
2010-01-28Typo, from Micah Cowan.Nicholas Marriott
2010-01-28downgrade an error() to a debug() - this particular case can be hit inDamien Miller
2010-01-27Actually bind the new key to e.Nicholas Marriott
2010-01-27Calculate offset correctly, fixes incorrect offset and prevents crash whenNicholas Marriott
2010-01-27Alter next-word to have vi-like movement behaviour, and add next-word-end withNicholas Marriott