summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_accounts.c
Commit message (Expand)AuthorAgeFilesLines
* sdap_async_accounts.c splitJan Zeleny2011-08-151-5315/+0
* sysdb refactoring: memory context deletedJan Zeleny2011-08-151-12/+6
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-29/+20
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-111-3/+3
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-08-041-1/+3
* Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek2011-08-011-1/+1
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-07-271-10/+17
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-07-271-8/+44
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-021-16/+67
* Sanitize username during initgroups callSumit Bose2011-05-251-1/+7
* Separate return paths for success and failure in sdap_nested_group_check_cacheJakub Hrozek2011-05-251-6/+10
* Fix uninitialized scalar variable in sdap_nested_group_check_cacheJakub Hrozek2011-05-241-2/+4
* Use dereference when processing RFC2307bis nested groupsJakub Hrozek2011-05-201-14/+454
* Refactor RFC2307bis nested group processingJakub Hrozek2011-05-201-123/+188
* Use fake users during RFC2307bis nested group processingJakub Hrozek2011-05-201-13/+165
* Change sysdb_add_fake_user to add OriginalDNJakub Hrozek2011-05-201-1/+1
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-05-201-2/+5
* Possible memory leak fixedJan Zeleny2011-05-161-1/+1
* Fixed wrong variable in sdap_initgr_nested_storeJan Zeleny2011-05-161-1/+1
* Only save members for successfully saved groupsJakub Hrozek2011-04-011-2/+17
* Fall back to cn if gecos is not availableStephen Gallagher2011-03-301-0/+9
* Mark transaction as done when cancelledJakub Hrozek2011-03-281-2/+8
* RFC2307: Ignore zero-length member names in group lookupsStephen Gallagher2011-03-281-0/+4
* Always complete the transaction in sdap_process_group_members_2307Stephen Gallagher2011-03-281-0/+11
* Fix typo in sdap_nested_group_process_stepJakub Hrozek2011-03-281-1/+1
* Return from functions in LDAP provider after marking request as failedJakub Hrozek2011-03-241-1/+4
* Add sysdb_attrs_primary_name_list() routineStephen Gallagher2011-03-231-18/+22
* Use sysdb_attrs_primary_name() in sdap_initgr_nested_store_groupStephen Gallagher2011-03-231-1/+3
* Use fake groups during IPA schema initgroupsJakub Hrozek2011-03-231-114/+418
* Add originalDN to fake groupsJakub Hrozek2011-03-231-1/+10
* RFC2307bis: Ignore aliases for groupsStephen Gallagher2011-03-231-14/+26
* RFC2307: Ignore aliases for groupsStephen Gallagher2011-03-231-23/+35
* Ignore aliases for usersStephen Gallagher2011-03-231-20/+26
* Sanitize DN when searching the original DN in the cacheSumit Bose2011-03-221-1/+9
* Fix incorrect return value checkStephen Gallagher2011-03-171-1/+1
* Fix LDAP search filter for nested initgroupsJakub Hrozek2011-03-151-1/+1
* Require existence of GID number and name in group searchesStephen Gallagher2011-03-141-10/+20
* IPA provider: remove deleted groups during initgroups()Stephen Gallagher2011-02-211-3/+112
* Sanitize search filters for nested group lookupsStephen Gallagher2011-02-011-3/+17
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-211-8/+33
* Fix nested group handling during enumerationSumit Bose2011-01-211-0/+14
* Add missing include file to sdap_async_accounts.cStephen Gallagher2011-01-211-0/+1
* Add the user's primary group to the initgroups lookupStephen Gallagher2011-01-211-6/+49
* Don't double-sanitize member DNsStephen Gallagher2011-01-191-12/+4
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-14/+38
* Add missing sysdb transaction to group enumerationsStephen Gallagher2011-01-141-12/+45
* Add all values of a multi-valued user attributeSumit Bose2010-12-211-12/+15
* ldap: Use USN entries if available.Simo Sorce2010-12-071-54/+90
* Fix const cast warning for sysdb_update_membersStephen Gallagher2010-11-151-6/+6
* Sanitize search filters in LDAP providerStephen Gallagher2010-11-151-3/+28