summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/certprofile.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-335/+0
* ipalib: move File command arguments to ipaclientJan Cholasta2016-06-031-3/+7
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-031-16/+0
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-251-1/+1
* certprofile plugin: Use binary mode for file with binary dataPetr Viktorin2016-05-051-1/+1
* Remove unused importsMartin Basti2015-12-231-3/+1
* certprofile: remove 'rename' optionFraser Tweedale2015-09-021-2/+1
* Replace uses of map()Petr Viktorin2015-09-011-1/+1
* certprofile: prevent rename (modrdn)Fraser Tweedale2015-08-261-2/+3
* Prohibit deletion of predefined profilesFraser Tweedale2015-08-181-2/+11
* certprofile: add profile format explanationFraser Tweedale2015-08-121-0/+20
* certprofile-import: do not require profileId in profile dataChristian Heimes2015-07-311-3/+5
* certprofile-import: improve profile format documentationChristian Heimes2015-07-271-1/+1
* Prevent to rename certprofile profile idMartin Basti2015-07-101-0/+3
* 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
* certprofile: fix doc errorFraser Tweedale2015-06-291-1/+1
* Fix for a typo in certprofile mod command.Milan KubĂ­k2015-06-231-1/+1
* Add certprofile pluginFraser Tweedale2015-06-041-0/+253