summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/otptoken.py
Commit message (Expand)AuthorAgeFilesLines
* Fix otptoken-remove-managedby command summaryFraser Tweedale2015-08-051-1/+1
* otptoken: use ipapython.nsslib instead of Python's ssl moduleChristian Heimes2015-07-271-28/+8
* Fix OTP token URI generationNathaniel McCallum2015-06-171-1/+1
* Make lint work on Fedora 22.David Kupka2015-04-271-0/+1
* Changing the token owner changes also the managerMartin Babinsky2015-02-181-0/+13
* Create an OTP help topicNathaniel McCallum2014-12-051-0/+2
* Enable QR code display by default in otptoken-addNathaniel McCallum2014-11-191-2/+3
* Ensure users exist when assigning tokens to themNathaniel McCallum2014-11-131-2/+5
* Improve otptoken help messagesNathaniel McCallum2014-11-131-1/+17
* Display token type when viewing tokenNathaniel McCallum2014-10-201-3/+25
* Remove token vendor, model and serial defaultsNathaniel McCallum2014-10-161-6/+0
* 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