summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-10Add ability to disable domainsSimo Sorce1-8/+12
2013-02-10Add function get_next_domain()Simo Sorce3-2/+22
2013-02-10Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce1-0/+3
2013-02-10Add realm info to sss_domain_infoSimo Sorce2-1/+12
2013-02-10NSS: Add original homedir to home directory template optionsStephen Gallagher2-2/+14
2013-01-16Correct format security for talloc_named of auth tokensStephen Gallagher1-1/+1
2013-01-15Stop creating fake sysdb contextsSimo Sorce1-7/+2
2013-01-15Move mpg flag to the domain where it belongsSimo Sorce1-0/+1
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce2-1/+3
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-1/+1
2013-01-15Refactor single domain initializationSimo Sorce2-0/+40
2013-01-10Add authtok utility functions.Simo Sorce2-0/+382
2013-01-10Add function to safely wipe memory.Simo Sorce2-0/+18
2013-01-07memcache: make MC_PTR_TO_SLOT() more readablePavel Březina1-2/+1
2013-01-07memcache: add macro that validates record lengthPavel Březina1-0/+6
2013-01-07Search for SHORTNAME$@REALM instead of fqdn$@REALM by defaultJakub Hrozek1-3/+35
2013-01-02failover: Protect against empty host namesMichal Zidek2-92/+72
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce1-2/+4
2012-12-20Free resources if fileno failedJakub Hrozek1-0/+2
2012-12-18select_principal_from_keytab() do wildcard lookups after specific onesSumit Bose1-3/+3