summaryrefslogtreecommitdiff
path: root/src/util/util.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-28Read mpg state for subdomains from cacheSumit Bose1-1/+2
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek1-0/+2
2013-06-07New utility function sss_get_domain_nameJakub Hrozek1-0/+7
2013-06-07Move domain_to_basedn outside IPA subtreeJakub Hrozek1-0/+2
2013-05-30Allow flat name in the FQname formatJakub Hrozek1-0/+9
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-0/+16
2013-05-21Check NSCD configuration fileOndrej Kos1-0/+2
2013-05-21Move nscd.c from tools to utilOndrej Kos1-0/+8
2013-05-14Rename SAFEALIGN macros.Michal Zidek1-61/+1
2013-05-07UTIL: Add function sss_names_init_from_argsJan Cholasta1-0/+7
2013-03-18Fix sss_client breakage.Lukas Slebodnik1-3/+1
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik1-1/+1
2013-03-13Reuse sss_open_cloexec at other places in code.Lukas Slebodnik1-0/+3
2013-03-04Return ERR_INTERNAL instead of EIOSimo Sorce1-1/+1
2013-03-04Add SSSD specific error codes and definitionsSimo Sorce1-7/+1
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce1-0/+2
2013-02-10Change the way domains are linked.Simo Sorce1-2/+4
2013-02-10Add function get_next_domain()Simo Sorce1-0/+2
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-0/+1
2013-01-15Refactor single domain initializationSimo Sorce1-0/+6
2013-01-10Add function to safely wipe memory.Simo Sorce1-0/+9
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+2
2012-11-28Avoid const warnings when deallocating memorySimo Sorce1-1/+1
2012-11-28Revert "Avoid accessing half-deallocated memory when using talloc_zfree macro."Simo Sorce1-5/+1
2012-11-26debug: print fatal and critical errors if debug level is unresolvedMichal Zidek1-1/+4
2012-11-14Always start PAC responder if IPA ID provider is configuredSumit Bose1-0/+6
2012-11-14Add string_in_list() and add_string_to_list() with testsSumit Bose1-0/+6
2012-11-08util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek1-1/+1
2012-11-06util: Added new file util_lock.cMichal Zidek1-0/+4
2012-11-06exit original process after sssd is initializedPavel Březina1-0/+1
2012-11-06add SSSDBG_IMPORTANT_INFO macroPavel Březina1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-5/+10
2012-10-02monitor: create pid file after all responders are startedPavel Březina1-0/+1
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+2
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-0/+9
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos1-0/+3
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter1-0/+1
2012-05-04Fix endian issue in SID conversionSumit Bose1-0/+2
2012-05-02Handle endianness issues on older systemsStephen Gallagher1-0/+17
2012-04-24Add some utility functions for subdomainsJan Zeleny1-0/+9
2012-04-20Move atomic io function to a separate moduleJakub Hrozek1-5/+2
2012-03-29Add sss_get_cased_name_list utility functionJakub Hrozek1-0/+4
2012-03-21Make the string_equal() function publicJakub Hrozek1-0/+1
2012-02-26UTIL: Add function for atomic I/OJan Cholasta1-0/+5
2012-01-23Move sized_string declaration to utilsStephen Gallagher1-0/+8
2011-12-21sss_get_cased_name utility functionJakub Hrozek1-0/+4
2011-12-16sss_utf8_tolower utility function+unit testsJakub Hrozek1-0/+6
2011-10-13Add option to follow symlinks to check_file()Jakub Hrozek1-1/+1
2011-09-28Multiline macro cleanupJakub Hrozek1-2/+2
2011-09-08DEBUG timestamps offer higher precisionPavel Březina1-13/+48