summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-04-25update the example: using "play.block_size" instead of "blocksize" is nowAlexandre Ratchov
2008-04-25display count of playback frame errors (underruns) in play.errors like weJacob Meuser
2008-04-25-a flag is deprecated, remove it from an example.Jacob Meuser
2008-04-24Prevent overflow of cmd_argv if RCS_INIT and command line argumentsTobias Stoeckmann
2008-04-24Use a fixed string in case of vasprintf() error instead of relying onTobias Stoeckmann
2008-04-23Move code around to remove a warning. Clarifies the code for bothRay Lai
2008-04-19Decrement len variable after removing newline, prevents copying theRay Lai
2008-04-18remove unneccessary parenthesesDamien Miller
2008-04-18Properly check memory allocation in client code. While at it, unifiedTobias Stoeckmann
2008-04-18If memory allocation fails during error message buffering, print all holdTobias Stoeckmann
2008-04-18tweaks;Jason McIntyre
2008-04-18macro fixage;Jason McIntyre
2008-04-18Allow cal to show week numbers. Switch between sunday based week numberingPierre-Yves Ritschard
2008-04-18introduce sftp extension methods statvfs@openssh.com andDamien Miller
2008-04-13- remove code that was rendered pointless by the last commitJacob Meuser
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-12Protect errno from being trashed by other functions.Ray Lai
2008-04-11Add directory for sparc64 build.Stefan Kempf
2008-04-11OpenBSD tag is enough.Stefan Kempf
2008-04-11add a commented out entry that disables the lecture blurb the firstThordur I. Bjornsson