summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* DEBUG: Fix build without journaldJakub Hrozek2014-02-191-3/+3
* DEBUG: Enable sending structured debug logs to journaldStephen Gallagher2014-02-191-0/+90
* DEBUG: Allow debug_fn to process __FILE__ and __LINE__Stephen Gallagher2014-02-192-6/+16
* DOC: Fix names of arguments in doxygen commentsLukas Slebodnik2014-02-171-1/+1
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-122-43/+9
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-1213-148/+209
* Fixup DEBUG macro invocations updateNikolai Kondrashov2014-02-121-2/+2
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-1228-453/+453
* Make DEBUG macro definition variadicNikolai Kondrashov2014-02-121-6/+6
* Cleanup debug_fnNikolai Kondrashov2014-02-121-4/+6
* Remove extra flushing from debug message outputNikolai Kondrashov2014-02-121-1/+6
* Move DEBUG macro body to debug_fnNikolai Kondrashov2014-02-122-75/+53
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-122-0/+2
* utils: handling NULL params in sss_parse_namePavel Reichl2014-01-282-26/+30
* UTIL: Inherit parent domain's default_shellJakub Hrozek2014-01-151-1/+4
* NSS: Don't use printf(3) on user provided strings.Stef Walter2014-01-122-86/+40
* util: A safe printf for user provided format stringsStef Walter2014-01-122-0/+390
* util: Fix const cast failures when building with -WerrorStef Walter2014-01-102-3/+3
* LDAP: Add a new error code for malformed access control filterJakub Hrozek2014-01-092-0/+2
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-192-0/+36
* Properly align buffer when storing pointers.Michal Zidek2013-12-101-0/+10
* Fix a trivial typoJakub Hrozek2013-12-091-1/+1
* added null checks to authtok modulePallavi Jha2013-12-091-1/+19
* SSSD: Improved domain detectionPavel Reichl2013-11-292-5/+29
* Remove unused parameter from sss_selinux_extract_userLukas Slebodnik2013-11-272-2/+0
* monitor: Specific error message for missing sssd.confPavel Reichl2013-11-272-0/+2
* Add utility to handle Well-Known SIDsSumit Bose2013-11-152-0/+318
* Add sss_tc_fqname2()Sumit Bose2013-11-152-0/+22
* sss_names_init: allow empty domain nameSumit Bose2013-11-151-15/+19
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* Signals: Refactor termination of processesSimo Sorce2013-11-122-27/+11
* Signals: Remove empty sig_hupSimo Sorce2013-11-121-8/+0
* Signals: Remove unused functionsSimo Sorce2013-11-122-59/+0
* UTIL: Free log message when using journaldJakub Hrozek2013-11-071-0/+2
* Enhance/add unit tests for find_subdomain_by_sid/nameSumit Bose2013-11-041-0/+4
* Include ext headers with #include <foo.h> - contPavel Reichl2013-11-043-3/+3
* utils: add ERR_DOMAIN_NOT_FOUND error codePavel Březina2013-10-252-0/+2
* find_subdomain_by_sid: skip domains with missing domain_idSumit Bose2013-10-251-11/+19
* Inherit ID limits of parent domains if setJakub Hrozek2013-10-241-3/+5
* UTIL: Move sss_parse_name_for_domains declaration to util.hJakub Hrozek2013-10-221-0/+5
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-222-3/+4
* util: Add functions to check if IP addresses is specialMichal Zidek2013-10-172-0/+70
* INI: Disable line-wrapping functionalityJakub Hrozek2013-10-111-1/+1
* ipa_server_mode: write capaths to krb5 include fileSumit Bose2013-09-272-2/+52
* IPA: store forest name for forest member domainsSumit Bose2013-09-272-2/+12
* util: add get_domains_head()Pavel Březina2013-09-262-0/+15
* util: Allways fall back to old find_uid methodSimo Sorce2013-09-251-4/+4
* Include header file in implementation module.Lukas Slebodnik2013-09-247-0/+7
* mmap_cache: Use two chains for hash collision.Lukas Slebodnik2013-09-231-8/+12
* Check return values of setenv and unsetenvJakub Hrozek2013-09-221-1/+5