summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+67
* 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 Sledz1-0/+34
* 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-29wbinfo: Add --gid-info option.Kai Blin1-0/+30
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+1984
Don't move source4 files yet to not confuse git's rename tracking too much.