summaryrefslogtreecommitdiffstats
path: root/Apache-apr2.dsw (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-09lets try ASN1_STRING_data() for openssl 1.0.2Stefan Eissing1-2/+4
2021-03-09Use an optional function as adviced by RĂ¼diger.Jean-Frederic Clere2-2/+12
2021-03-08refrain from handling ip address alt names in pre 1.1 opensslStefan Eissing1-4/+2
2021-03-08Use ASN1_STRING_data() if openssl verison < 1.1.Stefan Eissing1-0/+4
2021-03-08log tags, my nemesisStefan Eissing2-2/+2
2021-03-08 *) mod_md: v2.4.0 with improvements and bugfixesStefan Eissing48-1275/+2254
2021-03-08typo in old CHANGES entryEric Covener1-1/+1
2021-03-06fr doc rebuild.Lucien Gentis2-13/+20
2021-03-06fr doc XML file update.Lucien Gentis1-15/+27
2021-03-06Follow-up to r1887244.Christophe Jaillet1-5/+5
2021-03-06Fix a potential duplicated ID generation issue under heavy load.Christophe Jaillet2-20/+35
2021-03-05* modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2-0/+3
2021-03-04Add balancer_manage() to allow external module to fill workers for balancers.Jean-Frederic Clere1-0/+37
2021-03-03And the necessary log tags added just shortly afterwards.Stefan Eissing2-2/+2
2021-03-03Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing7-52/+111
2021-03-03Synch from mod_md github:Joe Orton2-2/+8
2021-03-03Update to travis-ci.com URLs from .org. [skip ci]Joe Orton1-5/+6
2021-03-03Simplify balancer-manager XSS protection, no functional change:Joe Orton1-26/+20
2021-03-03rollback r1887138. Sorry ;-(Jean-Frederic Clere2-119/+81
2021-03-03Allow empty <balancer://mycluster/> and add a provider to allow other modules...Jean-Frederic Clere2-81/+119
2021-03-03Fixed regression in r1887085 where a SSL function was used that is not availa...Stefan Eissing1-1/+1
2021-03-02Adding log tags where log tags are needed.Stefan Eissing2-3/+3
2021-03-02Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing8-13/+177
2021-03-01Sync CHANGES entries. [skip ci].Yann Ylavic7-36/+39
2021-03-01mod_session: account for the '&' in identity_concat().Yann Ylavic2-2/+3
2021-03-01mod_session: save one apr_strtok() in session_identity_decode().Yann Ylavic1-1/+1
2021-02-28Add an exemple.Christophe Jaillet1-13/+24
2021-02-28Add missing pt translationChristophe Jaillet1-0/+7
2021-02-27fr doc rebuild.Lucien Gentis3-546/+572
2021-02-27XML file update.Lucien Gentis1-1/+26
2021-02-25Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton6-25/+21
2021-02-23 *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing5-1/+153
2021-02-22mod_htt2, synch with changes from github module version:Stefan Eissing15-28/+154
2021-02-06mod_http2: Fix workers synchronization on pchild cleanup.Yann Ylavic2-61/+71
2021-02-03mod_proxy_http: follow up to r1886141, axe overlong scheme check.Yann Ylavic1-5/+0
2021-02-02* We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)Ruediger Pluem1-5/+5
2021-02-01* Do variable setting in a more portable way such that it works on MacOS as wellRuediger Pluem1-1/+1
2021-02-01 - fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2). Stefan Eissing1-1/+1
2021-01-29Update Travis LDAP testing to use a CentOS based container, pulledJoe Orton2-1/+6
2021-01-27* Add lognumberRuediger Pluem2-2/+2