summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Update named.conf parserMartin Kosek2013-03-141-21/+48
* Enforce exact SID match when adding or modifying a ID rangeTomas Babej2013-03-141-13/+37
* Extend ipa-replica-manage to be able to manage DNA ranges.Rob Crittenden2013-03-132-2/+99
* Remove ipaserver/ipaldap.pyPetr Viktorin2013-03-139-46/+13
* Move ipaldap to ipapythonPetr Viktorin2013-03-132-1800/+4
* Fix installing server with external CAPetr Viktorin2013-03-082-31/+32
* Disable schema retrieval and attribute decoding when talking to AD GC.Jan Cholasta2013-03-081-5/+2
* Allow disabling attribute decoding in LDAPClient and IPAdmin.Jan Cholasta2013-03-081-3/+13
* Allow disabling LDAP schema retrieval in LDAPClient and IPAdmin.Jan Cholasta2013-03-081-3/+8
* Do not fail if schema cannot be retrieved from LDAP server.Jan Cholasta2013-03-081-9/+15
* Don't base64-encode the CA cert when uploading it during an upgrade.Rob Crittenden2013-03-071-2/+1
* ipaserver/dcerpc: enforce search_s without schema checks for GC searchingAlexander Bokovoy2013-03-061-1/+1
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-014-72/+29
* Use full DNs in plugin code.Jan Cholasta2013-03-011-6/+4
* Support attributes with multiple names in LDAPEntry.Jan Cholasta2013-03-011-0/+12
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-012-13/+53
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-011-26/+77
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-012-4/+2
* Remove some uses of raw python-ldapPetr Viktorin2013-03-014-25/+32
* Use IPAdmin rather than raw python-ldap in ipactlPetr Viktorin2013-03-011-2/+3
* Use ldap instead of _ldap in ipaldapPetr Viktorin2013-03-011-47/+47
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-014-13/+4
* Remove IPAdmin.simple_bind_sPetr Viktorin2013-03-013-9/+6
* Remove IPAdmin.sasl_interactive_bind_sPetr Viktorin2013-03-013-13/+6
* Replace IPAdmin.start_tls_s by an __init__ argumentPetr Viktorin2013-03-012-11/+11
* Remove search_s and search_ext_s from IPAdminPetr Viktorin2013-03-015-20/+16
* Proxy LDAP methods explicitly rather than using __getattr__Petr Viktorin2013-03-011-3/+38
* Inline waitForEntry in its only callerPetr Viktorin2013-03-012-43/+40
* Inline inactivateEntry in its only callerPetr Viktorin2013-03-012-20/+3
* replace getEntry with get_entry (or get_entries if scope != SCOPE_BASE)Petr Viktorin2013-03-017-54/+47
* Fix typo and traceback suppression in replication.pyPetr Viktorin2013-03-011-3/+4
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-015-16/+11
* Replace addEntry with add_entryPetr Viktorin2013-03-018-28/+23
* Rename LDAPConnection to LDAPClientPetr Viktorin2013-03-012-7/+7
* Remove toTupleList and attrList from LDAPEntryPetr Viktorin2013-03-012-19/+2
* Replace getList by a get_entries methodPetr Viktorin2013-03-014-28/+40
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-017-47/+41
* Remove special-casing for missing and single-valued attributes in LDAPUpdate....Petr Viktorin2013-03-011-6/+0
* Introduce LDAPEntry.single_value for getting single-valued attributesPetr Viktorin2013-03-011-0/+23
* Replace IPAdmin.checkTask by replication.wait_for_taskPetr Viktorin2013-03-013-27/+24
* Remove IPAdmin.get_dns_sorted_by_lengthPetr Viktorin2013-03-012-48/+8
* Remove IPAdmin.updateEntry calls from fix_replica_agreementsPetr Viktorin2013-03-011-4/+2
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-012-23/+15
* Turn the LDAPError handler into a context managerPetr Viktorin2013-03-012-72/+45
* Remove unused bindcert and bindkey arguments to IPAdminPetr Viktorin2013-03-011-9/+2
* Remove unused imports from ipaserver/installPetr Viktorin2013-03-0112-55/+24
* Change {add,update,delete}_entry to take LDAPEntriesPetr Viktorin2013-03-011-27/+48
* Replace add_s and delete_s by their newer equivalentsPetr Viktorin2013-03-013-15/+15
* Replace entry.setValue/setValues by item assignmentPetr Viktorin2013-03-015-44/+21
* Replace entry.getValues() by entry.get()Petr Viktorin2013-03-014-14/+9