summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-05-08Use new channel status confirmation callback system to properly dealDamien Miller
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-05-08Sync netstat show.c with route show.c to gain mpls support and to show theClaudio Jeker
2008-05-08make -f mpls work. OK norby@Claudio Jeker
2008-05-08avoid extra malloc/copy/free when receiving data over the net;Markus Friedl
2008-05-08Receiving carp packets for unknown vhid's is not really an error.Marco Pfatschbacher
2008-05-08Update file to 4.21.Charles Longeau
2008-05-08replace "/usr/sbin/sendmail" with _PATH_SENDMAILCharles Longeau
2008-05-07correct duration by taking the pre-gap into account; ok by many.Federico G. Schwindt
2008-05-07sort;Jason McIntyre
2008-05-07push the sshd_config bits in, spotted by ajacoutot@Pierre-Yves Ritschard
2008-05-07Enable the AllowAgentForwarding option in sshd_config (global and matchPierre-Yves Ritschard
2008-05-06- put the description of -O in the right placeJason McIntyre
2008-05-06We have to check if server_argc is 1 instead of lesser than 0 to see ifTobias Stoeckmann
2008-05-06allow setting of TCP send/receive buffer sizes; ok markus@Damien Miller
2008-05-01In the main loop, do not call wait() if there is no child process yet;Miod Vallat
2008-04-30add two missing prototypes.Federico G. Schwindt
2008-04-30default to rsa (protocol 2) keys, instead of rsa1 keys; spotted byDamien Miller
2008-04-29garbage collect two unused fields in struct mm_master; ok markus@Otto Moerbeek
2008-04-28plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802,Otto Moerbeek
2008-04-27o if no argument is passed to cddbinfo, treat it as 0 in order to printFederico G. Schwindt
2008-04-27Add section n for Tcl/Tk related pages.Deanna Phillips
2008-04-27Correct English.Joel Sing
2008-04-26use correct printf format for size_t (debug only code)Otto Moerbeek
2008-04-26Duplicate envstr and free it on error instead of allocating forRay Lai