summaryrefslogtreecommitdiffstats
path: root/ipalib/aci.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in the codeMartin Basti2016-09-271-2/+0
* pylint: fix old-style-classJan Barta2016-09-221-1/+2
* pylint: fix unneeded-notJan Barta2016-09-221-3/+3
* ipalib.aci: Port to Python 3Petr Viktorin2015-10-131-6/+8
* Use new-style raise syntaxPetr Viktorin2015-09-011-11/+11
* Use next() function on iteratorsPetr Viktorin2015-09-011-5/+5
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+3
* ACI plugin: correctly parse bind rules enclosed in parenthesesMartin Babinsky2015-07-291-2/+6
* ipalib.aci: Fix bugs in comparisonPetr Viktorin2014-06-041-3/+3
* ipalib.aci: Allow alternate "aci" keyword in ACIsPetr Viktorin2014-04-301-1/+1
* Move ACI tests to the testsuitePetr Viktorin2014-04-301-52/+0
* ipalib.aci: Add support for == and != operators to ACIPetr Viktorin2014-04-301-0/+6
* Remove some unused importsPetr Viktorin2013-03-011-1/+0
* Use DN objects instead of stringsJohn Dennis2012-08-121-26/+0
* Fix uninitialized attributes.Jan Cholasta2011-04-211-0/+2
* Setting an empty set of target attributes should raise an exception.Rob Crittenden2011-01-101-0/+4
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Fix two bugs: one in parsing the ACI and one in comparing two ACIsRob Crittenden2009-11-251-4/+4
* Fix aci plugin, enhance aci parsing capabilities, add user group supportRob Crittenden2009-09-281-14/+18
* Clean up additional issues discovered with pylint and pycheckerRob Crittenden2009-08-201-1/+1
* Fix DS ACI parsing.Pavel Zuna2009-06-021-5/+5
* Update the ACI class to be more robust and the beginnings of an ACI pluginRob Crittenden2009-03-181-87/+164
* Some PEP-257 and reStructuredText fixes in ipalib/aci.py, ipa_server/ipaldap.pyJason Gerard DeRose2008-10-171-7/+16
* Stub out delegationsRob Crittenden2008-10-111-0/+236