]> granicus.if.org Git - apache/history - modules
xforms
[apache] / modules /
2012-06-16 Stefan FritschAdd new directive LuaAuthzProvider to allow implementing an
2012-06-16 Stefan Fritschuse macro to make definition of integer fields more...
2012-06-16 Stefan Fritschfactor common code into utility function
2012-06-16 Stefan Fritschchange various strings from char * to const char *
2012-06-16 Stefan Fritschpass the provider name to parse_require_line as pool...
2012-06-16 Stefan Fritschmod_lua: Add a few missing request_rec fields. Rename...
2012-06-16 Stefan Fritschallow tail call optimization in log methods, remove...
2012-06-16 Stefan FritschChange prototype of vm_construct, to work around gcc...
2012-06-13 Joe OrtonSECURITY: CVE-2012-2687 (cve.mitre.org):
2012-06-10 Stefan FritschPass the server_rec to ssl_die() and use it to log...
2012-06-10 Stefan FritschIf OPENSSL_NO_COMP is defined, omit merging the compres...
2012-06-10 Stefan FritschAdd some improvements as suggested by Kaspar
2012-06-08 Stefan FritschAdd support for TLS-SRP (Secure Remote Password key...
2012-06-02 Stefan FritschAvoid buffer overflow if one protocol string is too...
2012-06-01 Stefan Fritschremove obsolete comment (PROXY_MAGIC_TYPE is not used...
2012-06-01 Stefan FritschAdd new directive SSLCompression to disable SSL-level...
2012-05-27 Stefan FritschCompile the regex used by is_header_regex() only once...
2012-05-23 Joe Ortonsuexec: Support use of setgid/setuid capability bits...
2012-05-05 Stefan FritschUse short lived pool to avoid memory leaks
2012-05-04 Ruediger Pluem* Use the the same hostname for SNI as for the HTTP...
2012-05-01 Guenter KnaufFixed NetWare mod_serf build.
2012-05-01 Joe OrtonAdd support for TLS Next Protocol Negotiation:
2012-04-30 Stefan FritschIf a filename without slashes is specified for LoadFile or
2012-04-26 Stefan Fritschfixup for r1331110: pass correct argument
2012-04-26 Stefan FritschReplace use of apr_file_write() with apr_file_write_ful...
2012-04-20 Stefan Fritschfix some comments
2012-04-20 Stefan FritschRemove the link in the speaking-http-on-https error...
2012-04-20 Stefan FritschWhen receiving http on https, send the error response...
2012-04-19 Greg AmesPR 53104 - %{abc}C truncates cookies whose values conta...
2012-04-17 Joe Orton* modules/filters/config.m4: Prevent libsed internals...
2012-04-17 Joe Orton* modules/filters/sed1.c: Mark private globals as stati...
2012-04-17 Joe Orton* modules/loggers/mod_log_debug.c: Mark private globals...
2012-04-11 Igor GalićYour APR does not include SSL/EVP support. Yes, but...
2012-04-09 Stefan FritschFix parsing of Require arguments in <AuthzProviderAlias>.
2012-04-09 Stefan FritschIf there is an error reading the headers from the backend,
2012-04-07 Igor Galićfix style, no code change.
2012-04-04 André Malomod_rewrite: Fix RewriteCond integer checks to be parse...
2012-04-04 André Malostatic scope for rewritemap_mutex_type.
2012-04-04 André Malofix various property issues
2012-03-28 Ruediger Pluem* Add the forcerecovery balancer parameter that determi...
2012-03-26 Stefan FritschBe more verbose when logging syntax errors
2012-03-24 Stefan FritschDowngrade log message about adjusted IP address to...
2012-03-23 Eric CovenerPR52981: mod_request: fix check for bad KeptBodySize...
2012-03-22 Stefan FritschDon't define PATH_MAX, we use APR_PATH_MAX anyway.
2012-03-19 Ruediger Pluem* Readd the reverse assignment to avoid segfaults in...
2012-03-19 Ruediger Pluem* Correctly save the reverse proxy worker in all virtua...
2012-03-15 Stefan FritschReturn an error code from a previous input filter
2012-03-14 Stefan FritschFix some typos
2012-03-12 Stefan Fritschsome more trace logging for AddOutputFilterByType
2012-03-12 Eric CovenerStray/confusing "recovery" in this failonstatus=XXX...
2012-03-12 Jim JagielskiMove away from DEFAULT_REL_RUNTIMEDIR and use ap_runtim...
2012-03-08 Jim JagielskiUse new ap_runtime_dir_relative() API
2012-03-07 Eric CovenerPR52845: "DirectoryIndex disabled" should blow away...
2012-03-06 Jim JagielskiAllow for DEFAULT_REL_RUNTIMEDIR ala socache... prevent...
2012-02-28 Kaspar Brandproperly free the GENERAL_NAMEs, as pointed out in...
2012-02-27 Stefan FritschInitialize EC temporary key on server startup, as for...
2012-02-25 Stefan FritschPass the EOS bucket down the filter chain
2012-02-25 Stefan FritschEnable per-module loglevel for mod_xml2enc and mod_prox...
2012-02-25 Graham Leggettmod_session: Sessions are encoded as application/x...
2012-02-24 Stefan FritschFix AddOutputFilterByType brown paper bag crash bug
2012-02-13 Stefan FritschCheck during config test that directories for access...
2012-02-12 Kaspar BrandFix regression introduced in r1222917: in ssl_find_vhos...
2012-02-10 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_process...
2012-02-09 Jim JagielskiHandle cases, esp when using mod_proxy_fcgi, when we...
2012-02-08 Daniel RuggeriAdd cleanup for SSLProxyMachineCertificateChainFile...
2012-02-03 Stefan FritschFix various filter functions to return apr_status_t...
2012-02-03 Mladen TurkFix PR52402. Check if the shared memory was already...
2012-02-03 Mladen Turkoops, this got forgotten when copy/paste from dev branch
2012-02-03 Mladen TurkC/C++ 101 on how to traverse the array of pointers...
2012-02-02 Eric Covenerrevert "overloaded" recent additions to mod_rewrite
2012-02-02 Eric Coveneradd an internal sleep map function that expands to...
2012-02-02 Eric Covenertreat a rewriterule substitution that expands to "...
2012-02-01 Rainer JungNo need for multi-version compatibility.
2012-02-01 Rainer JungRemove luaL_reg macro definition no longer needed
2012-02-01 Rainer JungluaL_reg was already deprecated in Lua 5.1.4.
2012-02-01 Rainer JungMinor fixes for firehose and mod_policy:
2012-01-31 Stefan FritschRevert r1202255 to restore same behavior as in 2.4:
2012-01-31 Rainer JungFix copy&paste error in comment.
2012-01-26 Jim Jagielskihttps also needs QS
2012-01-21 Stefan FritschMore configure time dependencies:
2012-01-20 Stefan FritschMake APACHE_MODULE() accept an optional prerequisite...
2012-01-19 Jeff TrawickAdjust CVE-2011-3368/CVE-2011-4317 fixes to rely solely on
2012-01-15 Jeff Trawickfix const warning with strchr->ap_strchr mapping
2012-01-15 Jeff Trawickremove unused function
2012-01-13 Eric Covenerwhitespace only: shift a block refactored in r1231255...
2012-01-13 Eric Covener *) mod_authnz_ldap: Don't try a potentially expensive...
2012-01-08 Kaspar Brandfix signedness issue with SSL_X509_NAME_to_string(...
2012-01-08 Jim Jagielskioptimize this... Do strlen() ONLY if we need to check
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code [recommit...
2012-01-05 William A. Rowe JrRevert a whole mess that was not ment to be committed
2012-01-05 William A. Rowe JrCure size_t abuse, curse some recent code
2012-01-05 Eric CovenerUpdate the comment and checks around address/connection...
2012-01-05 Eric Covenerrestore the generic proxy workers to not being address...
2012-01-02 Stefan FritschAdd a bit of debug logging
2011-12-30 Stefan FritschDisplay registered providers
2011-12-30 Stefan FritschSort list of modules
2011-12-30 Stefan FritschDisplay all those shiny new hooks that we have in 2.4
2011-12-30 Kaspar BrandFix another case of #ifdef-within-a-macro (which was...
2011-12-29 Stefan FritschDon't use #ifdef inside macro calls
2011-12-28 Stefan FritschSECURITY: CVE-2012-0021 (cve.mitre.org)
next