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
/
nss
/
nsssrv_cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-29
Remove sysdb_get_ctx_from_list()
Sumit Bose
1
-14
/
+14
2012-02-13
Avoid uninitialized value comparison
Stephen Gallagher
1
-0
/
+3
2012-02-13
Allocate setent structure on state, not on the client context
Jakub Hrozek
1
-4
/
+4
2012-02-13
Remove setent structure when callback is called
Jakub Hrozek
1
-9
/
+4
2012-02-10
Fix group enumeration
Jakub Hrozek
1
-0
/
+2
2012-02-05
Split the logic to check cache expiration into separate function
Jakub Hrozek
1
-43
/
+17
2012-02-05
RESPONDERS: Refactor setent_req_list
Jakub Hrozek
1
-51
/
+24
2012-02-02
RESPONDERS: Provide a common sss_cmd_send_error function
Jakub Hrozek
1
-13
/
+1
2012-01-31
Refactor nss_cmd_send_empty
Jakub Hrozek
1
-34
/
+3
2012-01-27
NSS: Add getservbyname and getservbyport support to the NSS Responder
Stephen Gallagher
1
-0
/
+6
2012-01-23
Move sized_string declaration to utils
Stephen Gallagher
1
-11
/
+0
2012-01-23
DP: Fix bugs in sss_dp_get_account_int
Stephen Gallagher
1
-0
/
+1
2012-01-21
RESPONDER: Extend sss_dp_account_send() to include extra data
Stephen Gallagher
1
-4
/
+4
2012-01-09
nsssrv: use sized_string in fill_grent
Simo Sorce
1
-35
/
+48
2012-01-09
nsssrv: use sized_string in fill_pwent
Simo Sorce
1
-41
/
+56
2012-01-09
nsssrv: add string manipulation helper
Simo Sorce
1
-0
/
+11
2011-12-21
Return user and group names lowercased in case insensitive domains
Jakub Hrozek
1
-12
/
+32
2011-12-21
sss_get_cased_name utility function
Jakub Hrozek
1
-6
/
+3
2011-12-19
Pass client context to sss_dp_get_account_send
Jakub Hrozek
1
-1
/
+1
2011-12-16
Use the case sensitivity flag in responders
Jakub Hrozek
1
-12
/
+27
2011-12-16
Responders: Split getting domain by name into separate function
Jakub Hrozek
1
-16
/
+3
2011-12-07
Pass the correct private data into Data Provider callback
Jakub Hrozek
1
-1
/
+1
2011-12-05
Ignore NULL-terminator when checking UTF8-validity
Stephen Gallagher
1
-3
/
+3
2011-11-29
RESPONDER: Refactor DP requests into tevent_req style
Stephen Gallagher
1
-50
/
+111
2011-11-18
RESPONDER: Ensure that all input strings are valid UTF-8
Stephen Gallagher
1
-0
/
+21
2011-08-15
sysdb refactoring: deleted domain variables in sysdb API
Jan Zeleny
1
-7
/
+7
2011-08-08
Prevent segfault if vetoed_shells are specified without allowed_shells
Jakub Hrozek
1
-16
/
+19
2011-07-29
Add vetoed_shells option
John Hodrien
1
-1
/
+12
2011-07-21
Fix indexing of skipped groups
Jakub Hrozek
1
-2
/
+4
2011-06-27
fix typos
Simo Sorce
1
-5
/
+5
2011-06-02
Non-posix group processing - ldap provider and nss responder
Jan Zeleny
1
-3
/
+11
2011-05-31
Fix typo in initgroups negative cache check
Stephen Gallagher
1
-1
/
+1
2011-05-20
Add new options to override shell value
Jakub Hrozek
1
-1
/
+38
2011-05-20
Add a new option to override home directory value
Jakub Hrozek
1
-1
/
+133
2011-05-20
Add a new option to override primary GID number
Jakub Hrozek
1
-1
/
+9
2011-04-15
Fix regression where nonexistent entries were never added to the negative cache
Stephen Gallagher
1
-21
/
+21
2011-04-15
Fix a regression with the negative cache in multi-domain configurations
Stephen Gallagher
1
-3
/
+18
2011-01-06
Remove unused enumeration cache timeout checks
Sumit Bose
1
-30
/
+2
2011-01-06
Post enumeration tevent request if needed
Sumit Bose
1
-8
/
+41
2011-01-06
Return groups and users from all domains during enumeration
Sumit Bose
1
-3
/
+5
2010-10-26
Always use talloc_zero() to allocate cmdctx
Sumit Bose
1
-2
/
+2
2010-10-15
sysdb interface for adding fake users
Jakub Hrozek
1
-1
/
+1
2010-10-15
sysdb interface for adding incomplete groups
Jakub Hrozek
1
-1
/
+1
2010-10-13
Add netgroup support to the NSS responder
Stephen Gallagher
1
-2
/
+9
2010-10-13
Split out some helper functions for the NSS responder
Stephen Gallagher
1
-83
/
+17
2010-10-13
Require explicit setting of callback context for check_cache
Stephen Gallagher
1
-7
/
+13
2010-09-22
Initgroups on a non-cached user should go to the data provider
Stephen Gallagher
1
-1
/
+2
2010-09-08
Handle multiple simultaneous enumeration requests
Stephen Gallagher
1
-289
/
+706
2010-09-08
Dead assignments cleanup in NSS responder
Jan Zeleny
1
-5
/
+7
2010-06-17
Refactor the negative cache
Stephen Gallagher
1
-13
/
+14
[next]