summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipapython.secrets.kem: Use ConfigParser from six.movesPetr Viktorin2016-05-301-2/+2
* ipaldap: Keep attribute names as text, not bytesPetr Viktorin2016-05-301-2/+2
* Added some attributes to Modify Users permissionStanislav Laznicka2016-05-292-4/+5
* Migrate from #ifndef guards to #pragma onceNathaniel McCallum2016-05-2914-54/+14
* Add missing CA options to the manpage for ipa-replica-installFlorence Blanc-Renaud2016-05-281-1/+34
* Added pyusb as a dependencyStanislav Laznicka2016-05-281-0/+2
* fix pylint false positive errorsMartin Basti2016-05-271-0/+2
* Enable authentication indicators for OTP and RADIUSNathaniel McCallum2016-05-261-2/+8
* Return password-only preauth if passwords are allowedNathaniel McCallum2016-05-261-4/+2
* Ensure that ipa-otpd bind auths validate an OTPNathaniel McCallum2016-05-263-6/+15
* Rename syncreq.[ch] to otpctrl.[ch]Nathaniel McCallum2016-05-264-13/+13
* Remove unused variables in automount pluginMartin Basti2016-05-261-8/+1
* Upgrade: always start CAMartin Basti2016-05-251-0/+11
* frontend: allow commands to have an argument named `name`Jan Cholasta2016-05-251-4/+4
* ipalib: use relative imports for cross-plugin importsJan Cholasta2016-05-2543-76/+76
* vault: copy arguments of client commands from server counterpartsJan Cholasta2016-05-253-61/+89
* vault: move client-side code to the module levelJan Cholasta2016-05-251-94/+96
* otptoken_yubikey: fix otptoken_add_yubikey argumentsJan Cholasta2016-05-253-37/+46
* 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-253-50/+86
* 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-252-37/+10
* frontend: merge baseldap.CallbackRegistry into CommandJan Cholasta2016-05-253-58/+63
* plugable: switch API to Registry-based plugin discoveryJan Cholasta2016-05-253-82/+62
* plugable: remove the unused deprecated API.register methodJan Cholasta2016-05-251-5/+5
* ipalib, ipaserver: fix incorrect API.register calls in docstringsJan Cholasta2016-05-255-31/+31
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-2519-81/+99
* plugable: replace API.import_plugins with new API.add_packageJan Cholasta2016-05-253-35/+34
* makeaci: load additional plugins using API.add_moduleJan Cholasta2016-05-251-2/+7
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-2519-61/+17
* makeapi: optimize API.txtJan Cholasta2016-05-254-4607/+4668
* frontend: do not forward argument defaults to serverJan Cholasta2016-05-252-2/+5
* user: do not assume the preserve flags have value in user_delJan Cholasta2016-05-251-5/+6
* frontend: do not forward unspecified positional arguments to serverJan Cholasta2016-05-251-1/+14
* 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-253-5/+16
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-252-43/+1
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-259-46/+34
* rpc: include structured error information in responsesJan Cholasta2016-05-2510-28/+246
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-255-84/+37
* rpc: do not crash when unable to parse JSONJan Cholasta2016-05-251-1/+1
* replica install: do not set CA renewal master flagJan Cholasta2016-05-243-4/+28
* Test: Maximum username length higher than 255 cannot be setLenka Doudova2016-05-241-1/+30
* ipa-nis-manage: add status optionPetr Spacek2016-05-242-6/+24
* Incorrect message when KRA already installedPatrice Duc-Jacquet2016-05-201-0/+5
* Fix referenced before assigment variables in except statementsMartin Basti2016-05-201-2/+2
* pylint: replace Refactor category with individual check namesPetr Spacek2016-05-201-1/+18
* makeapi: use the same formatting for `int` and `long` valuesJan Cholasta2016-05-191-0/+2