summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)AuthorFilesLines
2013-09-24Include right header fileLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik2-3/+5
2013-09-11Fix formating of variables with type: ssize_tLukas Slebodnik1-1/+1
2013-07-25Fix two minor typosYuri Chornoivan1-1/+1
2013-07-19TOOLS: Update all services with sss_debuglevelOndrej Kos1-2/+7
2013-07-10sss_cache: Add option to invalidate all entriesMichal Zidek1-0/+14
2013-07-09Do not copy special files when creating homedirOndrej Kos1-68/+3
2013-06-12Fix minor typosYuri Chornoivan1-1/+1
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-05-21Move nscd.c from tools to utilOndrej Kos2-105/+0
2013-05-20Fixing critical format string issues.Lukas Slebodnik5-8/+12
2013-04-17Inform about function duplication.Michal Zidek1-0/+3
2013-04-15sss_cache: Remove annoying messagesMichal Zidek1-8/+6
2013-04-15sss_cache: support for subdomainsMichal Zidek1-57/+117
2013-04-05Wrong condition after waitpid.Michal Zidek1-1/+1
2013-04-05Check for waitpid failure at wrong place.Michal Zidek2-10/+9
2013-04-03Return errno, not -1 on failure in files.cJakub Hrozek1-0/+1
2013-03-13Reuse sss_open_cloexec at other places in code.Lukas Slebodnik1-66/+4
2013-03-05Remove the alt_db_path parameter of sysdb_initMichal Zidek1-1/+1
2013-02-21tools: append new line to string from poptStrerror()Milan Cejnar1-1/+13
2013-02-10Add function get_next_domain()Simo Sorce2-3/+8
2013-01-29Unchecked return value in files.cMichal Zidek1-1/+9
2013-01-28TOOLS: Compile on old platforms such as RHEL5Jakub Hrozek1-37/+140
2013-01-23TOOLS: Use file descriptor to avoid races when creating a home directoryJakub Hrozek3-351/+361
2013-01-23TOOLS: Use openat/unlinkat when removing the homedirJakub Hrozek1-42/+41
2013-01-21TOOLS: invalidate parent groups in memory cache, tooJakub Hrozek4-8/+71
2013-01-16tools: Respect use_fully_qualified_namesMichal Zidek1-0/+9
2013-01-16sss_cache: Call DEBUG_INIT soonerMichal Zidek1-2/+3
2013-01-15TOOLS: Refresh memcache after changes to local users and groupsJakub Hrozek2-0/+42
2013-01-15TOOLS: Provide a convenience function to refresh a list of groupsJakub Hrozek2-0/+22
2013-01-15TOOLS: Split querying nss responder into a separate functionJakub Hrozek4-32/+68
2013-01-15TOOLS: move memcache related functions to tools_mc_utils.cJakub Hrozek3-161/+188
2013-01-15TOOLS: set domain in check_group_namesJakub Hrozek1-0/+1
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 Sorce2-2/+4
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_cache_password()Simo Sorce1-1/+1
2013-01-15Add domain arguments to sysdb_add_group functions.Simo Sorce1-1/+2
2013-01-15Add domain argument to sysdb_add_user()Simo Sorce2-2/+3
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 Sorce2-2/+3
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce2-7/+10
2013-01-15Add domain to sysdb_search_group_by_name()Simo Sorce1-3/+3
2013-01-15Add domain to sysdb_search_user_by_name()Simo Sorce1-1/+1
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2-5/+9
2013-01-15Make sysdb_group_dn() require a domain explictly.Simo Sorce2-7/+7