summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* sss_cert_derb64_to_ldap_filter: add sss_certmap supportSumit Bose2017-02-132-11/+31
* split_on_separator: move to a separate fileSumit Bose2017-02-132-93/+121
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+3
* UTIL: Unset O_NONBLOCK for ldap connectionLukas Slebodnik2017-01-251-0/+33
* WATCHDOG: Avoid non async-signal-safe from the signal_handlerFabiano Fidêncio2017-01-251-22/+96
* SERVER: Set the process group during server_setup()Fabiano Fidêncio2017-01-251-0/+11
* UTIL: Introduce --dbus-activated cmd option for respondersFabiano Fidêncio2017-01-232-1/+17
* UTIL: Introduce --socket-activated cmdline option for respondersFabiano Fidêncio2017-01-233-10/+36
* Fix compilation with python3.6Lukas Slebodnik2017-01-022-1/+3
* sss_ptr_hash_delete_all: use unsigned long intSumit Bose2016-12-221-2/+2
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-192-2/+8
* utils: add sss_ptr_hash modulePavel Březina2016-12-192-0/+492
* sss_output_name: do not require fq namePavel Březina2016-12-191-3/+7
* sss_crypto.h: include required headersPavel Březina2016-12-191-0/+3
* UTIL: Fix compilation of sss_utf8 with libunistringLukas Slebodnik2016-11-251-0/+1
* UTIL: Fix implicit declaration of function 'htobe32'Lukas Slebodnik2016-11-252-0/+2
* BUILD: Drop libsss_configFabiano Fidêncio2016-11-242-580/+0
* SECRETS: Add configurable payload size limit of a secretFabiano Fidêncio2016-11-242-0/+2
* UTIL: Removing of never read valuePetr Čech2016-11-141-1/+0
* MONITOR: Do not set up watchdog for monitorJakub Hrozek2016-11-082-4/+8
* libcrypto: Check right value of CRYPTO_memcmpLukas Slebodnik2016-10-211-1/+1
* crypto: Port libcrypto code to openssl-1.1Lukas Slebodnik2016-10-206-91/+189
* SECRETS: Add a configurable limit of secrets that can be storedFabiano Fidêncio2016-10-052-0/+2
* SECRETS: Use HTTP error code 504 when a proxy server cannot be reachedJakub Hrozek2016-10-042-0/+2
* SECRETS: Add a configurable depth limit for nested containersFabiano Fidêncio2016-10-032-0/+2
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-212-2/+2
* DEBUG: Apend line feed to messages from libsemanageLukas Slebodnik2016-09-011-1/+2
* WATCHDOG: define and use _MAX_TICKS as 3Jakub Hrozek2016-08-301-3/+3
* watchdog: cope with time shiftPavel Březina2016-08-251-0/+41
* UTIL: Use sss_atomic_read_s in generate_csprng_bufferJakub Hrozek2016-08-171-24/+5
* LDAP: Adding SIGTERM signal before SIGKILLPetr Cech2016-08-171-0/+1
* LDAP: Adding support for SIGTERM signalPetr Cech2016-08-171-0/+2
* UTILS: Fixing duplication of pid file declarationPetr Cech2016-08-091-0/+4
* sss_ini: Change debug level of config error msgsMichal Židek2016-08-041-2/+2
* utils: add is_email_from_domain()Sumit Bose2016-07-292-0/+28
* Amend debug messages after failure of unlinkLukas Slebodnik2016-07-251-2/+4
* UTIL: make domain mapping content testableSumit Bose2016-07-252-82/+138
* IPA: fix [capaths] outputSumit Bose2016-07-251-3/+26
* cert_to_ssh_key: properly add leading 0 to bignumsSumit Bose2016-07-071-8/+24
* sssctl: Add config-check commandMichal Židek2016-07-071-2/+0
* sss_ini: Small refacoring of sss_ini_call_validatorsMichal Židek2016-07-072-11/+146
* UTIL: Remove unused functionsJakub Hrozek2016-07-073-144/+0
* UTIL: Parse internal fqnames in find_domain_by_object_nameJakub Hrozek2016-07-071-2/+2
* LDAP: Qualify user and group names when saving the sudo usersJakub Hrozek2016-07-072-0/+34
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-072-5/+22
* UTIL: Add a utility function sss_output_nameJakub Hrozek2016-07-072-0/+46
* UTIL: Add a utility function to create a list of qualified namesJakub Hrozek2016-07-072-0/+40
* UTIL: Add function to create internal fqnameMichal Zidek2016-07-072-0/+31
* UTIL: Add function to parse internal fqname formatMichal Zidek2016-07-074-0/+64
* IPA/AD: globally set krb5 canonicalization flagSumit Bose2016-07-062-2/+48