summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build: update makerpms.sh to use same paths as rpmbuildPetr Spacek2016-11-161-1/+20
* Build: remove incorrect use of MAINTAINERCLEANFILESPetr Spacek2016-11-1647-242/+0
* Build: enable silent build in makerpms.shPetr Spacek2016-11-161-1/+1
* Build: support --enable-silent-rules for Python packagesPetr Spacek2016-11-162-6/+16
* Build: workaround bug 1005235 related to Python paths in auto-generated RequiresPetr Spacek2016-11-161-0/+2
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-165-14/+15
* Document make_delete_command method in UserTrackerLenka Doudova2016-11-151-3/+13
* Build: document what should be in %install section of SPEC filePetr Spacek2016-11-151-0/+8
* Build: move web UI file installation from SPEC to Makefile.amPetr Spacek2016-11-153-19/+17
* Build: move server directory handling from SPEC to Makefile.amPetr Spacek2016-11-152-14/+5
* Build: move client directory handling from SPEC to Makefile.amPetr Spacek2016-11-152-3/+3
* Tests: Providing trust tests with tree root domainLenka Doudova2016-11-152-15/+97
* Use correct classifiers to make setup.py files PyPI compatibleChristian Heimes2016-11-151-9/+17
* Test for installing rules with service principalsOleg Fayans2016-11-141-0/+82
* Test: integration tests for certs in idoverrides featureOleg Fayans2016-11-141-0/+156
* Added interface to certutilOleg Fayans2016-11-141-0/+7
* ipatests: Fix assert_deepequal outside of pytest processMilan Kubík2016-11-141-1/+6
* git: Add commit templateMichal Židek2016-11-141-0/+5
* TESTS: Update group type namePavel Vomacka2016-11-141-1/+1
* cainstance: use correct certificate for replica install checkTomas Krizek2016-11-141-1/+1
* Update man page for ipa-adtrust-install by removing --no-msdcs optionPetr Spacek2016-11-141-27/+0
* Tests: Verify that validity info is present in cert-show and cert-find commandLenka Doudova2016-11-141-0/+4
* Add file_exists method as a member of transport objectLenka Doudova2016-11-141-1/+1
* Tests: Provide AD cleanup for legacy client testsLenka Doudova2016-11-141-0/+4
* Tests: Provide AD cleanup for trust testsLenka Doudova2016-11-142-0/+14
* Use api.env.nss_dir instead of paths.IPA_NSSDB_DIRChristian Heimes2016-11-143-8/+4
* cert-request: accept CSRs with extraneous dataFraser Tweedale2016-11-112-3/+6
* dns: check if container exists using ldapiTomas Krizek2016-11-117-58/+15
* Provide user hint about IP address in IPA installAbhijeet Kasurde2016-11-111-2/+4
* install: migrate client install to the new class hierarchyJan Cholasta2016-11-113-229/+194
* install: allow specifying verbosity and console log format in CLIJan Cholasta2016-11-112-6/+20
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-118-910/+258
* install: introduce installer class hierarchyJan Cholasta2016-11-1113-4/+1332
* install: fix subclassing of knob groupsJan Cholasta2016-11-113-17/+12
* install: make knob base declaration explicitJan Cholasta2016-11-111-37/+43
* install: declare knob CLI names using the argparse conventionJan Cholasta2016-11-112-53/+109
* install: use standard Python classes to declare knob typesJan Cholasta2016-11-115-13/+96
* install: introduce updated knob constructorJan Cholasta2016-11-111-1/+17
* install: simplify CLI option parsingJan Cholasta2016-11-111-96/+69
* install: improve CLI positional argument handlingJan Cholasta2016-11-114-45/+67
* Fix CA replica install on DL1Stanislav Laznicka2016-11-111-1/+1
* installutils: remove 'install_service_keytab' functionMartin Babinsky2016-11-111-11/+0
* domain-level agnostic keytab retrieval in httpinstanceMartin Babinsky2016-11-112-30/+4
* installers: restart DS after KDC is configuredMartin Babinsky2016-11-112-0/+8
* dsinstance: use keytab retrieval method from parent classMartin Babinsky2016-11-112-21/+3
* use DM credentials to retrieve service keytab only in DLOMartin Babinsky2016-11-111-1/+2
* Service: common method for service keytab requestsMartin Babinsky2016-11-111-0/+54
* Turn Kerberos-related properties to Service class membersMartin Babinsky2016-11-119-74/+95
* Make service user name a class member of ServiceMartin Babinsky2016-11-117-22/+27
* service installers: clean up the inheritanceMartin Babinsky2016-11-1111-72/+51