summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_cache.c
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Fix warning Value stored to is never readLukas Slebodnik2014-10-121-2/+0
* SSS_CACHE: Allow sss_cache tool to flush SSH hosts cacheWilliam B2014-09-051-9/+77
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-10/+16
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-30/+30
* SSS_CACHE: Reset the initgroups attribute when resetting usersJakub Hrozek2014-02-121-0/+6
* 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
* Remove unused parameter from search_autofsmapsLukas Slebodnik2013-11-271-11/+8
* Remove unused parameter from invalidate_entryLukas Slebodnik2013-11-271-3/+3
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-6/+6
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the autofs APIJakub Hrozek2013-11-151-1/+1
* 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