freeipa/daemons/ipa-otpd
Christian Heimes 15d5e44ee8 Py3: Replace six.moves imports
Replace six.moves and six.StringIO/BytesIO imports with cannonical
Python 3 packages.

Note: six.moves.input behaves differently than builtin input function.
Therefore I left six.moves.input for now.

See: https://pagure.io/freeipa/issue/7715
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2018-10-05 12:06:19 +02:00
..
bind.c Properly handle LDAP socket closures in ipa-otpd 2016-10-06 10:35:25 +02:00
forward.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
internal.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
ipa_otpd_queue_cmocka_tests.c Add cmocka unit tests for ipa otpd queue code 2018-08-31 21:01:46 +02:00
ipa-otpd.socket.in ipa-otpd.socket.in: Use a platform specific value for KDC service file 2017-04-12 16:17:51 +02:00
ipa-otpd@.service.in Move ipa-otpd to $libexecdir/ipa 2016-10-13 20:55:14 +02:00
main.c Don't error when find_base() fails if a base is not required 2016-01-12 12:28:44 +01:00
Makefile.am Add cmocka unit tests for ipa otpd queue code 2018-08-31 21:01:46 +02:00
parse.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
query.c Properly handle LDAP socket closures in ipa-otpd 2016-10-06 10:35:25 +02:00
queue.c Clear next field when returnining list elements in queue.c 2018-08-31 21:01:46 +02:00
stdio.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
test.py Py3: Replace six.moves imports 2018-10-05 12:06:19 +02:00