summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/otptoken.py
Commit message (Expand)AuthorAgeFilesLines
* Update qrcode support for newer python-qrcodeNathaniel McCallum2014-09-111-2/+2
* Verify otptoken timespan is validDavid Kupka2014-07-291-1/+30
* ipalib: Use DateTime parameter class for OTP token timestamp attributesTomas Babej2014-07-041-3/+3
* Add otptoken-sync commandNathaniel McCallum2014-06-261-1/+101
* Add the otptoken-add-yubikey commandNathaniel McCallum2014-06-261-1/+1
* Make otptoken use os.urandom() for random dataNathaniel McCallum2014-06-201-2/+2
* Add support for managedBy to tokensNathaniel McCallum2014-06-161-7/+31
* Split long docstrings that were recently modifiedPetr Viktorin2014-06-101-7/+7
* Default the token owner to the person adding the tokenNathaniel McCallum2014-05-231-1/+8
* Only specify the ipatokenuniqueid default in the add operationNathaniel McCallum2014-05-231-2/+5
* Fix a typo in the otptoken doc stringNathaniel McCallum2014-05-061-4/+4
* Fix token secret length RFC complianceNathaniel McCallum2014-03-051-1/+1
* Rework how otptoken defaults are handledNathaniel McCallum2014-03-051-32/+33
* Use super() properly to avoid an exceptionNathaniel McCallum2014-02-211-1/+1
* Add HOTP supportNathaniel McCallum2014-02-211-7/+19
* Fix generation of invalid OTP URIsNathaniel McCallum2014-02-131-0/+9
* Fix OTP token names/labelsNathaniel McCallum2014-02-131-3/+3
* Add OTP support to ipalib CLINathaniel McCallum2013-12-181-0/+329