summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DNS: Warn if forwarding policy conflicts with automatic empty zonesPetr Spacek2016-05-302-0/+43
* Added some attributes to Modify Users permissionStanislav Laznicka2016-05-291-3/+4
* Remove unused variables in automount pluginMartin Basti2016-05-261-8/+1
* 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-251-52/+73
* vault: move client-side code to the module levelJan Cholasta2016-05-251-94/+96
* otptoken_yubikey: fix otptoken_add_yubikey argumentsJan Cholasta2016-05-251-33/+35
* 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-251-48/+78
* 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-252-55/+59
* plugable: switch API to Registry-based plugin discoveryJan Cholasta2016-05-252-59/+49
* plugable: remove the unused deprecated API.register methodJan Cholasta2016-05-251-5/+5
* ipalib, ipaserver: fix incorrect API.register calls in docstringsJan Cholasta2016-05-253-25/+27
* ipalib, ipaserver: migrate all plugins to Registry-based registrationJan Cholasta2016-05-253-10/+12
* plugable: replace API.import_plugins with new API.add_packageJan Cholasta2016-05-252-34/+29
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-2516-54/+17
* makeapi: optimize API.txtJan Cholasta2016-05-252-38/+77
* 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