summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2008-04-11Sync with master repo. Reminded by otto@Stefan Kempf
2008-04-11Pass output to groff instead of troff so we end up with postscriptTodd C. Miller
2008-04-10Introduce the -m flag which shows weeks as starting on mondays.Pierre-Yves Ritschard
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
2008-04-05HostbasedAuthentication is supported under Match tooDamien Miller
2008-04-04oops, some unrelated stuff crept into that commit - backout.Damien Miller
2008-04-04ChrootDirectory is supported in Match blocks (in fact, it is most usefulDamien Miller
2008-04-03openssh-5.0Damien Miller
2008-04-02avoid possible hijacking of x11-forwarded connections (back out 1.183)Markus Friedl
2008-04-02using getpwent() in a loop is so 1980; ok millertTheo de Raadt
2008-03-28- minor ansificationJasper Lievisse Adriaanse
2008-03-27remove trailing whitespace;Jason McIntyre
2008-03-27openssh-4.9Damien Miller
2008-03-26Fix RCS identDamien Miller
2008-03-26add no-user-rc authorized_keys option to disable execution of ~/.ssh/rcDamien Miller
2008-03-25last patch had backwards test; spotted by termim AT gmail.comDamien Miller
2008-03-25ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;Damien Miller