summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-18select_principal_from_keytab() look for plain input as wellSumit Bose1-2/+6
2012-12-18Set cloexec flag for log filesJakub Hrozek1-0/+11
2012-11-28Avoid const warnings when deallocating memorySimo Sorce1-1/+1
2012-11-28Revert "Avoid accessing half-deallocated memory when using talloc_zfree macro."Simo Sorce1-5/+1
2012-11-26debug: print fatal and critical errors if debug level is unresolvedMichal Zidek1-1/+4
2012-11-22Handle compiling FQDN regular expression with old pcre gracefullyJakub Hrozek1-0/+9
2012-11-21MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek1-1/+4
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-1/+1
2012-11-19SERVER: Check the return value of waitpidJakub Hrozek1-11/+27
2012-11-14Always start PAC responder if IPA ID provider is configuredSumit Bose1-0/+6
2012-11-14Add string_in_list() and add_string_to_list() with testsSumit Bose2-0/+69