aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-svcctl.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-30Add the mask for an NT ACL ACE to the summary list for each ACE. ThisRichard Sharpe1-2/+2
means we don't have to expand the ACE to see what the permission mask is. There are a couple of other places where this could be used, but I have not done anything about them. svn path=/trunk/; revision=10515
2004-01-19char *drep -> guint8 *drepJörg Mayer1-14/+14
svn path=/trunk/; revision=9735
2003-12-17renamed some defines SERVICE_xy to SVCCTL_SERVICE_xy to avoidUlf Lamping1-11/+11
"duplicate definition" warnings with win32's winsvc.h svn path=/trunk/; revision=9325
2003-10-02From Jean-Baptiste Marchand: add/update names for svcctl operations.Guy Harris1-15/+65
svn path=/trunk/; revision=8593
2003-08-04Guy suggested that the dcerpc opnum value_string code could be simplifiedTim Potter1-9/+1
somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123
2003-06-26Dynamically create DCERPC opnum value_strings from the subdissectorTim Potter1-24/+10
list rather than duplicating this information in the dissector. Some of the opnum strings were starting to get out of date as developers forgot to update the information in both places. svn path=/trunk/; revision=7936
2003-06-05In the policy handle hashing, handle more than one policy handle havingGuy Harris1-30/+44
the same value, as an open might return handle XXX, handle XXX might then be closed, and a subsequent handle might return handle XXX, and we want to keep the two handles distinct to avoid, for example, displaying handles closed before they're opened. In policy handle open replies, store the handle name only if the operation succeeded. We can now do that without parsing the packet twice. Have "dissect_nt_policy_hnd()" optionally return, through a pointer, the protocol tree item for the handle, so that its caller can decorate the item with the name of the handle - that's done on opens, where we do that only if the operation succeeds. svn path=/trunk/; revision=7787
2003-05-15More work on dissecting generic and standard mappings for NT access masks.Tim Potter1-2/+4
svn path=/trunk/; revision=7668
2003-04-28Move the specific rights dissection function and name into a structureTim Potter1-2/+7
instead of passing them around as separate parameters. This is a prelude to adding generic and standard mapping to the access mask dissection. svn path=/trunk/; revision=7591
2003-04-27Update some more names ...Richard Sharpe1-5/+5
svn path=/trunk/; revision=7583
2003-04-27Added decoding of EnumServicesStatus request packetsRonnie Sahlberg1-1/+87
svn path=/trunk/; revision=7578
2003-04-27Added function QueryServiceLockStatusRonnie Sahlberg1-16/+90
svn path=/trunk/; revision=7577
2003-04-27Added decoding of the two functions LockServiceDatabase and ↵Ronnie Sahlberg1-4/+91
UnlockServiceDatabase svn path=/trunk/; revision=7575
2003-04-27Added dissectors for the functions : OpenSCManager and CloseServiceHandleRonnie Sahlberg1-5/+216
svn path=/trunk/; revision=7574
2003-04-26New DCERPC pipe for Windows service control. Implemented only stubs so far.Tim Potter1-0/+111
svn path=/trunk/; revision=7567