summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* plugable: add option to ignore override errorsJan Cholasta2016-06-301-13/+19
* cert-request: better error msg when 'add' not supportedFraser Tweedale2016-06-301-0/+10
* session: move the session module from ipalib to ipaserverJan Cholasta2016-06-301-1278/+0
* CA replica promotion: add proper CA DNS recordsMartin Basti2016-06-281-0/+1
* schema: Caching on schema on clientDavid Kupka2016-06-281-0/+3
* env: Add 'server' variable to api.envDavid Kupka2016-06-282-0/+10
* frontend: forward command calls using full nameJan Cholasta2016-06-281-1/+6
* plugable: support plugin versioningJan Cholasta2016-06-283-6/+48
* plugable: use plugin class as the key in API namespacesJan Cholasta2016-06-283-68/+82
* misc: generate `plugins` result directly in the commandJan Cholasta2016-06-281-5/+0
* IPA API: set krbcanonicalname instead of ipakrbprincipalalias on new entitiesMartin Babinsky2016-06-231-0/+11
* host/service-show/find shouldn't fail on invalid certificateStanislav Laznicka2016-06-221-0/+10
* schema: Add known_fingerprints option to schema commandDavid Kupka2016-06-211-0/+18
* pylint: fix: multiple-statementsJan Barta2016-06-211-1/+2
* dns: do not rely on custom param fields in record attributesJan Cholasta2016-06-201-7/+25
* frontend: do not crash on missing output in output_for_cliJan Cholasta2016-06-201-1/+1
* frontend: skip `value` output in output_for_cliJan Cholasta2016-06-201-1/+3
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-12/+1
* Fix minor typosYuri Chornoivan2016-06-201-2/+2
* server-del: perform full master removal in managed topologyMartin Babinsky2016-06-172-1/+34
* ipaserver module for working with managed topologyMartin Babinsky2016-06-171-50/+0
* DNS Locations: show warning if there is no DNS servers in locationMartin Basti2016-06-171-0/+9
* DNS Locations: require to restart named-pkcs11 affter location changeMartin Basti2016-06-171-0/+9
* DNS Locations: dnsserver-* commandsMartin Basti2016-06-172-0/+54
* DNS Locations: server-mod: add automatic records updateMartin Basti2016-06-171-0/+10
* 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