summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* certdb: Don't restore_context() of new NSSDBChristian Heimes2017-03-011-5/+1
* test_config: fix fips_mode key in EnvTomas Krizek2017-03-011-2/+2
* Env __setitem__: replace assert with exceptionTomas Krizek2017-03-011-1/+2
* Finish port to PyCA cryptographyChristian Heimes2017-03-013-36/+60
* Migrate OTP import script to python-cryptographyNathaniel McCallum2017-03-012-124/+80
* Drop in-memory copy of schema zip fileChristian Heimes2017-03-011-31/+18
* Speed up client schema cacheChristian Heimes2017-03-011-10/+10
* Define template version in certmap.confFlorence Blanc-Renaud2017-03-012-1/+8
* Tests: Basic coverage with tree root domainGanna Kaihorodova2017-03-011-1/+90
* C compilation fixes and hardeningChristian Heimes2017-03-012-0/+4
* Moving ipaCert from HTTPD_ALIAS_DIRStanislav Laznicka2017-03-0124-431/+347
* Added a PEMFileHandler for Custodia storeStanislav Laznicka2017-03-011-0/+61
* Refactor certmonger for OpenSSL certificatesStanislav Laznicka2017-03-016-97/+93
* Workaround for certmonger's "Subject" representationsStanislav Laznicka2017-03-012-1/+16
* Remove ipapython.nsslib as it is not used anymoreStanislav Laznicka2017-03-011-344/+0
* Remove NSSConnection from otptoken pluginStanislav Laznicka2017-03-011-7/+6
* Remove pkcs12 handling functions from CertDBStanislav Laznicka2017-03-013-25/+24
* Remove NSSConnection from DogtagStanislav Laznicka2017-03-015-63/+42
* Move publishing of CA cert to cainstance creation on masterStanislav Laznicka2017-03-012-6/+9
* Don't run kra.configure_instance if not necessaryStanislav Laznicka2017-03-012-41/+39
* Move RA agent certificate file export to a different locationStanislav Laznicka2017-03-018-19/+17
* Remove NSSConnection from the Python RPC moduleStanislav Laznicka2017-03-014-57/+169
* Fix ipa.service unit re. gssproxyFlorence Blanc-Renaud2017-03-011-1/+1
* ca: correctly authorise ca-del, ca-enable and ca-disableFraser Tweedale2017-02-281-2/+14
* csrgen: Support encrypted private keysBen Lipton2017-02-282-4/+15
* csrgen: Allow overriding the CSR generation profileBen Lipton2017-02-281-1/+12
* csrgen: Automate full cert request flowBen Lipton2017-02-282-2/+79
* added ssl verification using IPA trust anchorThorsten Scherf2017-02-271-0/+1
* Remove md5_fingerprints from IPAStanislav Laznicka2017-02-2313-40/+2
* lite-server: validate LDAP connection and cache schemaChristian Heimes2017-02-231-2/+32
* added help about default value for --external-ca-type optionThorsten Scherf2017-02-231-1/+1
* compat: fix `Any` params in `batch` and `dnsrecord`Jan Cholasta2017-02-238-8/+8
* Remove DM password files after successfull pkispawn runStanislav Laznicka2017-02-234-13/+52
* Remove ra_db argument from CAInstance initStanislav Laznicka2017-02-233-28/+14
* Update Contributors.txtMartin Kosek2017-02-232-2/+13
* Fix ipa-server-upgradeStanislav Laznicka2017-02-231-1/+2
* Use newer Certificate.serial_number in krainstance.pyStanislav Laznicka2017-02-231-1/+1
* use the methods of the parent class to retrieve CIFS kerberos keysMartin Babinsky2017-02-221-19/+11
* httpinstance: re-use parent's methods to retrieve anonymous keytabMartin Babinsky2017-02-221-1/+4
* Make request_service_keytab into a public methodMartin Babinsky2017-02-223-5/+5
* allow for more flexibility when requesting service keytabMartin Babinsky2017-02-221-15/+26
* Remove non-sensical kdestroy on https stopSimo Sorce2017-02-224-3/+3
* Add --without-ipatests optionChristian Heimes2017-02-222-10/+28
* Add missing include of stdint.h for uint8_tChristian Heimes2017-02-221-0/+1
* ipa_pwd: remove unnecessary dependency on dirsrv pluginsLukas Slebodnik2017-02-222-1/+3
* Client-only builds with --disable-serverChristian Heimes2017-02-223-127/+172
* Fix session logoutSimo Sorce2017-02-222-5/+5
* scripts, tests: explicitly set confdir in the rest of server codeJan Cholasta2017-02-2213-15/+37
* FIPS: perform replica installation checkTomas Krizek2017-02-211-0/+22
* replicainstall: add context manager for rpc clientTomas Krizek2017-02-211-11/+22