freeipa/daemons/ipa-slapi-plugins/libotp
Christian Heimes 93fb037d84 Compile IPA modules with C11 extensions
- define __STDC_WANT_LIB_EXT1__ to get C11 extensions like memset_s() for
  Samba's ZERO_STRUCT() macro, see
  https://en.cppreference.com/w/c/string/byte/memset
- _DEFAULT_SOURCE enables features like htole16() from endian.h, see
  http://man7.org/linux/man-pages/man3/endian.3.html
- _POSIX_C_SOURCE >= 200809 enables features like strndup() from string.h,
  see http://man7.org/linux/man-pages/man3/strndup.3.html
- time_t is no longer implicitly defined, include time.h
- typeof() is only available as GNU extension. Use explicit types
  instead of generic __typeof__().

Fixes: https://pagure.io/freeipa/issue/7858
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2019-02-07 12:33:45 +01:00
..
hotp.c Log errors from NSS during FIPS OTP key import 2018-03-14 13:05:17 -04:00
hotp.h Preliminary refactoring of libotp files 2014-12-03 08:48:56 +01:00
Makefile.am libotp: add libraries after objects 2017-11-21 09:36:27 +01:00
otp_config.c Compile IPA modules with C11 extensions 2019-02-07 12:33:45 +01:00
otp_config.h Make token auth and sync windows configurable 2014-12-05 13:42:19 +01:00
otp_token.c Fix an integer underflow bug in libotp 2015-09-29 15:16:09 +02:00
otp_token.h Make token auth and sync windows configurable 2014-12-05 13:42:19 +01:00
t_hotp.c Preliminary refactoring of libotp files 2014-12-03 08:48:56 +01:00