summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Increased mod_wsgi socket-timeoutStanislav Laznicka2016-06-021-1/+2
* Deprecated the domain-level option in ipa-server-installStanislav Laznicka2016-06-021-0/+1
* Enable service authentication indicator managementNathaniel McCallum2016-06-023-6/+17
* Update the delete dialog on details user pagePavel Vomacka2016-06-021-23/+102
* Add option to show OTP when adding hostPavel Vomacka2016-06-024-3/+69
* Fix: topologysuffix_find doesn't have no_members optionMartin Basti2016-06-021-1/+1
* 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
* Test: fix failing host_testMartin Basti2016-06-011-1/+1
* Performance: Find commands: do not process members by defaultMartin Basti2016-05-3128-87/+970
* Make option --no-members public in CLIMartin Basti2016-05-311-1/+1
* Translations: remove deprecated locale configurationMartin Basti2016-05-311-20/+0
* DNS upgrade: change global forwarding policy in named.conf to "only" if priva...Petr Spacek2016-05-303-3/+57
* DNS upgrade: change global forwarding policy in LDAP to "only" if private IPs...Petr Spacek2016-05-302-0/+34
* DNS upgrade: change forwarding policy to = only for conflicting forward zonesPetr Spacek2016-05-303-1/+84
* Add function ipapython.dnsutil.related_to_auto_empty_zone()Petr Spacek2016-05-301-0/+30
* DNS upgrade: separate backup logic to make it reusablePetr Spacek2016-05-301-72/+73
* Add ipaDNSVersion option to dnsconfig* commands and use new attributePetr Spacek2016-05-307-23/+78
* 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