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
/
providers
/
ldap
/
sdap_async_accounts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle non-POSIX groups in nesting
sssd-1.5.1-40.el6
Jan Zeleny
2011-06-02
1
-16
/
+57
*
Sanitize username during initgroups call
sssd-1.5.1-37.el6
Sumit Bose
2011-05-25
1
-1
/
+7
*
IPA Provider: don't fail if user is not a member of any groups
Stephen Gallagher
2011-05-24
1
-2
/
+5
*
Only save members for successfully saved groups
Jakub Hrozek
2011-05-24
1
-2
/
+17
*
Fall back to cn if gecos is not available
sssd-1.5.1-23.el6
Stephen Gallagher
2011-03-30
1
-0
/
+9
*
Always complete the transaction in sdap_process_group_members_2307
sssd-1.5.1-21.el6
Stephen Gallagher
2011-03-28
1
-3
/
+24
*
Return from functions in LDAP provider after marking request as failed
sssd-1.5.1-20.el6
Jakub Hrozek
2011-03-25
1
-1
/
+4
*
Add sysdb_attrs_primary_name_list() routine
Stephen Gallagher
2011-03-23
1
-18
/
+22
*
Use fake groups during IPA initgroups
Jakub Hrozek
2011-03-23
1
-115
/
+430
*
Ignore alternate names for users and groups
Stephen Gallagher
2011-03-23
1
-57
/
+87
*
Sanitize DN when searching the original DN in the cache
Sumit Bose
2011-03-22
1
-1
/
+9
*
Fix incorrect return value check
Stephen Gallagher
2011-03-17
1
-1
/
+1
*
Ignore users and groups that lack mandatory attributes
Stephen Gallagher
2011-03-17
1
-10
/
+20
*
IPA provider: remove deleted groups during initgroups()
Stephen Gallagher
2011-02-21
1
-3
/
+112
*
Sanitize search filters for nested group lookups
Stephen Gallagher
2011-02-15
1
-3
/
+17
*
Delete attributes that are removed from LDAP
Stephen Gallagher
2011-01-21
1
-8
/
+33
*
Fix nested group handling during enumeration
Sumit Bose
2011-01-21
1
-0
/
+14
*
Add missing include file to sdap_async_accounts.c
Stephen Gallagher
2011-01-21
1
-0
/
+1
*
Add the user's primary group to the initgroups lookup
Stephen Gallagher
2011-01-21
1
-6
/
+49
*
Don't double-sanitize member DNs
Stephen Gallagher
2011-01-19
1
-12
/
+4
*
Add timeout parameter to sdap_get_generic_send()
Sumit Bose
2011-01-17
1
-14
/
+38
*
Add missing sysdb transaction to group enumerations
Stephen Gallagher
2011-01-14
1
-12
/
+45
*
Add all values of a multi-valued user attribute
Sumit Bose
2010-12-21
1
-12
/
+15
*
ldap: Use USN entries if available.
Simo Sorce
2010-12-07
1
-54
/
+90
*
Fix const cast warning for sysdb_update_members
Stephen Gallagher
2010-11-15
1
-6
/
+6
*
Sanitize search filters in LDAP provider
Stephen Gallagher
2010-11-15
1
-3
/
+28
*
Sanitize sysdb dn for memberof lookup
Stephen Gallagher
2010-11-15
1
-1
/
+11
*
Sanitize sysdb filters in the LDAP provider
Stephen Gallagher
2010-11-15
1
-2
/
+11
*
Always use uint32_t for UID/GID numbers
Jakub Hrozek
2010-10-26
1
-17
/
+12
*
set in_transaction explicitly to false
Jakub Hrozek
2010-10-18
1
-1
/
+1
*
Use unsigned long for conversion to id_t
Jakub Hrozek
2010-10-18
1
-32
/
+14
*
Add proper nested initgroup support for RFC2307bis servers
Stephen Gallagher
2010-10-18
1
-3
/
+761
*
Modify sysdb_[add|remove]_group_member to accept users and groups
Stephen Gallagher
2010-10-18
1
-0
/
+1
*
Handle nested groups in RFC2307bis
Stephen Gallagher
2010-10-18
1
-1
/
+776
*
Make sdap_save_users_send handle zero users gracefully
Stephen Gallagher
2010-10-18
1
-0
/
+5
*
Save dummy member users during RFC2307 getgr{nam,gid}
Jakub Hrozek
2010-10-15
1
-82
/
+279
*
Save dummy groups to cache during initgroups
Jakub Hrozek
2010-10-15
1
-0
/
+125
*
Return all group members from getgr(nam|gid)
Ralf Haferkamp
2010-10-13
1
-12
/
+374
*
Shortcut for save_group() to accept sysdb DNs as member attributes
Ralf Haferkamp
2010-10-13
1
-4
/
+19
*
Request the correct attribute name
Jakub Hrozek
2010-09-22
1
-1
/
+1
*
Request all group attributes during initgroups processing
Stephen Gallagher
2010-09-22
1
-5
/
+6
*
Fixed printing of undefined value in sdap_async_accounts.c
Jan Zeleny
2010-09-02
1
-1
/
+1
*
Clean up initgroups processing for RFC2307
Stephen Gallagher
2010-08-03
1
-11
/
+89
*
Standardize on correct spelling of "principal" for krb5
Stephen Gallagher
2010-06-16
1
-2
/
+2
*
Properly handle missing originalMemberOf entry in initgroups
Stephen Gallagher
2010-06-10
1
-0
/
+1
*
Silence warnings with -O2
Jakub Hrozek
2010-04-30
1
-2
/
+4
*
sysdb: remove remaining traces of sysdb_handle
Simo Sorce
2010-04-12
1
-2
/
+0
*
Remove remaining use of sysdb_transaction_send
Simo Sorce
2010-04-12
1
-319
/
+99
*
sysdb: convert sysdb_store/add(_basic)_group
Simo Sorce
2010-04-12
1
-295
/
+100
*
sysdb: convert sysdb_store/add(_basic)_user
Simo Sorce
2010-04-12
1
-195
/
+85
[next]