summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
2013-06-27Add missing argument to DEBUG messageLukas Slebodnik1-1/+1
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek4-24/+187
2013-06-26Fix wrong detection of krb5 ccnameLukas Slebodnik1-1/+4
2013-06-21failover: return error when SRV lookup returned only duplicatesPavel Březina2-0/+2
2013-06-16subdomains: touch krb5.conf when creating new domain-realm mappingsPavel Březina2-0/+25
2013-06-14KRB: Handle preauthentication error correctlyOndrej Kos2-0/+2
2013-06-10Don't test for NULL in nscd config checkOndrej Kos1-12/+3
2013-06-07New utility function sss_get_domain_nameJakub Hrozek2-0/+24
2013-06-07Move domain_to_basedn outside IPA subtreeJakub Hrozek2-0/+37
2013-05-30Allow flat name in the FQname formatJakub Hrozek2-11/+75
2013-05-30Check the validity of FQname format prior to using itJakub Hrozek1-3/+43
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek2-0/+41
2013-05-21Check NSCD configuration fileOndrej Kos2-0/+131
2013-05-21Move nscd.c from tools to utilOndrej Kos2-0/+105
2013-05-21DB: Fix segfault when configuration file cannot be parsedOndrej Kos1-0/+1
2013-05-14Rename SAFEALIGN macros.Michal Zidek2-61/+111
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta1-0/+4
2013-05-07UTIL: Add function sss_names_init_from_argsJan Cholasta2-41/+73
2013-05-06Fix minor typosYuri Chornoivan1-1/+1
2013-05-03Refactor dynamic DNS updatesJakub Hrozek2-0/+6
2013-05-03CONFDB: prevent double freeOndrej Kos1-1/+0
2013-05-02add sss_ldap_encode_ndr_uint32Pavel Březina2-0/+17
2013-04-26DB: Switch to new libini_config APIOndrej Kos2-0/+569
2013-04-24Do not keep growing event contextJakub Hrozek1-3/+5
2013-04-22Allow usage of enterprise principalsSumit Bose2-0/+28
2013-04-10DNS sites support - SRV lookup plugin interfacePavel Březina2-0/+4
2013-04-10Allow using flatname for subdomain home dir templateJakub Hrozek2-2/+15
2013-04-03Check for correct variable nameJakub Hrozek2-2/+2
2013-04-03pidfile(): Do not leak fd on errorJakub Hrozek1-0/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik2-43/+57
2013-03-27filename in comment is correctedAbhishek Singh1-1/+1
2013-03-25Include config.h to build io.c on RHEL5Jakub Hrozek1-0/+2
2013-03-21Move signal.m4 from src/util to externalJakub Hrozek1-1/+0
2013-03-20correct order in error_to_str tablePavel Březina1-1/+1
2013-03-19Convert sdap_access to new error codesSimo Sorce2-0/+2
2013-03-19Move SELinux processing to provider.Michal Zidek2-5/+5
2013-03-19Use common error facility instead of sdap_resultSimo Sorce4-8/+9
2013-03-18Fix sss_client breakage.Lukas Slebodnik4-4/+49
2013-03-13More generalized function open_debug_file_ex()Lukas Slebodnik2-5/+7
2013-03-13Reuse sss_open_cloexec at other places in code.Lukas Slebodnik2-0/+93
2013-03-05Improve IS_SSSD_ERROR() macroSimo Sorce1-2/+2
2013-03-04Cleanup error message handling for krb5 childSimo Sorce2-1/+11
2013-03-04Return ERR_INTERNAL instead of EIOSimo Sorce1-1/+1
2013-03-04Use SSSD specific errors for offline authSimo Sorce3-10/+22
2013-03-04Add SSSD specific error codes and definitionsSimo Sorce3-7/+117
2013-03-04Improved readability of get_next_domain()Lukas Slebodnik1-2/+2
2013-02-14get_next_domain() test dom->parent->next for NULLPavel Březina1-1/+1
2013-02-11krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek1-1/+7
2013-02-10Introduce IS_SUBDOMAIN() macroSimo Sorce2-1/+3
2013-02-10Change the way domains are linked.Simo Sorce3-26/+33