summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipa-kra-install must create directory if it does not existFlorence Blanc-Renaud2017-02-021-0/+4
* py3: tests_xmlrpc: do not call str() on bytesMartin Basti2017-02-022-3/+3
* private_ccache: yield ccache nameFraser Tweedale2017-01-311-1/+1
* py3: normalize_certificate: support both bytes and unicodeMartin Basti2017-01-311-6/+15
* py3: strip_header: support both bytes and unicodeMartin Basti2017-01-311-6/+10
* py3: fingerprint_hex_sha256: fix encoding/decodingMartin Basti2017-01-311-3/+2
* py3: fix CSR encoding inside frameworkMartin Basti2017-01-312-2/+4
* Principal: validate type of input parameterMartin Basti2017-01-311-1/+6
* Use dict comprehensionMartin Basti2017-01-311-1/+3
* 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: ipaldap: update encode/decode methodsMartin Basti2017-01-311-34/+7
* 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
* tests: Add tests for CSR autogenerationBen Lipton2017-01-3113-28/+492
* csrgen: Use data_sources option to define which fields are renderedBen Lipton2017-01-3113-77/+75
* csrgen: Add a CSR generation profile for user certificatesBen Lipton2017-01-314-0/+41
* csrgen: Add CSR generation profile for caIPAserviceCertBen Lipton2017-01-316-0/+73
* csrgen: Add code to generate scripts that generate CSRsBen Lipton2017-01-3113-0/+623
* ipa-ca-install: do not fail without --subject-base and --ca-subjectJan Cholasta2017-01-311-3/+4
* 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-245-6/+59
* 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: make_filter_from_attr: use string instead of bytesMartin Basti2017-01-241-1/+2
* 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: HTTPResponse has no 'dict' attribute in 'msg'Martin Basti2017-01-241-1/+1
* py3: _httplib_request: don't convert string to bytesMartin Basti2017-01-241-3/+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: ipautil: open tempfiles in text modeMartin Basti2017-01-241-2/+2
* py3: ldap modlist must have keys as string, not bytesMartin Basti2017-01-241-1/+2
* py3: open temporary ldif file in text modeMartin Basti2017-01-241-2/+3
* py3: service.py: replace mkstemp by NamedTemporaryFileMartin Basti2017-01-242-4/+5
* py3: create_cert_db: write to file in a compatible wayMartin Basti2017-01-241-3/+3
* ipaldap: properly escape raw binary values in LDAP filtersJan Cholasta2017-01-241-3/+6
* _resolve_records: fix assert, nameserver_ip can be noneMartin Basti2017-01-241-1/+1