Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 7 | -0/+7 | |
2009-05-30 | talloc_strdup "dir" in wb_context_init | Volker Lendecke | 1 | -1/+5 | |
2009-05-30 | libwbclient: Store the winbind socket dir to use in the wb_context | Kai Blin | 2 | -3/+13 | |
2009-05-30 | libwbclient: Silence a compiler warning | Kai Blin | 1 | -1/+1 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 7 | -1/+1229 | |
2009-04-23 | Fix Coverity ID 626: DEADCODE | Volker Lendecke | 1 | -5/+0 | |
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 2 | -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-11 | s3: Implement wbcGetpwsid | Dan Sledz | 2 | -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-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 12 | -0/+6285 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |