summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use correct DS instance in ipactl statusAna Krivokapic2013-07-112-13/+31
* Add Nose plugin for BeakerLib integrationPetr Viktorin2013-06-171-6/+13
* Manage ipa-otpd.socket by IPATomas Babej2013-06-061-0/+1
* Remove code to install Dogtag 9Petr Viktorin2013-05-311-4/+0
* Remove leading zero from IPA_NUM_VERSIONPetr Viktorin2013-05-141-0/+17
* Remove unused ipapython.certdb.CertDB classPetr Viktorin2013-04-021-127/+0
* Process exceptions when talking to DogtagAlexander Bokovoy2013-03-211-1/+4
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-131-0/+2
* Use IPAdmin rather than raw python-ldap in migration.py and ipadiscovery.pyPetr Viktorin2013-03-132-75/+46
* Use IPAdmin rather than raw python-ldap in ipa-client-installPetr Viktorin2013-03-131-1/+4
* Move ipaldap to ipapythonPetr Viktorin2013-03-131-0/+1815
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-011-131/+0
* Remove unused methods from Entry, Entity, and IPAdminPetr Viktorin2013-03-011-52/+0
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-011-0/+2
* Make ipapython.dogtag log requests at debug level, not infoPetr Viktorin2013-02-011-1/+1
* Port ipa-replica-prepare to the admintool frameworkPetr Viktorin2013-02-011-1/+4
* Better logging for AdminTool and ipa-ldap-updaterPetr Viktorin2013-02-011-30/+90
* Add support for RFC 6594 SSHFP DNS records.Jan Cholasta2013-02-011-3/+12
* Drop ipapython.compat.Jan Cholasta2013-02-013-84/+2
* Use new certmonger locking to prevent NSS database corruption.Rob Crittenden2013-01-291-11/+27
* Pylint cleanup.Jan Cholasta2013-01-293-21/+16