summaryrefslogtreecommitdiff
path: root/nsswitch/wbinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-19/+23
| | | | | Should make Solaris 10 builds look cleaner. Jeremy.
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-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.
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-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.
* wbinfo: Add --gid-info option.Kai Blin2008-12-291-0/+30
|
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+1984
Don't move source4 files yet to not confuse git's rename tracking too much.