summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/batch.py
Commit message (Expand)AuthorAgeFilesLines
* Update all remaining plugins to the new Registry APINathaniel McCallum2014-06-111-1/+4
* Add the version option to all CommandsPetr Viktorin2013-02-211-0/+1
* Fix batch command error reportingPetr Viktorin2012-07-111-2/+9
* Test the batch pluginPetr Viktorin2012-04-031-7/+4
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-6/+6
* Do batch logging on successful commands too, not just failures.Rob Crittenden2011-08-191-1/+1
* Log each command in a batch separately.Rob Crittenden2011-08-191-1/+25
* Typos in freeIPA messages and man pageYuri Chornoivan2011-05-101-2/+2
* Revert "Set hard limit on number of commands in batch request to 256."Adam Young2011-03-011-2/+0
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-2/+2
* Set hard limit on number of commands in batch request to 256.Rob Crittenden2011-02-221-0/+2
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-1/+1
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-141-1/+13
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-9/+9
* batchAdam Young2010-11-051-0/+86