summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Get merged tree into an installalble state.Rob Crittenden2009-02-033-3/+2
* Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler workingJason Gerard DeRose2009-02-033-8/+34
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-035-84/+69
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-032-6/+6
* Applied Rob's errors patchRob Crittenden2009-02-033-23/+32
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-0/+1
* Removed depreciated ipaserver/context.py module (now use ipalib.request)Jason Gerard DeRose2009-02-031-32/+0
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-034-15/+21
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-0/+6
* Ported xmlserver to subclass from ExecutionerJason Gerard DeRose2009-02-031-22/+8
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-12/+1
* Removed depreciated import of errors in frontend.pyJason Gerard DeRose2009-02-031-1/+3
* More work on xmlrpc stuff, started migrated more code to use errors2 instead ...Jason Gerard DeRose2009-02-031-4/+0
* More xmlrpc tweaks: xmlserver.execute() now logs non-public exceptions; xmlcl...Jason Gerard DeRose2009-02-031-1/+4
* Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...Jason Gerard DeRose2009-02-031-3/+9
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-0/+29
* Mass tree reorganization for IPAv2. To view previous history of files use:Rob Crittenden2009-02-0313-0/+4113
* Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...Jason Gerard DeRose2009-01-214-19/+38
|\
| * Add the pkiUser objectclass to hostsRob Crittenden2009-01-191-2/+5
| * Add new method, delAttr(), to completely remove an attributeRob Crittenden2009-01-191-3/+10
| * Make the membership attribute an argument and add new method entry.delAttr()Rob Crittenden2009-01-192-14/+23
* | Added rpc.xmlclient backend plugin for forwarding; added corresponding unit t...Jason Gerard DeRose2009-01-191-2/+0
|/
* New Param: fixed metavar bug in cli.pyJason Gerard DeRose2009-01-161-1/+5
* Added docstring cross-references between rpc and rpcserver modulesJason Gerard DeRose2009-01-161-0/+2
* rpcserver now uses xml_dumps() and xml_loads() functionsJason Gerard DeRose2009-01-161-14/+17
* Renamed ipaserver.rpc to ipaserver.rpcserverJason Gerard DeRose2009-01-161-0/+0
* ipalib.rpc: now using allow_none=True after conversation with Rob; added xml_...Jason Gerard DeRose2009-01-151-3/+3
* Fix typo in b_ra: elf.ca_port -> self.ca_portJakub Hrozek2009-01-121-2/+2
* Fixed ldap and ra plugin 'name'e' problemJason Gerard DeRose2009-01-082-0/+2
* Renamed ipa_server/ to ipaserver/ and tests/test_ipa_server/ to tests/test_ip...Jason Gerard DeRose2009-01-0415-0/+2627