summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-015-21/+16
* 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-013-168/+147
* Use explicit loggers in ldap2 codePetr Viktorin2013-03-013-24/+38
* Derive Entity class from Entry, and move it to ldapupdatePetr Viktorin2013-03-013-137/+37
* Remove unused methods from Entry, Entity, and IPAdminPetr Viktorin2013-03-012-160/+0
* Remove some unused importsPetr Viktorin2013-03-0115-48/+22
* Add custom mapping object for LDAP entry data.Jan Cholasta2013-03-0110-38/+155
* Fix includedir directive in krb5.conf templateMartin Kosek2013-02-281-1/+1
* ipa-pwd: Unchecked return value ipapwd_chpwop()Sumit Bose2013-02-281-1/+5
* ipa-extdom: Double-free in ipa_extdom_common.cSumit Bose2013-02-281-1/+0
* ipa-lockout: Wrong sizeof argument in ipa_lockout.cSumit Bose2013-02-281-1/+1
* ipa-kdb: Dereference after null check in ipa_kdb_mspac.cSumit Bose2013-02-281-1/+1
* ipa-sam: Array compared against 0 in ipasam_set_trusted_domain()Sumit Bose2013-02-281-1/+1
* ipa-kdb: Uninitialized scalar variable in ipadb_reinit_mspac()Sumit Bose2013-02-281-5/+4
* ipa-kdb: remove unused variableSumit Bose2013-02-281-1/+1
* Remove ORDERING for IA5 attributeTypesMartin Kosek2013-02-272-9/+6
* cli: Do interactive prompting after a context is createdPetr Viktorin2013-02-262-4/+5
* Add trusted domain range objectclass when using idrange-modTomas Babej2013-02-261-0/+5
* Make options checks in idrange-add/mod consistentTomas Babej2013-02-262-17/+91
* Bump FreeIPA version for development branchMartin Kosek2013-02-251-1/+1
* Make sure appropriate exit status is returned in make-testTomas Babej2013-02-251-0/+2
* Update plugin docstrings (topic help) to reflect dropped CSV supportPetr Viktorin2013-02-2210-19/+21
* Update argument docs to reflect dropped CSV supportPetr Viktorin2013-02-228-29/+27
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-225-102/+5
* Remove csv_separator and csv_skipspace Param argumentsPetr Viktorin2013-02-223-43/+4
* Fix permission validation and normalization in aci.pyPetr Viktorin2013-02-221-13/+10
* Add missing v3 schema on upgrades, fix typo in schema.Rob Crittenden2013-02-223-18/+33