summaryrefslogtreecommitdiffstats
path: root/source3/librpc/rpc/rpc_common.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-rpc: remove unused source3/librpc/rpc/rpc_common.cGünther Deschner2013-09-201-209/+0
| | | | | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Sep 20 14:57:06 CEST 2013 on sn-devel-104
* s3-rpcclient: add fsrvp commandsDavid Disseldorp2012-06-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | fss_create_expose connects to an FSRVP server and negotiates the creation and exposure of a share shadow-copy. shadow-copies of multiple shares can be requested with a single fss_create_expose request. ddiss@plati:~> bin/rpcclient -k -U 'LURCH\administrator%password' \ ncacn_np:lutze[sign] rpcclient $> fss_create_expose backup ro hyper 381884f2-b578-45ea-b8d2-cf82491f4011: shadow-copy set created ... share hyper@{B6137E21-9CBB-4547-A21D-E7AD40D0874B} exposed as a snapshot of \\lutze\hyper fss_delete removes the shadow-copy share: rpcclient $> fss_delete hyper 381884f2-b578-45ea-b8d2-cf82491f4011 \ b6137e21-9cbb-4547-a21d-e7ad40d0874 Shadow-copies can be created read-write or read-only. Experimenting with Windows Server "8" beta, a recovery complete call is required after creating a read-write (ATTR_AUTO_RECOVERY) shadow copy. Otherwise subsequent creation requests fail with FSRVP_E_SHADOW_COPY_SET_IN_PROGRESS.
* s3-proto: move more librpc prototypes to librpc/rpc/dcerpc.hGünther Deschner2011-04-291-0/+1
| | | | Guenther
* s3-build: remove some unused headers.Günther Deschner2011-04-291-1/+0
| | | | Guenther
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-33/+0
|
* s3-dcerpc: Move common cli/srv functions into a common fileSimo Sorce2010-07-171-0/+238