summaryrefslogtreecommitdiffstats
path: root/ipapython/dn.py
Commit message (Expand)AuthorAgeFilesLines
* 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