<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/httpd.git/modules/aaa, branch apreq-integration</title>
<subtitle>github.com: apache/httpd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/'/>
<entry>
<title>whitespace cleanup</title>
<updated>2008-12-09T18:40:18+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-12-09T18:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=85e7288fb54b4c09317811c40328546a188835f8'/>
<id>85e7288fb54b4c09317811c40328546a188835f8</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724813 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724813 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the ap_session_get, ap_session_set export references for the NetWare build</title>
<updated>2008-11-03T19:36:47+00:00</updated>
<author>
<name>Bradley Nicholes</name>
<email>bnicholes@apache.org</email>
</author>
<published>2008-11-03T19:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=3a3dd65e29599c30322ca5cf06c535e62c9d0a09'/>
<id>3a3dd65e29599c30322ca5cf06c535e62c9d0a09</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710140 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@710140 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* Better use calloc instead of alloc to initialize unset fields in struct.</title>
<updated>2008-11-02T13:38:11+00:00</updated>
<author>
<name>Ruediger Pluem</name>
<email>rpluem@apache.org</email>
</author>
<published>2008-11-02T13:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=4ca264abc88aa16d49ce5c0a7c0213deea6cab9a'/>
<id>4ca264abc88aa16d49ce5c0a7c0213deea6cab9a</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709881 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709881 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mod_authn_default and mod_authz_default.</title>
<updated>2008-11-02T04:21:48+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-02T04:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=cf4e94f55e8a6434fee0fee2a8ee09beaf273591'/>
<id>cf4e94f55e8a6434fee0fee2a8ee09beaf273591</id>
<content type='text'>
Note: I've attempted to work through the Windows and Netware build files,
but if those with such systems could repair any damage, that would be
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note: I've attempted to work through the Windows and Netware build files,
but if those with such systems could repair any damage, that would be
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709839 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of authz configurations, make default authz logic replicate</title>
<updated>2008-11-02T04:01:32+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-02T04:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=fa0fdfa2fca6dd63cd787106b209b1415c8eb1b8'/>
<id>fa0fdfa2fca6dd63cd787106b209b1415c8eb1b8</id>
<content type='text'>
2.2.x authz logic and support existing configurations (including .htaccess
files), and replace &lt;Satisfy*&gt;, Reject, and AuthzMergeRules directives
with Match, &lt;Match*&gt;, and AuthzMerge directives.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709838 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2.2.x authz logic and support existing configurations (including .htaccess
files), and replace &lt;Satisfy*&gt;, Reject, and AuthzMergeRules directives
with Match, &lt;Match*&gt;, and AuthzMerge directives.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709838 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>minor formatting changes prior to larger changes</title>
<updated>2008-11-01T19:03:56+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-01T19:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=54a737b1201adedb9ed5482695de3398ff558461'/>
<id>54a737b1201adedb9ed5482695de3398ff558461</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709754 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709754 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused variables, rename some variables, move and change</title>
<updated>2008-11-01T18:58:49+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-01T18:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=8fee2005b00121b30936eafb2dd3a41d988c8724'/>
<id>8fee2005b00121b30936eafb2dd3a41d988c8724</id>
<content type='text'>
variable initializations, etc., prior to larger changes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709751 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
variable initializations, etc., prior to larger changes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709751 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent crash when authz provider not registered prior to use in alias</title>
<updated>2008-11-01T18:28:17+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-01T18:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=6bfd10b3d91ded49055a408adb2b6ab2c35874b3'/>
<id>6bfd10b3d91ded49055a408adb2b6ab2c35874b3</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709746 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709746 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>move some variable initializations prior to larger changes</title>
<updated>2008-11-01T18:22:55+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-01T18:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=99b3df75de1dc2c17f07b257825c67417a7cb621'/>
<id>99b3df75de1dc2c17f07b257825c67417a7cb621</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709742 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709742 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>localize some variables in authz provider alias functions</title>
<updated>2008-11-01T17:58:19+00:00</updated>
<author>
<name>Chris Darroch</name>
<email>chrisd@apache.org</email>
</author>
<published>2008-11-01T17:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/httpd.git/commit/?id=a7e48ffbbb4d4f6fece38d518b0c1024b6ea8a8c'/>
<id>a7e48ffbbb4d4f6fece38d518b0c1024b6ea8a8c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709736 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709736 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
