summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Use certmonger D-Bus API instead of messing with its files.David Kupka2014-09-051-263/+270
* Add a KRA to IPAAde Lee2014-08-221-5/+8
* Enable NSS PKIX certificate path discovery and validation for Dogtag.Jan Cholasta2014-07-301-0/+2
* Provide additional functions to ipapython.certmonger.Jan Cholasta2014-07-301-0/+28
* ipa-ldap-updater: make possible to use LDAPI with autobind in case of hardene...Alexander Bokovoy2014-07-041-0/+4
* Clear NSS session cache when socket is closedMartin Kosek2014-07-021-0/+1
* ipaldap: Override conversion of nsds5replicalast{update,init}{start,end}Tomas Babej2014-07-021-0/+4
* Fix handle python-dns UnicodeErrorMartin Basti2014-06-201-4/+5
* Clarify LDAPClient docstrings about get_entry, get_entries and find_entriesPetr Spacek2014-06-201-1/+6
* ipaplatform: Change makefiles to accomodate for new platform packageTomas Babej2014-06-162-8/+2
* ipaplatform: Remove remnants of the ipapython/platformTomas Babej2014-06-167-304/+0
* ipaplatform: Move all filesystem paths to ipaplatform.paths moduleTomas Babej2014-06-168-42/+50
* ipaplatform: Remove redundant imports of ipaservicesTomas Babej2014-06-161-2/+1
* ipaplatform: Change platform dependant code in freeipa to use ipaplatform tasksTomas Babej2014-06-161-2/+3
* ipaplatform: Move Fedora-specific implementations of tasks to fedora base pla...Tomas Babej2014-06-162-105/+0
* ipaplatform: Remove legacy redhat platform moduleTomas Babej2014-06-162-282/+0
* ipaplatform: Do not require custom Authconfig implementations from platform m...Tomas Babej2014-06-162-129/+0
* ipaplatform: Move restore_context and check_selinux_status implementations to...Tomas Babej2014-06-161-44/+0
* ipaplatform: Moved Fedora 16 service implementations and refactored them as b...Tomas Babej2014-06-161-201/+0
* ipaplatform: Move default implementations of tasks from service.py.inTomas Babej2014-06-161-36/+0
* ipaplatform: Move service base platfrom related functionality to ipaplatform/...Tomas Babej2014-06-162-385/+1
* ipalib.config: Don't autoconvert values to floatPetr Viktorin2014-06-162-1/+3
* ipautil.run args log message is confusingGabe2014-06-091-1/+1
* DNSName conversion in ipaldapMartin Basti2014-06-031-0/+7
* DNSName typeMartin Basti2014-06-031-0/+100
* admin tools: Log IPA versionPetr Viktorin2014-05-271-0/+1
* ipalib.version: Add VENDOR_VERSIONPetr Viktorin2014-05-271-0/+3
* ipa-client: Set NIS domain name in the installerTomas Babej2014-05-092-1/+4
* ipalib: Add DateTime parameterTomas Babej2014-05-051-0/+7
* Keep original name when setting attribute in LDAPEntry.Jan Cholasta2014-04-181-33/+20
* Replace get_syntax method of IPASimpleObject with new get_type method.Jan Cholasta2014-04-181-13/+15
* Use dogtag-ipa-ca-renew-agent to retrieve renewed certificates from LDAP.Jan Cholasta2014-03-251-6/+3
* Fix modlist generation code not to generate empty replace mods.Jan Cholasta2014-03-031-3/+3
* Raise an exception when legacy LDAP API is used.Jan Cholasta2014-01-241-19/+12
* Add runas option to run functionMartin Kosek2014-01-221-21/+38
* Do not crash on bad LDAP data when formatting decode error message.Jan Cholasta2014-01-101-1/+1
* Store old entry state in dict rather than LDAPEntry.Jan Cholasta2014-01-101-29/+17
* Remove legacy LDAPEntry properties data and orig_data.Jan Cholasta2014-01-101-11/+0
* Remove unused LDAPClient methods get_syntax and get_single_value.Jan Cholasta2014-01-101-12/+0
* Add LDAPEntry method generate_modlist.Jan Cholasta2014-01-101-46/+39
* Use LDAPClient.update_entry for LDAP mods in ldapupdate.Jan Cholasta2014-01-101-60/+0
* Make IPASimpleLDAPObject.get_single_value result overridable.Jan Cholasta2014-01-101-3/+13
* Move LDAPClient method get_single_value to IPASimpleLDAPObject.Jan Cholasta2014-01-101-18/+30
* Use old entry state in LDAPClient.update_entry.Jan Cholasta2014-01-101-32/+26
* Rename LDAPEntry method commit to reset_modlist.Jan Cholasta2014-01-101-1/+1
* PKI service restart after CA renewal failedJan Cholasta2014-01-082-1/+5
* Use /usr/bin/python2Xiao-Long Chen2014-01-033-9/+9
* Convert remaining backend code to LDAPEntry API.Jan Cholasta2013-12-161-3/+3
* Allow kernel keyring CCACHE when supportedMartin Kosek2013-12-091-0/+17
* Support searches with paged results control in LDAPClient.Jan Cholasta2013-11-271-16/+59