summaryrefslogtreecommitdiffstats
path: root/ipapython/kerberos.py
Commit message (Expand)AuthorAgeFilesLines
* Py3: Replace six.bytes_type with bytesChristian Heimes2018-09-271-1/+1
* Py3: Replace six.string_types with strChristian Heimes2018-09-271-1/+1
* Py3: Remove subclassing from objectChristian Heimes2018-09-271-1/+1
* Sprinkle raw strings across the code baseChristian Heimes2018-09-271-1/+1
* kerberos: fix sorting Principal objectsStanislav Laznicka2017-08-171-0/+12
* Principal: validate type of input parameterMartin Basti2017-01-311-1/+6
* Enhance __repr__ method of PrincipalMartin Babinsky2016-11-301-0/+4
* Move character escaping function to ipautilMartin Babinsky2016-10-031-27/+2
* ipapython module for Kerberos principal manipulation and parsingMartin Babinsky2016-07-011-0/+208