summaryrefslogtreecommitdiff
path: root/src/tools/sss_cache.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Fix two minor typosYuri Chornoivan1-1/+1
2013-07-10sss_cache: Add option to invalidate all entriesMichal Zidek1-0/+14
2013-06-07New utility function sss_get_domain_nameJakub Hrozek1-8/+4
2013-05-30Add utility functions for formatting fully-qualified namesJakub Hrozek1-2/+1
2013-04-15sss_cache: Remove annoying messagesMichal Zidek1-8/+6
2013-04-15sss_cache: support for subdomainsMichal Zidek1-57/+117
2013-03-05Remove the alt_db_path parameter of sysdb_initMichal Zidek1-1/+1
2013-02-10Add function get_next_domain()Simo Sorce1-1/+1
2013-01-16sss_cache: Call DEBUG_INIT soonerMichal Zidek1-2/+3
2013-01-15Add domain arguments to sysdb services functionsSimo Sorce1-2/+3
2013-01-15Add domain argument to sysdb autofs functionsSimo Sorce1-1/+1
2013-01-15Add domain arg to sysdb_search/delete_netgroup()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_search_groups()Simo Sorce1-1/+2
2013-01-15Add domain arg to sysdb_search_users()Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_search_custom()Simo Sorce1-2/+5
2013-01-15Add domain argument to sysdb_set_netgroup_attr()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_set_group_attr()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce1-6/+8
2013-01-15Remove the sysdb_ctx_get_domain() function.Simo Sorce1-10/+11
2013-01-15Refactor single domain initializationSimo Sorce1-3/+2
2013-01-15Refactor sysdb initializationSimo Sorce1-21/+10
2013-01-14Use new sysdb_search_service() in sss_cacheSimo Sorce1-35/+4
2013-01-09Revert "Add a default section to a switch-statement"Simo Sorce1-12/+8
2013-01-09Add a default section to a switch-statementSumit Bose1-0/+3
2013-01-08Remove unhelpful vtable from sss_cacheSimo Sorce1-24/+30
2013-01-04sss_cache: fqdn not acceptedMichal Zidek1-14/+149
2012-11-28sss_cache: Small refactor.Michal Zidek1-58/+3
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+2
2012-11-06sss_cache: Remove fastcache even if sssd is not running.Michal Zidek1-20/+56
2012-11-06sss_cache: Multiple domains not handled properlyMichal Zidek1-35/+37
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-09-24sss_cache tool invalidates records in memory cache.Michal Zidek1-0/+26
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-1/+4
2012-05-22Always use positional arguments in translatable stringsStephen Gallagher1-5/+5
2012-04-18sss_cache: Better error reportingJakub Hrozek1-37/+94
2012-04-18sss_cache: support invalidating services and autofs mapsJakub Hrozek1-9/+118
2012-02-29Keep sysdb context in domain info structSumit Bose1-8/+2
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina1-1/+1
2011-08-25New DEBUG facility - conversionPavel Březina1-1/+1
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-4/+4
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-5/+5
2011-05-16Fixed uninitialized value in sss_cacheJan Zeleny1-0/+1
2011-05-04Cache cleaning toolJan Zeleny1-0/+360