summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups.c
Commit message (Expand)AuthorAgeFilesLines
* Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose2013-06-281-1/+3
* LDAP: store FQDNs for trusted users and groupsJakub Hrozek2013-06-071-2/+10
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-8/+8
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+2
* LDAP: always store SID if availableSumit Bose2013-05-021-21/+28
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* refactor nested group processing: replace old codePavel Březina2013-04-021-1721/+5
* LDAP: If deref search fails, try again without derefJan Cholasta2013-03-211-2/+12
* Fix initialization of multiple variablesOndrej Kos2013-03-131-1/+1
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* Add domain argument to sysdb_search_groups()Simo Sorce2013-01-151-1/+2
* Add domain arg to sysdb_search_users()Simo Sorce2013-01-151-7/+9
* Add domain argument to sysdb_store_group()Simo Sorce2013-01-151-3/+5
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-151-3/+7
* Add domain to sysdb_search_user_by_name()Simo Sorce2013-01-151-1/+1
* Make sysdb_domain_dn() require a domain.Simo Sorce2013-01-151-1/+1
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-091-5/+3
* Indentation fixJakub Hrozek2012-12-041-5/+2
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-281-27/+34
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-3/+21
* LDAP: Refactor saving ghost usersJakub Hrozek2012-11-191-88/+99
* LDAP: use the correct memory contextJakub Hrozek2012-11-191-1/+1
* LDAP: Fix saving empty groupsJakub Hrozek2012-11-191-2/+4
* LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek2012-11-191-1/+1
* fix -O3 variable may be uninitialized warningsPavel Březina2012-11-161-4/+4
* Add ignore_group_members option.Paul B. Henson2012-11-151-1/+5
* LDAP: Better debug logging when saving groupsStephen Gallagher2012-11-011-11/+75
* LDAP: Fix off-by-one error when saving ghost usersJakub Hrozek2012-11-011-1/+1
* Create ghost users when a user DN is encountered in IPAJakub Hrozek2012-10-121-37/+276
* SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek2012-09-241-1/+1
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-5/+22
* Fix incorrect error-checkStephen Gallagher2012-07-091-1/+1
* Fix possible segfault in sdap_save_group()Jan Zeleny2012-06-201-2/+11
* Fixed debug message in sdap_save_group()Jan Zeleny2012-06-151-1/+1
* Fix an issue in ghost usersJan Zeleny2012-06-131-75/+47
* LDAP: Auto-detect support for the ldap match ruleStephen Gallagher2012-06-131-0/+1
* LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher2012-06-131-9/+153
* LDAP: Remove redundant checkStephen Gallagher2012-06-121-11/+0
* Add support for filtering atributesJan Zeleny2012-05-311-5/+5
* Ghost members - support in LDAP providerJan Zeleny2012-05-311-186/+286
* LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek2012-05-221-12/+10
* Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2012-05-161-1/+1
* LDAP: Handle very large Active Directory groupsStephen Gallagher2012-05-101-17/+37
* LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher2012-05-101-6/+8
* LDAP: Add helper function to map IDsStephen Gallagher2012-05-031-46/+2
* LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2012-05-031-0/+5
* LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher2012-05-031-20/+4
* LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2012-05-031-18/+105