summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* allow to call ldap2.destroy_connection multiple timesPetr Vobornik2015-05-072-3/+4
* Update BUILD.txtPetr Vobornik2015-05-071-11/+18
* Test Objectclass of postdetach groupLenka Ryznarova2015-05-071-0/+69
* update 'api.env.ca_host' if a different hostname is used during server installMartin Babinsky2015-05-071-3/+6
* ipa-server-install: deprecate manual setting of master KDC passwordMartin Babinsky2015-05-072-4/+12
* Changed in-tree development setup instructionsThorsten Scherf2015-05-071-2/+4
* prevent duplicate IDs when setting up multiple replicas against single masterMartin Babinsky2015-05-071-24/+50
* webui-ci: do not open 2 browser windowsPetr Vobornik2015-05-071-3/+3
* webui: add pwpolicy link to group details page if group has associated pwpolicyPetr Vobornik2015-05-072-11/+24
* Unsaved changes dialog internally inconsistentGabe2015-05-078-27/+31
* Fix stop_tracking_certificates call in ipa-restoreJan Cholasta2015-05-071-3/+2
* Server Upgrade: enable DS global lock during upgradeMartin Basti2015-05-053-7/+37
* Server Upgrade: use LDIF parser to modify DSE.ldifMartin Basti2015-05-051-20/+165
* move realm_to_serverid to installutils moduleMartin Basti2015-05-0516-37/+43
* Fix a signedness bug in OTP codeNathaniel McCallum2015-05-051-3/+3
* Server Upgrade: fix a comment in ldapupdaterMartin Basti2015-05-051-6/+1
* Remove unneeded ip-address option in ipa-adtrust-installGabe2015-05-053-41/+2
* Server Upgrade: use ipa-server-upgrade in RPM upgradeMartin Basti2015-05-041-2/+1
* Server Upgrade: Verify version and platformMartin Basti2015-05-0410-35/+187
* Server Upgrade: ipa-server-upgrade commandMartin Basti2015-05-046-0/+128
* suppress errors arising from deleting non-existent files during client uninstallMartin Babinsky2015-04-291-18/+22
* point the users to PKI-related logs when CA configuration failsMartin Babinsky2015-04-293-5/+19
* Lint: Fix error on pylint-1.3.1 introduced by fix for pylint-1.4.1.David Kupka2015-04-271-0/+1
* Make lint work on Fedora 22.David Kupka2015-04-274-1/+5
* speed up indirect member processingPetr Vobornik2015-04-276-95/+81
* Lint: Skip checking of functions stolen by python-nose.David Kupka2015-04-241-2/+11
* use separate ccache filename for each IPA DNSSEC daemonMartin Babinsky2015-04-243-3/+3
* ipa client: use NTP servers specified by userMartin Basti2015-04-241-9/+15
* ipa client: use NTP servers detected from SRVMartin Basti2015-04-241-1/+8
* ipa client: make --ntp-server option multivaluedMartin Basti2015-04-243-14/+18
* Update python-yubico dependency versionNathaniel McCallum2015-04-241-2/+2
* Remove Editable DN and DN component classesPetr Viktorin2015-04-232-1950/+1003
* rename_managed: Remove use of EditableDNPetr Viktorin2015-04-231-20/+32
* Removed recommendation from ipa-adtrust-installThorsten Scherf2015-04-211-9/+0
* Adopted kinit_keytab and kinit_password for kerberos authMartin Babinsky2015-04-209-41/+54
* ipa-client-install: try to get host TGT several times before giving upMartin Babinsky2015-04-202-29/+48
* ipautil: new functions kinit_keytab and kinit_passwordMartin Babinsky2015-04-201-17/+54
* speed up convert_attribute_membersPetr Vobornik2015-04-201-8/+28
* ldap: Remove IPASimpleLDAPObjectJan Cholasta2015-04-161-105/+0
* ldap: Use SimpleLDAPObject instead of IPASimpleLDAPObject in LDAPClientJan Cholasta2015-04-161-2/+2
* ldap: Move schema handling from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-163-288/+264
* ldap: Use LDAPClient instead of IPASimpleLDAPObject in LDAPEntryJan Cholasta2015-04-162-5/+14
* ldap: Move value encoding from IPASimpleLDAPObject to LDAPClientJan Cholasta2015-04-162-140/+95
* makeaci: Use LDAPClient instead of IPASimpleLDAPObjectJan Cholasta2015-04-161-11/+2
* cainstance: Use LDAPClient instead of IPASimpleLDAPObjectJan Cholasta2015-04-161-7/+8
* ldap: Use LDAPClient instead of IPASimpleLDAPObject in ldap2.modify_passwordJan Cholasta2015-04-161-6/+5
* ldap: Use LDAPClient bind and unbind methods in ldap2Jan Cholasta2015-04-161-34/+28
* ldap: Use LDAPClient bind and unbind methods in IPAdminJan Cholasta2015-04-161-19/+16
* ldap: Add bind and unbind methods to LDAPClientJan Cholasta2015-04-161-0/+35
* ldap: Use LDAPClient connection management in ldap2Jan Cholasta2015-04-161-3/+10