summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* py3: get_memberofindirect: fix ByteWarningsMartin Basti2017-02-082-3/+5
* py3: DN: fix BytesWarningMartin Basti2017-02-081-1/+1
* Tests: fix wait_for_replication taskMartin Basti2017-02-081-2/+9
* py3: send Decimal number as string instead of base64 encoded valueMartin Basti2017-02-081-1/+1
* py3: ipaldap: properly encode DNSName to bytesMartin 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
* tests: Add tests for kerberos principal aliases in stageuserDavid Kupka2017-02-072-1/+11
* tests: kerberos_principal_aliases: Deduplicate testsDavid Kupka2017-02-071-30/+32
* tests: Stageuser-{add,remove}-certDavid Kupka2017-02-071-0/+19
* tests: add-remove-cert: Use harcoded certificates instead of requesting themDavid Kupka2017-02-071-5/+81
* ipalib.x509: Handle missing SAN gracefullyDavid Kupka2017-02-071-1/+5
* stageuser: Add stageuser-{add,remove}-principalDavid Kupka2017-02-072-0/+38
* stageuser: Add stageuser-{add,remove}-certDavid Kupka2017-02-074-38/+78
* replica install: do not log host OTPJan Cholasta2017-02-071-1/+3
* pki-base: use pki-base-python2 as dependencyMartin Basti2017-02-071-3/+2
* pki: add missing depedency pki-base[-python3]Martin Basti2017-02-071-2/+3
* ipatests: nested netgroups (intg)Petr Čech2017-02-072-0/+170
* py3: x509.py: return principal as unicode stringMartin Basti2017-02-071-6/+6
* Fix reference before assignmentFraser Tweedale2017-02-061-0/+1
* build: Add missing dependency on libxmlrpc{,_util}David Kupka2017-02-061-1/+1
* tests: add test for PEM certificate files with leading textJan Cholasta2017-02-061-0/+11
* 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