summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* Use six.python_2_unicode_compatibleJan Cholasta2015-09-071-5/+10
* 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-016-21/+19
* Use new-style raise syntaxPetr Viktorin2015-09-011-11/+11
* Use the print functionPetr Viktorin2015-09-018-28/+40
* Use next() function on iteratorsPetr Viktorin2015-09-011-5/+5
* Replace uses of map()Petr Viktorin2015-09-0113-26/+29
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-013-11/+11
* Use six.moves.input instead of raw_inputPetr Viktorin2015-09-011-1/+2
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-012-5/+4
* Use Python3-compatible dict method namesPetr Viktorin2015-09-0118-62/+62
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-0113-30/+56
* vault: Limit size of data stored in vaultDavid Kupka2015-08-261-1/+20
* certprofile: prevent rename (modrdn)Fraser Tweedale2015-08-261-2/+3
* fix missing information in object metadataPetr Vobornik2015-08-261-3/+14
* 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-266-415/+77
* Added support for changing vault encryption.Endi S. Dewata2015-08-251-12/+221
* DNSSEC: fix forward zone forwarders checksMartin Basti2015-08-251-6/+7
* 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
* Add permission for bypassing CA ACL enforcementFraser Tweedale2015-08-141-3/+10
* add permission: System: Manage User CertificatesPetr Vobornik2015-08-141-1/+9
* Asymmetric vault: validate public key in clientChristian Heimes2015-08-131-0/+13
* ULC: Prevent preserved users from being assigned membershipJan Cholasta2015-08-131-13/+18
* certprofile: add profile format explanationFraser Tweedale2015-08-121-0/+20
* Use absolute importsPetr Viktorin2015-08-1214-64/+70
* Import 'reduce' from functoolsPetr Viktorin2015-08-121-0/+1
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-122-3/+3
* Modernize function and method attribute namesPetr Viktorin2015-08-125-5/+5
* Modernize 'except' clausesPetr Viktorin2015-08-1229-134/+134
* idranges: raise an error when local IPA ID range is being modifiedMartin Babinsky2015-08-121-23/+29