| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove toTupleList and attrList from LDAPEntry | Petr Viktorin | 2013-03-01 | 2 | -19/+2 |
* | Replace getList by a get_entries method | Petr Viktorin | 2013-03-01 | 4 | -28/+40 |
* | Replace entry.getValue by entry.single_value | Petr Viktorin | 2013-03-01 | 7 | -47/+41 |
* | Remove special-casing for missing and single-valued attributes in LDAPUpdate.... | Petr Viktorin | 2013-03-01 | 1 | -6/+0 |
* | Introduce LDAPEntry.single_value for getting single-valued attributes | Petr Viktorin | 2013-03-01 | 1 | -0/+23 |
* | Replace IPAdmin.checkTask by replication.wait_for_task | Petr Viktorin | 2013-03-01 | 3 | -27/+24 |
* | Remove IPAdmin.get_dns_sorted_by_length | Petr Viktorin | 2013-03-01 | 2 | -48/+8 |
* | Remove IPAdmin.updateEntry calls from fix_replica_agreements | Petr Viktorin | 2013-03-01 | 1 | -4/+2 |
* | Remove dbdir, binddn, bindpwd from IPAdmin | Petr Viktorin | 2013-03-01 | 2 | -23/+15 |
* | Turn the LDAPError handler into a context manager | Petr Viktorin | 2013-03-01 | 2 | -72/+45 |
* | Remove unused bindcert and bindkey arguments to IPAdmin | Petr Viktorin | 2013-03-01 | 1 | -9/+2 |
* | 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 | 4 | -14/+9 |
* | 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 | 2 | -167/+145 |
* | Use explicit loggers in ldap2 code | Petr Viktorin | 2013-03-01 | 2 | -22/+38 |
* | Derive Entity class from Entry, and move it to ldapupdate | Petr Viktorin | 2013-03-01 | 2 | -6/+37 |
* | Remove unused methods from Entry, Entity, and IPAdmin | Petr Viktorin | 2013-03-01 | 1 | -108/+0 |
* | Remove some unused imports | Petr Viktorin | 2013-03-01 | 8 | -37/+19 |
* | Add custom mapping object for LDAP entry data. | Jan Cholasta | 2013-03-01 | 2 | -9/+97 |
* | Add client capabilities, enable messages | Petr Viktorin | 2013-02-21 | 1 | -1/+6 |
* | Avoid internal error when user is not Trust admin | Martin Kosek | 2013-02-20 | 1 | -4/+23 |
* | Implement the cert-find command for the dogtag CA backend. | Rob Crittenden | 2013-02-19 | 2 | -0/+146 |
* | Allow ipa-replica-conncheck and ipa-adtrust-install to read krb5 includedir | Jakub Hrozek | 2013-02-18 | 1 | -1/+1 |
* | Add option to specify SID using domain name to idrange-add/mod | Tomas Babej | 2013-02-18 | 1 | -0/+10 |
* | Add support for AD users to hbactest command | Martin Kosek | 2013-02-14 | 1 | -0/+56 |
* | Generalize AD GC search | Martin Kosek | 2013-02-14 | 1 | -50/+95 |
* | Test NetBIOS name clash before creating a trust | Martin Kosek | 2013-02-13 | 1 | -0/+6 |
* | Add SID blacklist attributes | Martin Kosek | 2013-02-12 | 1 | -0/+8 |
* | Port ipa-replica-prepare to the admintool framework | Petr Viktorin | 2013-02-01 | 1 | -0/+504 |
* | Better logging for AdminTool and ipa-ldap-updater | Petr Viktorin | 2013-02-01 | 1 | -26/+22 |