summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient
Commit message (Collapse)AuthorAgeFilesLines
* Fix Coverity ID 626: DEADCODEVolker Lendecke2009-04-281-5/+0
| | | | (cherry picked from commit eb247d6eb727b451727f454b0ec207f255341671)
* libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-151-8/+8
| | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-112-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.
* s3: Implement wbcGetpwsidDan Sledz2009-02-112-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.
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-1612-0/+6285
Don't move source4 files yet to not confuse git's rename tracking too much.