| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused imports from ipaserver/install | Petr Viktorin | 2013-03-01 | 12 | -55/+24 |
* | Change {add,update,delete}_entry to take LDAPEntries | Petr Viktorin | 2013-03-01 | 1 | -27/+48 |
* | Replace add_s and delete_s by their newer equivalents | Petr Viktorin | 2013-03-01 | 3 | -15/+15 |
* | Replace entry.setValue/setValues by item assignment | Petr Viktorin | 2013-03-01 | 5 | -44/+21 |
* | Replace entry.getValues() by entry.get() | Petr Viktorin | 2013-03-01 | 5 | -21/+16 |
* | Use update_entry with a single entry in adtrustinstance | Petr Viktorin | 2013-03-01 | 1 | -10/+8 |
* | Replace setValue by keyword arguments when creating entries | Petr Viktorin | 2013-03-01 | 7 | -157/+203 |
* | Remove the Entry class. | Jan Cholasta | 2013-03-01 | 2 | -49/+2 |
* | Remove the Entity class. | Jan Cholasta | 2013-03-01 | 2 | -39/+48 |
* | Add make_entry factory method to LDAPConnection. | Jan Cholasta | 2013-03-01 | 8 | -28/+33 |
* | Implement some of IPAdmin's legacy methods in terms of LDAPConnection methods | Petr Viktorin | 2013-03-01 | 1 | -57/+25 |
* | Move entry add, update, remove, rename to LDAPConnection | Petr Viktorin | 2013-03-01 | 2 | -142/+137 |
* | Remove unused proxydn functionality from IPAdmin | Petr Viktorin | 2013-03-01 | 1 | -46/+2 |
* | Move entry finding methods to LDAPConnection | Petr Viktorin | 2013-03-01 | 2 | -292/+328 |
* | Move filter making methods to LDAPConnection | Petr Viktorin | 2013-03-01 | 2 | -121/+139 |
* | Move DN handling methods to LDAPConnection | Petr Viktorin | 2013-03-01 | 2 | -36/+40 |
* | Move schema-related methods to LDAPConnection | Petr Viktorin | 2013-03-01 | 2 | -57/+55 |
* | Make IPAdmin not inherit from IPASimpleLDAPObject | Petr Viktorin | 2013-03-01 | 2 | -65/+24 |
* | Start LDAPConnection, a common base for ldap2 and IPAdmin | Petr Viktorin | 2013-03-01 | 2 | -123/+101 |
* | Move SchemaCache and IPASimpleLDAPObject to ipaserver.ipaldap | Petr Viktorin | 2013-03-01 | 2 | -545/+549 |
* | Move the decision to force schema updates out of IPASimpleLDAPObject | Petr Viktorin | 2013-03-01 | 3 | -9/+25 |
* | Remove connection-creating code from ShemaCache | Petr Viktorin | 2013-03-01 | 1 | -34/+3 |
* | Move LDAPEntry to ipaserver.ipaldap and derive Entry from it | Petr Viktorin | 2013-03-01 | 3 | -168/+147 |
* | Use explicit loggers in ldap2 code | Petr Viktorin | 2013-03-01 | 3 | -24/+38 |
* | Derive Entity class from Entry, and move it to ldapupdate | Petr Viktorin | 2013-03-01 | 3 | -137/+37 |
* | Remove unused methods from Entry, Entity, and IPAdmin | Petr Viktorin | 2013-03-01 | 2 | -160/+0 |
* | Remove some unused imports | Petr Viktorin | 2013-03-01 | 15 | -48/+22 |
* | Add custom mapping object for LDAP entry data. | Jan Cholasta | 2013-03-01 | 10 | -38/+155 |
* | Fix includedir directive in krb5.conf template | Martin Kosek | 2013-02-28 | 1 | -1/+1 |
* | ipa-pwd: Unchecked return value ipapwd_chpwop() | Sumit Bose | 2013-02-28 | 1 | -1/+5 |
* | ipa-extdom: Double-free in ipa_extdom_common.c | Sumit Bose | 2013-02-28 | 1 | -1/+0 |
* | ipa-lockout: Wrong sizeof argument in ipa_lockout.c | Sumit Bose | 2013-02-28 | 1 | -1/+1 |
* | ipa-kdb: Dereference after null check in ipa_kdb_mspac.c | Sumit Bose | 2013-02-28 | 1 | -1/+1 |
* | ipa-sam: Array compared against 0 in ipasam_set_trusted_domain() | Sumit Bose | 2013-02-28 | 1 | -1/+1 |
* | ipa-kdb: Uninitialized scalar variable in ipadb_reinit_mspac() | Sumit Bose | 2013-02-28 | 1 | -5/+4 |
* | ipa-kdb: remove unused variable | Sumit Bose | 2013-02-28 | 1 | -1/+1 |
* | Remove ORDERING for IA5 attributeTypes | Martin Kosek | 2013-02-27 | 2 | -9/+6 |
* | cli: Do interactive prompting after a context is created | Petr Viktorin | 2013-02-26 | 2 | -4/+5 |
* | Add trusted domain range objectclass when using idrange-mod | Tomas Babej | 2013-02-26 | 1 | -0/+5 |
* | Make options checks in idrange-add/mod consistent | Tomas Babej | 2013-02-26 | 2 | -17/+91 |
* | Bump FreeIPA version for development branch | Martin Kosek | 2013-02-25 | 1 | -1/+1 |
* | Make sure appropriate exit status is returned in make-test | Tomas Babej | 2013-02-25 | 1 | -0/+2 |
* | Update plugin docstrings (topic help) to reflect dropped CSV support | Petr Viktorin | 2013-02-22 | 10 | -19/+21 |
* | Update argument docs to reflect dropped CSV support | Petr Viktorin | 2013-02-22 | 8 | -29/+27 |
* | Drop support for CSV in the CLI client | Petr Viktorin | 2013-02-22 | 5 | -102/+5 |
* | Remove csv_separator and csv_skipspace Param arguments | Petr Viktorin | 2013-02-22 | 3 | -43/+4 |
* | Fix permission validation and normalization in aci.py | Petr Viktorin | 2013-02-22 | 1 | -13/+10 |
* | Add missing v3 schema on upgrades, fix typo in schema. | Rob Crittenden | 2013-02-22 | 3 | -18/+33 |
* | Use default.conf as flag of IPA client being installed | Tomas Babej | 2013-02-22 | 1 | -3/+18 |
* | Rename the "messages" Output of the i18n_messages command to "texts" | Petr Viktorin | 2013-02-21 | 5 | -7/+7 |