summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/file.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner1-18/+9
Guenther
2011-01-13s3-libnetapi: prefer dcerpc_srvsvc_X functions.Günther Deschner1-5/+24
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2010-10-02s3: Attempt to fix bug 7665Volker Lendecke1-3/+3
Quite a few of our internal routines put stuff on talloc_tos() these days. In top-level netapi routines, properly allocate a stackframe and clean it again. Also, don't leak memory in the rpccli_ callers onto the libnetapi context.
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-11-08Revert "s3: Make libnetapi_open_pipe take strings instead of a ↵Volker Lendecke1-3/+3
ndr_interface_table" This reverts commit 5fc9d93408effe75abcd231c45cbc14656692ebe.
2009-11-08s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke1-3/+3
2009-01-18libnetapi_open_pipe does not need to return cli_stateVolker Lendecke1-18/+0
The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker
2008-10-05Fix some missing error handlingsVolker Lendecke1-1/+2
2008-09-11netapi: implement NetFileEnum_r.Günther Deschner1-1/+93
Guenther (This used to be commit fd66b72fd017013c83d36f5219192716eb17cacb)
2008-09-11netapi: add NetFileEnum skeleton.Günther Deschner1-0/+18
Guenther (This used to be commit 8113249fe3be2968257bd6a4a12153104d91132e)
2008-09-11netapi: implement NetFileGetInfo_r.Günther Deschner1-1/+93
Guenther (This used to be commit de84049bc14d5c2061cdb701fd81a7fed1546eed)
2008-09-11netapi: add NetFileGetInfo skeleton.Günther Deschner1-0/+18
Guenther (This used to be commit 6c61c2e35e60a7b1398533311dab5eee38eb3b09)
2008-09-11netapi: implement NetFileClose_r.Günther Deschner1-1/+27
Guenther (This used to be commit 0cbbdf21ed0c9270c00a7fd08f42f6546b9ac9b8)
2008-09-11netapi: add NetFileClose skeleton.Günther Deschner1-0/+43
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503)