summaryrefslogtreecommitdiffstats
path: root/install
Commit message (Expand)AuthorAgeFilesLines
* Build: fix file dependencies for make-css.shPetr Spacek2016-11-161-1/+5
* Build: remove incorrect use of MAINTAINERCLEANFILESPetr Spacek2016-11-1624-120/+0
* Fix renewal lock issues on installationFlorence Blanc-Renaud2016-11-163-12/+4
* Build: move web UI file installation from SPEC to Makefile.amPetr Spacek2016-11-152-0/+17
* Build: move server directory handling from SPEC to Makefile.amPetr Spacek2016-11-151-6/+5
* Update man page for ipa-adtrust-install by removing --no-msdcs optionPetr Spacek2016-11-141-27/+0
* dns: check if container exists using ldapiTomas Krizek2016-11-112-4/+2
* install: migrate server installers to the new class hierarchyJan Cholasta2016-11-112-27/+4
* install: improve CLI positional argument handlingJan Cholasta2016-11-111-2/+0
* Move httpd restart to DNS installationStanislav Laznicka2016-11-111-10/+1
* install: merge all CA install code paths into oneJan Cholasta2016-11-111-23/+3
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-111-5/+3
* Moved update of DNA plugin among update pluginsStanislav Laznicka2016-11-113-9/+9
* Move ds.replica_populate to an update pluginStanislav Laznicka2016-11-111-0/+1
* Coverity - null pointer dereferencePavel Vomacka2016-11-101-1/+1
* Coverity - accessing attribute of variable which can point to nullPavel Vomacka2016-11-101-2/+2
* Coverity - opens dialog which might not be createdPavel Vomacka2016-11-101-1/+5
* Coverity - iterating over variable which could be nullPavel Vomacka2016-11-101-4/+4
* Coverity - null pointer dereferencePavel Vomacka2016-11-101-3/+3
* Coverity - true branch can't be executedPavel Vomacka2016-11-101-1/+2
* Coverity - true branch can't be executedPavel Vomacka2016-11-101-1/+2
* Coverity - removed dead codePavel Vomacka2016-11-101-12/+8
* Coverity - Accesing attribute of nullPavel Vomacka2016-11-101-1/+1
* Coverity - identical code for different branchesPavel Vomacka2016-11-101-2/+2
* Coverity - not initialized variablePavel Vomacka2016-11-101-1/+1
* Coverity - null pointer exceptionPavel Vomacka2016-11-101-0/+2
* Coverity - null pointer exceptionPavel Vomacka2016-11-101-1/+1
* ipaldap: remove do_bind from LDAPClientTomas Krizek2016-11-101-1/+1
* Refactor installer code requesting certificatesFlorence Blanc-Renaud2016-11-101-1/+1
* Use autobind instead of host keytab authentication in dogtag-ipa-ca-renew-agentFlorence Blanc-Renaud2016-11-101-6/+1
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-9/+6
* pkcs10: remove pyasn1 PKCS #10 specFraser Tweedale2016-11-101-16/+36
* libexec scripts: ldap conn managementTomas Krizek2016-11-093-0/+7
* Build: fix make clean for web UIPetr Spacek2016-11-092-0/+4
* Build: fix KDC proxy installation and remove unused kdcproxy.confPetr Spacek2016-11-091-1/+4
* Build: do not compress manual pages at install timePetr Spacek2016-11-091-4/+0
* Build: fix distribution of install/REDME.schema filePetr Spacek2016-11-091-0/+2
* Build: fix distribution of oddjob filesPetr Spacek2016-11-091-10/+3
* Build: Remove spurious EXTRA_DIST from install/share/Makefile.amPetr Spacek2016-11-091-7/+2
* Build: cleanup unused LDIFs from install/sharePetr Spacek2016-11-094-34/+0
* Build: fix distribution of libexec scriptsPetr Spacek2016-11-091-6/+2
* Build: fix distribution and installation of update LDIFsPetr Spacek2016-11-091-0/+1
* Web UI: Remove offline version of Web UIPetr Spacek2016-11-094-4/+0
* Build: fix distribution of static files for web UIPetr Spacek2016-11-097-4/+17
* Build: stop build when a step in web UI build failsPetr Spacek2016-11-0911-6/+17
* Build: fix man page distributionPetr Spacek2016-11-091-2/+2
* Build: remove non-existing README files from Makefile.amPetr Spacek2016-11-091-1/+0
* Build: fix Makefile.am files to separate source and build directoriesPetr Spacek2016-11-092-2/+2
* Build: move version handling from Makefile to configurePetr Spacek2016-11-091-3/+3
* install tools: ldap conn managementTomas Krizek2016-11-077-219/+159