summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* Change session logout to kill only the cookiesessionlogoutSimo Sorce2017-02-162-36/+3
* pkinit: make sure to have proper dictionary for Kerberos instance on upgradeAlexander Bokovoy2017-02-161-0/+12
* Add FIPS-token password of HTTPD NSS databaseStanislav Laznicka2017-02-151-7/+12
* Pretty print JSON in debug mode (debug level >= 2)Christian Heimes2017-02-151-1/+3
* Faster JSON encoder/decoderChristian Heimes2017-02-151-5/+3
* Fix uninstall stopping ipa.serviceSimo Sorce2017-02-151-2/+6
* Rationalize creation of RA and HTTPD NSS databasesSimo Sorce2017-02-154-37/+51
* Add a new user to run the framework codeSimo Sorce2017-02-157-12/+26
* Always use /etc/ipa/ca.crt as CA cert fileSimo Sorce2017-02-153-11/+7
* Simplify NSSDatabase password file handlingSimo Sorce2017-02-155-30/+21
* Separate RA cert store from the HTTP cert storeSimo Sorce2017-02-1520-151/+191
* Configure HTTPD to work via Gss-ProxySimo Sorce2017-02-155-12/+29
* Use Anonymous user to obtain FAST armor ccacheSimo Sorce2017-02-156-26/+41
* Drop use of kinit_as_http from trust codeSimo Sorce2017-02-152-51/+3
* Generate tmpfiles config at install timeSimo Sorce2017-02-156-32/+39
* Change session handlingSimo Sorce2017-02-1511-1520/+153
* Backup /root/kracert.p12Christian Heimes2017-02-141-0/+1
* Allow nsaccountlock to be searched in user-find commandGabe2017-02-141-1/+17
* Remove is_fips_enabled checks in installers and ipactlStanislav Laznicka2017-02-132-10/+7
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-103-6/+6
* py3: change_admin_password: use textual modeMartin Basti2017-02-101-16/+8
* py3: create DNS zonefile: use textual modeMartin Basti2017-02-101-4/+7
* py3: upgradeinstance: use bytes literals with LDIF operationsMartin Basti2017-02-101-3/+3
* py3: upgradeinstance: decode data before storing them as backup...Martin Basti2017-02-101-6/+8
* py3: upgradeinstance: open dse.ldif in textual modeMartin Basti2017-02-101-7/+7
* custodia: kem.set_keys: replace too-broad exceptionMartin Basti2017-02-101-2/+1
* py3: kem.py: user bytes with ldap valuesMartin Basti2017-02-101-7/+7
* py3: custodia: basedn must be unicodeMartin Basti2017-02-101-1/+1
* py3: configparser: use raw keywordMartin Basti2017-02-101-1/+1
* bindinstance: fix named.conf parsing regexsTomas Krizek2017-02-101-7/+6
* PEP8: fix line length for regexs in bindinstanceTomas Krizek2017-02-101-3/+6
* named.conf template: update API for bind 9.11Tomas Krizek2017-02-091-0/+1
* Remove obsolete serial_autoincrement from named.conf parsingTomas Krizek2017-02-091-52/+4
* certdb: remove unused valid_months propertyTomas Krizek2017-02-091-1/+0
* certdb: remove unused keysize propertyTomas Krizek2017-02-091-1/+0
* replica install: relax domain level check for promotionFraser Tweedale2017-02-091-26/+30
* py3: ldapupdate: fix logging str(bytes) issueMartin Basti2017-02-081-3/+5
* py3: get_memberofindirect: fix ByteWarningsMartin Basti2017-02-081-1/+1
* py3: _convert_to_idna: fix bytes/unicode mistmatchMartin Basti2017-02-081-2/+3
* py3: DNS: get_record_entry_attrs: do not modify dict during iterationMartin Basti2017-02-081-1/+1
* py3: _ptrrecord_precallaback: use bytes with labelsMartin Basti2017-02-081-1/+1
* py3: remove_entry_from_group: attribute name must be stringMartin Basti2017-02-081-1/+1
* py3: base64 encoding/decoding returns always bytes don't mix itMartin Basti2017-02-084-7/+7
* stageuser: Add stageuser-{add,remove}-principalDavid Kupka2017-02-071-0/+14
* stageuser: Add stageuser-{add,remove}-certDavid Kupka2017-02-073-38/+54
* replica install: do not log host OTPJan Cholasta2017-02-071-1/+3
* ipa-kra-install must create directory if it does not existFlorence Blanc-Renaud2017-02-021-0/+4
* py3: fix CSR encoding inside frameworkMartin Basti2017-01-312-2/+4
* py3: can_read: attributelevelrights is already stringMartin Basti2017-01-311-1/+1
* py3: get_effective_rights: values passed to ldap must be bytesMartin Basti2017-01-311-1/+4