summaryrefslogtreecommitdiffstats
path: root/ipalib/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tutorial: another small change to section on using output_for_cli()Jason Gerard DeRose2008-11-141-3/+3
* Tutorial: command in output_for_cli() example now also takes an argumentJason Gerard DeRose2008-11-141-31/+47
* Tutorial: small improvements to section on using output_for_cli()Jason Gerard DeRose2008-11-141-5/+10
* Tutorial: added section on implementing an output_for_cli() methodJason Gerard DeRose2008-11-141-4/+105
* Tutorial: added section on allowed return values from a command's execute() m...Jason Gerard DeRose2008-11-141-0/+42
* Change Param.__repr__() so it returns the exact expression that could create ...Jason Gerard DeRose2008-11-131-2/+2
* Renamed ipalib.get_standard_api() to create_api()Jason Gerard DeRose2008-11-111-16/+16
* Tutorial: improved clarity of 'How this tutorial is written' sectionJason Gerard DeRose2008-11-111-7/+6
* Tutorial: fixed typoJason Gerard DeRose2008-11-101-3/+3
* Tutorial: added intro section about Python interactive intepreterJason Gerard DeRose2008-11-101-9/+57