freeipa/daemons/ipa-otpd
Nathaniel McCallum 4bafba06f2 Migrate from #ifndef guards to #pragma once
Using a pragma instead of guards is easier to write, less error prone
and avoids name clashes (a source of very subtle bugs). This pragma
is supported on almost all compilers, including all the compilers we
care about: https://en.wikipedia.org/wiki/Pragma_once#Portability.

This patch does not change the autogenerated files: asn1/asn1c/*.h.

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2016-05-29 14:04:45 +02:00
..
bind.c Ensure that ipa-otpd bind auths validate an OTP 2016-05-26 18:47:05 +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.socket.in Move ipa-otpd socket directory 2014-02-11 17:36:19 +01:00
ipa-otpd@.service.in Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +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 Move ipa-otpd socket directory 2014-02-11 17:36:19 +01:00
parse.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
query.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
queue.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
stdio.c Add the krb5/FreeIPA RADIUS companion daemon 2013-05-17 09:30:51 +02:00
test.py Use six.Stringio instead of StringIO.StringIO 2015-10-07 10:27:20 +02:00