summaryrefslogtreecommitdiffstats
path: root/ipalib/backend.py
Commit message (Expand)AuthorAgeFilesLines
* Add default success/failure output logging.Rob Crittenden2011-02-141-2/+2
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-1/+2
* Connect the -v cli argument to the verbose flag in xmlrpclibRob Crittenden2010-06-031-1/+1
* Remove __public__ and __proxy__ hold-overs from Plugin classJason Gerard DeRose2010-01-281-2/+0
* Allow creation of new connections by unshared instances of backend.Connectible.Pavel Zuna2010-01-111-13/+21
* Add fail-safe so any kind of exception is handled in XML-RPC server.Rob Crittenden2009-11-181-0/+5
* First pass at enforcing certificates be requested from same hostRob Crittenden2009-10-211-0/+5
* Fix three broken unit testsJason Gerard DeRose2009-08-041-0/+1
* Add textui function to display and prompt user for selection for *-find.Rob Crittenden2009-07-101-1/+3
* Always use new LDAP backend when creating context.Pavel Zuna2009-07-021-4/+1
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-1/+1
* Add conditional (env.use_ldap2 is True) modifications required by new LDAP ba...Pavel Zuna2009-04-221-1/+4
* Fixed Executioner.execute() so that its 'name' argument doesn't conflict with...Jason Gerard DeRose2009-03-131-4/+4
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-031-2/+2
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-0/+7
* Added docstring to Connectible classJason Gerard DeRose2009-02-031-0/+8
* Ported xmlclient to subclass from ConnectibleJason Gerard DeRose2009-02-031-10/+20
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-14/+0
* Added stuff for managing connections and new Executioner backend base classJason Gerard DeRose2009-02-031-1/+67
* Did some initial work for Context pluginsJason Gerard DeRose2008-10-301-0/+14
* 320: plugable.API now respects the Plugin.__proxy__ flag; added test for plug...Jason Gerard DeRose2008-09-241-1/+5
* 319: Added new backend and tests.test_backend modules; added place-holder Bac...Jason Gerard DeRose2008-09-241-0/+27