summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_otptoken_import.py
Commit message (Expand)AuthorAgeFilesLines
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use six.with_metaclass to specify metaclassesJan Cholasta2015-09-071-3/+2
* Modernize use of range()Petr Viktorin2015-09-011-2/+3
* Replace uses of map()Petr Viktorin2015-09-011-2/+2
* Replace filter() calls with list comprehensionsPetr Viktorin2015-09-011-1/+1
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-4/+3
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-1/+1
* Make lint work on Fedora 22.David Kupka2015-04-271-0/+1
* Enable QR code display by default in otptoken-addNathaniel McCallum2014-11-191-1/+1
* Implement OTP token importingNathaniel McCallum2014-06-251-0/+530