summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipa-replica-prepare: Do not create DNS zone it automatically.David Kupka2015-07-081-5/+8
* certprofile: add ability to update profile config in DogtagFraser Tweedale2015-07-081-0/+12
* certprofile: add option to export profile configFraser Tweedale2015-07-081-0/+8
* Hide topology and domainlevel featuresTomas Babej2015-07-081-1/+2
* DNSSEC: ipa-dns-install: Detect existing master server sooner.Petr Spacek2015-07-071-14/+12
* DNSSEC: update messageMartin Basti2015-07-071-7/+21
* DNSSEC: allow to disable/replace DNSSEC key masterMartin Basti2015-07-075-22/+295
* Server Upgrade: use debug log level for upgrade instead of infoMartin Basti2015-07-037-39/+39
* winsync_migrate: Generalize membership migrationTomas Babej2015-07-021-21/+78
* winsync_migrate: Migrate memberships of the winsynced usersTomas Babej2015-07-021-0/+51
* idviews: Fallback to AD DC LDAP only if specifically allowedTomas Babej2015-07-021-1/+6
* winsync-migrate: Move the tool under ipaserver.install packageTomas Babej2015-07-021-0/+0
* winsync-migrate: Rename to tool to achive consistency with other toolsTomas Babej2015-07-022-28/+5
* winsync-migrate: Delete winsync agreement prior to migrationTomas Babej2015-07-021-0/+35
* winsync-migrate: Require explicit specification of the target server and vali...Tomas Babej2015-07-021-0/+33
* winsync-migrate: Require root privilegesTomas Babej2015-07-021-1/+2
* dcerpc: Add debugging message to failing kinit as httpTomas Babej2015-07-021-0/+2
* dcerpc: Change logging level for debug informationTomas Babej2015-07-021-2/+2
* winsync-migrate: Move the api initalization and LDAP connection to the main m...Tomas Babej2015-07-021-3/+12
* migrate-winsync: Add option validation and handlingTomas Babej2015-07-021-0/+44
* migrate-winsync: Create user ID overrides in place of winsynced user entriesTomas Babej2015-07-021-0/+32
* winsync-migrate: Add a way to find all winsync usersTomas Babej2015-07-021-4/+21
* winsync-migrate: Add initial plumbingTomas Babej2015-07-022-0/+89
* KRA Install: check replica file if contains req. certificatesMartin Basti2015-07-021-0/+16
* replication: fix regression in get_agreement_typePetr Vobornik2015-07-011-0/+3
* replica prepare: Do not use entry after disconnecting from LDAPJan Cholasta2015-07-011-2/+5
* plugable: Specify plugin base classes and modules using API propertiesJan Cholasta2015-07-011-1/+6
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-0111-83/+37