summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-05-26"usage:" is lowercase; synchronize synopsis and usage.Igor Sobrado
2008-05-26signpost encodings and formats a little better;Jason McIntyre
2008-05-26put -q in the right place;Jason McIntyre
2008-05-26add -q option which enables "quiet" operation.Jacob Meuser
2008-05-25Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push theTodd C. Miller
2008-05-25give argument to LIST_END(), don't use variable lenght arrays as lastAlexandre Ratchov
2008-05-24typo.Igor Sobrado
2008-05-24Enclose an informational message in a verbose check.Pierre-Yves Ritschard
2008-05-23various fixes for aucat.1, and sync usage(); ok ratchovJason McIntyre
2008-05-23Properly pass the directory tag of parent directory into new subdirectories.Tobias Stoeckmann
2008-05-23add support for:Alexandre Ratchov
2008-05-22I really hate commiting here, but this was far too good not to.Bob Beck
2008-05-22Wrong function names in fatal messages fixed.Tobias Stoeckmann
2008-05-22expension -> expansionTobias Stoeckmann
2008-05-22fix updating to tags pointing at branch revisions;Joris Vink
2008-05-22correctly deal with non-zero depths specified in rcsnum_cmp();Joris Vink
2008-05-22Spacing; Stefan Sperling.Xavier Santolaria
2008-05-22Error messages fixes; Stefan Sperling.Xavier Santolaria
2008-05-21Remove elf2aout and elf2ecoff. They are no longer built since they were onlyMiod Vallat
2008-05-19unbreak tree by committing this bit that I missed from:Damien Miller
2008-05-19support -l (print fingerprint) in combination with -F (find host) toDamien Miller
2008-05-19Fix sending tty modes when stdin is not a tty (bz#1199). PreviouslyDamien Miller
2008-05-19unbreak protocol keepalive timeouts bz#1465; ok dtucker@Damien Miller
2008-05-18comment extension announcementDamien Miller
2008-05-17documentation tweaks.Igor Sobrado
2008-05-17Full support of branches added. We lacked proper support of multipleTobias Stoeckmann
2008-05-17grammar and correctness fixes from stevesk@Damien Miller
2008-05-16document our protocol extensions and deviations; ok markus@Damien Miller
2008-05-15document eow message in ssh protocol 2 channel state machine;Damien Miller
2008-05-15fix uninitialised variable; from ray@Damien Miller
2008-05-14add missing $OpenBSD$ tagsCharles Longeau
2008-05-13Change a mktemp(3) to mkstemp(3), preventing a race condition.Ray Lai
2008-05-13Remove #if 0 code that has been unused for nearly a decade (andRay Lai
2008-05-12Ensure nh_result lies on a 64-bit boundary (fixes warnings observedPeter Valchev
2008-05-11If "cvs admin" encountered an entry in CVS/Entries for a file which has noTobias Stoeckmann
2008-05-11Memory leak in rcs_delta_stats plugged.Tobias Stoeckmann
2008-05-10properly free suffixes.Joris Vink
2008-05-10OpenRCS only handled a max of 128 arguments on command line + RCSINIT,Tobias Stoeckmann
2008-05-09unbreakMarkus Friedl
2008-05-09error-fd race: don't enable the error fd in the select bitmaskMarkus Friedl
2008-05-09re-add the USE_PIPES code and enable it.Markus Friedl
2008-05-09dingo stole my diff hunkDamien Miller
2008-05-09tidy up session multiplexing code, moving it into its own file andDamien Miller
2008-05-09some Xr for tcpbench(1) and tcpdrop(8);Jason McIntyre
2008-05-09tweak previous; ok djmJason McIntyre
2008-05-09try SO_BINDANY for -s, but do not insist; ok bob, reykMarkus Friedl
2008-05-09add tcpbench to buildTheo de Raadt
2008-05-09s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.comDamien Miller
2008-05-09Try additional addresses when connecting to a port forward destinationDamien Miller
2008-05-09import tcpbench, a small TCP benchmarking tool that can also sampleDamien Miller