summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in ldap2.normalize_dn.Pavel Zuna2009-06-101-1/+1
* Make it easier to search for a single entry by attribute value (find_entry_by...Pavel Zuna2009-05-261-6/+19
* Make ldap2 always return attribute names as lowercase. Add Encoder to ldap2 b...Pavel Zuna2009-05-221-117/+43
* Fix password setting on python 2.4 systems (it doesn't like None for oldpw)Rob Crittenden2009-05-211-1/+1
* Schema change so the nisnetgroup triples work properly.Rob Crittenden2009-05-191-1/+1
* Fix a comment and some typosRob Crittenden2009-05-131-2/+7
* Make search filter generation a bit safer. Minor bug fixes/code improvements.Pavel Zuna2009-04-301-8/+12
* Add method to generate DN from attribute directly, without making RDN first.Pavel Zuna2009-04-301-0/+10
* Use XML rather than string routines to handle response from dogtag Remove tra...Rob Crittenden2009-04-281-6/+17
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-233-31/+31
* Fix filter generator in ldapapi. Shouldn't produce invalid filters anymore.Pavel Zuna2009-04-231-6/+12
* Throw AlreadyGroupMember instead of EmptyModlist when trying to re-add member...Pavel Zuna2009-04-221-3/+4
* Change ldap2.__handle_errors into the global _handle_errors function.Pavel Zuna2009-04-221-52/+53
* Make it possible to construct partial match filters using make_filter_* metho...Pavel Zuna2009-04-221-6/+20
* Convert the RA plugin to use nsslib and remove the configure methodsRob Crittenden2009-04-201-134/+39
* Remove unwanted white spaceRob Crittenden2009-04-201-12/+12
* Finish work replacing the errors module with errors2Rob Crittenden2009-04-201-30/+64
* Renaming the backend ldap plugin to ldapapi.py to prevent module import issuesRob Crittenden2009-04-061-0/+0
* Use full OID for LDAP SYNTAX identification. Don't convert Booleans and Integ...Pavel Zuna2009-04-061-24/+20
* Add new LDAP backend plugin.root2009-04-031-0/+741
* Implement an installer for the Dogtag certificate system.Rob Crittenden2009-04-031-1/+4
* Renamed remaining plugins still using f_* b_* conventionJason Gerard DeRose2009-04-011-0/+0
* Allow a search using only the exact search filterRob Crittenden2009-03-251-4/+10
* Update objectclasses for groups, by default not posix groups.Rob Crittenden2009-02-271-1/+1
* 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
* Add make_xxx_dn routines for policyJakub Hrozek2009-02-101-0/+77
* Fix the default search scopeJakub Hrozek2009-02-101-1/+1
* Allow specifying search scope in {ldap,servercore}.searchJakub Hrozek2009-02-091-2/+13
* Started work on a much simplified mod_python serverJason Gerard DeRose2009-02-032-1/+4
* Fixed some of the test_xmlrpc unit testsJason Gerard DeRose2009-02-031-1/+1
* Applied Rob's errors patchRob Crittenden2009-02-031-10/+19
* Got new ldap connection working using Connectible.connect()Jason Gerard DeRose2009-02-032-6/+11
* Started reworking CLI class into cli pluginJason Gerard DeRose2009-02-031-0/+6
* Removed the depreciated Context and LazyContext classesJason Gerard DeRose2009-02-031-12/+1
* Sundry work getting ready to switch to new XML-RPC client/server codeJason Gerard DeRose2009-02-031-0/+29
* Make the membership attribute an argument and add new method entry.delAttr()Rob Crittenden2009-01-191-5/+11
* 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-043-0/+757