summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused ipalib.frontend.Property classPetr Viktorin2014-02-211-5/+2
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-091-1/+1
* Provide ipa-advise toolTomas Babej2013-07-171-2/+5
* Deprecate HBAC source hosts from CLIAna Krivokapic2013-04-121-1/+1
* Add the version option to all CommandsPetr Viktorin2013-02-211-22/+29
* Use DN objects instead of stringsJohn Dennis2012-08-121-1/+1
* Add CLI parsing testsPetr Viktorin2012-03-281-0/+3
* Replace float with DecimalMartin Kosek2012-01-201-1/+1
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-1/+1
* Add plugin framework to LDAP updates.Rob Crittenden2011-11-221-2/+2
* Fix typosYuri Chornoivan2011-09-071-1/+1
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-1/+1
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-1/+1
* UUIDs: remove uuid python plugin and let DS always autogenerateSimo Sorce2010-10-281-5/+0
* Finish deferred translation mechanismJason Gerard DeRose2010-03-161-1/+1
* Fix unicode failures in Env tests and dn failures in XML-RPC testsRob Crittenden2010-02-261-1/+1
* Use the Output tuple to determine the order of outputRob Crittenden2010-02-151-10/+10
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-25/+35
* Rename GeneralizedTime to AccessTime.Pavel Zuna2009-12-011-1/+1
* Add 'File' parameter type.Pavel Zuna2009-11-061-1/+1
* Removed util.add_global_options() and frontend.ApplicationJason Gerard DeRose2009-10-141-6/+2
* Add HBAC plugin and introduce GeneralizedTime parameter type.Pavel Zuna2009-10-051-1/+1
* Many SELinux fixes: ldapi, ctypes and dogtagRob Crittenden2009-09-101-4/+3
* Removed PluginProxy and all its usesJason Gerard DeRose2009-08-051-3/+1
* Completed Param.use_in_context() functionality, which is now used by Command ...Jason Gerard DeRose2009-05-211-7/+7
* Re-enable doctest, fix broken docstringsJason Gerard DeRose2009-05-131-10/+5
* Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...Jason Gerard DeRose2009-05-111-1/+1
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-1/+1
* Add new type List that converts delimited values into a tupleRob Crittenden2009-03-201-1/+1
* Implemented more elegant way for entire plugin module to be conditionally ski...Jason Gerard DeRose2009-02-171-0/+1
* Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...Jason Gerard DeRose2009-02-171-1/+1
* Added doodle for version vars in ipalib.__init__Jason Gerard DeRose2009-02-031-1/+8
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-1/+6
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-1/+1
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-5/+2
* Added ca_host, ca_port, and ca_ssl_port Env variables that Andrew requestedJason Gerard DeRose2009-02-031-1/+1
* Added Object.params_minus() method; various small tweaksJason Gerard DeRose2009-02-031-1/+1
* Started roughing out new crud base classesJason Gerard DeRose2009-02-031-0/+2
* Include local copy of UUID generator for Python 2.4.Rob Crittenden2009-01-191-0/+5
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-1/+1
* Updated passwd plugins module to where it can at least be importedJason Gerard DeRose2009-01-141-1/+1
* New Param: all docstring examples now pass under doctestsJason Gerard DeRose2009-01-141-14/+14
* New Param: ipalib.__init__ no longer import ipa_types and instead imports app...Jason Gerard DeRose2009-01-141-2/+2
* Renamed all references to 'ipa_server' to 'ipaserver'Jason Gerard DeRose2009-01-041-4/+4
* Moved setting of run-time variables from Env.__init__() to Env._bootstrap()Jason Gerard DeRose2008-12-221-27/+26
* Added frontend.LocalOrRemote command base class for commands like envJason Gerard DeRose2008-11-141-1/+2
* Fixed doctest in tutorialJason Gerard DeRose2008-11-141-1/+1
* Tutorial: fixed typo in 'How your command should print to stdout' sectionJason Gerard DeRose2008-11-141-1/+1
* Tutorial: fixed typo in 'First steps: A simple command plugin' sectionJason Gerard DeRose2008-11-141-1/+1