summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_cache.c
Commit message (Expand)AuthorAgeFilesLines
* sss_cache: fix case-sensitivity issueSumit Bose2013-12-191-27/+36
* sss_cache: initialize names member of sss_domain_infoSumit Bose2013-12-191-13/+10
* Fix two minor typosYuri Chornoivan2013-07-251-1/+1
* sss_cache: Add option to invalidate all entriesMichal Zidek2013-07-101-0/+14
* New utility function sss_get_domain_nameJakub Hrozek2013-06-071-8/+4
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-2/+1
* sss_cache: Remove annoying messagesMichal Zidek2013-04-151-8/+6
* sss_cache: support for subdomainsMichal Zidek2013-04-151-57/+117
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* Add function get_next_domain()Simo Sorce2013-02-101-1/+1
* sss_cache: Call DEBUG_INIT soonerMichal Zidek2013-01-161-2/+3
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-2/+3
* Add domain argument to sysdb autofs functionsSimo Sorce2013-01-151-1/+1
* Add domain arg to sysdb_search/delete_netgroup()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_search_custom()Simo Sorce2013-01-151-2/+5
* Add domain argument to sysdb_set_netgroup_attr()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_set_group_attr()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-6/+8
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-10/+11
* Refactor single domain initializationSimo Sorce2013-01-151-3/+2
* Refactor sysdb initializationSimo Sorce2013-01-151-21/+10
* Use new sysdb_search_service() in sss_cacheSimo Sorce2013-01-141-35/+4
* Revert "Add a default section to a switch-statement"Simo Sorce2013-01-091-12/+8
* Add a default section to a switch-statementSumit Bose2013-01-091-0/+3
* Remove unhelpful vtable from sss_cacheSimo Sorce2013-01-081-24/+30
* sss_cache: fqdn not acceptedMichal Zidek2013-01-041-14/+149
* sss_cache: Small refactor.Michal Zidek2012-11-281-58/+3
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+2
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-061-20/+56
* sss_cache: Multiple domains not handled properlyMichal Zidek2012-11-061-35/+37
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-241-0/+26
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-1/+4
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-221-5/+5
* sss_cache: Better error reportingJakub Hrozek2012-04-181-37/+94
* sss_cache: support invalidating services and autofs mapsJakub Hrozek2012-04-181-9/+118
* Keep sysdb context in domain info structSumit Bose2012-02-291-8/+2
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+1
* New DEBUG facility - conversionPavel Březina2011-08-251-1/+1
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-4/+4
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-5/+5
* Fixed uninitialized value in sss_cacheJan Zeleny2011-05-161-0/+1
* Cache cleaning toolJan Zeleny2011-05-041-0/+360