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_groups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
Use the same variable type like in struct ldb_message_element
Lukas Slebodnik
1
-1
/
+1
2013-08-08
Fix memory context for hash entries
Sumit Bose
1
-2
/
+4
2013-07-25
Prevent using uninitialized "group_name" in done section.
Lukas Slebodnik
1
-1
/
+1
2013-07-24
LDAP: Use domain-specific name where appropriate
Jakub Hrozek
1
-43
/
+33
2013-06-28
Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mapping
Sumit Bose
1
-1
/
+3
2013-06-07
LDAP: store FQDNs for trusted users and groups
Jakub Hrozek
1
-2
/
+10
2013-06-07
LDAP: new SDAP domain structure
Jakub Hrozek
1
-8
/
+8
2013-05-20
Fixing critical format string issues.
Lukas Slebodnik
1
-1
/
+2
2013-05-02
LDAP: always store SID if available
Sumit Bose
1
-21
/
+28
2013-04-19
LDAP: do not invalidate pointer with realloc while processing ghost users
Jakub Hrozek
1
-3
/
+13
2013-04-02
refactor nested group processing: replace old code
Pavel Březina
1
-1721
/
+5
2013-03-21
LDAP: If deref search fails, try again without deref
Jan Cholasta
1
-2
/
+12
2013-03-13
Fix initialization of multiple variables
Ondrej Kos
1
-1
/
+1
2013-02-27
sdap_fill_memberships: continue if a member is not foud in sysdb
Pavel Březina
1
-3
/
+7
2013-01-28
nested groups: fix group lookup hangs if member dn is incorrect
Pavel Březina
1
-0
/
+24
2013-01-15
Add domain argument to sysdb_search_groups()
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain arg to sysdb_search_users()
Simo Sorce
1
-7
/
+9
2013-01-15
Add domain argument to sysdb_store_group()
Simo Sorce
1
-3
/
+5
2013-01-15
Add domain argument to sysdb_set_user_attr()
Simo Sorce
1
-3
/
+7
2013-01-15
Add domain to sysdb_search_user_by_name()
Simo Sorce
1
-1
/
+1
2013-01-15
Make sysdb_domain_dn() require a domain.
Simo Sorce
1
-1
/
+1
2013-01-09
AD: Add user as a direct member of his primary group
Jakub Hrozek
1
-8
/
+109
2013-01-09
AD: replace GID/UID, do not add another one
Jakub Hrozek
1
-5
/
+3
2012-12-04
Indentation fix
Jakub Hrozek
1
-5
/
+2
2012-11-28
idmap: Silence DEBUG messages when dealing with built-in SIDs.
Michal Zidek
1
-27
/
+34
2012-11-20
LDAP: Only convert direct parents' ghost attribute to member
Jakub Hrozek
1
-3
/
+21
2012-11-19
LDAP: Refactor saving ghost users
Jakub Hrozek
1
-88
/
+99
2012-11-19
LDAP: use the correct memory context
Jakub Hrozek
1
-1
/
+1
2012-11-19
LDAP: Fix saving empty groups
Jakub Hrozek
1
-2
/
+4
2012-11-19
LDAP: Allocate the temporary context on NULL, not memctx
Jakub Hrozek
1
-1
/
+1
2012-11-16
fix -O3 variable may be uninitialized warnings
Pavel Březina
1
-4
/
+4
2012-11-15
Add ignore_group_members option.
Paul B. Henson
1
-1
/
+5
2012-11-01
LDAP: Better debug logging when saving groups
Stephen Gallagher
1
-11
/
+75
2012-11-01
LDAP: Fix off-by-one error when saving ghost users
Jakub Hrozek
1
-1
/
+1
2012-10-12
Create ghost users when a user DN is encountered in IPA
Jakub Hrozek
1
-37
/
+276
2012-09-24
SYSDB: Remove unnecessary domain parameter from several sysdb calls
Jakub Hrozek
1
-1
/
+1
2012-08-23
Unify usage of sysdb transactions
Michal Zidek
1
-5
/
+22
2012-07-09
Fix incorrect error-check
Stephen Gallagher
1
-1
/
+1
2012-06-20
Fix possible segfault in sdap_save_group()
Jan Zeleny
1
-2
/
+11
2012-06-15
Fixed debug message in sdap_save_group()
Jan Zeleny
1
-1
/
+1
2012-06-13
Fix an issue in ghost users
Jan Zeleny
1
-75
/
+47
2012-06-13
LDAP: Auto-detect support for the ldap match rule
Stephen Gallagher
1
-0
/
+1
2012-06-13
LDAP: Add support for AD chain matching extension in group lookups
Stephen Gallagher
1
-9
/
+153
2012-06-12
LDAP: Remove redundant check
Stephen Gallagher
1
-11
/
+0
2012-05-31
Add support for filtering atributes
Jan Zeleny
1
-5
/
+5
2012-05-31
Ghost members - support in LDAP provider
Jan Zeleny
1
-186
/
+286
2012-05-22
LDAP nested groups: Do not process callback with _post deep in the nested str...
Jakub Hrozek
1
-12
/
+10
2012-05-16
Use the sysdb attribute name, not LDAP attribute name
Jakub Hrozek
1
-1
/
+1
2012-05-10
LDAP: Handle very large Active Directory groups
Stephen Gallagher
1
-17
/
+37
2012-05-10
LDAP: Add attr_count return value to build_attrs_from_map()
Stephen Gallagher
1
-6
/
+8
[next]