summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
context), to specify if agents should be permitted on the server. As the man page states: ``Note that disabling Agent forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders.'' ok djm@, ok and a mild frown markus@
2008-05-06- put the description of -O in the right placeJason McIntyre
- shorten the argument names to -IO
2008-05-06We have to check if server_argc is 1 instead of lesser than 0 to see ifTobias Stoeckmann
an Argumentx directive has been sent to server without prior Argument. ok joris, xsa
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
misinterpreting the ``returned'' status could lead to segfauts, as reported by ``Filth'' (hygdrasil, gmail dot com) ok deraadt@
2008-04-30add two missing prototypes.Federico G. Schwindt
2008-04-30default to rsa (protocol 2) keys, instead of rsa1 keys; spotted byDamien Miller
larsnooden AT openoffice.org
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
the others by myself
2008-04-27o if no argument is passed to cddbinfo, treat it as 0 in order to printFederico G. Schwindt
the list in case of multiple/inexact matches o if the argument to cddb is invalid, do not exit, just print and error and ignore the command espie@ ok.
2008-04-27Add section n for Tcl/Tk related pages.Deanna Phillips
ok jmc@, no objections espie@
2008-04-27Correct English.Joel Sing
ok jmc@
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
each argument and freeing each argument on error. OK joris, tobias
2008-04-25update the example: using "play.block_size" instead of "blocksize" is nowAlexandre Ratchov
the recommended way to set the play block size ok jakemsr
2008-04-25display count of playback frame errors (underruns) in play.errors like weJacob Meuser
do with record.errors for recording (overruns). ok ratchov
2008-04-25-a flag is deprecated, remove it from an example.Jacob Meuser
ok ratchov
2008-04-24Prevent overflow of cmd_argv if RCS_INIT and command line argumentsTobias Stoeckmann
exceed buffer size (diff based on OpenCVS code). ok ray, xsa
2008-04-24Use a fixed string in case of vasprintf() error instead of relying onTobias Stoeckmann
strerror(). Although our vasprintf() sets errno, we cannot rely on it on other systems. ok ray (who spotted this issue), xsa
2008-04-23Move code around to remove a warning. Clarifies the code for bothRay Lai
humans and compilers! Issue pointed out by Lawrence Teo. OK millert.
2008-04-19Decrement len variable after removing newline, prevents copying theRay Lai
NUL at the end of a string into the mail. Discovered by dasn. Move newline printing into outer loop, prevents multiple newlines from appearing if there are multiple comments in a line. Discovered by okan. OK okan.
2008-04-18remove unneccessary parenthesesDamien Miller
2008-04-18Properly check memory allocation in client code. While at it, unifiedTobias Stoeckmann
vasprintf() check across OpenCVS code base. Based on a diff by Jacek Masiulaniec. ok (and unification requested by) xsa
2008-04-18If memory allocation fails during error message buffering, print all holdTobias Stoeckmann
back messages and exit. ok millert
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
and ISO 8601 monday based week numbering with overlapping weeks if the -m flag is present. many positive feedback received. ok mbalmer@, jasper@, simon@ input from todd@
2008-04-18introduce sftp extension methods statvfs@openssh.com andDamien Miller
fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@
2008-04-13- remove code that was rendered pointless by the last commitJacob Meuser
- minor knf from Pierre Riteau
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
2008-04-12Protect errno from being trashed by other functions.Ray Lai
okay okan.
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
time you run sudo(8); ok millert@
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
output by default, not the ditroff intermediate format. Remove the -t option as modern troff does not send the output directly to a device and add -T so the user can specify the typesetting device to use. OK deraadt@ jmc@
2008-04-10Introduce the -m flag which shows weeks as starting on mondays.Pierre-Yves Ritschard
input from tom@ through markus@ ok henning@, mbalmer@ and jmc@
2008-04-08bring cloning up too date; Munge it so it will work with atleastThordur I. Bjornsson
oga@'s upcoming DRM changes and too some degree ratchov@'s audio work. It still works for bpf's though. Parts from ratchov@; fstat(1) parts from Pedro Martelletto; tested by many, ok'ed by a few; "get going with cloning" deraadt@
2008-04-05HostbasedAuthentication is supported under Match tooDamien Miller
2008-04-04oops, some unrelated stuff crept into that commit - backout.Damien Miller
spotted by jmc@
2008-04-04ChrootDirectory is supported in Match blocks (in fact, it is most usefulDamien Miller
there). Spotted by Minstrel AT minstrel.org.uk
2008-04-03openssh-5.0Damien Miller
2008-04-02avoid possible hijacking of x11-forwarded connections (back out 1.183)Markus Friedl
CVE-2008-1483; ok djm@
2008-04-02using getpwent() in a loop is so 1980; ok millertTheo de Raadt
2008-03-28- minor ansificationJasper Lievisse Adriaanse
from Gleydson Soares ok otto@
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