summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-06-11Add delete-leading-space, delete-trailing-space,Kjell Wooding
2008-06-11CheckHostIP set to ``fingerprint'' will display both hex and random artAlexander von Gernler
2008-06-11simpler way of computing the augmentations; ok grunk@Otto Moerbeek
2008-06-11ssh-keygen would write fingerprints to STDOUT, and random art to STDERR,Alexander von Gernler
2008-06-11move tao code from main() into its own function before adding features.av
2008-06-11ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pubAlexander von Gernler
2008-06-11always enter cvs_update_leavedir()Joris Vink
2008-06-11Introduce SSH Fingerprint ASCII Visualization, a technique inspired by theAlexander von Gernler
2008-06-11do not count on files that are uptodate to be on disk in a remote setup.Joris Vink
2008-06-11Use getcolpos to compute column. doto does not account for tabsKjell Wooding
2008-06-11cleanup our junk when in server mode and running as checkout everyJoris Vink
2008-06-11With Vincent's permission, the last remaining chunk of mg has beenKjell Wooding
2008-06-11kill trailing whitespace;Jason McIntyre
2008-06-11Removed bogus var definition.Tobias Stoeckmann
2008-06-11Avoid possible NULL pointer dereferences by using reentrant versionsTobias Stoeckmann
2008-06-11spacingJoris Vink
2008-06-11style ferry comes aroundJoris Vink
2008-06-11ofd is being closed in cvs_file_free(), no need to close it ourselfsJoris Vink
2008-06-11GNU cvs "compresses" CVSROOT/history by shrinking entry for working dirTobias Stoeckmann
2008-06-11Let curses handle the setup of terminal instead of doing it on our ownTobias Stoeckmann
2008-06-10make opencvs behave exactly like GNU cvs does when it comes toJoris Vink
2008-06-10Add a clear-mark function.Kjell Wooding
2008-06-10Use '\0' for a nul byte rather than unadorned 0. ok djm@Darren Tucker