summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* the safety of the internet is called into doubtblambert2013-10-201-2/+3
* catch up with elf(5)/stab(5) removal;jmc2013-10-203-13/+8
* rename "command" subclause of the recently-added "Match" keyword todjm2013-10-202-9/+9
* document % expansions performed by "Match command ..."djm2013-10-201-3/+21
* fix a few obvious .Ar markup errors (unfortunately, there are many more)schwarze2013-10-191-6/+6
* a.out went awayderaadt2013-10-191-3/+2
* Remove a.out/stab knowledge from nm.deraadt2013-10-191-212/+22
* include remote port in bad banner message; bz#2162djm2013-10-171-3/+4
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-176-9/+90
* pretty upderaadt2013-10-171-5/+3
* tweak previous;jmc2013-10-172-4/+4
* rearrange check to reduce diff against -portabledjm2013-10-171-2/+4
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-176-53/+176
* one I missed in previous: s/isation/ization/djm2013-10-162-13/+13
* s/canonicalise/canonicalize/ for consistency with existing spelling,djm2013-10-165-62/+62
* tweak previous;jmc2013-10-161-20/+18
* Implement client-side hostname canonicalisation to allow an explicitdjm2013-10-168-71/+411
* tweak previous;jmc2013-10-152-5/+6
* Fix detach -a by skipping clients where the session is NULL.nicm2013-10-151-2/+3
* whitespace at EOL; pointed out by markus@djm2013-10-141-4/+4
* refactor client config code a little:djm2013-10-146-139/+139
* add a "Match" keyword to ssh_config that allows matching on hostname,djm2013-10-145-35/+283
* Add logging of session starts in a useful format; ok markus@ feedback anddjm2013-10-142-15/+40
* tweak previous;jmc2013-10-142-16/+17
* add 7.5kbit DH groupsdtucker2013-10-143-2/+66
* count number of lines in moduli input file and pass to the testingdtucker2013-10-141-2/+4
* Parse and ignore the .fam (font family) request.schwarze2013-10-141-1/+3
* add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011schwarze2013-10-131-1/+2
* this Makefile does not really help anyone bring up makederaadt2013-10-131-61/+0
* add libefi and simplify some namesschwarze2013-10-131-3/+4
* sync SUSv2/SUSv3 entries with groffschwarze2013-10-131-3/+3
* more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>schwarze2013-10-131-1/+14
* adopt to queueing changeshenning2013-10-121-2/+2
* Don't leak file descriptors in the rare MSG_VERSION case. From Chrisnicm2013-10-111-1/+3
* Remove stray return, from Chris Johnsen.nicm2013-10-111-2/+1
* And get it right this time... don't leak if it is an empty string either.nicm2013-10-111-2/+5
* Don't free the pane name by accident.nicm2013-10-111-3/+3
* obsolete commentdjm2013-10-111-3/+1
* missed one arg reorderdjm2013-10-111-3/+3
* rename flag arguments to be more clear and consistent.djm2013-10-111-34/+37
* Bracket in the wrong place in description of c0-change-trigger.nicm2013-10-101-3/+3
* Fix leak in format_get_command.nicm2013-10-101-3/+5
* Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm2013-10-104-24/+4
* Use format_get_command() and some spacing tweaks.nicm2013-10-103-5/+6
* Pass -1 for cwd now not NULL.nicm2013-10-102-4/+4
* We accidentally haven't been using $TMUX to work out the session for anicm2013-10-105-46/+15
* Remove now unused cmd_get_default_path.nicm2013-10-101-72/+1
* Don't boke when figuring out working directory from configuration file.nicm2013-10-103-6/+6
* Show session name in detached message. Requested by somebody a fewnicm2013-10-103-16/+43
* Don't look at string[length - 1] if length == 0.nicm2013-10-102-7/+7