summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins
Commit message (Expand)AuthorAgeFilesLines
* misc: hide the unused --all option of `env` and `plugins` in CLIJan Cholasta2016-06-031-2/+2
* ipalib: move File command arguments to ipaclientJan Cholasta2016-06-033-8/+15
* ipalib: introduce API schema pluginsJan Cholasta2016-06-031-0/+660
* ipalib: replace DeprecatedParam with `deprecated` Param argumentJan Cholasta2016-06-035-14/+54
* ipalib: split off client-side plugin code into ipaclientJan Cholasta2016-06-0317-751/+1
* dns: move code shared by client and server to separate moduleJan Cholasta2016-06-031-77/+5
* help, makeapi: specify module topic by nameJan Cholasta2016-06-0311-8/+29
* ipalib: move client-side plugins to ipaclientJan Cholasta2016-06-035-1390/+3
* dns: fix dnsrecord interactive modeJan Cholasta2016-06-031-2/+2
* Enable service authentication indicator managementNathaniel McCallum2016-06-021-1/+9
* Add option to show OTP when adding hostPavel Vomacka2016-06-021-0/+3
* Add more information regarding where to find revocation reason in "ipa cert_r...Patrice Duc-Jacquet2016-06-021-2/+4
* Fix: replace incorrect no_cli with no_option flagMartin Basti2016-06-021-1/+1
* Performance: Find commands: do not process members by defaultMartin Basti2016-05-316-7/+17
* Make option --no-members public in CLIMartin Basti2016-05-311-1/+1
* Add ipaDNSVersion option to dnsconfig* commands and use new attributePetr Spacek2016-05-301-2/+12
* 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