summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Use Python3-compatible dict method namesPetr Viktorin2015-09-017-10/+11
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-1/+2
* install: Fix SASL mappings not added in ipa-server-installJan Cholasta2015-08-271-0/+1
* cert renewal: Include KRA users in Dogtag LDAP updateJan Cholasta2015-08-271-4/+9
* Insure the admin_conn is disconnected on stopSimo Sorce2015-08-271-0/+7
* Move sasl mappings creation to dsinstanceSimo Sorce2015-08-272-48/+51
* Remove custom utility function from krbinstanceSimo Sorce2015-08-271-21/+3
* Removed clear text passwords from KRA install log.Endi S. Dewata2015-08-261-8/+8
* Port from python-krbV to python-gssapiMichael Simacek2015-08-2610-81/+62
* Backup/resore authentication control configurationDavid Kupka2015-08-192-0/+8
* Server Upgrade: Start DS before CA is started.Martin Basti2015-08-191-2/+12
* install: Fix replica install with custom certificatesJan Cholasta2015-08-181-8/+9
* ipa-restore: check whether DS is running before attempting connectionMartin Babinsky2015-08-181-0/+7
* ipa-backup: archive DNSSEC zone file and kasp.dbMartin Babinsky2015-08-171-0/+2
* fix typo in BasePathNamespace member pointing to ods exporter configMartin Babinsky2015-08-172-2/+2
* winsync-migrate: Add warning about passsyncTomas Babej2015-08-171-0/+8
* dbus: Create empty dbus.Array with specified signatureDavid Kupka2015-08-141-1/+2
* Use absolute importsPetr Viktorin2015-08-129-24/+21
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-122-14/+14
* Modernize 'except' clausesPetr Viktorin2015-08-1236-232/+232
* install: Fix server and replica install optionsJan Cholasta2015-08-122-74/+17
* Fix default CA ACL added during upgradeFraser Tweedale2015-08-111-1/+1
* Fix upgrade of sidgen and extdom pluginsMartin Basti2015-08-102-6/+31
* Fixed missing KRA agent cert on replica.Endi S. Dewata2015-08-101-8/+9
* dcerpc: Simplify generation of LSA-RPC binding stringsTomas Babej2015-08-071-2/+1
* Fix selector of protocol for LSA RPC binding stringAlexander Bokovoy2015-08-071-2/+2
* Modernize number literalsPetr Viktorin2015-07-3116-64/+64
* Replace M2Crypto RC4 with python-cryptography ARC4Christian Heimes2015-07-311-5/+10
* replication: Fix incorrect exception invocationTomas Babej2015-07-241-1/+1
* dcerpc: Add get_trusted_domain_object_type methodTomas Babej2015-07-231-0/+29
* dcerpc: Fix UnboundLocalError for ccache_nameTomas Babej2015-07-221-0/+2
* dcerpc: Expand explanation for WERR_ACCESS_DENIEDTomas Babej2015-07-211-7/+29
* DNS: check if DNS package is installedMartin Basti2015-07-214-37/+7
* Py3: replace tab with spaceMartin Basti2015-07-171-1/+1
* Allow value 'no' for replica-certify-all attr in abort-clean-ruv subcommandMartin Basti2015-07-171-1/+2
* Fix minor typosYuri Chornoivan2015-07-171-1/+1
* ipa-ca-install: print more specific errors when CA is already installedMartin Babinsky2015-07-161-2/+10
* selinux: enable httpd_run_ipa to allow communicating with oddjobd servicesAlexander Bokovoy2015-07-161-0/+1
* Remove tuple unpacking from except clause ipaserver/dcerpc.pyChristian Heimes2015-07-141-6/+12
* Fix DNS records installation for replicasSimo Sorce2015-07-141-3/+3
* Start dirsrv for kdcproxy upgradeChristian Heimes2015-07-141-16/+19
* Revert "Hide topology and domainlevel features"Tomas Babej2015-07-101-2/+1
* upgrade: Enable and start oddjobd if adtrust is availableTomas Babej2015-07-081-0/+24
* adtrustinstance: Enable and start oddjobdTomas Babej2015-07-082-0/+30
* Upgrade: Do not show upgrade failed message when IPA is not installedMartin Basti2015-07-081-0/+5
* trust: support retrieving POSIX IDs with one-way trust during trust-addAlexander Bokovoy2015-07-081-18/+65
* trusts: add support for one-way trust and switch to it by defaultAlexander Bokovoy2015-07-081-12/+32
* trusts: pass AD DC hostname if specified explicitlyAlexander Bokovoy2015-07-081-3/+7
* ipa-adtrust-install: add IPA master host principal to adtrust agentsAlexander Bokovoy2015-07-084-30/+78
* dcerpc: Raise ACIError correctlyTomas Babej2015-07-081-3/+5