summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* DNS Locations: command dns-update-system-recordsMartin Basti2016-06-171-0/+23
* DNS Locations: DNS data managementMartin Basti2016-06-171-0/+2
* frontend: call `execute` rather than `forward` in LocalJan Cholasta2016-06-151-0/+3
* dns, passwd: fix outputs of `dns_resolve` and `passwd` commandsJan Cholasta2016-06-151-0/+6
* batch, schema: use Dict instead of AnyJan Cholasta2016-06-151-0/+9
* plugable: initialize plugins on demandJan Cholasta2016-06-153-23/+63
* plugable: allow plugins to be non-classesJan Cholasta2016-06-152-18/+53
* Add 'ca' pluginFraser Tweedale2016-06-151-0/+2
* Fix: Local variable s_indent might be referenced before definedMartin Basti2016-06-131-0/+1
* schema: do not validate unrequested params in command_defaultsJan Cholasta2016-06-091-3/+5
* Setup lightweight CA key retrieval on install/upgradeFraser Tweedale2016-06-091-0/+1
* Remove service and host cert issuer validationFraser Tweedale2016-06-061-26/+0
* DNS Locations: location-* commandsMartin Basti2016-06-031-0/+1
* frontend: do not check API minor version of the clientJan Cholasta2016-06-031-2/+0
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-0360-34801/+1
* ipaclient: implement thin clientJan Cholasta2016-06-032-6/+11
* 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
* rpc: do not validate command name in RPCClient.forwardJan Cholasta2016-06-031-4/+0
* rpc: optimize JSON-RPC response handlingJan Cholasta2016-06-031-3/+3
* rpc: specify connection options in API configJan Cholasta2016-06-032-3/+2
* rpc: allow overriding NSS DB directory in API configJan Cholasta2016-06-032-5/+6
* rpc: respect API config in RPCClient.create_connectionJan Cholasta2016-06-031-2/+8
* ipalib: introduce API schema pluginsJan Cholasta2016-06-031-0/+660
* ipalib: replace DeprecatedParam with `deprecated` Param argumentJan Cholasta2016-06-037-31/+60
* parameters: introduce no_convert keyword argumentJan Cholasta2016-06-031-2/+11
* parameters: introduce cli_metavar keyword argumentJan Cholasta2016-06-032-3/+6
* 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-034-77/+109
* frontend: turn Method attributes into propertiesJan Cholasta2016-06-031-32/+11
* plugable: remember overriden plugins in APIJan Cholasta2016-06-031-0/+9
* plugable: simplify API plugin initialization codeJan Cholasta2016-06-031-32/+29
* plugable: turn Plugin attributes into propertiesJan Cholasta2016-06-031-26/+17
* help, makeapi: do not use hardcoded plugin package nameJan Cholasta2016-06-031-13/+21
* help, makeapi: specify module topic by nameJan Cholasta2016-06-0312-12/+34
* help, makeapi: allow setting command topic explicitlyJan Cholasta2016-06-032-36/+30
* ipalib: move client-side plugins to ipaclientJan Cholasta2016-06-035-1390/+3
* ipaclient: introduce ipaclient.pluginsJan Cholasta2016-06-031-0/+3
* dns: fix dnsrecord interactive modeJan Cholasta2016-06-031-2/+2
* cli: make optional positional command arguments actually optionalJan 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
* Turn verify_host_resolvable() into a wrapper around ipapython.dnsutilPetr Spacek2016-05-302-59/+71
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-304-10/+12
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-301-1/+2