summaryrefslogtreecommitdiffstats
path: root/ipapython/dn.py
Commit message (Expand)AuthorAgeFilesLines
* dn: sort AVAs when converting from x509.NameFraser Tweedale2019-06-111-0/+2
* dn: handle multi-valued RDNs in Name conversionFraser Tweedale2019-05-281-2/+2
* Make python-ldap optional for PyPI packagesChristian Heimes2019-04-261-2/+8
* Py3: Replace six.text_type with strChristian Heimes2018-09-271-4/+4
* Py3: Replace six.integer_types with intChristian Heimes2018-09-271-2/+2
* Py3: Replace six.string_types with strChristian Heimes2018-09-271-10/+10
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-3/+3
* Fix pylint error in ipapython/dn.pyChristian Heimes2018-01-231-5/+7
* ca-add: validate Subject DN name attributesFraser Tweedale2017-06-011-2/+2
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-1/+7
* py3: DN: fix BytesWarningMartin Basti2017-02-081-1/+1
* dn: support conversion from python-cryptography NameFraser Tweedale2016-11-101-2/+42
* Remove unused variables in the codeMartin Basti2016-09-271-5/+4
* Remove forgotten print from DN.__str__ implementationMartin Basti2016-08-191-6/+1
* ipapython.dn: Use rich comparisonsPetr Viktorin2015-10-071-46/+71
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use the print functionPetr Viktorin2015-09-011-2/+3
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+2
* Use six.string_types instead of "basestring"Petr Viktorin2015-09-011-11/+13
* Remove Editable DN and DN component classesPetr Viktorin2015-04-231-287/+16
* performance: faster DN implementationPetr Vobornik2015-04-141-297/+294
* Ticket #3008: DN objects hash differently depending on caseJohn Dennis2012-08-221-14/+29
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+1643