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