summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
Commit message (Expand)AuthorAgeFilesLines
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-011-0/+3
* NSS: Don't ignore backslash in usernames with ldap providerLukas Slebodnik2015-09-011-0/+3
* UTIL: Provide a common interface to safely create temporary filesJakub Hrozek2015-08-141-0/+21
* DEBUG: Add new debug category for fail over.Michal Židek2015-08-141-0/+1
* UTIL: Add sss_filter_sanitize_exJakub Hrozek2015-07-151-0/+5
* utils: add get_last_x_chars()Sumit Bose2015-06-191-0/+2
* UTIL/SYSDB: Move new_subdomain() to sysdb_subdomains.c and make it privateJakub Hrozek2015-06-141-11/+0
* SYSDB: Store trust direction for subdomainsJakub Hrozek2015-06-141-1/+2
* selinux: Only call semanage if the context actually changesJakub Hrozek2015-04-141-0/+2
* UTIL: Add a simple function to get the fd of debug_fileJakub Hrozek2015-04-141-0/+1
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-201-0/+7
* UTIL: convert GeneralizedTime to unix timePavel Reichl2015-03-051-0/+3
* SELINUX: Set and reset umask when caling set_seuser from deamon codeJakub Hrozek2015-01-271-0/+4
* IPA: properly handle mixed-case trusted domainsSumit Bose2015-01-231-0/+3
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-0/+12
* AD/IPA: add krb5_confd_path configuration optionSumit Bose2014-11-251-0/+6
* Enable views for all domainsSumit Bose2014-11-201-2/+1
* Add add_strings_lists() utility functionSumit Bose2014-11-051-0/+18
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-221-0/+2
* SSSD: Chown the log filesJakub Hrozek2014-10-201-0/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-0/+7
* sss_semanage: Add mlsrange parameter to set_seuserMichal Zidek2014-10-201-1/+2
* util: Move semanage related functions to src/utilMichal Zidek2014-10-201-0/+4
* sysdb: add overide lookup callsSumit Bose2014-10-201-0/+3
* UTIL: Always write capathsJakub Hrozek2014-10-161-2/+1
* UTIL: Move become_user outside krb5 treeJakub Hrozek2014-10-101-0/+9
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-091-0/+2
* PAM: new options pam_trusted_users & pam_public_domainsPavel Reichl2014-09-291-0/+5
* Replace space: add some checksSumit Bose2014-09-011-1/+1
* Only replace space with the specified substitutionJakub Hrozek2014-08-131-6/+6
* UTIL: remove get_username_from_uidJakub Hrozek2014-08-061-2/+0
* UTIL: Add functions for replacing whitespaces.Lukas Slebodnik2014-07-281-0/+8
* UTIL: rename find_subdomain_by_object_namePavel Reichl2014-07-221-2/+2
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-221-3/+3
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-221-2/+2
* LDAP: tokengroups do not work with id_provider=ldapPavel Reichl2014-07-211-0/+5
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-0/+8
* SSSD: Send debug to stderr when running on foregroundJakub Hrozek2014-07-091-0/+3
* AD-GPO: Add support for gpo permissive modeYassir Elley2014-07-011-0/+1
* UTIL: Add function sss_parse_name_constLukas Slebodnik2014-06-021-0/+4
* utils: add get_known_services()Pavel Březina2014-05-281-0/+2
* UTIL: Include netinet/in.h for ip adress macrosLukas Slebodnik2014-05-261-0/+1
* util: Change file check fns to use a mode maskSimo Sorce2014-04-281-19/+7
* DEBUG: Allow debug_fn to process __FILE__ and __LINE__Stephen Gallagher2014-02-191-4/+10
* DOC: Fix names of arguments in doxygen commentsLukas Slebodnik2014-02-171-1/+1
* Remove DEBUG macro support for old debug levelsNikolai Kondrashov2014-02-121-15/+5
* Fixup DEBUG macro invocations updateNikolai Kondrashov2014-02-121-2/+2
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-2/+2
* Make DEBUG macro definition variadicNikolai Kondrashov2014-02-121-6/+6
* Move DEBUG macro body to debug_fnNikolai Kondrashov2014-02-121-71/+7