summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* domainlevel: Fix incorrect initializations of InvalidDomainLevelError exceptionsTomas Babej2015-07-202-4/+4
* trusts: Check for AD root domain among our trusted domainsTomas Babej2015-07-171-1/+20
* Fix minor typosYuri Chornoivan2015-07-176-7/+7
* Validate adding privilege to a permissionMartin Basti2015-07-172-25/+33
* fix selinuxusermap search for non-admin usersMartin Basti2015-07-161-1/+1
* fix hbac rule search for non-admin usersPetr Vobornik2015-07-161-1/+1
* do not import memcache on clientPetr Vobornik2015-07-161-2/+4
* Stageusedr-activate: show username instead of DNMartin Basti2015-07-151-2/+3
* Remove tuple unpacking from except clause ipalib/plugins/hbactest.pyChristian Heimes2015-07-141-3/+4
* Revert "Hide topology and domainlevel features"Tomas Babej2015-07-103-14/+1
* ipalib: pass api instance into textui in doctest snippetsMilan KubĂ­k2015-07-101-12/+13
* ipalib: Fix missing format for InvalidDomainLevelErrorTomas Babej2015-07-101-0/+1
* Prevent to rename certprofile profile idMartin Basti2015-07-101-0/+3
* fix error message when certificate CN is invalidPetr Vobornik2015-07-091-3/+1
* webui: show multiple certPetr Vobornik2015-07-091-0/+3
* webui: cert-request improvementsPetr Vobornik2015-07-091-1/+3
* move session_logout command to ipalib/plugins directoryPetr Vobornik2015-07-082-29/+31
* cert-request: enforce caacl for principals in SANFraser Tweedale2015-07-081-17/+25
* caacl: fix incorrect construction of HbacRequest for hostsFraser Tweedale2015-07-081-3/+4
* webui: caaclPetr Vobornik2015-07-081-0/+13
* Fix logging in APIMartin Basti2015-07-081-2/+2
* ipalib: Fix skip_version_check optionJan Cholasta2015-07-082-9/+6
* Added vault access control.Endi S. Dewata2015-07-081-6/+112
* trust: support retrieving POSIX IDs with one-way trust during trust-addAlexander Bokovoy2015-07-081-14/+51
* trusts: add support for one-way trust and switch to it by defaultAlexander Bokovoy2015-07-081-34/+107
* trusts: pass AD DC hostname if specified explicitlyAlexander Bokovoy2015-07-081-1/+8
* ipa-adtrust-install: add IPA master host principal to adtrust agentsAlexander Bokovoy2015-07-081-1/+2
* add option to skip client API version checkMartin Babinsky2015-07-084-4/+13
* certprofile: add ability to update profile config in DogtagFraser Tweedale2015-07-081-3/+32
* certprofile: add option to export profile configFraser Tweedale2015-07-081-3/+36
* Hide topology and domainlevel featuresTomas Babej2015-07-083-1/+14
* Added ipaVaultPublicKey attribute.Endi S. Dewata2015-07-071-8/+8
* Added symmetric and asymmetric vaults.Endi S. Dewata2015-07-071-35/+548
* include more information in metadataPetr Vobornik2015-07-033-70/+24
* Server Upgrade: use debug log level for upgrade instead of infoMartin Basti2015-07-031-1/+1
* topology: make cn of new segment consistent with topology pluginPetr Vobornik2015-07-031-1/+1
* topologysegment: hide direction and enable optionsPetr Vobornik2015-07-031-1/+2
* new commands to manage user/host/service certificatesMartin Babinsky2015-07-023-2/+98
* reworked certificate normalization and revocationMartin Babinsky2015-07-023-146/+55
* baseldap: add support for API commands managing only a single attributeMartin Babinsky2015-07-021-0/+114
* idviews: Fallback to AD DC LDAP only if specifically allowedTomas Babej2015-07-021-3/+24
* idviews: Do not abort the find & show commands on conversion errorsTomas Babej2015-07-021-2/+12
* Display the wrong attribute name when mandatory attribute is missingThierry Bordaz2015-07-021-1/+1
* DNS: Do not traceback if DNS is not installedMartin Basti2015-07-011-2/+11
* plugable: Remove unused call method of PluginJan Cholasta2015-07-011-18/+0
* plugable: Specify plugin base classes and modules using API propertiesJan Cholasta2015-07-012-16/+25
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-012-15/+11
* plugable: Remove SetProxy, DictProxy and MagicDictJan Cholasta2015-07-011-110/+0
* plugable: Lock API on finalization rather than on initializationJan Cholasta2015-07-011-10/+9
* plugable: Do not use DictProxy for APIJan Cholasta2015-07-011-9/+50