index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
responder
Commit message (
Expand
)
Author
Age
Files
Lines
*
dhash: Add private pointer for delete callback
Simo Sorce
2009-12-08
1
-1
/
+1
*
Fix potential uninitialized value error in responder_dp.c
Stephen Gallagher
2009-12-08
1
-1
/
+1
*
Fix potential uninitialized value errors in nsssrv_cmd.c
Stephen Gallagher
2009-12-08
1
-1
/
+2
*
Use the custom password field in groups too.
Simo Sorce
2009-12-03
1
-3
/
+5
*
Use memberuid and not member in group enumerations
Simo Sorce
2009-12-03
1
-53
/
+8
*
Fix ticket #289
Simo Sorce
2009-11-23
1
-0
/
+18
*
Speed up user requests while offline
Stephen Gallagher
2009-11-23
4
-15
/
+25
*
Filter by id range before actually storing entries.
Simo Sorce
2009-11-20
1
-16
/
+0
*
Optimize sysdb_enumgrent
Simo Sorce
2009-11-20
1
-172
/
+178
*
Make the password field configurable in NSS
Jakub Hrozek
2009-11-18
3
-4
/
+14
*
Change the pam code to perform an initgroups call
Simo Sorce
2009-11-18
1
-1
/
+1
*
Change initgroups code to use and check the cache
Simo Sorce
2009-11-18
1
-196
/
+98
*
Change var name to make its use more clear.
Simo Sorce
2009-11-12
2
-7
/
+7
*
Fix check_cache bug in dealing with the callback
Simo Sorce
2009-11-12
1
-97
/
+104
*
Fix segfault on unknown user/domain
Stephen Gallagher
2009-11-09
1
-2
/
+2
*
Fix tevent_req error checking.
Simo Sorce
2009-11-09
1
-6
/
+1
*
Update midpoint refresh logic to be relative to cache timeout
Stephen Gallagher
2009-11-05
3
-9
/
+24
*
Move responsibility for entry expiration timeout
Simo Sorce
2009-10-27
4
-26
/
+12
*
Fix segfault
Simo Sorce
2009-10-27
1
-1
/
+1
*
Use standard coding practice to set last login
Simo Sorce
2009-10-26
1
-90
/
+128
*
Add support for offline auth cache timeout
Stephen Gallagher
2009-10-22
4
-3
/
+192
*
Add pam_ctx (similar to nss_ctx) for storing global PAM config
Stephen Gallagher
2009-10-22
2
-5
/
+25
*
Remove two unused functions.
Stephen Gallagher
2009-10-15
2
-18
/
+0
*
Fix offline authentication
Simo Sorce
2009-10-15
1
-16
/
+3
*
Remove DP process
Simo Sorce
2009-10-09
6
-72
/
+121
*
Remove unused btreemap code
Stephen Gallagher
2009-10-06
4
-4
/
+0
*
Make dp requests more robust
Simo Sorce
2009-10-05
1
-36
/
+109
*
Fix infinite loop with empty group enumeration
Stephen Gallagher
2009-09-29
1
-13
/
+15
*
Send debug messages to logfile
Jakub Hrozek
2009-09-25
2
-2
/
+6
*
Upgrade confdb to version 2
Stephen Gallagher
2009-09-25
4
-30
/
+47
*
Revert "Use syslog for logging error conditions in SSSD"
Stephen Gallagher
2009-09-23
9
-104
/
+88
*
Use syslog for logging error conditions in SSSD
Jakub Hrozek
2009-09-21
9
-88
/
+104
*
make cli_pid mandatory and increase version number of pam protocol
Sumit Bose
2009-09-14
1
-1
/
+25
*
Let the PAM client send its PID
Sumit Bose
2009-09-14
1
-0
/
+19
*
Fix getgrnam and getgrgid calls
Simo Sorce
2009-09-11
1
-7
/
+9
*
Add copyright notices
Jakub Hrozek
2009-09-11
2
-0
/
+42
*
Add support for the EntryCacheNoWaitRefreshTimeout
Stephen Gallagher
2009-09-09
3
-2
/
+53
*
Consolidate cache lookups in the NSS
Stephen Gallagher
2009-09-09
1
-177
/
+93
*
Split database in multiple files
Simo Sorce
2009-09-08
6
-30
/
+227
*
Fix two possible uninitialized values
Simo Sorce
2009-09-08
1
-3
/
+4
*
Turn enumeration into a boolean value
Simo Sorce
2009-08-31
2
-8
/
+4
*
Fix group replies when using member/memberof
Simo Sorce
2009-08-27
3
-197
/
+180
*
fix handling of filtersUsers in groups
Sumit Bose
2009-08-21
3
-31
/
+44
*
added missing hash_create which was remove by a previous patch
Sumit Bose
2009-08-18
1
-5
/
+14
*
Fix reconnection code
Simo Sorce
2009-08-17
8
-209
/
+116
*
Refactor responder_dp.c
Stephen Gallagher
2009-08-14
4
-117
/
+117
*
Don't go to the backend for identical cache entry requests
Stephen Gallagher
2009-08-14
2
-54
/
+294
*
Eliminate unnecessary explicit timeout for DP account requests
Stephen Gallagher
2009-08-12
1
-33
/
+19
*
Change the why DP clients identify
Simo Sorce
2009-08-11
9
-143
/
+69
*
Change services identification mechanism
Simo Sorce
2009-08-11
4
-150
/
+24
[next]