summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-12Only build extract_and_send_pac on platforms that support itJakub Hrozek2-0/+118
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-0/+42
2012-11-08util_lock.c: sss_br_lock_file accepted invalid parameter valueMichal Zidek2-3/+7
2012-11-06util: Added new file util_lock.cMichal Zidek2-0/+87
2012-11-06exit original process after sssd is initializedPavel Březina2-2/+30
2012-11-06fix indendation, coding style and debug levels in server.cPavel Březina1-110/+114
2012-11-06add SSSDBG_IMPORTANT_INFO macroPavel Březina1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek2-5/+15
2012-10-26Make sub-domains case-insensitiveSumit Bose1-1/+1
2012-10-26sss_parse_name_for_domains: always return the canonical domain nameSumit Bose1-2/+7
2012-10-26Add replacement for krb5_find_authdata()Sumit Bose2-0/+19
2012-10-12Only call krb5_set_trace_callback on platforms that support itJakub Hrozek2-4/+18
2012-10-12Collect krb5 trace on high debug levelsJakub Hrozek2-0/+19
2012-10-02remove left over principal selectionPavel Březina2-106/+0
2012-10-02monitor: create pid file after all responders are startedPavel Březina1-0/+1
2012-10-01Use flat name for master domain as wellSumit Bose1-1/+2
2012-10-01Add new option default_domain_suffixSumit Bose1-11/+41
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+2
2012-09-20Add provider specific default regular expressionsSumit Bose1-0/+62