summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-251-14/+1
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-254-23/+17
* rpc: include structured error information in responsesJan Cholasta2016-05-253-1/+11
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-254-63/+34
* rpc: do not crash when unable to parse JSONJan Cholasta2016-05-251-1/+1
* Fix referenced before assigment variables in except statementsMartin Basti2016-05-201-2/+2
* makeapi: use the same formatting for `int` and `long` valuesJan Cholasta2016-05-191-0/+2
* Batch command: avoid accessing potentially undefined context.principalPetr Spacek2016-05-121-1/+4
* ipalib.cli: Improve reporting of binary values in the CLIPetr Viktorin2016-05-101-2/+3
* idviews: Add user certificate attribute to user ID overridesTomas Babej2016-05-061-2/+77
* certprofile plugin: Use binary mode for file with binary dataPetr Viktorin2016-05-051-1/+1
* ipalib.rpc: Send base64-encoded data as string under Python 3Petr Viktorin2016-05-051-1/+4
* radiusproxy plugin: Use str(error) rather than error.messagePetr Viktorin2016-05-051-1/+1
* Added fix for notifying user about locked user account in WebUIAbhijeet Kasurde2016-04-281-0/+6
* dns plugin: Fix zone normalization under Python 3Petr Viktorin2016-04-281-1/+3
* Do not do extra search for ipasshpubkey to generate fingerprintsMartin Basti2016-04-266-35/+115
* Performace: don't download password attributes in host/user-findMartin Basti2016-04-222-6/+0
* Add 'skip overlap check' checkbox into add zone dialogPavel Vomacka2016-04-221-0/+1
* caacl: correctly handle full user principal nameFraser Tweedale2016-04-201-2/+2
* Added fix for notifying user about Kerberos principal expiration in WebUIAbhijeet Kasurde2016-04-151-1/+7
* Add activate option to stage user details pagePavel Vomacka2016-04-151-0/+1