summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
...
* TOOLS: Use file descriptor to avoid races when creating a home directoryJakub Hrozek2013-01-233-351/+361
* TOOLS: Use openat/unlinkat when removing the homedirJakub Hrozek2013-01-231-42/+41
* TOOLS: invalidate parent groups in memory cache, tooJakub Hrozek2013-01-214-8/+71
* tools: Respect use_fully_qualified_namesMichal Zidek2013-01-161-0/+9
* sss_cache: Call DEBUG_INIT soonerMichal Zidek2013-01-161-2/+3
* TOOLS: Refresh memcache after changes to local users and groupsJakub Hrozek2013-01-152-0/+42
* TOOLS: Provide a convenience function to refresh a list of groupsJakub Hrozek2013-01-152-0/+22
* TOOLS: Split querying nss responder into a separate functionJakub Hrozek2013-01-154-32/+68
* TOOLS: move memcache related functions to tools_mc_utils.cJakub Hrozek2013-01-153-161/+188
* TOOLS: set domain in check_group_namesJakub Hrozek2013-01-151-0/+1
* 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-152-2/+4
* 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_cache_password()Simo Sorce2013-01-151-1/+1
* Add domain arguments to sysdb_add_group functions.Simo Sorce2013-01-151-1/+2
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-152-2/+3
* 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-152-2/+3
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-152-7/+10
* Add domain to sysdb_search_group_by_name()Simo Sorce2013-01-151-3/+3
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-1/+1
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-152-5/+9
* Make sysdb_group_dn() require a domain explictly.Simo Sorce2013-01-152-7/+7
* Make sysdb_user_dn() require a domain explictly.Simo Sorce2013-01-151-3/+3
* Remove the sysdb_ctx_get_domain() function.Simo Sorce2013-01-151-10/+11
* Refactor single domain initializationSimo Sorce2013-01-153-9/+6
* 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
* tools: sss_userdel and groupdel remove entries from memory cacheMichal Zidek2012-12-132-0/+47
* sss_cache: Small refactor.Michal Zidek2012-11-283-58/+72
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-202-2/+3
* Display more information on DB version mismatchOndrej Kos2012-11-193-0/+4
* sss_cache: Remove fastcache even if sssd is not running.Michal Zidek2012-11-063-20/+152
* sss_cache: Multiple domains not handled properlyMichal Zidek2012-11-061-35/+37
* Include talloc log in our debug facilityMichal Zidek2012-10-2910-10/+10
* sss_debuglevel: Multiple arguments are treated as error.Michal Zidek2012-10-161-0/+6
* sss_seed: Improved error message when the domain does not exist.Michal Zidek2012-10-031-2/+5
* sss_seed: Passwords longer then PASS_MAX not allowed.Michal Zidek2012-10-031-1/+8
* sss_seed: Make only first line of password file valid.Michal Zidek2012-10-031-0/+36
* sss_seed: Show error message when interactive input fails.Michal Zidek2012-10-031-0/+1
* sss_seed: Option --debug did not work in sss_seed tool.Michal Zidek2012-10-031-4/+4
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-242-13/+6
* sss_cache tool invalidates records in memory cache.Michal Zidek2012-09-241-0/+26