summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-09-011-0/+3
* utils: add sss_domain_is_forest_root()Sumit Bose2017-04-282-0/+6
* SSH: Do not print an error message if sss_ssh_authorizedkeys is asked for a l...Jakub Hrozek2017-04-252-0/+2
* UTIL: Use max 15 characters for AD host UPNLukas Slebodnik2017-04-121-1/+7
* selinux: Do not fail if SELinux is not managedMichal Židek2017-04-063-22/+41
* UTIL: Sanitize newline and carriage return characters.Victor Tapia2017-03-071-0/+10
* UTILS: Fixing duplication of pid file declarationPetr Cech2017-01-091-0/+4
* UTIL: Fix implicit declaration of function 'htobe32'Lukas Slebodnik2016-11-252-0/+2
* crypto: Port libcrypto code to openssl-1.1Lukas Slebodnik2016-10-205-63/+141
* p11: add OCSP default responder optionsSumit Bose2016-09-193-4/+101
* p11: add no_verification optionSumit Bose2016-09-195-20/+61
* LDAP: Adding SIGTERM signal before SIGKILLPetr Cech2016-08-171-0/+1
* LDAP: Adding support for SIGTERM signalPetr Cech2016-08-171-0/+2
* UTIL: make domain mapping content testableSumit Bose2016-07-252-82/+138
* IPA: fix [capaths] outputSumit Bose2016-07-251-3/+26
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-311-0/+14
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-192-23/+23
* UTIL: Add ERR_SBUS_REQUEST_HANDLEDJakub Hrozek2016-05-112-0/+2
* REFACTOR: umask(0177) --> umask(SSS_DFL_UMASK)Petr Cech2016-04-073-4/+5
* REFACTOR: umask(077) --> umask(SSS_DFL_X_UMASK)Petr Cech2016-04-072-2/+5
* UTIL: Allow to append new line in sss_vdebug_fnLukas Slebodnik2016-03-233-3/+11
* UTIL: Move debug part from util.h -> new debug.hLukas Slebodnik2016-03-232-117/+141
* UTIL: Fix warning misleading-indentationLukas Slebodnik2016-03-103-11/+24
* UTIL: Fix indentation in dlinklist.hLukas Slebodnik2016-03-101-65/+65
* server_setup: Log failed attempt to set localeMichal Židek2016-03-031-1/+7
* DEBUG: Ignore ENOENT for change owner of log filesLukas Slebodnik2016-02-231-0/+7
* Revert "DEBUG: Preventing chown_debug_file if journald on"Lukas Slebodnik2016-02-231-19/+16
* UTIL: Use sss_vdebug_fn for callbacksLukas Slebodnik2016-02-232-22/+5
* UTIL: Provide varargs version of debug_fnLukas Slebodnik2016-02-232-10/+25
* UTIL: Use prefix for debug functionLukas Slebodnik2016-02-233-15/+15
* Fix typos reported by lintianLukas Slebodnik2016-02-231-3/+3
* UTIL: Backport error code ERR_ACCOUNT_LOCKEDLukas Slebodnik2016-02-182-0/+2
* AD: add task to renew the machine account password if neededSumit Bose2016-01-192-0/+2
* UTIL: allow to skip default options for child processesSumit Bose2016-01-192-33/+42
* p11: enable ocsp checksSumit Bose2015-11-265-1/+65
* UTIL: Fix memory leak in switch_credsLukas Slebodnik2015-11-111-0/+1
* LDAP: Fix leak of file descriptorsLukas Slebodnik2015-11-051-8/+21
* util: Update get_next_domain's interfaceMichal Židek2015-10-303-16/+27
* DEBUG: Preventing chown_debug_file if journald onPetr Cech2015-10-271-16/+19
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-214-3/+22
* KRB5: Don't error out reading a minimal krb5.confJakub Hrozek2015-09-161-1/+4
* utils: make sss_krb5_get_primary() privateSumit Bose2015-09-142-6/+1
* Remove trailing whitespacePavel Reichl2015-09-032-8/+8
* sbus: Add a special error code for messages sent by the bus itselfJakub Hrozek2015-09-012-0/+2
* NSS: Don't ignore backslash in usernames with ldap providerLukas Slebodnik2015-09-012-1/+13
* UTIL: Function 2string for enum sss_cli_commandPetr Cech2015-08-312-0/+266
* DYNDNS: remove code duplicationPavel Reichl2015-08-142-0/+2
* UTIL: Provide a common interface to safely create temporary filesJakub Hrozek2015-08-142-0/+148
* DEBUG: Add new debug category for fail over.Michal Židek2015-08-142-1/+2
* IPA: Improve messages about failuresPavel Reichl2015-08-071-1/+3