History log of /sssd/src/util/sss_utf8.h
Revision Date Author Comments Expand
de5fa34860886ad68fba5e739987e16c342e8f14 12-Mar-2016 Lukas Slebodnik <lslebodn@redhat.com>

libipa_hbac: Ensure we always build with C90 libipa_hbac is also used by external projects such as pam_hbac: https://github.com/jhrozek/pam_hbac In order to make sure we don't use C99 features in the libipa_hbac code in the future, this patch adds an explicit -std=c89 flag to CFLAGS. Signed-off-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

2bdadc5274df42738b97045cd01cd63d3651daf9 14-Mar-2014 Lukas Slebodnik <lslebodn@redhat.com>

UTIL: Hide implementation details about unicode libraries. Header files from glib or unistring are only necessary in implementation module sss_utf8.c Reviewed-by: Pavel Reichl <preichl@redhat.com>

dbea04f585a30d001b574317c068cd03a4fa332b 16-Dec-2011 Jakub Hrozek <jhrozek@redhat.com>

sss_utf8_tolower utility function+unit tests

b32159300fea63222d8dd9200ed634087704ea74 05-Dec-2011 Stephen Gallagher <sgallagh@redhat.com>

Allow using Glib for UTF8 support