summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Implement an IPA Foreman smartproxy serverHEADmasterRob Crittenden2014-02-271-5/+8
* Use super() properly to avoid an exceptionNathaniel McCallum2014-02-211-1/+1
* permission plugin: Do not assume attribute-level rights for new attributes ar...Petr Viktorin2014-02-211-7/+10
* Remove the unused ipalib.frontend.Property classPetr Viktorin2014-02-212-59/+5
* Add HOTP supportNathaniel McCallum2014-02-211-7/+19
* Add permission_filter_objectclasses for explicit type filtersPetr Viktorin2014-02-209-11/+27
* permissions: Use multivalued targetfilterPetr Viktorin2014-02-201-51/+94
* permission-mod: Do not copy member attributes to new entryPetr Viktorin2014-02-201-1/+3
* Fix regular expression for LOC records in DNS.Petr Spacek2014-02-181-8/+13
* Fix generation of invalid OTP URIsNathaniel McCallum2014-02-131-0/+9
* Fix OTP token names/labelsNathaniel McCallum2014-02-131-3/+3
* Add support for managed permissionsPetr Viktorin2014-02-122-13/+133
* permission plugin: Generate ACIs in the pluginPetr Viktorin2014-02-121-10/+23
* permission plugin: Convert options in execute, not args_options_2_paramsPetr Viktorin2014-02-121-19/+10
* Permission plugin fixesPetr Viktorin2014-02-121-13/+14
* DNS classless support for reverse domainsMartin Basti2014-02-112-36/+70
* PTR records can be added without specify FQDN zone nameMartin Basti2014-02-111-0/+3
* Remove sourcehostcategory from the default HBAC rule.Jan Cholasta2014-02-061-1/+1
* Migration does not add users to default groupMartin Kosek2014-02-051-7/+10
* ipa tool: Print the name of the server we are connecting to with -vPetr Viktorin2014-02-051-3/+3
* Convert remaining frontend code to LDAPEntry API.Jan Cholasta2014-01-2427-335/+355
* Get original entry state from LDAP in LDAPUpdate.Jan Cholasta2014-01-241-1/+6
* Trust domains Web UIPetr Vobornik2014-01-211-0/+1
* About dialogPetr Vobornik2014-01-211-0/+3
* Hide trust-resolve commandMartin Kosek2014-01-201-0/+1
* group-show: resolve external members of the groupsAlexander Bokovoy2014-01-201-0/+15
* Increase service startup timeout default.Jan Cholasta2014-01-171-1/+1
* Remove missing VERSION warning in dnsrecord-modMartin Kosek2014-01-171-1/+1
* Stop adding a default password policy referenceSimo Sorce2014-01-161-3/+0
* trustdomain-find: report status of the (sub)domainAlexander Bokovoy2014-01-151-1/+17
* trust-fetch-domains: create ranges for new child domainsAlexander Bokovoy2014-01-151-121/+135
* Add missing example to sudoruleMartin Kosek2014-01-151-1/+20
* Change the way we determine if the host has a password set.Rob Crittenden2014-01-151-1/+1
* Use old entry state in LDAPClient.update_entry.Jan Cholasta2014-01-101-0/+1
* hbactest does not work for external usersMartin Kosek2014-01-101-3/+5
* Allow anonymous and all permissionsPetr Viktorin2014-01-072-2/+40
* Use new registration API in the privilege pluginPetr Viktorin2014-01-071-20/+14
* cli.print_attribute: Convert values to stringsPetr Viktorin2014-01-031-1/+1
* Add OTP support to ipalib CLINathaniel McCallum2013-12-183-2/+339
* permission_find: Do not fail for ipasearchrecordslimit=-1Petr Viktorin2013-12-171-1/+2
* Remove default from the ipapermlocation optionPetr Viktorin2013-12-131-1/+0
* Make sure SYSTEM permissions can be retreived with --all --rawPetr Viktorin2013-12-131-2/+10
* permission plugin: Ensure ipapermlocation (subtree) always existsPetr Viktorin2013-12-131-0/+10
* Roll back ACI changes on failed permission updatesPetr Viktorin2013-12-131-11/+52
* Verify ACIs are added correctly in testsPetr Viktorin2013-12-131-4/+10
* Rewrite the Permission pluginPetr Viktorin2013-12-133-337/+709
* Allow sets for initialization of frozenset-typed Param keywordsPetr Viktorin2013-12-131-1/+1
* trust: fix get_dn() to distinguish creating and re-adding trustsAlexander Bokovoy2013-12-111-2/+2
* Fix internal error in the user-status command.Jan Cholasta2013-12-101-3/+3
* Add RADIUS proxy support to ipalib CLINathaniel McCallum2013-12-034-9/+227