- 19 Sep, 2011 3 commits
-
-
Łukasz Nowak authored
-
Aurel authored
-
Aurel authored
-
- 16 Sep, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Romain Courteaud authored
This has to be done on software level.
-
Sebastien Robin authored
-
- 15 Sep, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 14 Sep, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
* SECURITY: CVE-2011-3348 mod_proxy_ajp when combined with mod_proxy_balancer: Prevents unrecognized HTTP methods from marking ajp: balancer members in an error state, avoiding denial of service. * SECURITY: CVE-2011-3192 core: Further fixes to the handling of byte-range requests to use less memory, to avoid denial of service. This patch includes fixes to the patch introduced in release 2.2.20 for protocol compliance, as well as the MaxRanges directive.
-
- 11 Sep, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Sep, 2011 1 commit
-
-
Jean-Paul Smets authored
-
- 09 Sep, 2011 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 08 Sep, 2011 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
zope.conf is read quite lite during zope startup and some modules are using environment variables to be set up (like DateTime) *before* zope.conf is read.
-
- 07 Sep, 2011 2 commits
-
-
Sebastien Robin authored
In the same time, it is useless to define to logformat when only one is used. Using format closer to default apache allows to more easily use various log parsers
-
Sebastien Robin authored
For performance analysis, it is mandatory to keep logs for a very long time. Also it is sometimes required to analyse a bug that happened more than one more ago, so we have no other choices than keep logs and not remove them.
-
- 05 Sep, 2011 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
slapos.recipe.build allows to install openoffice in same way as z3c.recipe.openoffice. Additionaly it does not hardcode internally paths or binaries, so less code updates are needed.
-
- 02 Sep, 2011 3 commits
-
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
slapos.libnetworkcache does not depend anymore on M2Crypto (it uses openssl binary internally and it is optional). 1.5.3-dev-SlapOS-009 version of zc.buildout is safe to be used with new, stabilised API to library.
-
- 31 Aug, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 30 Aug, 2011 2 commits
-
-
Łukasz Nowak authored
Readd removed sleep.
-
Łukasz Nowak authored
It shall be possible to switch easily between Zeo/Zope configuration without need to copy ZODB.
-
- 29 Aug, 2011 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
ERP5 updater takes care of configuration certificate authority tool.
-
Łukasz Nowak authored
Rely on portal introspections functionality.
-
Kazuhiko Shiozaki authored
-
Łukasz Nowak authored
-
- 26 Aug, 2011 3 commits
-
-
Łukasz Nowak authored
This reverts commit 84b1322c. I want to wrong way.
-
Łukasz Nowak authored
Some variables might be present, which can influcence the compilation.
-
Romain Courteaud authored
As described in: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html """ If you cannot figure out why you get Access denied, remove from the user table all entries that have Host values containing wildcards (entries that contain '%' or '_' characters). A very common error is to insert a new entry with Host='%' and User='some_user', thinking that this enables you to specify localhost to connect from the same machine. The reason that this does not work is that the default privileges include an entry with Host='localhost' and User=''. Because that entry has a Host value 'localhost' that is more specific than '%', it is used in preference to the new entry when connecting from localhost! The correct procedure is to insert a second entry with Host='localhost' and User='some_user', or to delete the entry with Host='localhost' and User=''. After deleting the entry, remember to issue a FLUSH PRIVILEGES statement to reload the grant tables. """
-
- 25 Aug, 2011 1 commit
-
-
Łukasz Nowak authored
-