Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-07 | push the sshd_config bits in, spotted by ajacoutot@ | Pierre-Yves Ritschard | |
2008-05-07 | Enable the AllowAgentForwarding option in sshd_config (global and match | Pierre-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 place | Jason McIntyre | |
- shorten the argument names to -IO | |||
2008-05-06 | We have to check if server_argc is 1 instead of lesser than 0 to see if | Tobias Stoeckmann | |
an Argumentx directive has been sent to server without prior Argument. ok joris, xsa | |||
2008-05-06 | allow setting of TCP send/receive buffer sizes; ok markus@ | Damien Miller | |
2008-05-01 | In 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-30 | add two missing prototypes. | Federico G. Schwindt | |
2008-04-30 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by | Damien Miller | |
larsnooden AT openoffice.org | |||
2008-04-29 | garbage collect two unused fields in struct mm_master; ok markus@ | Otto Moerbeek | |
2008-04-28 | plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, | Otto Moerbeek | |
the others by myself | |||
2008-04-27 | o if no argument is passed to cddbinfo, treat it as 0 in order to print | Federico 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-27 | Add section n for Tcl/Tk related pages. | Deanna Phillips | |
ok jmc@, no objections espie@ | |||
2008-04-27 | Correct English. | Joel Sing | |
ok jmc@ | |||
2008-04-26 | use correct printf format for size_t (debug only code) | Otto Moerbeek | |
2008-04-26 | Duplicate envstr and free it on error instead of allocating for | Ray Lai | |
each argument and freeing each argument on error. OK joris, tobias | |||
2008-04-25 | update the example: using "play.block_size" instead of "blocksize" is now | Alexandre Ratchov | |
the recommended way to set the play block size ok jakemsr | |||
2008-04-25 | display count of playback frame errors (underruns) in play.errors like we | Jacob 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-24 | Prevent overflow of cmd_argv if RCS_INIT and command line arguments | Tobias Stoeckmann | |
exceed buffer size (diff based on OpenCVS code). ok ray, xsa | |||
2008-04-24 | Use a fixed string in case of vasprintf() error instead of relying on | Tobias Stoeckmann | |
strerror(). Although our vasprintf() sets errno, we cannot rely on it on other systems. ok ray (who spotted this issue), xsa | |||
2008-04-23 | Move code around to remove a warning. Clarifies the code for both | Ray Lai | |
humans and compilers! Issue pointed out by Lawrence Teo. OK millert. | |||
2008-04-19 | Decrement len variable after removing newline, prevents copying the | Ray 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-18 | remove unneccessary parentheses | Damien Miller | |
2008-04-18 | Properly check memory allocation in client code. While at it, unified | Tobias Stoeckmann | |
vasprintf() check across OpenCVS code base. Based on a diff by Jacek Masiulaniec. ok (and unification requested by) xsa | |||
2008-04-18 | If memory allocation fails during error message buffering, print all hold | Tobias Stoeckmann | |
back messages and exit. ok millert | |||
2008-04-18 | tweaks; | Jason McIntyre | |
2008-04-18 | macro fixage; | Jason McIntyre | |
2008-04-18 | Allow cal to show week numbers. Switch between sunday based week numbering | Pierre-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-18 | introduce sftp extension methods statvfs@openssh.com and | Damien 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 commit | Jacob Meuser | |
- minor knf from Pierre Riteau | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-04-12 | Protect errno from being trashed by other functions. | Ray Lai | |
okay okan. | |||
2008-04-11 | Add directory for sparc64 build. | Stefan Kempf | |
2008-04-11 | OpenBSD tag is enough. | Stefan Kempf | |
2008-04-11 | add a commented out entry that disables the lecture blurb the first | Thordur I. Bjornsson | |
time you run sudo(8); ok millert@ | |||
2008-04-11 | Sync with master repo. Reminded by otto@ | Stefan Kempf | |
2008-04-11 | Pass output to groff instead of troff so we end up with postscript | Todd 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-10 | Introduce 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-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur 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-05 | HostbasedAuthentication is supported under Match too | Damien Miller | |
2008-04-04 | oops, some unrelated stuff crept into that commit - backout. | Damien Miller | |
spotted by jmc@ | |||
2008-04-04 | ChrootDirectory is supported in Match blocks (in fact, it is most useful | Damien Miller | |
there). Spotted by Minstrel AT minstrel.org.uk | |||
2008-04-03 | openssh-5.0 | Damien Miller | |
2008-04-02 | avoid possible hijacking of x11-forwarded connections (back out 1.183) | Markus Friedl | |
CVE-2008-1483; ok djm@ | |||
2008-04-02 | using getpwent() in a loop is so 1980; ok millert | Theo de Raadt | |
2008-03-28 | - minor ansification | Jasper Lievisse Adriaanse | |
from Gleydson Soares ok otto@ | |||
2008-03-27 | remove trailing whitespace; | Jason McIntyre | |
2008-03-27 | openssh-4.9 | Damien Miller | |
2008-03-26 | Fix RCS ident | Damien Miller | |
2008-03-26 | add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc | Damien Miller | |