summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-303-7/+7
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-301-1/+2
* DNS: Warn if forwarding policy conflicts with automatic empty zonesPetr Spacek2016-05-301-0/+26
* Added some attributes to Modify Users permissionStanislav Laznicka2016-05-291-3/+4
* Remove unused variables in automount pluginMartin Basti2016-05-261-8/+1
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-2543-76/+76
* vault: copy arguments of client commands from server counterpartsJan Cholasta2016-05-251-52/+73
* vault: move client-side code to the module levelJan Cholasta2016-05-251-94/+96
* otptoken_yubikey: fix otptoken_add_yubikey argumentsJan Cholasta2016-05-251-33/+35
* otptoken: fix import of DNJan Cholasta2016-05-251-1/+2
* dns: do not rely on server data structures in code called on clientJan Cholasta2016-05-251-48/+78
* dns: move code called on client to the module levelJan Cholasta2016-05-251-120/+130
* automount: do not inherit automountlocation_import from LDAPQueryJan Cholasta2016-05-251-1/+8
* frontend: move the interactive_prompt callback type to CommandJan Cholasta2016-05-251-36/+1
* frontend: merge baseldap.CallbackRegistry into CommandJan Cholasta2016-05-251-55/+6
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-252-10/+10
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-2515-48/+17
* user: do not assume the preserve flags have value in user_delJan Cholasta2016-05-251-5/+6
* ipalib: make optional positional command arguments actually optionalJan Cholasta2016-05-2513-23/+44
* batch: do not crash when no argument is specifiedJan Cholasta2016-05-251-1/+1
* frontend: perform argument value validation only on serverJan Cholasta2016-05-251-2/+8
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-252-3/+3
* rpc: include structured error information in responsesJan Cholasta2016-05-251-0/+1
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-253-9/+9
* Fix referenced before assigment variables in except statementsMartin Basti2016-05-201-2/+2
* Batch command: avoid accessing potentially undefined context.principalPetr Spacek2016-05-121-1/+4
* 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
* radiusproxy plugin: Use str(error) rather than error.messagePetr Viktorin2016-05-051-1/+1
* 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-265-29/+81
* 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
* 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-131-2/+5
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-132-13/+7
* host-del --updatedns: print warnings instead of errorMartin Basti2016-04-131-2/+24
* 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-241-7/+66
* Fix: catch Exception instead of more specific exception typesMartin Basti2016-03-221-2/+2
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-2/+2
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2