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
/
server
/
responder
/
nss
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-27
Fix enumerations (bug #42)
Simo Sorce
1
-12
/
+76
2009-05-26
Silence warnings
Simo Sorce
2
-4
/
+8
2009-05-26
Do not fire up backend search when the data provider is local
Jakub Hrozek
1
-14
/
+14
2009-05-15
added more flexible handling of client protocol
Sumit Bose
1
-0
/
+10
2009-05-06
Fix some more return paths using uninitalized ret
Simo Sorce
1
-3
/
+3
2009-04-29
Fix use of uninitialized return variable
Simo Sorce
1
-5
/
+5
2009-04-17
Force user check and discover user's domain
Simo Sorce
2
-278
/
+0
2009-04-16
Fix by_id enumeration with multiple domains
Simo Sorce
1
-0
/
+10
2009-04-14
Add common function to retrieve comma sep. lists
Simo Sorce
1
-11
/
+13
2009-04-14
Make reconnection to the Data Provider a global setting
Stephen Gallagher
1
-5
/
+2
2009-04-14
Add reconnection code between the NSS responder and the Data provider
Stephen Gallagher
1
-1
/
+52
2009-04-13
Fix a couple of segfaults and timeout checks
Simo Sorce
1
-30
/
+13
2009-04-13
Fix segfaults when passing an unknown domain
Simo Sorce
1
-9
/
+20
2009-04-09
Serialize requests vs backends.
Simo Sorce
1
-544
/
+702
2009-04-08
Change the way we retrieve domains
Simo Sorce
2
-177
/
+87
2009-04-07
Clean up warnings in SSSD
Stephen Gallagher
1
-8
/
+8
2009-04-07
Unify name parsing and reposnder headers
Simo Sorce
3
-149
/
+146
2009-04-01
Add way to use files as a proxy backend fro LOCAL
Simo Sorce
1
-28
/
+91
2009-04-01
Add a more flexible way to parse and filter names.
Simo Sorce
5
-280
/
+885
2009-03-27
Fix potential segfault if dp_ctx is still NULL.
Simo Sorce
1
-0
/
+9
2009-03-27
Make nsssrv use the common responder functions
Simo Sorce
4
-687
/
+200
2009-03-27
Fix uninitailized pointer and cut&paste error
Simo Sorce
1
-1
/
+5
2009-03-24
Fix build
Simo Sorce
2
-1
/
+4
2009-03-20
Retrieve some options from confdb
Simo Sorce
3
-11
/
+46
2009-03-20
Enhance server_setup
Simo Sorce
2
-1
/
+3
2009-03-18
Fix getgrent and getpwent calls
Simo Sorce
1
-2
/
+6
2009-03-13
Implement Negative cache for NSS
Simo Sorce
5
-3
/
+570
2009-03-10
Fix returning user with missing optional attributes.
Simo Sorce
1
-5
/
+8
2009-03-10
Treat uids and gids as 32 bit numbers not 64
Simo Sorce
1
-23
/
+21
2009-03-09
Always pass sss_domain_info to sysdb functions.
Simo Sorce
1
-27
/
+15
2009-03-09
use fixed paths to sockets to make sure clients and server are using the same
Sumit Bose
2
-1
/
+6
2009-03-06
Fix reporting non-default users.
Simo Sorce
2
-301
/
+314
2009-03-05
Remove _PW_ and _GR_ from SYSDB_ defines
Simo Sorce
1
-10
/
+10
2009-03-05
Implement GetCachedUsers in the InfoPipe
Stephen Gallagher
1
-2
/
+2
2009-03-04
Add enumeration backout period.
Simo Sorce
3
-2
/
+39
2009-02-28
Fix confdb issues.
Simo Sorce
1
-5
/
+5
2009-02-27
Refactor creation of domain_map into confdb
Stephen Gallagher
3
-100
/
+28
2009-02-26
Serialize access to sysdb and also exposes ldb transactions.
Simo Sorce
2
-30
/
+53
2009-02-26
Rebase the code to use talloc, tdb, tevent, ldb as external
Simo Sorce
4
-32
/
+32
2009-02-24
Add PAM responder
Sumit Bose
4
-0
/
+3379