summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Translate variables on all lines and sort files to be updatedRob Crittenden2009-03-251-3/+5
* DNA is now configured using an update fileRob Crittenden2009-03-251-4/+0
* Allow a search using only the exact search filterRob Crittenden2009-03-251-4/+10
* Raise a more specific error when a user lacks the proper permissions.Rob Crittenden2009-03-251-1/+5
* Update objectclasses for groups, by default not posix groups.Rob Crittenden2009-02-271-1/+1
* Enforce netgroup uniqueness, allow netgroups to be members of netgroupsRob Crittenden2009-02-271-0/+6
* Removed 'Assert False' that was mistakingly left in cert.py; small cleanup in...Jason Gerard DeRose2009-02-171-4/+2
* Implemented more elegant way for entire plugin module to be conditionally ski...Jason Gerard DeRose2009-02-171-3/+7
* Added env.enable_ra variable and change cert.py and ra.py plugin modules to r...Jason Gerard DeRose2009-02-171-1/+2
* Cleaned up ra.revoke_certificate() and ra.take_certificate_off_hold(); added ...Jason Gerard DeRose2009-02-171-142/+121
* Some cleanup in ra.request_certificate()Jason Gerard DeRose2009-02-171-44/+41
* More work on ra.check_request_status() and ra.get_certificate()Jason Gerard DeRose2009-02-171-55/+83
* Continued cleanup cert/ra pluginsJason Gerard DeRose2009-02-171-20/+57
* Fixed a few problems in ra.py backend pluginJason Gerard DeRose2009-02-171-4/+2
* Started cleanup work on ra plugin; fixed problem in api.bootstrap() when proc...Jason Gerard DeRose2009-02-171-102/+76
* Renamed b_ra.py plugin module to ra.pyJason Gerard DeRose2009-02-171-0/+0
* Fix AttributeError on python 2.4 when referencing _ldap.dnRob Crittenden2009-02-131-0/+1
* Install policy schemaJakub Hrozek2009-02-131-0/+2
* Remove references to detail. This was used by the v1 exception systemRob Crittenden2009-02-111-20/+3
* Incorporate new schema for IPAv2Rob Crittenden2009-02-111-0/+6
* Add make_xxx_dn routines for policyJakub Hrozek2009-02-101-0/+77
* Fix the default search scopeJakub Hrozek2009-02-101-1/+1
* Rename ipa-python directory to ipapython so it is a real python libraryRob Crittenden2009-02-099-16/+16
* Allow specifying search scope in {ldap,servercore}.searchJakub Hrozek2009-02-092-4/+15
* Remove more unused files and functions, replace ipaerror with new error classesRob Crittenden2009-02-064-17/+18
* Consolidate all update files into one locationRob Crittenden2009-02-063-84/+0
* Remove some duplicated code that was moved to ipaserver and use it Remove som...Rob Crittenden2009-02-065-734/+36
* Remove depreciated mod_python_xmlrpc.py and test_client files from ipaserver/Jason Gerard DeRose2009-02-062-331/+0
* 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
|/