summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* ipalib, ipaserver: fix incorrect API.register calls in docstringsJan Cholasta2016-05-251-2/+1
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-254-24/+27
* Added exception handling for mal-formatted XML ParsingAbhijeet Kasurde2016-05-111-2/+7
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-2/+3
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+1
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* Do not decode HTTP reason phrase from DogtagFraser Tweedale2016-01-131-22/+22
* Remove unused importsMartin Basti2015-12-232-5/+0
* Upgrade: increase time limit for upgradesMartin Basti2015-12-011-29/+43
* install: drop support for Dogtag 9Jan Cholasta2015-11-251-1/+3
* fix caching in get_ipa_configMartin Basti2015-11-191-1/+1
* vault: select a server with KRA for vault operationsJan Cholasta2015-10-081-1/+21
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-6/+6
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-221-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-172-0/+9
* ldap: Make ldap2 connection management thread-safe againJan Cholasta2015-09-041-18/+15
* Port from python-krbV to python-gssapiMichael Simacek2015-08-262-40/+33
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-121-11/+11
* certprofile: add ability to update profile config in DogtagFraser Tweedale2015-07-081-0/+12
* certprofile: add option to export profile configFraser Tweedale2015-07-081-0/+8
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-013-45/+16
* vault: Fix ipa-kra-installJan Cholasta2015-06-101-1/+1
* Import profiles earlier during installFraser Tweedale2015-06-051-3/+7
* Add profile_id parameter to 'request_certificate'Fraser Tweedale2015-06-042-3/+7
* Import included profiles during install or upgradeFraser Tweedale2015-06-041-6/+8
* Add certprofile pluginFraser Tweedale2015-06-041-4/+172
* allow to call ldap2.destroy_connection multiple timesPetr Vobornik2015-05-071-2/+3
* speed up indirect member processingPetr Vobornik2015-04-271-90/+0
* ldap: Move value encoding from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-161-7/+15
* ldap: Use LDAPClient instead of IPASimpleLDAPObject in ldap2.modify_passwordJan Cholasta2015-04-161-6/+5
* ldap: Use LDAPClient bind and unbind methods in ldap2Jan Cholasta2015-04-161-34/+28
* ldap: Use LDAPClient connection management in ldap2Jan Cholasta2015-04-161-3/+10
* ldap: Add connection management to LDAPClientJan Cholasta2015-04-161-1/+4
* Fix ldap2 shared connectionMartin Basti2015-04-021-1/+1
* ldap2: Use self API instance instead of ipalib.apiJan Cholasta2015-03-051-13/+32
* dogtag plugin: Don't use doctest syntax for non-doctest examplesPetr Viktorin2014-11-211-8/+8
* Fixed KRA backend.Endi S. Dewata2014-11-041-104/+18
* Add a KRA to IPAAde Lee2014-08-221-76/+218
* ldap2 indirect membership processing: Use global limits if greater than per-q...Petr Viktorin2014-07-141-6/+29
* Add /session/token_sync POST supportNathaniel McCallum2014-06-262-5/+12
* ldap2: add otp support to modify_passwordPetr Vobornik2014-06-261-3/+6
* Remove GetEffectiveRights control when ldap2.get_effective_rights fails.Jan Cholasta2014-06-241-3/+5
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-162-4/+6
* ldap2.has_upg: Raise an error if the UPG definition is not foundPetr Viktorin2014-05-291-13/+17
* ldap2.find_entries: Do not modify attrs_list in-placePetr Viktorin2014-05-261-6/+9
* Always use real entry DNs for memberOf in ldap2.Jan Cholasta2014-02-241-1/+1
* Store old entry state in dict rather than LDAPEntry.Jan Cholasta2014-01-101-2/+2
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-162-23/+20
* Remove unused method get_api of the ldap2 plugin.Jan Cholasta2013-11-271-3/+0