summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipa-kdb: add PAC only if requestedSumit Bose2013-03-081-2/+140
* ipa-kdb: Read ipaKrbAuthzData with other principal dataSumit Bose2013-03-082-0/+18
* ipa-kdb: Read global defaul ipaKrbAuthzDataSumit Bose2013-03-082-1/+29
* Add NFS specific default for authorization data typeSumit Bose2013-03-081-0/+5
* Revert "MS-PAC: Special case NFS services"Sumit Bose2013-03-081-35/+1
* Don't base64-encode the CA cert when uploading it during an upgrade.Rob Crittenden2013-03-071-2/+1
* ipa-replica-manage: migrate to single_value after LDAPEntry updatesAlexander Bokovoy2013-03-061-2/+2
* Fix internal error in output_for_cli method of sudorule_{enable,disable}.Jan Cholasta2013-03-061-4/+4
* Remove disabled entries from sudoers compat tree.Jan Cholasta2013-03-062-1/+3
* ipaserver/dcerpc: enforce search_s without schema checks for GC searchingAlexander Bokovoy2013-03-061-1/+1
* Fix remove while iterating in suppress_netgroup_memberof.Jan Cholasta2013-03-063-3/+2
* Web UI: configurable SID blacklistsPetr Vobornik2013-03-063-0/+16
* Fix handling of no_update flag in Web UIPetr Vobornik2013-03-061-2/+2
* Fix dirty state update of editable comboboxPetr Vobornik2013-03-062-25/+3
* Combobox keyboard supportPetr Vobornik2013-03-061-27/+186
* Improve LDAPEntry testsPetr Viktorin2013-03-011-18/+86
* Remove support for DN normalization from LDAPClient.Jan Cholasta2013-03-019-85/+41
* Remove DN normalization from the baseldap plugin.Jan Cholasta2013-03-017-56/+27
* Use full DNs in plugin code.Jan Cholasta2013-03-0115-42/+59
* Support attributes with multiple names in LDAPEntry.Jan Cholasta2013-03-013-4/+20
* Aggregate IPASimpleLDAPObject in LDAPEntry.Jan Cholasta2013-03-013-14/+57
* Preserve case of attribute names in LDAPEntry.Jan Cholasta2013-03-015-35/+97
* Use the dn attribute of LDAPEntry to set/get DNs of entries.Jan Cholasta2013-03-0111-43/+73
* Remove some uses of raw python-ldapPetr Viktorin2013-03-019-201/+142
* Use IPAdmin rather than raw python-ldap in ipactlPetr Viktorin2013-03-012-44/+35
* Use IPAdmin rather than raw python-ldap in migration.bindPetr Viktorin2013-03-011-8/+11
* Do not use global variables in migration.pyPetr Viktorin2013-03-011-18/+18
* Use ldap instead of _ldap in ipaldapPetr Viktorin2013-03-011-47/+47
* Remove IPAdmin.unbind_s(), keep unbind()Petr Viktorin2013-03-016-16/+7
* 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-017-31/+29
* 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-0110-66/+56
* Fix typo and traceback suppression in replication.pyPetr Viktorin2013-03-011-3/+4
* Replace deleteEntry with delete_entryPetr Viktorin2013-03-016-18/+13
* 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-018-60/+91
* Replace entry.getValue by entry.single_valuePetr Viktorin2013-03-0111-88/+94
* 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-013-54/+12
* Remove IPAdmin.updateEntry calls from fix_replica_agreementsPetr Viktorin2013-03-011-4/+2
* Remove dbdir, binddn, bindpwd from IPAdminPetr Viktorin2013-03-012-23/+15