s3: Implement wbcGetpwsid
authorDan Sledz <dsledz@isilon.com>
Tue, 10 Feb 2009 19:06:44 +0000 (11:06 -0800)
committerSteven Danneman <steven.danneman@isilon.com>
Thu, 12 Feb 2009 03:39:15 +0000 (19:39 -0800)
commitaed8e9aa0a887e31562ac9da38ee4a878a4dd4ba
treecc359f1206534de4b875ea06b822f0e8802908b6
parent4e69f23857289bd58f4adad85602c8afc3bed03a
s3: Implement wbcGetpwsid

* 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/libwbclient/wbc_pwd.c
nsswitch/libwbclient/wbclient.h
nsswitch/wbinfo.c
nsswitch/winbind_struct_protocol.h
source3/include/proto.h
source3/lib/winbind_util.c
source3/winbindd/winbindd.c
source3/winbindd/winbindd_proto.h
source3/winbindd/winbindd_user.c