summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_accounts.c
Commit message (Expand)AuthorAgeFilesLines
* Handle non-POSIX groups in nestingsssd-1.5.1-40.el6Jan Zeleny2011-06-021-16/+57
* Sanitize username during initgroups callsssd-1.5.1-37.el6Sumit Bose2011-05-251-1/+7
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-05-241-2/+5
* Only save members for successfully saved groupsJakub Hrozek2011-05-241-2/+17
* Fall back to cn if gecos is not availablesssd-1.5.1-23.el6Stephen Gallagher2011-03-301-0/+9
* Always complete the transaction in sdap_process_group_members_2307sssd-1.5.1-21.el6Stephen Gallagher2011-03-281-3/+24
* Return from functions in LDAP provider after marking request as failedsssd-1.5.1-20.el6Jakub Hrozek2011-03-251-1/+4
* Add sysdb_attrs_primary_name_list() routineStephen Gallagher2011-03-231-18/+22
* Use fake groups during IPA initgroupsJakub Hrozek2011-03-231-115/+430
* Ignore alternate names for users and groupsStephen Gallagher2011-03-231-57/+87
* 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
* Ignore users and groups that lack mandatory attributesStephen Gallagher2011-03-171-10/+20
* IPA provider: remove deleted groups during initgroups()Stephen Gallagher2011-02-211-3/+112
* Sanitize search filters for nested group lookupsStephen Gallagher2011-02-151-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
* Sanitize sysdb dn for memberof lookupStephen Gallagher2010-11-151-1/+11
* Sanitize sysdb filters in the LDAP providerStephen Gallagher2010-11-151-2/+11
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-261-17/+12
* set in_transaction explicitly to falseJakub Hrozek2010-10-181-1/+1
* Use unsigned long for conversion to id_tJakub Hrozek2010-10-181-32/+14
* Add proper nested initgroup support for RFC2307bis serversStephen Gallagher2010-10-181-3/+761
* Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher2010-10-181-0/+1
* Handle nested groups in RFC2307bisStephen Gallagher2010-10-181-1/+776
* Make sdap_save_users_send handle zero users gracefullyStephen Gallagher2010-10-181-0/+5
* Save dummy member users during RFC2307 getgr{nam,gid}Jakub Hrozek2010-10-151-82/+279
* Save dummy groups to cache during initgroupsJakub Hrozek2010-10-151-0/+125
* Return all group members from getgr(nam|gid)Ralf Haferkamp2010-10-131-12/+374
* Shortcut for save_group() to accept sysdb DNs as member attributesRalf Haferkamp2010-10-131-4/+19
* Request the correct attribute nameJakub Hrozek2010-09-221-1/+1
* Request all group attributes during initgroups processingStephen Gallagher2010-09-221-5/+6
* Fixed printing of undefined value in sdap_async_accounts.cJan Zeleny2010-09-021-1/+1
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-08-031-11/+89
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-161-2/+2
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Silence warnings with -O2Jakub Hrozek2010-04-301-2/+4
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-2/+0
* Remove remaining use of sysdb_transaction_sendSimo Sorce2010-04-121-319/+99
* sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce2010-04-121-295/+100
* sysdb: convert sysdb_store/add(_basic)_userSimo Sorce2010-04-121-195/+85