index
:
sssd
build-fixes
build-fixes-1
heimdal
heimdal-1
master
System Security Services Daemon
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
Fix formating of variables with type: uid_t
Lukas Slebodnik
2
-3
/
+5
2013-09-11
Fix formating of variables with type: ssize_t
Lukas Slebodnik
1
-1
/
+1
2013-07-25
Fix two minor typos
Yuri Chornoivan
1
-1
/
+1
2013-07-19
TOOLS: Update all services with sss_debuglevel
Ondrej Kos
1
-2
/
+7
2013-07-10
sss_cache: Add option to invalidate all entries
Michal Zidek
1
-0
/
+14
2013-07-09
Do not copy special files when creating homedir
Ondrej Kos
1
-68
/
+3
2013-06-12
Fix minor typos
Yuri Chornoivan
1
-1
/
+1
2013-06-07
New utility function sss_get_domain_name
Jakub Hrozek
1
-8
/
+4
2013-05-30
Add utility functions for formatting fully-qualified names
Jakub Hrozek
1
-2
/
+1
2013-05-21
Move nscd.c from tools to util
Ondrej Kos
2
-105
/
+0
2013-05-20
Fixing critical format string issues.
Lukas Slebodnik
5
-8
/
+12
2013-04-17
Inform about function duplication.
Michal Zidek
1
-0
/
+3
2013-04-15
sss_cache: Remove annoying messages
Michal Zidek
1
-8
/
+6
2013-04-15
sss_cache: support for subdomains
Michal Zidek
1
-57
/
+117
2013-04-05
Wrong condition after waitpid.
Michal Zidek
1
-1
/
+1
2013-04-05
Check for waitpid failure at wrong place.
Michal Zidek
2
-10
/
+9
2013-04-03
Return errno, not -1 on failure in files.c
Jakub Hrozek
1
-0
/
+1
2013-03-13
Reuse sss_open_cloexec at other places in code.
Lukas Slebodnik
1
-66
/
+4
2013-03-05
Remove the alt_db_path parameter of sysdb_init
Michal Zidek
1
-1
/
+1
2013-02-21
tools: append new line to string from poptStrerror()
Milan Cejnar
1
-1
/
+13
2013-02-10
Add function get_next_domain()
Simo Sorce
2
-3
/
+8
2013-01-29
Unchecked return value in files.c
Michal Zidek
1
-1
/
+9
2013-01-28
TOOLS: Compile on old platforms such as RHEL5
Jakub Hrozek
1
-37
/
+140
2013-01-23
TOOLS: Use file descriptor to avoid races when creating a home directory
Jakub Hrozek
3
-351
/
+361
2013-01-23
TOOLS: Use openat/unlinkat when removing the homedir
Jakub Hrozek
1
-42
/
+41
2013-01-21
TOOLS: invalidate parent groups in memory cache, too
Jakub Hrozek
4
-8
/
+71
2013-01-16
tools: Respect use_fully_qualified_names
Michal Zidek
1
-0
/
+9
2013-01-16
sss_cache: Call DEBUG_INIT sooner
Michal Zidek
1
-2
/
+3
2013-01-15
TOOLS: Refresh memcache after changes to local users and groups
Jakub Hrozek
2
-0
/
+42
2013-01-15
TOOLS: Provide a convenience function to refresh a list of groups
Jakub Hrozek
2
-0
/
+22
2013-01-15
TOOLS: Split querying nss responder into a separate function
Jakub Hrozek
4
-32
/
+68
2013-01-15
TOOLS: move memcache related functions to tools_mc_utils.c
Jakub Hrozek
3
-161
/
+188
2013-01-15
TOOLS: set domain in check_group_names
Jakub Hrozek
1
-0
/
+1
2013-01-15
Add domain arguments to sysdb services functions
Simo Sorce
1
-2
/
+3
2013-01-15
Add domain argument to sysdb autofs functions
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain arg to sysdb_search/delete_netgroup()
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain argument to sysdb_search_groups()
Simo Sorce
2
-2
/
+4
2013-01-15
Add domain arg to sysdb_search_users()
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain argument to sysdb_search_custom()
Simo Sorce
1
-2
/
+5
2013-01-15
Add domain argument to sysdb_cache_password()
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain arguments to sysdb_add_group functions.
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain argument to sysdb_add_user()
Simo Sorce
2
-2
/
+3
2013-01-15
Add domain argument to sysdb_set_netgroup_attr()
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain argument to sysdb_set_group_attr()
Simo Sorce
2
-2
/
+3
2013-01-15
Add domain argument to sysdb_set_user_attr()
Simo Sorce
2
-7
/
+10
2013-01-15
Add domain to sysdb_search_group_by_name()
Simo Sorce
1
-3
/
+3
2013-01-15
Add domain to sysdb_search_user_by_name()
Simo Sorce
1
-1
/
+1
2013-01-15
Pass domain to sysdb_get<pw/gr>nam() functions
Simo Sorce
2
-5
/
+9
2013-01-15
Make sysdb_group_dn() require a domain explictly.
Simo Sorce
2
-7
/
+7
2013-01-15
Make sysdb_user_dn() require a domain explictly.
Simo Sorce
1
-3
/
+3
[next]