summaryrefslogtreecommitdiffstats
path: root/ipalib
Commit message (Expand)AuthorAgeFilesLines
* Fix ipa-server-upgrade: This entry already existsFlorence Blanc-Renaud2017-08-301-0/+19
* rpc: don't encode bytesStanislav Laznicka2017-08-301-1/+1
* Unify storing certificates in LDAPStanislav Laznicka2017-08-251-9/+7
* Include the CA basic constraint in CSRs when renewing a CARob Crittenden2017-08-221-2/+11
* Changing how commands handles error when it can't connect to IPA serverFelipe Volpone2017-08-112-0/+22
* client: make ipa-client-install py3 compatibleStanislav Laznicka2017-08-021-1/+1
* py3: fixing zonemgr_callbackFelipe Volpone2017-07-271-1/+1
* Create a Certificate parameterStanislav Laznicka2017-07-275-45/+58
* parameters: relax type checksStanislav Laznicka2017-07-271-9/+6
* Introduce load_unknown_x509_certificate()Stanislav Laznicka2017-07-271-0/+14
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-272-225/+357
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-272-24/+34
* logging: make sure logging level is set to proper valueTomas Krizek2017-07-261-15/+1
* logging: do not log into the root loggerJan Cholasta2017-07-147-77/+79
* logging: do not reference loggers in arguments and attributesJan Cholasta2017-07-143-28/+28
* logging: remove object-specific loggersJan Cholasta2017-07-145-44/+60
* logging: port to standard Python loggingJan Cholasta2017-07-141-19/+56
* logging: do not configure any handlers by defaultJan Cholasta2017-07-141-2/+0
* config: provide defaults for `xmlrpc_uri`, `ldap_uri` and `basedn`Jan Cholasta2017-07-042-3/+16
* ipalib.constants: Remove default domain, realm, basedn, xmlrpc_uri, ldap_uriPetr Spacek2017-07-041-5/+11
* Remove network and broadcast address warningsMartin Basti2017-06-201-20/+0
* session_storage: Correctly handle string/byte typesStanislav Laznicka2017-06-091-1/+4
* Add code to be able to set default kinit lifetimeSimo Sorce2017-06-072-1/+5
* Only warn when specified server IP addresses don't match intfMartin Basti2017-06-062-1/+15
* rpc: avoid possible recursion in create_connectionStanislav Laznicka2017-06-021-66/+74
* rpc: preparations for recursion fixStanislav Laznicka2017-06-021-10/+17
* Avoid possible endless recursion in RPC callStanislav Laznicka2017-06-021-41/+54
* py3: use ConfigParser instead of SafeConfigParserMartin Basti2017-06-011-1/+5
* kdc.key should not be visible to allStanislav Laznicka2017-05-311-2/+2
* krb5: make sure KDC certificate is readableAlexander Bokovoy2017-05-251-3/+9
* server install: fix KDC PKINIT configurationJan Cholasta2017-05-191-3/+4
* install: trust IPA CA for PKINITJan Cholasta2017-05-191-0/+2
* certdb: use custom object for trust flagsJan Cholasta2017-05-191-46/+3
* renew agent: get rid of virtual profilesJan Cholasta2017-05-151-7/+18
* cert-show: writable files does not mean dirsStanislav Laznicka2017-05-101-1/+1
* ca_status: add HTTP timeout 30 secondsMartin Basti2017-05-041-0/+2
* Remove the cachedproperty classStanislav Laznicka2017-05-021-34/+0
* Fixed typo in ipa-client-install outputThorsten Scherf2017-05-021-1/+1
* Use only anonymous PKINIT to fetch armor ccacheMartin Babinsky2017-04-281-17/+13
* Fix PKCS11 helperMartin Basti2017-04-121-0/+2
* setup, pylint, spec file: drop python-nss dependencyJan Cholasta2017-03-311-1/+0
* certdb: use certutil and match_hostname for cert verificationJan Cholasta2017-03-311-16/+55
* Add --password-expiration to allow admin to force user password expirationGabe2017-03-311-6/+10
* Prevent churn on ccachesSimo Sorce2017-03-281-1/+16
* Handle failed authentication via cookieSimo Sorce2017-03-281-20/+32
* Add debug logging for keep-aliveChristian Heimes2017-03-201-1/+20
* Use connection keep-aliveChristian Heimes2017-03-201-1/+1
* Add debug log in case cookie retrieval went wrongStanislav Laznicka2017-03-201-1/+4
* vault: cache the transport certificate on clientJan Cholasta2017-03-131-0/+14
* rpc: fix crash in verbose modeJan Cholasta2017-03-131-5/+6