summaryrefslogtreecommitdiffstats
path: root/source3/lib/netapi/file.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the O3 developer buildVolker Lendecke2015-03-031-1/+1
| | | | | | | | | | Different gcc versions complain at different places Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Mar 3 13:14:53 CET 2015 on sn-devel-104
* s3-libnetapi: pass down ndr_interface_table to libnetapi_get_binding_handle().Günther Deschner2013-08-051-3/+3
| | | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3-netapi: use libnetapi_get_binding_handle().Günther Deschner2011-04-121-18/+9
| | | | Guenther
* s3-libnetapi: prefer dcerpc_srvsvc_X functions.Günther Deschner2011-01-131-5/+24
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3: Attempt to fix bug 7665Volker Lendecke2010-10-021-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.
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-0/+1
| | | | | | samba. Guenther
* Revert "s3: Make libnetapi_open_pipe take strings instead of a ↵Volker Lendecke2009-11-081-3/+3
| | | | | | ndr_interface_table" This reverts commit 5fc9d93408effe75abcd231c45cbc14656692ebe.
* s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_tableVolker Lendecke2009-11-081-3/+3
|
* libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-181-18/+0
| | | | | | | | | | The user session key is also available in rpccli->auth->user_session_key Guenther, please check! Thanks, Volker
* Fix some missing error handlingsVolker Lendecke2008-10-051-1/+2
|
* netapi: implement NetFileEnum_r.Günther Deschner2008-09-111-1/+93
| | | | | Guenther (This used to be commit fd66b72fd017013c83d36f5219192716eb17cacb)
* netapi: add NetFileEnum skeleton.Günther Deschner2008-09-111-0/+18
| | | | | Guenther (This used to be commit 8113249fe3be2968257bd6a4a12153104d91132e)
* netapi: implement NetFileGetInfo_r.Günther Deschner2008-09-111-1/+93
| | | | | Guenther (This used to be commit de84049bc14d5c2061cdb701fd81a7fed1546eed)
* netapi: add NetFileGetInfo skeleton.Günther Deschner2008-09-111-0/+18
| | | | | Guenther (This used to be commit 6c61c2e35e60a7b1398533311dab5eee38eb3b09)
* netapi: implement NetFileClose_r.Günther Deschner2008-09-111-1/+27
| | | | | Guenther (This used to be commit 0cbbdf21ed0c9270c00a7fd08f42f6546b9ac9b8)
* netapi: add NetFileClose skeleton.Günther Deschner2008-09-111-0/+43
Guenther (This used to be commit 4a006ae644bd85b670aab835dc7d90dadaec3503)