summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/netapi_private.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-0/+2
Guenther
2011-04-12s3-netapi: add libnetapi_get_binding_handle().Günther Deschner1-0/+4
Guenther
2010-11-24s3-netapi Add libnetapi_net_init(), don't double-init common Samba subsystemsAndrew Bartlett1-0/+2
The issue here is that libnet and net were both trying to load the smb.conf files, the case tables and set the debug levels. The set of the debug levels caused problems, because it would force the level to 0, not (say) 10 as requested on the command line. This regression was apparently introduced in cf4de8ec2c8df2ceabbe3d836d296b058e7b19fb when eliminating AllowDebugChange. Andrew Bartlett
2010-09-23s3-dsgetdcname: always pass in messaging context.Günther Deschner1-0/+2
Volker, please check. Guenther
2010-09-21s3: Remove a global variable in bugfix for bug 7665Volker Lendecke1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ↵Volker Lendecke1-1/+1
ndr_interface_table" This reverts commit 5fc9d93408effe75abcd231c45cbc14656692ebe.
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-1/+1
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-1/+0
The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker
2008-09-11netapi: make add_GROUP_USERS_INFO_X_buffer non-static.Günther Deschner1-0/+7
Guenther (This used to be commit 87fc15d9b52bbb15550015cb106062d24c5674ba)
2008-08-14netapi: make libnetapi_open_ipc_connection static.Günther Deschner1-4/+2
Guenther (cherry picked from commit 0259914f8ff04514a8395d8e1af61aadd50c5efb) (This used to be commit 7edc671cc1007ae216e7efdbcdb9cfa1e547dca5)
2008-08-14netapi: make non-implemented local calls default to remote "localhost" calls.Günther Deschner1-0/+7
Guenther (cherry picked from commit aa70e588803e3767796dc958b139f4ee464d8626) (This used to be commit 9927ac6eec9fe1fecfedb97b61c4f93379fc8722)
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-2/+2
(This used to be commit 726e56c72fdb685ab5eddefd2fd8b043dc38d6ad)
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner1-0/+1
Guenther (This used to be commit 3228088a0954ac25584d06a681f4e0615dee425c)
2008-07-18netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner1-1/+1
Guenther (This used to be commit 538ac493b71b4c880bb6fb0fc5fc2f15e1a19f95)
2008-07-18netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner1-1/+1
Guenther (This used to be commit 3c63ebfc00cda0334802bff1883ebbc3138a70f1)
2008-07-18netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner1-0/+2
Guenther (This used to be commit 05cad0d8b4205c052c607b1d36c121bb4c226ab1)
2008-07-18netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner1-0/+4
Guenther (This used to be commit b042787ec61bb5cb98f882ac7be8df1691a78921)
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner1-0/+18
Guenther (This used to be commit 45fff2d37ae21c76d100f66d9154f6add446f380)
2008-06-03netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner1-0/+7
Guenther (This used to be commit f15a7f9ab1da88369185beda267f3e67a3b36191)
2008-06-03netapi: let libnetapi_samr_open_domain return WERROR.Günther Deschner1-7/+7
Guenther (This used to be commit 3d037a07e015a3af75dde054cef4c0bb7795fbb5)
2008-06-03netapi: add libnetapi_samr_open_domain().Günther Deschner1-0/+7
Guenther (This used to be commit a99906f661faa104da4b40707597ceb4542548f8)
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner1-0/+4
Guenther (This used to be commit 87d8fc338f6e6b48691bff3eeebfc00c5d408ff7)
2008-04-10Split out private headers in libnetapi.Günther Deschner1-0/+32
Guenther (This used to be commit dd6251d51472a96bfc5ba3d62ea788c8924d4c6b)