summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
AgeCommit message (Collapse)AuthorFilesLines
2009-06-04libwbclient: Attempt to fix build on AIXKai Blin7-0/+7
2009-05-30talloc_strdup "dir" in wb_context_initVolker Lendecke1-1/+5
2009-05-30libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin2-3/+13
2009-05-30libwbclient: Silence a compiler warningKai Blin1-1/+1
2009-05-30libwbclient: Add async call framework.Kai Blin7-1/+1229
2009-04-23Fix Coverity ID 626: DEADCODEVolker Lendecke1-5/+0
2009-04-14libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner1-8/+8
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz2-0/+149
* Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function.
2009-02-11s3: Implement wbcGetpwsidDan Sledz2-1/+52
* Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3.
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin12-0/+6285
Don't move source4 files yet to not confuse git's rename tracking too much.