summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor indirect membership processing.Jan Cholasta2013-11-271-182/+67
* Support searches with paged results control in LDAPClient.Jan Cholasta2013-11-271-2/+2
* Move IPA specific code from LDAPClient to the ldap2 plugin.Jan Cholasta2013-11-271-0/+204
* Use LDAP modify operation directly to add/remove group members.Jan Cholasta2013-07-111-23/+13
* Handle a 501 in cert-find from dogtag as a "not supported"Rob Crittenden2013-05-031-0/+4
* Drop --selfsign server functionalityPetr Viktorin2013-04-152-232/+0
* Add logging to join commandTomas Babej2013-03-251-6/+20
* Move ipaldap to ipapythonPetr Viktorin2013-03-131-1/+1
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-011-22/+2
* Use full DNs in plugin code.Jan Cholasta2013-03-011-6/+4
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-011-4/+4
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-011-2/+0
* Remove some uses of raw python-ldapPetr Viktorin2013-03-011-10/+20
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-011-1/+1
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-011-2/+2
* Rename LDAPConnection to LDAPClientPetr Viktorin2013-03-011-3/+3
* Turn the LDAPError handler into a context managerPetr Viktorin2013-03-011-13/+4
* Move entry add, update, remove, rename to LDAPConnectionPetr Viktorin2013-03-011-142/+2
* Move entry finding methods to LDAPConnectionPetr Viktorin2013-03-011-292/+7
* Move filter making methods to LDAPConnectionPetr Viktorin2013-03-011-121/+1
* Move DN handling methods to LDAPConnectionPetr Viktorin2013-03-011-36/+2