summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/srvsvc
Commit message (Expand)AuthorAgeFilesLines
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-77/+77
* r18860: fixed some code that bitrotted while we didn't have the safety checkAndrew Tridgell2007-10-101-6/+6
* r18740: Some more work around srvsvcSimo Sorce2007-10-101-166/+185
* r18590: Some more work on the srvsvc pipeSimo Sorce2007-10-101-26/+314
* r18558: Fix ShareCheck which was assuming all paths are "C:\"Simo Sorce2007-10-101-13/+128
* r18542: Some late nite work.Simo Sorce2007-10-101-2/+73
* r18412: Implement NetiNameValidate but just for share name right now (type 9)Simo Sorce2007-10-101-1/+41
* r18318: Implement DiskEnumSimo Sorce2007-10-101-3/+18
* r18315: Implement netSrvGetInfo level 102Simo Sorce2007-10-101-0/+29
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-102-76/+196
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-102-3/+0
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()Stefan Metzmacher2007-10-102-3/+196
* r15272: - implement NetShareEnumStefan Metzmacher2007-10-101-2/+204
* r12461: Some updates to the srvsvc IDL from Ronnie SahlbergJelmer Vernooij2007-10-101-322/+88
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-47/+47
* r4440: - add a start of srvsvc_NetShareCheck() server codeStefan Metzmacher2007-10-101-12/+62
* r4432: - add srvsvc_NetShareInfo level 1006 and 1501 idlStefan Metzmacher2007-10-101-274/+546
* r4425: - move srvsvc and wkssvc server code to the new W_ERROR_HAVE_NO_MEMORY...Stefan Metzmacher2007-10-101-50/+84
* r4414: Various bits&pieces:Volker Lendecke2007-10-101-1/+10
* r4075: implement RemoteTOD server functionStefan Metzmacher2007-10-101-1/+31
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-5/+15
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r1546: fix the build the function name has changed to srvsvc_NetRemoteTODStefan Metzmacher2007-10-101-3/+3
* r868: we should issue a rpc fault OP_RANGE_ERROR not a WERR_NOT_SUPPORTED forAndrew Tridgell2007-10-101-41/+39
* r464: a big improvement to the API for writing server-side RPCAndrew Tridgell2007-10-101-266/+211
* r286: use talloc_array_p() instead of talloc()Stefan Metzmacher2007-10-101-8/+57
* r126: - add first srvsvc and wkssvc server side stuffStefan Metzmacher2007-10-101-0/+1210