summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* py3: rpcserver fix undefined variableMartin Basti2017-01-311-1/+2
* py3: WSGI executioners must return bytes in listMartin Basti2017-01-311-10/+12
* py3: session: fix r/w ccache dataMartin Basti2017-01-311-6/+5
* Py3: Fix undefined variableMartin Basti2017-01-311-1/+1
* py3: rpcserver: decode input because json requires stringMartin Basti2017-01-311-1/+1
* py3: session.py decode server name to strMartin Basti2017-01-311-1/+1
* Use proper logging for error messagesMartin Basti2017-01-311-4/+6
* wait_for_entry: use only DN as parameterMartin Basti2017-01-312-5/+3
* Explicitly handle quoting/unquoting of NSSNickname directiveMartin Babinsky2017-01-252-4/+14
* Delegate directive value quoting/unquoting to separate functionsMartin Babinsky2017-01-251-27/+43
* installutils: improve directive value parsing in `get_directive`Martin Babinsky2017-01-251-2/+17
* Fix the installutils.set_directive docstringMartin Babinsky2017-01-251-5/+8