summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-10-17pretty upTheo de Raadt
2013-10-17tweak previous;Jason McIntyre
2013-10-17rearrange check to reduce diff against -portableDamien Miller
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-10-16one I missed in previous: s/isation/ization/Damien Miller
2013-10-16s/canonicalise/canonicalize/ for consistency with existing spelling,Damien Miller
2013-10-16tweak previous;Jason McIntyre
2013-10-16Implement client-side hostname canonicalisation to allow an explicitDamien Miller
2013-10-15tweak previous;Jason McIntyre
2013-10-15Fix detach -a by skipping clients where the session is NULL.Nicholas Marriott
2013-10-14whitespace at EOL; pointed out by markus@Damien Miller
2013-10-14refactor client config code a little:Damien Miller
2013-10-14add a "Match" keyword to ssh_config that allows matching on hostname,Damien Miller
2013-10-14Add logging of session starts in a useful format; ok markus@ feedback andDamien Miller
2013-10-14tweak previous;Jason McIntyre
2013-10-14add 7.5kbit DH groupsDarren Tucker
2013-10-14count number of lines in moduli input file and pass to the testingDarren Tucker
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
2013-10-13add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011Ingo Schwarze
2013-10-13this Makefile does not really help anyone bring up makeTheo de Raadt
2013-10-13add libefi and simplify some namesIngo Schwarze
2013-10-13sync SUSv2/SUSv3 entries with groffIngo Schwarze
2013-10-13more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze
2013-10-12adopt to queueing changesHenning Brauer
2013-10-11Don't leak file descriptors in the rare MSG_VERSION case. From ChrisNicholas Marriott
2013-10-11Remove stray return, from Chris Johnsen.Nicholas Marriott
2013-10-11And get it right this time... don't leak if it is an empty string either.Nicholas Marriott
2013-10-11Don't free the pane name by accident.Nicholas Marriott
2013-10-11obsolete commentDamien Miller
2013-10-11missed one arg reorderDamien Miller
2013-10-11rename flag arguments to be more clear and consistent.Damien Miller
2013-10-10Bracket in the wrong place in description of c0-change-trigger.Nicholas Marriott
2013-10-10Fix leak in format_get_command.Nicholas Marriott
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlyNicholas Marriott
2013-10-10Use format_get_command() and some spacing tweaks.Nicholas Marriott
2013-10-10Pass -1 for cwd now not NULL.Nicholas Marriott
2013-10-10We accidentally haven't been using $TMUX to work out the session for aNicholas Marriott
2013-10-10Remove now unused cmd_get_default_path.Nicholas Marriott
2013-10-10Don't boke when figuring out working directory from configuration file.Nicholas Marriott
2013-10-10Show session name in detached message. Requested by somebody a fewNicholas Marriott
2013-10-10Don't look at string[length - 1] if length == 0.Nicholas Marriott
2013-10-10Alter how tmux handles the working directory to internally use fileNicholas Marriott
2013-10-10Make tilde expansion in command strings work even if it isn't terminated by /.Nicholas Marriott
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.Nicholas Marriott
2013-10-10Instead of fixed size buffers for some messages, send only the stringNicholas Marriott
2013-10-10retcode -> retval for exit message.Nicholas Marriott
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.Nicholas Marriott
2013-10-10Bump protocol version and add new message types.Nicholas Marriott
2013-10-10Remove CMD_SENDENVIRON.Nicholas Marriott
2013-10-10mouse-resize-pane: Only resize on border selectNicholas Marriott