summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-112-3/+5
* Fix formating of variables with type: ssize_tLukas Slebodnik2013-09-111-1/+1
* Fix two minor typosYuri Chornoivan2013-07-251-1/+1
* TOOLS: Update all services with sss_debuglevelOndrej Kos2013-07-191-2/+7
* sss_cache: Add option to invalidate all entriesMichal Zidek2013-07-101-0/+14
* Do not copy special files when creating homedirOndrej Kos2013-07-091-68/+3
* Fix minor typosYuri Chornoivan2013-06-121-1/+1
* 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
* Move nscd.c from tools to utilOndrej Kos2013-05-212-105/+0
* Fixing critical format string issues.Lukas Slebodnik2013-05-205-8/+12
* Inform about function duplication.Michal Zidek2013-04-171-0/+3
* sss_cache: Remove annoying messagesMichal Zidek2013-04-151-8/+6
* sss_cache: support for subdomainsMichal Zidek2013-04-151-57/+117
* Wrong condition after waitpid.Michal Zidek2013-04-051-1/+1
* Check for waitpid failure at wrong place.Michal Zidek2013-04-052-10/+9
* Return errno, not -1 on failure in files.cJakub Hrozek2013-04-031-0/+1
* Reuse sss_open_cloexec at other places in code.Lukas Slebodnik2013-03-131-66/+4
* Remove the alt_db_path parameter of sysdb_initMichal Zidek2013-03-051-1/+1
* tools: append new line to string from poptStrerror()Milan Cejnar2013-02-211-1/+13
* Add function get_next_domain()Simo Sorce2013-02-102-3/+8
* Unchecked return value in files.cMichal Zidek2013-01-291-1/+9
* TOOLS: Compile on old platforms such as RHEL5Jakub Hrozek2013-01-281-37/+140
* 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