summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* batch: do not crash when no argument is specifiedJan Cholasta2016-05-251-1/+1
* frontend: perform argument value validation only on serverJan Cholasta2016-05-253-5/+16
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-251-14/+1
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-254-23/+17
* rpc: include structured error information in responsesJan Cholasta2016-05-253-1/+11
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-254-63/+34
* rpc: do not crash when unable to parse JSONJan Cholasta2016-05-251-1/+1
* Fix referenced before assigment variables in except statementsMartin Basti2016-05-201-2/+2
* makeapi: use the same formatting for `int` and `long` valuesJan Cholasta2016-05-191-0/+2
* Batch command: avoid accessing potentially undefined context.principalPetr Spacek2016-05-121-1/+4
* ipalib.cli: Improve reporting of binary values in the CLIPetr Viktorin2016-05-101-2/+3
* idviews: Add user certificate attribute to user ID overridesTomas Babej2016-05-061-2/+77
* certprofile plugin: Use binary mode for file with binary dataPetr Viktorin2016-05-051-1/+1
* ipalib.rpc: Send base64-encoded data as string under Python 3Petr Viktorin2016-05-051-1/+4
* radiusproxy plugin: Use str(error) rather than error.messagePetr Viktorin2016-05-051-1/+1
* Added fix for notifying user about locked user account in WebUIAbhijeet Kasurde2016-04-281-0/+6
* dns plugin: Fix zone normalization under Python 3Petr Viktorin2016-04-281-1/+3
* Do not do extra search for ipasshpubkey to generate fingerprintsMartin Basti2016-04-266-35/+115
* Performace: don't download password attributes in host/user-findMartin Basti2016-04-222-6/+0
* Add 'skip overlap check' checkbox into add zone dialogPavel Vomacka2016-04-221-0/+1
* caacl: correctly handle full user principal nameFraser Tweedale2016-04-201-2/+2
* Added fix for notifying user about Kerberos principal expiration in WebUIAbhijeet Kasurde2016-04-151-1/+7
* Add activate option to stage user details pagePavel Vomacka2016-04-151-0/+1
* Limit max username length to 255 in config-modMartin Basti2016-04-151-0/+1
* specify type of exceeded limit when warning about truncated search resultsMartin Babinsky2016-04-132-3/+6
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-133-13/+35
* host-del --updatedns: print warnings instead of errorMartin Basti2016-04-132-2/+35
* host_del: update help for --updatedns optionMartin Basti2016-04-131-1/+2
* host_del: remove only A, AAAA, SSHFP, PTR recordsMartin Basti2016-04-131-21/+17
* host_del: split removing A/AAAA and PTR records to separate functionsMartin Basti2016-04-131-10/+14
* host_del: remove unneeded dnszone-show command callMartin Basti2016-04-131-18/+12
* host_del: replace dns-record find command with showMartin Basti2016-04-131-12/+17
* host_del: fix removal of host recordsMartin Basti2016-04-131-21/+10
* Add missing pre_common_callback to stageuser_addMartin Basti2016-04-121-0/+2
* otptoken-add: improve the robustness of QR code printingMartin Babinsky2016-03-242-7/+74
* Fix: catch Exception instead of more specific exception typesMartin Basti2016-03-221-2/+2
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-222-3/+3
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* Pylint: enable reimported checkMartin Basti2016-03-222-2/+1
* pylint: remove bare exceptMartin Basti2016-03-226-14/+14
* sudo: Fix a typo in the --help output of sudocmdgroupJakub Hrozek2016-03-181-2/+2
* Fix broken trust warningsMartin Basti2016-03-161-1/+3
* stageuser-activate: Normalize manager valueMartin Basti2016-03-161-10/+11
* Fix the man page part for shorter sentences, to avoid dual understanding, and...Jérôme Fenal2016-03-101-13/+13
* Allow admins to disable preauth for SPNs.Simo Sorce2016-03-081-1/+2
* ipalib: Fix user certificate docstringsTomas Babej2016-03-073-3/+3
* fix suspicious except statementsMartin Basti2016-03-041-3/+3
* ipalib.x809: Accept bytes for make_pemPetr Viktorin2016-03-031-0/+2
* ipalib: add convenient Command method for adding messagesJan Cholasta2016-03-031-8/+12
* ipalib: provide per-call command contextJan Cholasta2016-03-032-0/+31