summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-06-13refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notDamien Miller
2008-06-13upcast uid to long with matching %ld, prevents warnings in portableDarren Tucker
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can Erkin Acar
2008-06-13Do not try to access ordering if it is not defined.Can Erkin Acar
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2008-06-13upcast size_t to u_long to match format arg; ok djm@Darren Tucker
2008-06-13fall back to creating a new TCP connection on most multiplexing errorsDamien Miller
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker
2008-06-12tweak wording in message, ok deraadt@ jmc@Ian Darwin
2008-06-12tweak previous;Jason McIntyre
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2008-06-12add my copyright, ok djm@Alexander von Gernler
2008-06-12incremental search isn't allowed in macros, so if your fingersKjell Wooding
2008-06-12c-mode now understands the two most common type of commentsKjell Wooding
2008-06-12sync synopsis and usage; spacing.Igor Sobrado
2008-06-12Make set-fill-column interactive (and scriptable in a startup file)Kjell Wooding
2008-06-12remove superfluous "usage:" from v_estr().Igor Sobrado
2008-06-12make ssh-keygen -lf show the key type just as ssh-add -l would do itAlexander von Gernler
2008-06-12WhitespaceKjell Wooding
2008-06-12I was coalescing expected global request confirmation replies at theDamien Miller
2008-06-12print extension revisions for extensions that we understandDamien Miller
2008-06-12Make keepalive timeouts apply while waiting for a packet, particularly duringDarren Tucker
2008-06-12allow the tcpbench client side to open more than one tcp connectionHenning Brauer
2008-06-12add a statistic bit to count how often we change async to syncThordur I. Bjornsson
2008-06-12tweak the ascii art text; ok grunkJason McIntyre
2008-06-12make bcachestats visible in systat io - from mickey.Bob Beck
2008-06-12we should be able to handle symbol names that are also RCS tokens,Joris Vink
2008-06-12Fixed a memory leak in export noticed by joris.Tobias Stoeckmann
2008-06-12properly deal with CVS_USE_WDIR.Joris Vink
2008-06-12cmdp can be NULL while still in cvs_getopt(), so deal with thisJoris Vink
2008-06-12keyword expansion for localcommand. ok djm@Darren Tucker
2008-06-12You successfully cast 'remove dead cruft'Joris Vink
2008-06-12The multiplexing escape char handler commit last night introduced aDamien Miller
2008-06-12fix logicJoris Vink
2008-06-12completely kill the need for TMP_DIR when running checkout,Joris Vink
2008-06-12We already mark the start of the worm, now also mark the end of the wormAlexander von Gernler
2008-06-12supply the key type (rsa1, rsa, dsa) as a caption in the frame of theAlexander von Gernler
2008-06-12some more TODO for meDamien Miller
2008-06-12document tun@openssh.com forwarding methodDamien Miller
2008-06-12thal shalt not code past the eightieth columnDamien Miller
2008-06-12thall shalt not code past the eightieth columnDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
2008-06-12show any signal we might have received that killed our cvs process.Joris Vink
2008-06-12Enable ~ escapes for multiplex slave sessions; give each channelDamien Miller
2008-06-12Introduce a basic c-mode to mg.Kjell Wooding
2008-06-12Make ssh print the random art also when ssh'ing to a host using IP only.Alexander von Gernler
2008-06-12use an odd number of rows and columns and a separate start marker, looksOtto Moerbeek
2008-06-12Do not pass "0" strings as ports to getaddrinfo because the lookupsDarren Tucker
2008-06-11#define statements that are not atoms need braces around them, else theyAlexander von Gernler
2008-06-11Expose changemode for use by "self-contained" modesKjell Wooding