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
/
providers
/
ldap
/
sdap_async_initgroups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-27
LDAP: Allow searching subdomain during RFC2307bis initgroups
Jakub Hrozek
1
-9
/
+11
2013-09-27
LDAP: Require ID numbers when ID mapping is off
Jakub Hrozek
1
-4
/
+55
2013-09-26
sysdb: get_sysdb_grouplist() can return either names or dn
Pavel Březina
1
-16
/
+49
2013-09-11
Fix formating of variables with type: size_t
Lukas Slebodnik
1
-7
/
+10
2013-08-19
sysdb_add_incomplete_group: store SID string is available
Sumit Bose
1
-8
/
+17
2013-08-19
save_rfc2307bis_user_memberships: use fq names for subdomains
Sumit Bose
1
-0
/
+16
2013-08-19
sdap_add_incomplete_groups: use fully qualified name if needed
Sumit Bose
1
-4
/
+14
2013-08-19
sdap_get_initgr_done: use the right SID to get a GID
Sumit Bose
1
-1
/
+2
2013-08-07
Fix memory context for a state member
Sumit Bose
1
-1
/
+1
2013-07-24
LDAP: Use domain-specific name where appropriate
Jakub Hrozek
1
-27
/
+24
2013-06-28
Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mapping
Sumit Bose
1
-7
/
+13
2013-06-07
LDAP: return sdap search return code to ID
Jakub Hrozek
1
-2
/
+2
2013-06-07
LDAP: new SDAP domain structure
Jakub Hrozek
1
-8
/
+10
2013-06-07
LDAP: Pass in a connection to ID functions
Jakub Hrozek
1
-1
/
+4
2013-03-21
LDAP: If deref search fails, try again without deref
Jan Cholasta
1
-1
/
+11
2013-03-20
ldap: Fallback option for rfc2307 schema
Simo Sorce
1
-2
/
+15
2013-03-19
Removing unused declaration of functions and variable.
Lukas Slebodnik
1
-10
/
+0
2013-03-13
Fix initialization of multiple variables
Ondrej Kos
1
-1
/
+1
2013-01-21
Remove sysdb as a be context structure member
Simo Sorce
1
-1
/
+1
2013-01-15
LDAP: avoid complex realloc logic in save_rfc2307bis_group_memberships
Jakub Hrozek
1
-12
/
+4
2013-01-15
Add domain arguemnt to sysdb_get_real_name()
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain arg to sysdb group member functions
Simo Sorce
1
-5
/
+7
2013-01-15
Add domain arguments to sysdb_add_group functions.
Simo Sorce
1
-2
/
+2
2013-01-15
Add domain to sysdb_search_group_by_name()
Simo Sorce
1
-6
/
+12
2013-01-15
Add domain to sysdb_search_user_by_name()
Simo Sorce
1
-10
/
+22
2012-12-10
LDAP: remove dead assignment
Jakub Hrozek
1
-1
/
+0
2012-12-05
LDAP: Continue adjusting group membership even if there is nothing to add
Jakub Hrozek
1
-2
/
+1
2012-09-24
sdap_add_incomplete_groups(): fix ret may be uninitialized warning
Pavel Březina
1
-1
/
+1
2012-09-24
AD: Optimize initgroups lookups with tokenGroups
Stephen Gallagher
1
-4
/
+20
2012-08-23
Unify usage of sysdb transactions
Michal Zidek
1
-27
/
+47
2012-08-21
Remove compilation warning: ret may be uninitialized
Pavel Březina
1
-0
/
+2
2012-08-21
Process all groups from a single nesting level
Jakub Hrozek
1
-4
/
+14
2012-08-10
When ldap_group_nesting_level was reached, the LDAP provider tried to link gr...
Michal Zidek
1
-1
/
+45
2012-06-13
LDAP: Auto-detect support for the ldap match rule
Stephen Gallagher
1
-1
/
+3
2012-06-13
LDAP: Add support for AD chain matching extension in initgroups
Stephen Gallagher
1
-9
/
+20
2012-06-12
LDAP: Make sdap_initgr_common_store() non-static
Stephen Gallagher
1
-7
/
+7
2012-06-12
LDAP: Add helper function to get list of a user's groups from sysdb
Stephen Gallagher
1
-33
/
+64
2012-06-12
LDAP: Fix incorrect switch statement in sdap_get_initgr_done()
Stephen Gallagher
1
-1
/
+1
2012-05-31
Utilize attribute exclusion in LDAP initgroups
Jan Zeleny
1
-3
/
+33
2012-05-31
Add support for filtering atributes
Jan Zeleny
1
-10
/
+10
2012-05-31
Ghost members - removed sdap_check_aliases()
Jan Zeleny
1
-7
/
+0
2012-05-10
LDAP: Add attr_count return value to build_attrs_from_map()
Stephen Gallagher
1
-5
/
+5
2012-05-03
LDAP: Treat groups with unmappable SIDs as non-POSIX groups
Stephen Gallagher
1
-9
/
+12
2012-05-03
LDAP: Add helper function to map IDs
Stephen Gallagher
1
-16
/
+5
2012-05-03
LDAP: Add helper routine to convert LDAP blob to SID string
Stephen Gallagher
1
-28
/
+144
2012-03-08
Fix nested groups processing
Jakub Hrozek
1
-26
/
+60
2012-03-05
Use proper errno code
Jakub Hrozek
1
-1
/
+1
2012-02-24
Modifications to simplify list_missing_attrs
Jan Zeleny
1
-1
/
+1
2012-02-24
LDAP: Only use paging control on requests for multiple entries
Stephen Gallagher
1
-6
/
+12
2012-02-23
LDAP: Properly assign orig_dn
Stephen Gallagher
1
-0
/
+1
[next]