summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_svcctl.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner1-56/+0
2008-02-28Remove unused marshalling for SVCCTL_SET_SERVICE_SEC.Günther Deschner1-56/+0
2008-02-28Remove unused marshalling for SVCCTL_QUERY_SERVICE_SEC.Günther Deschner1-51/+0
2008-02-19Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner1-41/+0
2008-02-19Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner1-44/+0
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner1-43/+0
2008-02-19Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner1-47/+0
2008-02-19Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner1-44/+0
2008-02-18Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.Günther Deschner1-71/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SERVICE.Günther Deschner1-52/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.Günther Deschner1-53/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-38/+38
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-47/+0
2007-10-10r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison1-4/+8
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-7/+7
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter1-0/+103
2007-10-10r12176: fix type mismatch after rpc structure change in rpc_svcctl.hGerald Carter1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-52/+253
2007-10-10r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter1-1/+3
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-1/+1
2007-10-10r7839: remove C++ style commentGerald Carter1-1/+0
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter1-1/+173
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-1/+1
2007-10-10r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter1-1/+1
2007-10-10r6038: adding more flesh to 'net rpc service'Gerald Carter1-8/+3
2007-10-10r6014: rather large change set....Gerald Carter1-0/+665