summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-09s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner1-49/+0
2009-01-09s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner1-28/+0
2009-01-08s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner1-7/+1
2009-01-08s3-svcctl: remove some more redundant headers.Günther Deschner1-13/+0
2009-01-08s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.Günther Deschner1-4/+0
2009-01-08s3-svcctl: remove (now duplicate) defines.Günther Deschner1-22/+0
2009-01-08s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.Günther Deschner1-5/+0
2009-01-08s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner1-34/+0
2009-01-08s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner1-21/+0
2009-01-08svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner1-14/+0
2009-01-08svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner1-4/+0
2009-01-08svcctl: move SVC_STATUS_ to idl.Günther Deschner1-2/+0
2008-11-17svcctl: fill in SERVICE_CONTROL from s3.Günther Deschner1-8/+0
2008-10-24svcctl: move some non-rpc related bits out of rpc_svcctl.h.Günther Deschner1-23/+0
2008-10-16s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner1-26/+0
2008-03-20Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES.Günther Deschner1-16/+0
2008-02-28Remove unused marshalling for SVCCTL_SET_SERVICE_SEC.Günther Deschner1-15/+0
2008-02-28Remove unused marshalling for SVCCTL_QUERY_SERVICE_SEC.Günther Deschner1-14/+0
2008-02-19Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner1-11/+0
2008-02-19Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner1-12/+0
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner1-11/+0
2008-02-19Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner1-12/+0
2008-02-19Remove unused marshalling for SVCCTL_START_SERVICE.Günther Deschner1-12/+0
2008-02-18Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME.Günther Deschner1-14/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SERVICE.Günther Deschner1-13/+0
2008-02-18Remove unused marshalling for SVCCTL_OPEN_SCMANAGER.Günther Deschner1-13/+0
2007-10-10r23808: Make us a bit more C++ friendly. Thanks to Constantine VetoshevVolker Lendecke1-9/+5
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter1-11/+0
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter1-2/+31
2007-10-10r12173: doing some service control workGerald Carter1-1/+2
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-17/+0
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-32/+52
2007-10-10r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter1-0/+1
2007-10-10r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter1-1/+1
2007-10-10r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter1-1/+3
2007-10-10r7573: you can't make an omlette without break a few eggs....start reworking ...Gerald Carter1-2/+23
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter1-0/+115
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-1/+1
2007-10-10r6051: finish offGerald Carter1-0/+5
2007-10-10r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter1-1/+1
2007-10-10r6040: finish out 'net rpc service list'Gerald Carter1-1/+1
2007-10-10r6038: adding more flesh to 'net rpc service'Gerald Carter1-5/+3
2007-10-10r6014: rather large change set....Gerald Carter1-0/+243
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-288/+0
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-27/+42
1999-11-23adding svcctl 0x1b functionLuke Leighton1-0/+25
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+24
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-2/+3