summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* replica install: use one remote CA host name everywhereJan Cholasta2016-11-114-11/+11
* initialize empty /etc/http/alias during server/replica installMartin Babinsky2016-11-114-58/+42
* CertDB: add API for non-destructive initialization from PKCS#12 bundleMartin Babinsky2016-11-111-0/+8
* Moved update of DNA plugin among update pluginsStanislav Laznicka2016-11-118-124/+134
* Move ds.replica_populate to an update pluginStanislav Laznicka2016-11-114-21/+39
* Remove redundant dsinstance restartStanislav Laznicka2016-11-111-5/+2
* Build: pass down %{release} from SPEC to configurePetr Spacek2016-11-111-1/+1
* Build: update IPA_VERSION_IS_GIT_SNAPSHOT to comply with PEP440Petr Spacek2016-11-111-6/+7
* Build: add make srpms targetPetr Spacek2016-11-111-1/+9
* Build: IPA_VERSION_IS_GIT_SNAPSHOT re-generates version number on RPM buildPetr Spacek2016-11-114-16/+62
* Build: use POSIX 1003.1-1988 (ustar) file format for tar archivesPetr Spacek2016-11-111-1/+1
* Build: IPA_VERSION_IS_GIT_SNAPSHOT checks if source directory is Git repoPetr Spacek2016-11-111-0/+11
* Build: remove unused and redundant code from configure.ac and po/Makefile.inPetr Spacek2016-11-112-5/+0
* Ensure correct IPA CA nickname in DS and HTTP NSSDBsFraser Tweedale2016-11-112-2/+2
* 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-104-24/+3
* Refactor installer code requesting certificatesFlorence Blanc-Renaud2016-11-108-187/+187
* Use autobind instead of host keytab authentication in dogtag-ipa-ca-renew-agentFlorence Blanc-Renaud2016-11-101-6/+1
* Support DAL version 5 and version 6Simo Sorce2016-11-101-39/+63
* Build: fix make clean to remove build artifacts from top-level directoryPetr Spacek2016-11-101-1/+11
* Automated ipa-replica-manage del testsOleg Fayans2016-11-101-0/+72
* tests: Automated clean-ruv subcommand testsOleg Fayans2016-11-101-0/+71
* Remove __main__ code from ipalib.x509 and ipalib.pkcs10Fraser Tweedale2016-11-102-25/+0
* x509: use python-cryptography to process certsFraser Tweedale2016-11-1016-397/+369
* x509: use pyasn1-modules X.509 specsFraser Tweedale2016-11-101-96/+7
* x509: avoid use of nss.data_to_hexFraser Tweedale2016-11-103-6/+31
* pkcs10: remove pyasn1 PKCS #10 specFraser Tweedale2016-11-102-66/+36
* pkcs10: use python-cryptography for CSR processingFraser Tweedale2016-11-104-169/+152
* dn: support conversion from python-cryptography NameFraser Tweedale2016-11-102-4/+63
* gitignore: ignore tar ballTomas Krizek2016-11-101-0/+1
* test_ipagetkeytab: use system-wide IPA CA cert location in testsMartin Babinsky2016-11-091-1/+2
* libexec scripts: ldap conn managementTomas Krizek2016-11-093-0/+7
* Build: fix make clean for web UIPetr Spacek2016-11-092-0/+4
* Build: add polint target for i18n testsPetr Spacek2016-11-092-1/+18
* Build: add makeapi lint targetPetr Spacek2016-11-091-1/+5
* Build: add makeaci lint targetPetr Spacek2016-11-091-1/+5
* Build: add JS lint targetPetr Spacek2016-11-092-1/+40
* Build: add Python lint targetPetr Spacek2016-11-093-1/+39