summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_accounts.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Explicitly ignore groups with gidNumber=0Jakub Hrozek1-10/+17
2011-07-27Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek1-8/+44
2011-06-02Non-posix group processing - ldap provider and nss responderJan Zeleny1-16/+67
2011-05-25Sanitize username during initgroups callSumit Bose1-1/+7
2011-05-25Separate return paths for success and failure in sdap_nested_group_check_cacheJakub Hrozek1-6/+10
2011-05-24Fix uninitialized scalar variable in sdap_nested_group_check_cacheJakub Hrozek1-2/+4
2011-05-20Use dereference when processing RFC2307bis nested groupsJakub Hrozek1-14/+454
2011-05-20Refactor RFC2307bis nested group processingJakub Hrozek1-123/+188
2011-05-20Use fake users during RFC2307bis nested group processingJakub Hrozek1-13/+165
2011-05-20Change sysdb_add_fake_user to add OriginalDNJakub Hrozek1-1/+1
2011-05-20IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher1-2/+5
2011-05-16Possible memory leak fixedJan Zeleny1-1/+1
2011-05-16Fixed wrong variable in sdap_initgr_nested_storeJan Zeleny1-1/+1
2011-04-01Only save members for successfully saved groupsJakub Hrozek1-2/+17
2011-03-30Fall back to cn if gecos is not availableStephen Gallagher1-0/+9
2011-03-28Mark transaction as done when cancelledJakub Hrozek1-2/+8
2011-03-28RFC2307: Ignore zero-length member names in group lookupsStephen Gallagher1-0/+4
2011-03-28Always complete the transaction in sdap_process_group_members_2307Stephen Gallagher1-0/+11
2011-03-28Fix typo in sdap_nested_group_process_stepJakub Hrozek1-1/+1
2011-03-24Return from functions in LDAP provider after marking request as failedJakub Hrozek1-1/+4
2011-03-23Add sysdb_attrs_primary_name_list() routineStephen Gallagher1-18/+22
2011-03-23Use sysdb_attrs_primary_name() in sdap_initgr_nested_store_groupStephen Gallagher1-1/+3
2011-03-23Use fake groups during IPA schema initgroupsJakub Hrozek1-114/+418
2011-03-23Add originalDN to fake groupsJakub Hrozek1-1/+10
2011-03-23RFC2307bis: Ignore aliases for groupsStephen Gallagher1-14/+26
2011-03-23RFC2307: Ignore aliases for groupsStephen Gallagher1-23/+35
2011-03-23Ignore aliases for usersStephen Gallagher1-20/+26
2011-03-22Sanitize DN when searching the original DN in the cacheSumit Bose1-1/+9
2011-03-17Fix incorrect return value checkStephen Gallagher1-1/+1
2011-03-15Fix LDAP search filter for nested initgroupsJakub Hrozek1-1/+1
2011-03-14Require existence of GID number and name in group searchesStephen Gallagher1-10/+20
2011-02-21IPA provider: remove deleted groups during initgroups()Stephen Gallagher1-3/+112
2011-02-01Sanitize search filters for nested group lookupsStephen Gallagher1-3/+17
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-8/+33
2011-01-21Fix nested group handling during enumerationSumit Bose1-0/+14
2011-01-21Add missing include file to sdap_async_accounts.cStephen Gallagher1-0/+1
2011-01-21Add the user's primary group to the initgroups lookupStephen Gallagher1-6/+49
2011-01-19Don't double-sanitize member DNsStephen Gallagher1-12/+4
2011-01-17Add timeout parameter to sdap_get_generic_send()Sumit Bose1-14/+38
2011-01-14Add missing sysdb transaction to group enumerationsStephen Gallagher1-12/+45
2010-12-21Add all values of a multi-valued user attributeSumit Bose1-12/+15
2010-12-07ldap: Use USN entries if available.Simo Sorce1-54/+90
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher1-6/+6
2010-11-15Sanitize search filters in LDAP providerStephen Gallagher1-3/+28
2010-11-15Sanitize sysdb dn for memberof lookupStephen Gallagher1-1/+11
2010-11-15Sanitize sysdb filters in the LDAP providerStephen Gallagher1-2/+11
2010-10-26Always use uint32_t for UID/GID numbersJakub Hrozek1-17/+12
2010-10-18set in_transaction explicitly to falseJakub Hrozek1-1/+1
2010-10-18Use unsigned long for conversion to id_tJakub Hrozek1-32/+14
2010-10-18Add proper nested initgroup support for RFC2307bis serversStephen Gallagher1-3/+761