summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Turn verify_host_resolvable() into a wrapper around ipapython.dnsutilPetr Spacek2016-05-303-61/+72
* Move IP address resolution from ipaserver.install.installutils to ipapython.d...Petr Spacek2016-05-303-25/+76
* Use root_logger for verify_host_resolvable()Petr Spacek2016-05-308-14/+16
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-306-42/+44
* DNS: Warn if forwarding policy conflicts with automatic empty zonesPetr Spacek2016-05-303-0/+57
* test_ipaserver.test_ldap: Adjust tests to Python 3's KeyViewPetr Viktorin2016-05-301-4/+16
* ipaldap: Convert dict items to list before iteratingPetr Viktorin2016-05-301-1/+1
* test_ipaserver.test_ldap: Use bytestrings for raw LDAP valuesPetr Viktorin2016-05-301-10/+10
* ipaplatform.redhat: Use bytestrings when calling rpm.so for version comparisonPetr Viktorin2016-05-301-2/+6
* test_rpcserver: Expect updated error message under Python 3Petr Viktorin2016-05-301-1/+4
* test_topology_plugin: Don't rely on order of an attribute's valuesPetr Viktorin2016-05-301-1/+1
* 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