summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Add a DRM to IPAAde Lee2014-05-271-0/+1
* 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
* Add wrapper for result3 to IPASimpleLDAPObject.Jan Cholasta2013-11-271-0/+5
* Move IPA specific code from LDAPClient to the ldap2 plugin.Jan Cholasta2013-11-271-212/+7
* Improve LDAPEntry.__repr__ for freshly created entriesPetr Viktorin2013-11-261-1/+3
* ipa-client-install: Publish CA certificate to systemwide storeTomas Babej2013-11-202-2/+76
* platform: Add Fedora 19 platform fileTomas Babej2013-11-202-0/+56
* Remove schema special-casing from the LDAP updaterPetr Viktorin2013-11-181-19/+8
* Add schema updater based on IPA schema filesPetr Viktorin2013-11-181-0/+6
* ipa-client-install: Added options to configure firefoxMartin Basti2013-11-154-3/+27
* Remove unused utf8_encode_value functionsPetr Viktorin2013-11-081-12/+0
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-052-24/+32
* Use encoded values from entry objects directly when adding new entries.Jan Cholasta2013-10-311-7/+1
* Use encoded values from entry objects directly when generating modlists.Jan Cholasta2013-10-311-33/+6
* Store encoded attribute values from search results directly in entry objects.Jan Cholasta2013-10-311-1/+1
* Remove legacy toDict and origDataDict methods of LDAPEntry.Jan Cholasta2013-10-311-27/+4
* Make sure attributeTypes updates are done before objectClasses updates.Jan Cholasta2013-10-311-1/+4
* Decode and encode attribute values in LDAPEntry on demand.Jan Cholasta2013-10-311-28/+186
* Always use lists for values in LDAPEntry internally.Jan Cholasta2013-10-311-2/+28
* Introduce IPASimpleLDAPObject.decode method for decoding LDAP values.Jan Cholasta2013-10-311-27/+31
* Make LDAPEntry a wrapper around dict rather than a dict subclass.Jan Cholasta2013-10-311-68/+83
* Installer should always wait until CA starts upMartin Kosek2013-10-172-6/+11
* PKI installation on replica failing due to missing proxy confMartin Kosek2013-10-111-1/+2
* ipapython.nsslib: Name arguments to NSPRErrorPetr Viktorin2013-10-041-5/+7
* Raise an error when updating CIDict with duplicate keysPetr Viktorin2013-09-251-3/+22
* Add missing dict methods to CIDictPetr Viktorin2013-09-251-18/+49