]> granicus.if.org Git - apache/history - modules
Add experimental cmake-based build system for Windows.
[apache] / modules /
2013-08-25 Eric Covener"LDAPReferrals off" does not disable LDAPReferrals...
2013-08-25 Christophe JailletUse %S instead of %C which already in use
2013-08-25 Eric CovenerDon't log AUTHZ_DENIED failures at ERROR level in authz...
2013-08-23 Christophe JailletSave a few cycles
2013-08-23 Christophe JailletNo need to lower the string before removing the path...
2013-08-23 Jim Jagielskitypo
2013-08-23 Jim JagielskiAllow for a simple socket check in addition to the
2013-08-23 Jim JagielskiSave some cycles...
2013-08-19 Jeff Trawickmod_authnz_fcgi: New module to enable FastCGI authorizer
2013-08-18 Stefan FritschLimit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX...
2013-08-17 Jeff TrawickDoxygen fix
2013-08-16 Stefan Fritschadjust log level
2013-08-15 Stefan Fritschfix typo in include guard
2013-08-14 Chris DarrochAdd AuthBasicUseDigestAlgorithm directive to allow...
2013-08-13 Daniel RuggeriUDS subsequent request on a connection fix
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-08-06 Paul QuernaAdd support for systemd socket activation to listener...
2013-08-06 Jeff Trawicktweak indentation
2013-08-05 Jeff Trawickfix broken indentation
2013-08-04 Stefan Fritschadd high trace level log messages for debugging bufferi...
2013-08-04 Kaspar BrandFix logging of SSL session cache timeout value (at...
2013-08-04 Eric Covenerremove nested retry loop, uldap_connection_open retries.
2013-08-04 Eric Coveneradd TRACE5 messages around each LDAP retry
2013-08-04 Eric Covenerretry during a timeout in uldap_cache_checkuserid(...
2013-08-04 Eric Covenerdon't retry if uldap_connection_open() fails, because...
2013-08-03 Jeff TrawickSSLCompression help text:
2013-07-30 Jeff Trawicks/seperate/separate/g
2013-07-24 Greg SteinFix bug #55304 with the provided patch, slightly reform...
2013-07-21 Christophe JailletCorrect the behaviour of CheckCaseOnly in mod_speling...
2013-07-17 Christophe JailletUnlikely potential memory leak.
2013-07-17 Christophe JailletPotential use of uninitialized memory.
2013-07-13 Rainer JungImprove error detection when decompressing
2013-07-12 Eric Covenerreflow a very long line, no functional change
2013-07-10 Joe Orton* modules/metadata/mod_unique_id.c: Replace use of...
2013-07-09 Eric Covenerfix whitespace in AH00766 warning:
2013-07-09 Jim JagielskiWe are no longer pre-grabbing.
2013-07-09 Jim JagielskiEnsure balancer runs after proxy for mutex creation
2013-07-07 Guenter KnaufKilled another warning.
2013-07-07 Jim Jagielskiconf->mutex is not used... Also, ensure that pool
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-07-06 Guenter KnaufFixed type.
2013-07-04 Stefan Fritschstyle fix (no code change)
2013-07-03 Eric CovenerRestore support for the AUTH_HANDLED return code in...
2013-07-02 Eric Covenerinclude util_charset.h in ebcdic builds
2013-07-01 Eric Covenergratuitous 8-bit char in a comment
2013-07-01 Eric Covenerdrop a stray 8-bit char at end of line in comment
2013-06-27 Rainer JungFix indentation (plus now needed line-wrap).
2013-06-27 Eric Covenerauthnzldap: support "none" as a filter to suppress...
2013-06-26 Eric Covenerrecognize the "defualt handler name" in r->handler...
2013-06-25 Eric Covenerprovide a simple (no <If>) way to set a header only...
2013-06-24 Eric Covenerre-try LDAP connections in a few authz paths.
2013-06-24 Eric Covenerrevert r1496183, leave at DEBUG. This not a subgroup...
2013-06-24 Eric Covenerattribute and error reason reversed
2013-06-24 Eric CovenerDrop severity from DEBUG to trace4: "... didn't match...
2013-06-24 Eric CovenerDrop severity of "LDAP: Setting referrals to ON" from...
2013-06-24 Eric Coveneruldap_simple_bind was subsequently rewritten to use...
2013-06-24 Eric Covenerprevent excessive delays retrying new connections that...
2013-06-23 Eric Covenerprotect 'AP_DECLARE_MODULE(deflate)' from expansion to
2013-06-21 Guenter KnaufAdded new r:touch() function.
2013-06-19 Graham LeggettUpdate the log message number.
2013-06-19 Rainer JungFix "variable 'rv' may be used uninitialized
2013-06-19 Rainer JungFix "unused variable" warning.
2013-06-18 Guenter KnaufFix for stupid CodeWarrior compiler.
2013-06-17 Graham LeggettCorrect the use of the printf formatter.
2013-06-17 Graham Leggettmod_socache_shmcb.c: Remove arbitrary restriction on...
2013-06-17 Jim JagielskiFold in Eric Covener's socket callback
2013-06-15 Christophe JailletCorrect typo in error message
2013-06-14 Stefan FritschMove initialization of the secret to the pre_config...
2013-06-13 Graham Leggettmod_cache_socache: Make sure the CacheSocacheMaxSize...
2013-06-12 Stefan FritschActually use the secret when generating nonces.
2013-06-11 Christophe JailletReduce stack usage by 3k
2013-06-11 Christophe JailletAccording to comment in 'magic_rsl_add' and to the...
2013-06-10 Stefan Fritschfix typo
2013-06-10 Jeff Trawickconst goodness with nasty strrchr and strchr functions
2013-06-10 Rainer JungReduce stack usage, 32 bytes are enough here, no need to
2013-06-10 Graham LeggettUse the size of the buffer as opposed to MAX_STRING_LEN.
2013-06-10 Graham Leggettmod_cache_socache: Use the name of the socache implemen...
2013-06-09 Christophe JailletClose file in error path.
2013-06-09 Christophe JailletReduce stack usage, 32 bytes are enough here, no need...
2013-06-08 Christophe JailletNULL terminate the right buffer
2013-06-07 Guenter KnaufFixed signed<->unsigned compiler warning.
2013-06-07 Guenter KnaufReturn with error if we dont support an algorithm.
2013-06-06 Graham LeggettNote that the function will be available in APR.
2013-06-06 Ruediger Pluem* truncpw was allocated from a pool and not via malloc
2013-06-06 Eric Covenertolerate LuaMapHandler scripts that don't return anything
2013-06-04 Guenter KnaufFollow-up to r1488773 for configure builds.
2013-06-04 Guenter KnaufAdded new function r.date_parse_rfc() to mod_lua.
2013-06-03 Guenter KnaufFixed crash condition when r.module_info() is called
2013-06-03 Guenter KnaufAdded new functions r:mkdir(), r:mkrdir(), r:rmdir...
2013-06-02 Guenter KnaufAdded new function r:htpassword() to mod_lua.
2013-06-01 Guenter KnaufAdded optional parameter wanted to r:stat().
2013-05-31 Joe Orton* modules/ssl/ssl_util_ocsp.c (read_response): Ignore...
2013-05-31 Graham LeggettCVE-2013-2249
2013-05-31 Guenter Knaufcosmetics.
2013-05-31 Guenter KnaufRemove unneeded exports from mod_lua - part 2.
2013-05-30 Guenter KnaufRemove unneeded exports from mod_lua.
2013-05-30 Joe OrtonRemove unnecessary global declarations of optional...
2013-05-30 Joe Ortonmod_ssl: Redesign NPN (Next Protocol Negotiation) API...
2013-05-30 Guenter KnaufProvide proper module extension.
next