summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-06-29explicitely initialize members of struct dev in dev_open()Jacob Meuser
2010-06-29If the device isn't opened yet (as can be the case with '-a off'),Jacob Meuser
2010-06-29Replace "nice" strcmp() wrapper macro with strcmp.Nicholas Marriott
2010-06-29replace some magic mouse constants with defines for clarity. ok nicmTed Unangst
2010-06-29isdigit() is more readable than comparing ascii codesTed Unangst
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-06-29Allow selecting both address family and protocol by passing the address familyBret Lambert
2010-06-28Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott
2010-06-28move -H and -s to their own little section, since they did not belong inJason McIntyre
2010-06-27This header was missing from the previous commit; sorry.Ingo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-27Remove "pt" from struct roffsu, as CSS (the only reason it was there) isIngo Schwarze
2010-06-27Fix a crash when the directory entry isn't complete.Peter Hessler
2010-06-27minor .Bk fixes:Ingo Schwarze
2010-06-27Document .Bk/.Ek; reminded by kristaps@.Ingo Schwarze
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-06-27Basic implementation of .Bk/.Ek.Ingo Schwarze
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
2010-06-26Use server_destroy_session() for kill-session.Nicholas Marriott
2010-06-26oops, forgot to #include <canohost.h>; spotted and patch from chl@Damien Miller
2010-06-26As a first step towards variable-width font support,Ingo Schwarze
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-06-26merge release 1.10.2Ingo Schwarze
2010-06-26From the Loganaden Velvindron:Kjell Wooding
2010-06-26disable opencvs; maintainers went bye byeTheo de Raadt
2010-06-26tweak previous;Jason McIntyre
2010-06-25Add X11ForwardTimeout option to specify timeout for untrusted X11Damien Miller
2010-06-25log the hostname and address that we connected to at LogLevel=verboseDamien Miller
2010-06-25skip the initial check for access with an empty password whenDamien Miller
2010-06-25don't attempt to drain devices after they are destroyed, whichAlexandre Ratchov
2010-06-25bz#1750: fix requirement for /dev/null inside ChrootDirectory forDamien Miller
2010-06-25bz#1327: remove hardcoded limit of 100 permitopen clauses and portDamien Miller
2010-06-24this just had to be here...Jasper Lievisse Adriaanse
2010-06-23fix printing of extensions in v01 certificates that I broke in r1.190Damien Miller
2010-06-22include the user name on "subsystem request for ..." log messages;Damien Miller
2010-06-22replace verbose and overflow-prone Linebuf code with read_keyfile_line()Damien Miller
2010-06-22queue auth debug messages for bad ownership or permissions on the user'sDamien Miller
2010-06-22standardise error messages when attempting to open private keyDamien Miller
2010-06-22expose some more sshd_config options inside Match blocks:Damien Miller
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-06-21Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-06-21Rename activity->alert in a couple of functions for consistency.Nicholas Marriott
2010-06-21Give tmux sockets (but not the containing folder) groupNicholas Marriott
2010-06-21Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott
2010-06-20fix midicat(1) device mode when only -i or only -o is used (ieAlexandre Ratchov
2010-06-18fix memory leak in do_realpath() error path; bz#1771, patch fromDamien Miller
2010-06-18Missing check for chroot_director == "none" (we already checked againstDamien Miller
2010-06-18unbreak ls in working directories that contains globbing characters inDamien Miller
2010-06-17Correct sizing of object to be allocated by calloc(), replacingDamien Miller