summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Convert sdap_access to new error codesSimo Sorce2013-03-192-0/+2
* Move SELinux processing to provider.Michal Zidek2013-03-192-5/+5
* Use common error facility instead of sdap_resultSimo Sorce2013-03-194-8/+9
* Fix sss_client breakage.Lukas Slebodnik2013-03-184-4/+49
* More generalized function open_debug_file_ex()Lukas Slebodnik2013-03-132-5/+7
* Reuse sss_open_cloexec at other places in code.Lukas Slebodnik2013-03-132-0/+93
* Improve IS_SSSD_ERROR() macroSimo Sorce2013-03-051-2/+2
* Cleanup error message handling for krb5 childSimo Sorce2013-03-042-1/+11
* Return ERR_INTERNAL instead of EIOSimo Sorce2013-03-041-1/+1
* Use SSSD specific errors for offline authSimo Sorce2013-03-043-10/+22
* Add SSSD specific error codes and definitionsSimo Sorce2013-03-043-7/+117
* Improved readability of get_next_domain()Lukas Slebodnik2013-03-041-2/+2
* get_next_domain() test dom->parent->next for NULLPavel Březina2013-02-141-1/+1
* krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek2013-02-111-1/+7
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-102-1/+3
* Change the way domains are linked.Simo Sorce2013-02-103-26/+33
* Add ability to disable domainsSimo Sorce2013-02-101-8/+12
* Add function get_next_domain()Simo Sorce2013-02-103-2/+22
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-101-0/+3
* Add realm info to sss_domain_infoSimo Sorce2013-02-102-1/+12
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-102-2/+14
* Correct format security for talloc_named of auth tokensStephen Gallagher2013-01-161-1/+1
* Stop creating fake sysdb contextsSimo Sorce2013-01-151-7/+2
* Move mpg flag to the domain where it belongsSimo Sorce2013-01-151-0/+1
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-152-1/+3
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-1/+1
* Refactor single domain initializationSimo Sorce2013-01-152-0/+40
* Add authtok utility functions.Simo Sorce2013-01-102-0/+382
* Add function to safely wipe memory.Simo Sorce2013-01-102-0/+18
* memcache: make MC_PTR_TO_SLOT() more readablePavel Březina2013-01-071-2/+1
* memcache: add macro that validates record lengthPavel Březina2013-01-071-0/+6
* Search for SHORTNAME$@REALM instead of fqdn$@REALM by defaultJakub Hrozek2013-01-071-3/+35
* failover: Protect against empty host namesMichal Zidek2013-01-022-92/+72
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-2/+4
* Free resources if fileno failedJakub Hrozek2012-12-201-0/+2
* select_principal_from_keytab() do wildcard lookups after specific onesSumit Bose2012-12-181-3/+3
* select_principal_from_keytab() look for plain input as wellSumit Bose2012-12-181-2/+6
* Set cloexec flag for log filesJakub Hrozek2012-12-181-0/+11
* Avoid const warnings when deallocating memorySimo Sorce2012-11-281-1/+1
* Revert "Avoid accessing half-deallocated memory when using talloc_zfree macro."Simo Sorce2012-11-281-5/+1
* debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2012-11-261-1/+4
* Handle compiling FQDN regular expression with old pcre gracefullyJakub Hrozek2012-11-221-0/+9
* MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek2012-11-211-1/+4
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-1/+1
* SERVER: Check the return value of waitpidJakub Hrozek2012-11-191-11/+27
* Always start PAC responder if IPA ID provider is configuredSumit Bose2012-11-141-0/+6
* Add string_in_list() and add_string_to_list() with testsSumit Bose2012-11-142-0/+69
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-122-0/+118
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-121-0/+42
* util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2012-11-082-3/+7