summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move tests to test directoriesPetr Viktorin2013-09-252-406/+0
* Don't search platform pathTimo Aaltonen2013-09-161-1/+1
* Perform dirsrv tuning at platform levelTomas Babej2013-08-262-6/+88
* Prevent *.pyo and *.pyc multilib problemsMartin Kosek2013-08-131-2/+2
* Skip referrals when converting LDAP result to LDAPEntryTomas Babej2013-07-261-0/+9
* Correct default value of LDAPClient.get_entries scope argumentPetr Viktorin2013-07-251-1/+2
* Run gpg-agent explicitly when encrypting/decrypting files.Jan Cholasta2013-07-171-7/+12
* Use --ignore-dependencies only when necessaryAna Krivokapic2013-07-111-4/+5
* Avoid systemd service deadlock during shutdownAna Krivokapic2013-07-111-1/+11