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
/
responder
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-09
mmap_cache: Do not remove record from chain twice
Lukas Slebodnik
1
-0
/
+6
2013-09-03
Include sys/types.h for types id_t and uid_t
Lukas Slebodnik
1
-0
/
+1
2013-08-28
DP: Use the correct type for DBus boolean
Jakub Hrozek
1
-2
/
+5
2013-08-28
NSS: Descend into subdomains if enumerate=true
Jakub Hrozek
1
-12
/
+12
2013-08-28
mmap_cache: Use stricter check for hash keys.
Lukas Slebodnik
1
-4
/
+6
2013-08-28
mmap_cache: Skip records which doesn't have same hash
Lukas Slebodnik
1
-2
/
+34
2013-08-28
sss_packet_grow: correctly pad packet length to 512B
Pavel Březina
1
-1
/
+1
2013-08-26
PAC: Skip SIDs that cannot be resolved to domain
Jakub Hrozek
1
-2
/
+4
2013-08-26
PAC: use SID instead of GID to search for groups
Sumit Bose
1
-48
/
+41
2013-08-26
PAC: do not fail if a single group cannot be added/removed
Sumit Bose
1
-18
/
+31
2013-08-26
PAC: read user DN instead of constructing it
Sumit Bose
1
-5
/
+17
2013-08-26
PAC: handle non-POSIX groups in cache
Sumit Bose
2
-11
/
+9
2013-08-26
PAC: do not create users with missing GID
Sumit Bose
1
-0
/
+14
2013-08-26
PAC: if user entry already exists keep it
Sumit Bose
3
-86
/
+10
2013-08-22
pam: Bad debug message format and parameter.
Michal Zidek
1
-1
/
+2
2013-08-22
mmap_cache: Use sss_atomic_write_s instead of write.
Michal Zidek
1
-2
/
+11
2013-08-19
mmap_cache: Store corrupted mmap cache before reset
Michal Zidek
1
-0
/
+66
2013-08-19
mmap_cache: Use better checks for corrupted mc in responder
Michal Zidek
1
-3
/
+53
2013-08-19
mmap_cache: Off by one error.
Michal Zidek
1
-6
/
+6
2013-08-19
fill_initgr: add original primary GID if available
Sumit Bose
1
-0
/
+27
2013-08-11
mmap_cache: Check if slot and name_ptr are not invalid.
Michal Zidek
2
-2
/
+54
2013-08-08
PAM: Set negcache if user is not found after provider check
Jakub Hrozek
1
-0
/
+10
2013-08-08
PAM: Check negcache when searching for fully qualified users, too
Jakub Hrozek
1
-0
/
+8
2013-08-08
NSS: Clear cached netgroups if a request comes in from the sss_cache
Lukas Slebodnik
3
-0
/
+54
2013-08-08
NSS: allow removing entries from netgroup hash table
Lukas Slebodnik
3
-1
/
+32
2013-08-05
SSH: Ensure that cmd_ctx->name will not be NULL.
Lukas Slebodnik
1
-4
/
+6
2013-07-31
Fix netgroup lookup when using fully qualified name
Pavel Březina
1
-2
/
+2
2013-07-29
Netgroups should ignore the 'use_fully_qualified_names' setting
Stephen Gallagher
1
-8
/
+6
2013-07-29
Remove unused memory context
Lukas Slebodnik
1
-6
/
+6
2013-07-22
SUDO: realloc with sizeof(uint32_t) when adding uint32_t
Jakub Hrozek
1
-1
/
+1
2013-07-18
Do not try to set password when authtok_length is zero
Ondrej Kos
1
-2
/
+6
2013-07-16
remove unused variable
Pavel Březina
1
-4
/
+0
2013-07-16
Remove unused function parameter
Lukas Slebodnik
1
-3
/
+1
2013-07-15
Missing space in debug message
Michal Zidek
1
-2
/
+2
2013-06-27
Do not call sss_cmd_done in function check_cache.
Lukas Slebodnik
1
-6
/
+0
2013-06-27
Handle too many results from getnetgr.
Lukas Slebodnik
1
-1
/
+13
2013-06-27
SSH: Update known_hosts file after unsuccessful requests as well.
Jan Cholasta
1
-20
/
+36
2013-06-27
sudo responder: use different callback for oob refresh
Pavel Březina
1
-6
/
+8
2013-06-24
PAC: do not delete originalDN or cached password if present
Sumit Bose
1
-1
/
+26
2013-06-19
PAC: do not expect that sysdb_search_object_by_sid() return ENOENT
Sumit Bose
1
-8
/
+8
2013-06-07
New utility function sss_get_domain_name
Jakub Hrozek
2
-19
/
+10
2013-06-06
Enhance PAC responder for AD users
Sumit Bose
3
-927
/
+659
2013-06-04
Lookup domains at startup
Sumit Bose
8
-0
/
+89
2013-05-30
Remove branching to improve readability
Jakub Hrozek
1
-23
/
+11
2013-05-30
Allow flat name in the FQname format
Jakub Hrozek
1
-3
/
+3
2013-05-30
Add utility functions for formatting fully-qualified names
Jakub Hrozek
3
-34
/
+22
2013-05-20
Fixing critical format string issues.
Lukas Slebodnik
7
-14
/
+25
2013-05-10
sudo responder: search rules for subdomains in parent domain subtree
Pavel Březina
1
-0
/
+5
2013-05-10
Add missing \n to debug string
Sumit Bose
1
-1
/
+1
2013-05-07
SSH: Do not skip domains with use_fully_qualified_names in host key requests
Jan Cholasta
1
-6
/
+0
[next]