freeipa/util
Christian Heimes 2828a2b92b C compilation fixes and hardening
Fix "implicit declaration of function ‘strlen’" in ipa_pwd_ntlm.c,
credits to Lukas.

Add -Werror=implicit-function-declaration to CFLAGS to point developers
to missing includes. It causes compilation to fail when a developer
forgets to add a required include. The problem is no longer hidden in a
massive wall of text from make.

Silence a harmless error from 389-DS slapi.h until the bug is fixed in
downstream, https://pagure.io/389-ds-base/issue/48979

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-03-01 10:38:01 +01:00
..
ipa_krb5.c Add compatibility function for older libkrb5 2015-05-30 12:24:15 -04:00
ipa_krb5.h Migrate from #ifndef guards to #pragma once 2016-05-29 14:04:45 +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 BUILD: Fix portability of NSS in file ipa_pwd.c 2014-01-28 16:35:34 +01:00
ipa_pwd.h Add missing include of stdint.h for uint8_t 2017-02-22 15:48:36 +01:00
Makefile.am Build: transform util directory to libutil convenience library 2016-10-24 13:30:12 +02:00