summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
* idoverride: Ignore ValidationErrors when converting the anchorTomas Babej2015-10-141-24/+33
* remove ID overrides when deleting a userMartin Babinsky2015-10-141-0/+6
* vault: fix private service vault creationJan Cholasta2015-10-131-2/+2
* Rename caught exception for use outside the except: block.Petr Viktorin2015-10-131-1/+2
* realmdomains: Do not fail due the ValidationError when adding _kerberos TXT r...Tomas Babej2015-10-121-2/+5
* realmdomains: Issue a warning when automated management of realmdomains failedTomas Babej2015-10-121-5/+23
* realmdomains: Add validation that realmdomain being added is indeed from our ...Tomas Babej2015-10-121-24/+76
* realmdomains: Minor style and wording improvementsTomas Babej2015-10-121-15/+60
* Remove uses of the `types` modulePetr Viktorin2015-10-071-5/+4
* Use six.moves.urllib instead of urllib/urllib2/urlparsePetr Viktorin2015-10-071-12/+12
* Replace StandardError with ExceptionRobert Kuska2015-09-301-2/+2
* Standardize minvalue for ipasearchrecordlimit and ipasesarchsizelimit for unl...Gabe2015-09-222-10/+15
* vault: add permissions and administrator privilegeJan Cholasta2015-09-171-0/+98
* vault: set owner to current user on container creationJan Cholasta2015-09-171-20/+1
* vault: add vault container commandsPetr Vobornik2015-09-171-21/+222
* baseldap: make subtree deletion optional in LDAPDeleteJan Cholasta2015-09-171-0/+4
* Use bytes instead of str where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-1728-0/+123
* config: allow user/host attributes with tagging optionsJan Cholasta2015-09-161-0/+2
* certprofile: remove 'rename' optionFraser Tweedale2015-09-021-2/+1
* DNSSEC: remove "DNSSEC is experimental" warningsMartin Basti2015-09-021-18/+0
* Modernize use of range()Petr Viktorin2015-09-014-17/+15
* Use the print functionPetr Viktorin2015-09-014-6/+12
* Replace uses of map()Petr Viktorin2015-09-019-21/+22
* Use Python3-compatible dict method namesPetr Viktorin2015-09-019-45/+46
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-015-8/+19
* vault: Limit size of data stored in vaultDavid Kupka2015-08-261-1/+20
* certprofile: prevent rename (modrdn)Fraser Tweedale2015-08-261-2/+3
* Fix: Remove leftover krbV referenceMartin Basti2015-08-261-1/+1
* vault: change default vault type to symmetricPetr Vobornik2015-08-261-3/+8
* Port from python-krbV to python-gssapiMichael Simacek2015-08-263-132/+6
* Added support for changing vault encryption.Endi S. Dewata2015-08-251-12/+221
* improve the usability of `ipa user-del --preserve` commandMartin Babinsky2015-08-251-57/+66
* Change internal rsa_(public|private)_key variable namesChristian Heimes2015-08-241-4/+4
* trusts: format Kerberos principal properly when fetching trust topologyAlexander Bokovoy2015-08-241-1/+6
* Add user-stage commandMartin Basti2015-08-212-36/+59
* Add flag to list all service and user vaultsChristian Heimes2015-08-191-15/+33
* cert-request: remove allowed extensions checkFraser Tweedale2015-08-191-19/+3
* vault: Add container information to vault command resultsJan Cholasta2015-08-191-0/+44
* vault: Fix vault-find with criteriaJan Cholasta2015-08-191-1/+1
* Prohibit deletion of predefined profilesFraser Tweedale2015-08-181-2/+11
* user-undel: Fix error messages.David Kupka2015-08-181-7/+5
* vault: validate vault typePetr Vobornik2015-08-181-2/+3
* vault: normalize service principal in service vault operationsPetr Vobornik2015-08-181-0/+2
* Fixed vault container ownership.Endi S. Dewata2015-08-181-2/+23
* vault: Fix param labels in output of vault owner commandsJan Cholasta2015-08-181-0/+12
* baseldap: Allow overriding member param label in LDAPModMemberJan Cholasta2015-08-181-2/+3
* trusts: Detect missing Samba instanceTomas Babej2015-08-171-20/+79
* trusts: Detect domain clash with IPA domain when adding a AD trustTomas Babej2015-08-171-0/+8
* Added CLI param and ACL for vault service operations.Endi S. Dewata2015-08-171-94/+83