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