summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Add automember rebuild command to the web UIAna Krivokapic2013-11-151-4/+6
* Fix error message when adding duplicate automember ruleAna Krivokapic2013-11-152-4/+5
* Add automember rebuild commandAna Krivokapic2013-11-151-10/+133
* Add support for managing user auth typesNathaniel McCallum2013-11-082-5/+22
* Turn LDAPEntry.single_value into a dictionary-like property.Jan Cholasta2013-11-052-6/+6
* Remove AllowLMhash from the allowed IPA config stringsSumit Bose2013-11-011-1/+1
* Always use lists for values in LDAPEntry internally.Jan Cholasta2013-10-311-0/+2
* Remove ipa-pwd-extop and ipa-enrollment duplicate error stringsMartin Kosek2013-10-301-5/+5
* Use new ipaldap entry API in aci and permission pluginPetr Viktorin2013-10-302-23/+27
* Help plugin: don't fail if a topic's module is not foundPetr Viktorin2013-10-301-3/+8
* Fix invalid assumption NSS initialization check in SSLTransportPetr Viktorin2013-10-301-1/+3
* Update Permission and ACI plugins to decorator registration APIPetr Viktorin2013-10-302-30/+24
* trusts: Fix typo in error message for realm-domain mismatchTomas Babej2013-10-251-2/+2
* trusts: combine filters with AND to make sure only the intended domain matchesJakub Hrozek2013-10-241-1/+2
* Get the created range type in case of re-establishing trustTomas Babej2013-10-211-0/+2
* trusts: Do not create ranges for subdomains in case of POSIX trustTomas Babej2013-10-141-11/+39
* Add IntEnum parameter to ipalibNathaniel McCallum2013-10-092-25/+43
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-35/+18
* Add optional_create flagNathaniel McCallum2013-10-082-5/+12
* Don't special case the Password class in Param.__init__()Nathaniel McCallum2013-10-081-11/+6
* Document no_search in Param flagsNathaniel McCallum2013-10-071-1/+3
* ipa-kdb: Handle parent-child relationship for subdomainsAlexander Bokovoy2013-10-041-0/+6
* trust: integrate subdomains support into trust-addAlexander Bokovoy2013-10-041-3/+20
* ipaserver/dcerpc: remove use of trust account authenticationAlexander Bokovoy2013-10-041-1/+0
* frontend: report arguments errors with better detailAlexander Bokovoy2013-10-041-1/+2
* trusts: support subdomains in a forestAlexander Bokovoy2013-10-041-51/+278
* Do not add trust to AD in case of IPA realm-domain mismatchTomas Babej2013-10-031-0/+13
* Use correct super-calls in get_args() methodsPetr Viktorin2013-10-022-24/+21
* Don't exclude symlinks when loading pluginsNick Hatch2013-09-161-1/+1
* Fix service-disable in CA-less install.Jan Cholasta2013-08-291-20/+21
* Fix tests which fail after ipa-adtrust-installAna Krivokapic2013-08-281-0/+44
* Fix incorrect error message occurence when re-adding the trustTomas Babej2013-08-271-1/+1
* Add base-id, range-size and range-type options to trust-add dialogPetr Vobornik2013-08-221-0/+1
* Allow API plugin registration via a decoratorPetr Viktorin2013-08-142-3/+32
* Prevent *.pyo and *.pyc multilib problemsMartin Kosek2013-08-131-1/+1
* Remove support for IPA deployments with no persistent searchTomas Babej2013-08-091-6/+4
* Add new command compat-is-enabledAna Krivokapic2013-08-071-0/+44
* Enable running API commands in ipa-advise pluginsAna Krivokapic2013-08-071-2/+2
* Add a word wrapping for comment log messages to AdviceLoggerTomas Babej2013-08-061-2/+7
* Improve help entry for ipa hostTomas Babej2013-08-061-5/+7
* Limit pwpolicy maxlife to 20000 daysTomas Babej2013-08-051-0/+1
* Expose ipaRangeType in Web UIAna Krivokapic2013-07-291-0/+3
* Refactor the interactive prompt logic in idrange_addTomas Babej2013-07-261-27/+34
* Use valid LDAP search base in migration pluginMartin Kosek2013-07-261-1/+2
* Remove word 'field' from GECOS param labelPetr Vobornik2013-07-231-1/+1
* ipaserver/dcerpc: attempt to resolve SIDs through SSSD firstAlexander Bokovoy2013-07-231-6/+3
* Use AD LDAP probing to create trusted domain ID rangeTomas Babej2013-07-231-12/+99
* Add new hidden command option to suppress processing of membership attributes.Jan Cholasta2013-07-231-18/+50
* Fix internal error in idrange-addAna Krivokapic2013-07-221-1/+1
* Provide ipa-advise toolTomas Babej2013-07-173-2/+52