Add files for new LGPL libwbclient DSO implementing the Winbind client API
commit83d274b46078a9ace77edb822a0e336c79dcf40e
authorGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:57:34 +0000 (21 11:57 -0600)
committerGerald (Jerry) Carter <jerry@samba.org>
Fri, 21 Dec 2007 17:58:04 +0000 (21 11:58 -0600)
tree7d16088ba0d0184dc187cc3ddbd231df127ea831
parent740a2b080db56d504c4edd58bf41d72edb3d32ee
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.
17 files changed:
source/Makefile.in
source/configure.in
source/exports/libwbclient.syms [new file with mode: 0644]
source/library-versions.in
source/nsswitch/libwbclient/Doxyfile [new file with mode: 0644]
source/nsswitch/libwbclient/libwbclient.h [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_err.h [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_err_internal.h [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_idmap.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_pam.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_pwd.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_sid.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbc_util.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbclient.c [new file with mode: 0644]
source/nsswitch/libwbclient/wbclient.h [new file with mode: 0644]
source/nsswitch/libwbclient/wbclient_internal.h [new file with mode: 0644]
source/script/mkproto.awk