Add files for new LGPL libwbclient DSO implementing the Winbind client API
authorGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:57:34 +0000 (11:57 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:58:04 +0000 (11:58 -0600)
commita2481eda8c29255e8580b6070ea87f46ea7b4300
treecfdd712fa5e67665219b4f27680d0515882b4f34
parent657afffaae0ce25d0417095b67adbe1441835301
Add files for new LGPL libwbclient DSO implementing the Winbind client API
(based on the winbind_struct_protocol.h).

The API in incomplete, but sufficient to merge.  See wbclienbt.h for the i
interface functions.
(This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)
17 files changed:
source3/Makefile.in
source3/configure.in
source3/exports/libwbclient.syms [new file with mode: 0644]
source3/library-versions.in
source3/nsswitch/libwbclient/Doxyfile [new file with mode: 0644]
source3/nsswitch/libwbclient/libwbclient.h [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_err.h [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_err_internal.h [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_idmap.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_pam.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_pwd.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_sid.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbc_util.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbclient.c [new file with mode: 0644]
source3/nsswitch/libwbclient/wbclient.h [new file with mode: 0644]
source3/nsswitch/libwbclient/wbclient_internal.h [new file with mode: 0644]
source3/script/mkproto.awk