summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-pwd-extop/otpctrl.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename syncreq.[ch] to otpctrl.[ch]Nathaniel McCallum2016-05-261-0/+107
This gives us a place to handle all OTP related controls. Also, genericize otpctrl_present() so that the OID can be specified as an argument to the function call. These changes are preparatory for the subsequent patches. https://fedorahosted.org/freeipa/ticket/433 Reviewed-By: Sumit Bose <sbose@redhat.com>