index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Create README.md as symlink to README for better Github rendering [skip ci]
Ruediger Pluem
2024-01-25
1
-0
/
+1
*
Converts README to markdown (no textual changes) for better display on
Rich Bowen
2024-01-24
1
-108
/
+104
*
Updated typo NWGNUmakefile
Rich Bowen
2024-01-24
1
-1
/
+1
*
*) mod_http2: v2.0.26 with the following fixes:
Stefan Eissing
2024-01-17
5
-4
/
+20
*
mod_headers: Avoid infinite recursion with the edit* action and empty matches.
Yann Ylavic
2024-01-16
2
-31
/
+119
*
Trigger ci.
Yann Ylavic
2024-01-16
1
-1
/
+1
*
regex: Add AP_REG_NOTEMPTY_ATSTART maching option.
Yann Ylavic
2024-01-16
3
-1
/
+6
*
regex: Add ap_regexec_ex() which can take a starting offset to match from.
Yann Ylavic
2024-01-16
3
-13
/
+48
*
Fix a typo (missing "t")
Christophe Jaillet
2023-12-23
2
-2
/
+2
*
Fix the authorization types that support expressions.
Christophe Jaillet
2023-12-23
1
-1
/
+1
*
fr doc XML file update.
Lucien Gentis
2023-12-21
1
-54
/
+50
*
* modules/http/chunk_filter.c (ap_http_chunk_filter): For a brigade
Joe Orton
2023-12-20
2
-6
/
+20
*
mod_deflate: remove filter after seeing EOS
Joe Orton
2023-12-20
1
-0
/
+4
*
* modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): Fix
Joe Orton
2023-12-13
1
-1
/
+6
*
fr doc rebuild.
Lucien Gentis
2023-12-09
4
-8
/
+18
*
fr doc XML files updates.
Lucien Gentis
2023-12-09
2
-12
/
+22
*
missing </p> tag.
Lucien Gentis
2023-12-09
1
-1
/
+1
*
* modules/dav/fs/mod_dav_fs.c (dav_fs_post_config): Make safe for
Joe Orton
2023-12-08
1
-0
/
+4
*
* modules/dav/main/util.c (dav_validate_resource_state): Fix error
Joe Orton
2023-12-07
1
-1
/
+1
*
mod_dav_fs: Add global mutex around use of lockdb use, since
Joe Orton
2023-12-07
3
-32
/
+98
*
docs: Follow up to r1914382: Propose to build from sources too.
Yann Ylavic
2023-12-06
1
-3
/
+5
*
docs: update/fix download link for awk.exe on Windows.
Yann Ylavic
2023-12-06
1
-8
/
+4
*
mod_auth_bearer: Fix warning about signed bitfields. BZ 68294
Yann Ylavic
2023-12-05
1
-2
/
+2
*
mod_ssl: Add support for loading keys from OpenSSL 3.x providers via
Joe Orton
2023-12-05
7
-15
/
+154
*
mod_ssl: Follow up to r1908537: Fix typo s/MODSSL_USE_ENGINE_API/MODSSL_HAVE_...
Yann Ylavic
2023-12-04
1
-1
/
+1
*
Be consistently const across all members of authn_ldap_request_t. Remove
Graham Leggett
2023-12-02
1
-11
/
+11
*
mod_authnz_ldap: Follow up to r1914067: Deduplicate APLOGNO(01699).
Yann Ylavic
2023-11-28
1
-1
/
+1
*
APLOGNO for duplicated 01699.
Yann Ylavic
2023-11-28
1
-1
/
+1
*
fr doc rebuild.
Lucien Gentis
2023-11-25
7
-190
/
+174
*
fr doc XML file update.
Lucien Gentis
2023-11-25
1
-1
/
+7
*
fr doc XML file update.
Lucien Gentis
2023-11-25
1
-1
/
+1
*
fr doc XML file update.
Lucien Gentis
2023-11-25
1
-2
/
+9
*
Make sure attributes from ldapsearch are passed into the environment. Make sure
Graham Leggett
2023-11-24
1
-3
/
+2
*
Remove unnecessary references to r->user within ldap-search.
Graham Leggett
2023-11-24
1
-18
/
+1
*
Reserve some lognos for pull #618.
Joe Orton
2023-11-23
1
-1
/
+1
*
Optimise handling LDAP authorization where LDAP was not used
Graham Leggett
2023-11-23
2
-81
/
+85
*
Add an option to specify a source address.
Graham Leggett
2023-11-22
3
-1
/
+22
*
mention httpd.conf and install root dependency
Eric Covener
2023-11-22
1
-0
/
+7
*
remove apachehaus
Eric Covener
2023-11-22
1
-1
/
+0
*
mod_ldap: Add a hint to install the apr_ldap module on init failure.
Graham Leggett
2023-11-22
1
-1
/
+1
*
* include/ap_socache.h: Update comment only, to remove reference to
Joe Orton
2023-11-22
1
-3
/
+4
*
mod_xml2enc: remove dependency on xmlstring header
Eric Covener
2023-11-21
2
-3
/
+5
*
mod_authnz_ldap: Follow up to r1913962: r->user not used in ldapsearch_check_...
Yann Ylavic
2023-11-20
1
-6
/
+0
*
Restore log message tag 02636, assign unique tags.
Graham Leggett
2023-11-20
1
-3
/
+3
*
Bump log-message-tags.
Graham Leggett
2023-11-20
1
-1
/
+1
*
Apply earlier fix to the ldapsearch case:
Graham Leggett
2023-11-19
1
-3
/
+31
*
Set authorization request variables in the ldapsearch case.
Graham Leggett
2023-11-19
1
-0
/
+3
*
Add check for LDAP filter overflow, and exit cleanly.
Graham Leggett
2023-11-19
1
-30
/
+34
*
mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions.
Yann Ylavic
2023-11-18
4
-15
/
+15
*
mod_ldap: HTML-escape ldap-status handler.
Eric Covener
2023-11-16
2
-7
/
+9
[next]