summaryrefslogtreecommitdiffstats
path: root/ipaserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* cert: fix search limit handling in cert-findJan Cholasta2017-01-241-4/+17
* dogtag: search past the first 100 certificatesJan Cholasta2017-01-241-1/+1
* py3: decode bytes for json.loads()Martin Basti2017-01-241-4/+5
* dogtag.py: fix exception logging of JSON dataMartin Basti2017-01-241-4/+8
* py3: convert_attribute_members: don't use bytes as parameter for DNMartin Basti2017-01-241-1/+1
* py3: __add_acl: use standard ipaldap methodsMartin Basti2017-01-241-8/+5
* py3: add_entry_to_group: attribute name must be string not bytesMartin Basti2017-01-241-1/+1
* py3: cainstance: replace mkstemp with NamedTemporaryFileMartin Basti2017-01-241-24/+25
* py3: write CA/KRA config into file opened in text modeMartin Basti2017-01-242-2/+2
* py3: CA/KRA: config parser requires stringMartin Basti2017-01-242-2/+4
* py3: open temporary ldif file in text modeMartin Basti2017-01-241-2/+3
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-241-3/+4
* py3: create_cert_db: write to file in a compatible wayMartin Basti2017-01-241-3/+3
* ipa-restore must stop tracking PKINIT cert in the preparation phaseFlorence Blanc-Renaud2017-01-201-1/+3
* Update warning message for ipa server uninstallAbhijeet Kasurde2017-01-181-1/+3