summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* remove trailing newlines form python modulesMartin Babinsky2016-10-121-1/+0
* Pylint: fix the rest of unused local variablesMartin Basti2016-10-115-44/+18
* Tests: Fix failing test_ipalib/test_parametersLenka Doudova2016-10-111-1/+1
* ipa: check if provided config file existsTomas Krizek2016-10-061-2/+11
* ipa: allow relative paths for config fileTomas Krizek2016-10-061-14/+1
* Pylint: enable check for unused-variablesMartin Basti2016-09-275-0/+8
* Remove unused variables in the codeMartin Basti2016-09-272-3/+1
* pylint: fix old-style-classJan Barta2016-09-221-1/+2
* pylint: fix unneeded-notJan Barta2016-09-222-5/+5
* pylint: fix simplifiable-if-statement warningsJan Barta2016-09-221-6/+2
* Use constant for user and group patternsMartin Basti2016-09-201-0/+3
* Abstract procedures for IP address warningsMartin Basti2016-09-141-1/+26
* Add HTTPRequestError classFraser Tweedale2016-09-071-0/+10
* Track lightweight CAs on replica installationFraser Tweedale2016-09-061-0/+2
* cli: use full name when executing a commandJan Cholasta2016-09-051-1/+1
* raise ValidationError when deprecated param is passed to commandMartin Babinsky2016-09-051-4/+3
* x509: include otherName DER value in GeneralNameInfoFraser Tweedale2016-08-261-4/+9
* x509: use NSS enums and OIDs to identify SAN typesFraser Tweedale2016-08-261-7/+23
* x509: fix SAN directoryName parsingFraser Tweedale2016-08-261-3/+9
* Move GeneralName parsing code to ipalib.x509Fraser Tweedale2016-08-262-91/+116
* Remove Custodia server keys from LDAPChristian Heimes2016-08-241-0/+1
* trust: automatically resolve DNS trust conflicts for triangle trustsAlexander Bokovoy2016-08-221-1/+28
* Tests: Fix failing tests in test_ipalib/test_frontendLenka Doudova2016-08-171-1/+1
* Fix malformed or missing docstrings in ipalib/messagesLenka Doudova2016-08-161-3/+12
* parameters: move the `confirm` kwarg to ParamJan Cholasta2016-08-101-4/+2
* help: Do not create instances to get information about commands and topicsDavid Kupka2016-08-032-9/+13
* frontend: Change doc, summary, topic and NO_CLI to class propertiesDavid Kupka2016-08-032-11/+16
* harden the check for trust namespace overlap in new principalsMartin Babinsky2016-07-281-3/+7
* allow multiple dashes in the components of server hostnameMartin Babinsky2016-07-201-3/+10
* allow 'value' output param in commands without primary keyMartin Babinsky2016-07-201-0/+10
* messages: specify message type for ResultFormattingErrorMartin Babinsky2016-07-151-0/+1
* Provide API for management of host, service, and user principal aliasesMartin Babinsky2016-07-011-0/+71
* ipalib: introduce Principal parameterMartin Babinsky2016-07-012-0/+43
* client: add support for pre-schema serversJan Cholasta2016-07-011-2/+4
* client: do not crash when overriding remote command as methodJan Cholasta2016-07-011-6/+13
* 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