summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipalib.cli: Improve reporting of binary values in the CLIPetr Viktorin2016-05-101-2/+3
* Fix remaining relative import and enable Pylint checkPetr Viktorin2016-05-102-2/+1
* DNS: Fix upgrade - master to forward zone transformationPetr Spacek2016-05-101-1/+3
* Removed custom implementation of CalledProcessErrorAbhijeet Kasurde2016-05-101-15/+2
* make: fail when ACI.txt or API.txt differs from values in source codeMartin Basti2016-05-061-1/+1
* Switch /usr/bin/ipa to Python 3Petr Viktorin2016-05-062-1/+12
* idviews: Add user certificate attribute to user ID overridesTomas Babej2016-05-065-8/+109
* Fix added to ipa-compat-manage command line helpAbhijeet Kasurde2016-05-051-3/+3
* test_add_remove_cert_cmd: Use bytes for base64.b64encode()Petr Viktorin2016-05-051-1/+1
* certprofile plugin: Use binary mode for file with binary dataPetr Viktorin2016-05-051-1/+1
* radiusproxy plugin tests: Expect bytes, not text, for ipatokenradiussecretPetr Viktorin2016-05-051-2/+3
* range plugin tests: Use bytes with MockLDAP under Python 3Petr Viktorin2016-05-051-20/+28
* ipalib.rpc: Send base64-encoded data as string under Python 3Petr Viktorin2016-05-051-1/+4
* xmlrpc_test: Expect bytes rather than strings for binary attributesPetr Viktorin2016-05-053-8/+8
* radiusproxy plugin: Use str(error) rather than error.messagePetr Viktorin2016-05-051-1/+1
* xmlrpc_test: Rename exception instance before working with itPetr Viktorin2016-05-051-8/+9
* test_xmlrpc: Use absolute importsPetr Viktorin2016-05-052-6/+6
* fix stageuser tests (removal of has_keytab and has_password from find)Martin Basti2016-05-051-2/+5
* Updated ipa command man pageAbhijeet Kasurde2016-05-031-7/+3
* Test fix: Cleanup for host certificateLenka Doudova2016-05-032-1/+17
* ipa_kdb: add krbPrincipalAuthInd handlingMatt Rogers2016-05-022-2/+174
* spec: Add python-sssdconfig dependency for python-ipatests packageMilan KubĂ­k2016-04-291-0/+2
* ipa-nis-manage: mention return code 3 in man pagePetr Spacek2016-04-291-0/+2
* ipa-nis-manage: Replace text references to compat plugin with NISPetr Spacek2016-04-291-2/+2
* Auto-detect default value for --forward-policy option in installersPetr Spacek2016-04-286-5/+25
* Add function ipapython.dnsutil.inside_auto_empty_zone()Petr Spacek2016-04-281-0/+25
* Use shared sanity check and tests ipapython.dnsutil.is_auto_empty_zone()Petr Spacek2016-04-281-2/+14
* Move function is_auto_empty_zone() into ipapython.dnsutilPetr Spacek2016-04-282-7/+7
* Add assert_absolute_dnsname() helper to ipapython.dnsutilPetr Spacek2016-04-281-0/+19
* Move automatic empty zone list into ipapython.dnsutil and make it reusablePetr Spacek2016-04-282-53/+60
* Extend installers with --forward-policy optionPetr Spacek2016-04-289-7/+32
* Remove function ipapython.ipautil.host_exists()Petr Spacek2016-04-282-18/+8
* Moved password check from clean_dangling_ruvStanislav Laznicka2016-04-281-10/+2
* abort-clean/list/clean-ruv now work for both suffixesStanislav Laznicka2016-04-282-29/+100
* ipa-replica-manage refactoringStanislav Laznicka2016-04-281-28/+38
* replica-manage: fail nicely when DM psswd requiredStanislav Laznicka2016-04-281-1/+5
* Added fix for notifying user about locked user account in WebUIAbhijeet Kasurde2016-04-284-2/+24
* sysrestore: Iterate over a list of dict keysPetr Viktorin2016-04-281-1/+1
* dns plugin: Fix zone normalization under Python 3Petr Viktorin2016-04-281-1/+3
* Makefile: replace perl with sedPetr Spacek2016-04-281-6/+6
* Added warning to user for Internet ExplorerAbhijeet Kasurde2016-04-281-0/+1
* Tasks: raise NotImplementedError for not implemented methodsMartin Basti2016-04-261-15/+15
* Log errors from backup_and_replace hostname to loggerMartin Basti2016-04-261-2/+5
* Remove unused hostname variablesMartin Basti2016-04-261-3/+0
* Remove deprecated hostname restoration from Fedora18Martin Basti2016-04-263-14/+1
* Always set hostnameMartin Basti2016-04-266-64/+36
* 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-225-11/+11
* BUILD: Remove detection of libcheckLukas Slebodnik2016-04-222-12/+1
* Configure httpd service from installer instead of directly from RPMMartin Basti2016-04-229-9/+60