summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - mod_ssl: add security fix for SSLVerifyClient (CVE-2005-2700)httpd-2_0_54-14jorton2005-10-201-1/+37
| | | | | | | | | | | | | | - add security fix for byterange filter DoS (CVE-2005-2728) - add security fix for C-L vs T-E handling (CVE-2005-2088) - mod_ssl: add security fix for CRL overflow (CVE-2005-1268) - mod_ldap/mod_auth_ldap: add fixes from 2.0.x branch (upstream #34209 etc) - add fix for dummy connection handling (#167425) - mod_auth_digest: fix hostinfo comparison in CONNECT requests - mod_include: fix variable corruption in nested includes (upstream #12655) - mod_ssl: add fix for handling non-blocking reads - mod_ssl: fix to enable output buffering (upstream #35279) - mod_ssl: buffer request bodies for per-location renegotiation (upstream #12355)
* - don't load by default: mod_cern_meta, mod_asisjorton2005-09-152-6/+14
| | | | - do load by default: mod_ext_filter (#165893)
* - drop broken epoch depshttpd-2_0_54-12jorton2005-07-281-8/+7
|
* - really bump the releasehttpd-2_0_54-11jorton2005-07-261-1/+1
|
* - mod_dav_fs: fix uninitialized variable (#162144)jorton2005-07-261-4/+11
| | | | | | - add epoch to dependencies as appropriate - mod_ssl: drop dependencies on dev, make - mod_ssl: mark post script dependencies as such
* - remove broken symlink (Robert Scheck, #158404)httpd-2_0_54-10FC-4-splitjorton2005-05-231-4/+4
|
* - add piped logger fixes (w/Jeff Trawick)httpd-2_0_54-9jorton2005-05-181-1/+8
|
* - drop old "powered by Red Hat" logoshttpd-2_0_54-8jorton2005-05-091-7/+4
|
* - mod_userdir: fix memory allocation issue (upstream #34588)httpd-2_0_54-7jorton2005-05-041-1/+9
| | | | - mod_ldap: fix memory corruption issue (Brad Nicholes, upstream #34618)
* - revert commit which was supposed to be in a scratch branchjorton2005-04-272-18/+1
|
* - enable cgid in default config for workerjorton2005-04-272-1/+18
|
* - fix key/cert locations in post scripthttpd-2_0_54-6jorton2005-04-261-8/+11
|
* - create default dummy cert in /etc/pki/tlshttpd-2_0_54-5jorton2005-04-252-72/+33
| | | | | | | | | | - use a pseudo-random serial number on the dummy cert - change default ssl.conf to point at /etc/pki/tls - merge back -suexec subpackage; SELinux policy can now be used to persistently disable suexec (#155716) - drop /etc/httpd/conf/ssl.* directories and Makefiles - unconditionally enable PIE support - mod_ssl: fix for picking up -shutdown options (upstream #34452)
* - replace PreReq with Requires(pre)httpd-2_0_54-4jorton2005-04-181-2/+5
|
* - update to 2.0.54httpd-2_0_54-3jorton2005-04-185-13/+16
|
* - update default httpd.conf:httpd-2_0_53-6jorton2005-03-293-83/+29
| | | | | | | | | | clarify the comments on AddDefaultCharset usage (#135821) remove all the AddCharset default extensions don't load mod_imap by default synch with upstream 2.0.53 httpd-std.conf - remove htsslpass - mod_ssl: set user from SSLUserName in access hook (upstream #31418) - htdigest: fix permissions of created files (upstream #33765)
* - apachectl: restore use of $OPTIONS againhttpd-2_0_53-5jorton2005-03-022-2/+8
|
* Remove old status tracking stuff.jorton2005-02-091-11/+1
|
* Bump release.httpd-2_0_53-4jorton2005-02-091-1/+1
|
* - update to 2.0.53httpd-2_0_53-1jorton2005-02-095-38/+33
| | | | - move prefork/worker modules comparison to %check
* - fix cosmetic issues in "service httpd reload"httpd-2_0_52-7jorton2005-02-073-17/+24
| | | | | | - move User/Group higher in httpd.conf (#146793) - load mod_logio by default in httpd.conf - apachectl: update for correct libselinux tools locations
* Update mkstatus.sh.jorton2004-12-011-1/+1
|
* - add security fix for CVE CAN-2004-0942 (memory consumption DoS)httpd-2_0_52-6jorton2004-11-186-22/+62
| | | | | | | | | | | | | - SELinux: run httpd -t under runcon in configtest (Steven Smalley) - fix SSLSessionCache comment for distcache in ssl.conf - restart using SIGHUP not SIGUSR1 after logrotate - add ap_save_brigade fix (upstream #31247) - mod_ssl: fix possible segfault in auth hook (upstream #31848) - add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677) - apachectl: restore use of $OPTIONS - apachectl, httpd.init: refuse to restart if $HTTPD -t fails - apachectl: run $HTTPD -t in user SELinux context for configtest - update for pcre-5.0 header locations
* - rebuild against db-4.3.21 aware apr-util.httpd-2_0_52-5jbj2004-11-131-1/+4
|
* - rebuild against db-4.3-21.httpd-2_0_52-4jbj2004-11-131-2/+5
|
* Revert whitespace change.httpd-2_0_52-3FC-3-splitjorton2004-10-151-1/+1
|
* - add dummy connection address fixes from HEADjorton2004-10-153-2/+7
| | | | - mod_ssl: add security fix for CAN-2004-0885
* Patch status tracking updates.jorton2004-10-135-9/+17
|
* Add patch status tracking.jorton2004-10-138-1/+46
|
* - add dummy connection address fixes from HEADjorton2004-10-131-2/+4
|
* - update to 2.0.52httpd-2_0_52-2jorton2004-09-284-11/+8
|
* Ignore more.httpd-2_0_51-6jorton2004-09-211-0/+1
|
* - fix 2.0.51 regression in Satisfy merging (CAN-2004-0811)jorton2004-09-211-1/+8
|
* - switch to Jeff Trawick's child reclaim timing logic patchhttpd-2_0_51-5jorton2004-09-181-2/+6
| | | | - migration guide updates
* Add migration.xml targets.jorton2004-09-171-1/+8
|
* Update PHP section.jorton2004-09-171-33/+12
|
* Revert unnecessary para->simpara changes.jorton2004-09-171-10/+10
|
* Fix validity.jorton2004-09-171-68/+68
|
* - fix pcre includeshttpd-2_0_51-4jorton2004-09-161-8/+6
|
* - update to 2.0.51httpd-2_0_51-3jorton2004-09-164-21/+9
|
* Use the new key-checking infrastructure.jorton2004-09-154-1/+2727
|
* - add improved child reclaim timing logic (#119128/#132360)httpd-2_0_50-8jorton2004-09-142-10/+16
| | | | - add BuildRequire zlib-devel for mod_deflate
* auto-import httpd-2.0.50-7.ent from httpd-2.0.50-7.ent.src.rpmshowpresent-on-develhttpd-2_0_50-7_entcvsdist2004-09-092-9/+9
|
* auto-import changelog data from httpd-2.0.50-7.src.rpmhttpd-2_0_50-7cvsdist2004-09-092-10/+13
| | | | | Wed Sep 08 2004 Joe Orton <jorton@redhat.com> 2.0.50-7 - prereq rather than just require httpd from -suexec (#132045)
* auto-import httpd-2.0.50-6.ent from httpd-2.0.50-6.ent.src.rpmhttpd-2_0_50-6_entcvsdist2004-09-092-9/+9
|
* auto-import changelog data from httpd-2.0.50-6.src.rpmhttpd-2_0_50-6cvsdist2004-09-094-10/+45
| | | | | | | | Sun Sep 05 2004 Joe Orton <jorton@redhat.com> 2.0.50-6 - include /etc/sysconfig/httpd template (#112085) - pass $OPTIONS in httpd invocations in apachectl (#115910) - do not pass $OPTIONS to apachectl from init script - start httpd in C locale by default from apachectl
* auto-import httpd-2.0.50-5.ent from httpd-2.0.50-5.ent.src.rpmhttpd-2_0_50-5_entcvsdist2004-09-092-9/+9
|
* auto-import changelog data from httpd-2.0.50-5.src.rpmhttpd-2_0_50-5cvsdist2004-09-095-47/+82
| | | | | | | Wed Sep 01 2004 Joe Orton <jorton@redhat.com> 2.0.50-5 - move manual configuration into conf.d/manual.conf (#131208) - add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl - document AddDefaultCharset change since 1.3 in migration.html
* auto-import httpd-2.0.50-4.ent from httpd-2.0.50-4.ent.src.rpmhttpd-2_0_50-4_entcvsdist2004-09-092-9/+9
|
* auto-import changelog data from httpd-2.0.50-4.src.rpmhttpd-2_0_50-4cvsdist2004-09-095-16/+31
| | | | | | | | Tue Aug 17 2004 Joe Orton <jorton@redhat.com> 2.0.50-4 - start httpd in the C locale by default (#128002) - fix CustomLog comments in default httpd.conf (#43223) - ensure correct mod_suexec vs mod_userdir hook ordering (Joshua Slive, upstream #18156)