<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git, branch QPID-3799-acl</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-3799-acl acl fixup - whitespace</title>
<updated>2012-03-01T15:25:33+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-03-01T15:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a2cfd7de28cc3deae1481c7018c162fed2c3eef6'/>
<id>a2cfd7de28cc3deae1481c7018c162fed2c3eef6</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1295616 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/qpid/branches/QPID-3799-acl@1295616 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk into branch</title>
<updated>2012-02-27T19:31:46+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-27T19:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5e47b4c0bd930bd3d672290a04f7b38fb98283be'/>
<id>5e47b4c0bd930bd3d672290a04f7b38fb98283be</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1294294 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/qpid/branches/QPID-3799-acl@1294294 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from trunk into branch</title>
<updated>2012-02-27T17:40:42+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-27T17:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=c3a0c2ec78970005da38d524f38939cc7f2fb3a7'/>
<id>c3a0c2ec78970005da38d524f38939cc7f2fb3a7</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1294242 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/qpid/branches/QPID-3799-acl@1294242 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3799 revert files to r1292903 (no changes since branching)</title>
<updated>2012-02-24T21:51:12+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-24T21:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=879da6a01706268adbb75c42182027bde4a1d430'/>
<id>879da6a01706268adbb75c42182027bde4a1d430</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1293442 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/qpid/branches/QPID-3799-acl@1293442 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3799 ACL processing</title>
<updated>2012-02-24T20:53:26+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-24T20:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=46ca717a2d5b19bb293b40c6eb81f83909640e50'/>
<id>46ca717a2d5b19bb293b40c6eb81f83909640e50</id>
<content type='text'>
Remove unnecessary #include AclModule.h in some broker .h files
  that cause overly aggressive recompilation.
Rename acl file maxqueuesize keyword to queuemaxsizeupperlimit
            and maxqueuecount        to queuemaxcountupperlimit.
Keep maxqueuesize and maxqueuecount as aliases so old ACL files work.
Add new queuemaxsizelowerlimit and queuemaxsizelowercount keywords
  to work in concert with the corresponding upperlimit settings.
Add a MIN int limit check to prevent values being too small.
Add a SpecProperty enumeration to define what is allowed in ACL
  files. This list is different from the Property enum that
  defines how run-time interfaces to ACL to authorize something.
  The two enums are needed as now a single run-time value such as
  qpid.max_size may be limit checked against two ACL rule settings
  queuemaxsizeupperlimit and queuemaxsizelowerlimit.
Modify code to use SpecProperty where needed.
Add comments.
Reformat to reduce overall text width.
Add use case tests to acl.py to exercise new code.



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1293411 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary #include AclModule.h in some broker .h files
  that cause overly aggressive recompilation.
Rename acl file maxqueuesize keyword to queuemaxsizeupperlimit
            and maxqueuecount        to queuemaxcountupperlimit.
Keep maxqueuesize and maxqueuecount as aliases so old ACL files work.
Add new queuemaxsizelowerlimit and queuemaxsizelowercount keywords
  to work in concert with the corresponding upperlimit settings.
Add a MIN int limit check to prevent values being too small.
Add a SpecProperty enumeration to define what is allowed in ACL
  files. This list is different from the Property enum that
  defines how run-time interfaces to ACL to authorize something.
  The two enums are needed as now a single run-time value such as
  qpid.max_size may be limit checked against two ACL rule settings
  queuemaxsizeupperlimit and queuemaxsizelowerlimit.
Modify code to use SpecProperty where needed.
Add comments.
Reformat to reduce overall text width.
Add use case tests to acl.py to exercise new code.



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1293411 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3799 ACL processing</title>
<updated>2012-02-23T19:13:12+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-23T19:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=a5457a45fb688b26ffed654dba98a28f1be002bc'/>
<id>a5457a45fb688b26ffed654dba98a28f1be002bc</id>
<content type='text'>
1. Reformat AclData::lookup function.
2. Break int limit comparison code out of lookup().




git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1292905 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Reformat AclData::lookup function.
2. Break int limit comparison code out of lookup().




git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1292905 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typos.</title>
<updated>2012-02-23T19:06:52+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-23T19:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d4c1e8dbd039ff00e10258f97c00f571d21a2169'/>
<id>d4c1e8dbd039ff00e10258f97c00f571d21a2169</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1292902 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/qpid/branches/QPID-3799-acl@1292902 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3799 ACL work</title>
<updated>2012-02-21T20:31:01+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-21T20:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ebe4b58f2cd5b922bbf24e5e48888f0b3d2bf33e'/>
<id>ebe4b58f2cd5b922bbf24e5e48888f0b3d2bf33e</id>
<content type='text'>
Print rule numbers using 1-based count scheme.
Check rules from first to last.
Add 'ACL: ' to all log messages.
Elaborate on validator creation/hit/miss debug logs.


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1291989 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print rule numbers using 1-based count scheme.
Check rules from first to last.
Add 'ACL: ' to all log messages.
Elaborate on validator creation/hit/miss debug logs.


git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1291989 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3799 ACL processing - Don't delete rules, keep them all.</title>
<updated>2012-02-20T21:49:41+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-20T21:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=61048438b3fd7784445bbebc666361ee4b118741'/>
<id>61048438b3fd7784445bbebc666361ee4b118741</id>
<content type='text'>
Keep original rule allow/deny setting with rule. Get rid of log/logonly bools.



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1291467 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep original rule allow/deny setting with rule. Get rid of log/logonly bools.



git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1291467 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Create branch for ACL work</title>
<updated>2012-02-20T18:33:54+00:00</updated>
<author>
<name>Charles E. Rolke</name>
<email>chug@apache.org</email>
</author>
<published>2012-02-20T18:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9e39fc1a61a70489e1b9b7aa9ca6ff7a756ee151'/>
<id>9e39fc1a61a70489e1b9b7aa9ca6ff7a756ee151</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-3799-acl@1291401 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/qpid/branches/QPID-3799-acl@1291401 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
