freeipa/util
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
..
ipa_krb5.c Add compatibility function for older libkrb5 2015-05-30 12:24:15 -04:00
ipa_krb5.h Compile IPA modules with C11 extensions 2019-02-07 12:33:45 +01:00
ipa_ldap.c Fix $-style format string in ipa_ldap_init (util/ipa_ldap.c) 2018-07-20 12:53:38 -04:00
ipa_ldap.h Apply sane LDAP settings to C code 2018-05-29 15:30:37 +02:00
ipa_mspac.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +02:00
ipa_pwd_ntlm.c C compilation fixes and hardening 2017-03-01 10:38:01 +01:00
ipa_pwd.c Move fips_enabled to a common library to share across different plugins 2018-08-13 14:42:16 +02:00
ipa_pwd.h Move fips_enabled to a common library to share across different plugins 2018-08-13 14:42:16 +02:00
Makefile.am Apply sane LDAP settings to C code 2018-05-29 15:30:37 +02:00