summaryrefslogtreecommitdiffstats
path: root/ipaclient/remote_plugins
Commit message (Expand)AuthorAgeFilesLines
* vault: cache the transport certificate on clientJan Cholasta2017-03-132-12/+3
* pylint_plugins: add forbidden import checkerJan Cholasta2017-03-101-1/+3
* Drop in-memory copy of schema zip fileChristian Heimes2017-03-011-31/+18
* Speed up client schema cacheChristian Heimes2017-03-011-10/+10
* compat: fix `Any` params in `batch` and `dnsrecord`Jan Cholasta2017-02-238-8/+8
* ipaclient: schema cache: Handle malformed server info data gracefullyDavid Kupka2017-01-091-2/+8
* schema_cache: Make handling of string compatible with python3David Kupka2017-01-051-9/+13
* Silence pylint import errors of ipaserver in ipalib and ipaclientChristian Heimes2017-01-051-1/+1
* ipaclient: remove hard dependency on ipaplatformJan Cholasta2016-11-292-4/+13
* Replace LooseVersionChristian Heimes2016-11-241-7/+6
* schema cache: Store and check info for pre-schema serversDavid Kupka2016-09-063-91/+128
* Corrected minor spell check in AD Trust information doc messagesAbhijeet Kasurde2016-08-223-3/+3
* schema cache: Fallback to 'en_us' when locale is not availableDavid Kupka2016-08-181-3/+9
* compat: Fix ping command callDavid Kupka2016-08-171-1/+1
* schema check: Check current client language against cached oneDavid Kupka2016-08-171-1/+8
* schema cache: Read schema instead of rewriting it when SchemaUpToDateDavid Kupka2016-08-171-22/+24
* schema cache: Store API schema cache in memoryDavid Kupka2016-08-171-23/+28
* schema cache: Read server info only onceDavid Kupka2016-08-171-10/+19
* Access data for help separatelyDavid Kupka2016-08-171-19/+18
* schema cache: Do not read fingerprint and format from cacheDavid Kupka2016-08-171-26/+5
* schema cache: Do not reset ServerInfo dirty flagDavid Kupka2016-08-171-1/+2
* parameters: move the `confirm` kwarg to ParamJan Cholasta2016-08-101-1/+1
* compat: Save server's API version in for pre-schema serversDavid Kupka2016-08-033-94/+97
* schema: Generate bits for help load them on requestDavid Kupka2016-08-031-12/+42
* schema: Introduce schema cache formatDavid Kupka2016-08-031-0/+10
* frontend: Change doc, summary, topic and NO_CLI to class propertiesDavid Kupka2016-08-031-6/+47
* schema: Speed up schema cacheDavid Kupka2016-08-031-124/+177
* compat: fix ping callJan Cholasta2016-07-281-1/+1
* schema: Perform the check for schema update when force_schema_check is TrueDavid Kupka2016-07-011-1/+6
* ipalib: introduce Principal parameterMartin Babinsky2016-07-011-0/+2
* client: add support for pre-schema serversJan Cholasta2016-07-01194-103/+139578
* schema: properly fix Flag arguments on the clientJan Cholasta2016-06-301-2/+2
* schema: fix Flag arguments on the clientJan Cholasta2016-06-291-1/+1
* schema: Caching on schema on clientDavid Kupka2016-06-281-10/+220
* schema: support plugin versioningJan Cholasta2016-06-281-16/+25
* plugable: support plugin versioningJan Cholasta2016-06-281-0/+2
* schema: client-side code cleanupJan Cholasta2016-06-271-242/+190
* schema: fix param default value handlingJan Cholasta2016-06-271-3/+3
* schema: remove `no_cli` from command schemaJan Cholasta2016-06-201-2/+2
* schema: remove redundant informationJan Cholasta2016-06-201-9/+4
* schema: merge command args and optionsJan Cholasta2016-06-201-6/+5
* schema: remove output_paramsJan Cholasta2016-06-201-5/+95
* schema: add object class schemaJan Cholasta2016-06-201-10/+42
* schema: fix client-side dynamic defaultsJan Cholasta2016-06-151-3/+3
* batch, schema: use Dict instead of AnyJan Cholasta2016-06-151-1/+1
* schema: generate client-side commands on demandJan Cholasta2016-06-151-7/+28
* schema: fix typoJan Cholasta2016-06-091-1/+1
* schema: fix topic command outputJan Cholasta2016-06-091-0/+2
* ipalib: move server-side plugins to ipaserverJan Cholasta2016-06-031-1/+1
* ipaclient: implement thin clientJan Cholasta2016-06-032-0/+316