summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use update_entry with a single entry in adtrustinstancePetr Viktorin2013-03-011-10/+8
* Replace setValue by keyword arguments when creating entriesPetr Viktorin2013-03-017-157/+203
* Remove the Entry class.Jan Cholasta2013-03-012-49/+2
* Remove the Entity class.Jan Cholasta2013-03-012-39/+48
* Add make_entry factory method to LDAPConnection.Jan Cholasta2013-03-018-28/+33
* Implement some of IPAdmin's legacy methods in terms of LDAPConnection methodsPetr Viktorin2013-03-011-57/+25
* Move entry add, update, remove, rename to LDAPConnectionPetr Viktorin2013-03-012-142/+137
* Remove unused proxydn functionality from IPAdminPetr Viktorin2013-03-011-46/+2
* Move entry finding methods to LDAPConnectionPetr Viktorin2013-03-012-292/+328
* Move filter making methods to LDAPConnectionPetr Viktorin2013-03-012-121/+139
* Move DN handling methods to LDAPConnectionPetr Viktorin2013-03-012-36/+40
* Move schema-related methods to LDAPConnectionPetr Viktorin2013-03-012-57/+55
* Make IPAdmin not inherit from IPASimpleLDAPObjectPetr Viktorin2013-03-012-65/+24
* Start LDAPConnection, a common base for ldap2 and IPAdminPetr Viktorin2013-03-012-123/+101
* Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldapPetr Viktorin2013-03-012-545/+549
* Move the decision to force schema updates out of IPASimpleLDAPObjectPetr Viktorin2013-03-013-9/+25
* Remove connection-creating code from ShemaCachePetr Viktorin2013-03-011-34/+3
* Move LDAPEntry to ipaserver.ipaldap and derive Entry from itPetr Viktorin2013-03-012-167/+145
* Use explicit loggers in ldap2 codePetr Viktorin2013-03-012-22/+38
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-012-6/+37
* Remove unused methods from Entry, Entity, and IPAdminPetr Viktorin2013-03-011-108/+0
* Remove some unused importsPetr Viktorin2013-03-018-37/+19
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-012-9/+97
* Add client capabilities, enable messagesPetr Viktorin2013-02-211-1/+6
* Avoid internal error when user is not Trust adminMartin Kosek2013-02-201-4/+23