summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_accounts.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-08-031-11/+89
| | | | | | | | Instead of recursively updating all users of each group the user being queried belongs to, just add or remove membership for the requested user. Fixes https://fedorahosted.org/sssd/ticket/478
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-161-2/+2
| | | | https://fedorahosted.org/sssd/ticket/542
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
| | | | | | | Failing to return after the tevent_req_post() here can result in a null-pointer dereference (along with other hard-to-track bugs) https://fedorahosted.org/sssd/ticket/507
* 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
|
* sysdb: convert sysdb_search_entry and sysdb_delete_recursiveSimo Sorce2010-04-121-37/+11
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+2065
Also update BUILD.txt