Age | Commit message (Expand) | Author | Files | Lines |
2008-03-20 | Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES. | Günther Deschner | 1 | -16/+0 |
2008-02-28 | Remove unused marshalling for SVCCTL_SET_SERVICE_SEC. | Günther Deschner | 1 | -15/+0 |
2008-02-28 | Remove unused marshalling for SVCCTL_QUERY_SERVICE_SEC. | Günther Deschner | 1 | -14/+0 |
2008-02-19 | Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB. | Günther Deschner | 1 | -11/+0 |
2008-02-19 | Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB. | Günther Deschner | 1 | -12/+0 |
2008-02-19 | Remove unused marshalling for SVCCTL_QUERY_STATUS. | Günther Deschner | 1 | -11/+0 |
2008-02-19 | Remove unused marshalling for SVCCTL_CONTROL_SERVICE. | Günther Deschner | 1 | -12/+0 |
2008-02-19 | Remove unused marshalling for SVCCTL_START_SERVICE. | Günther Deschner | 1 | -12/+0 |
2008-02-18 | Remove unused marshalling for SVCCTL_GET_DISPLAY_NAME. | Günther Deschner | 1 | -14/+0 |
2008-02-18 | Remove unused marshalling for SVCCTL_OPEN_SERVICE. | Günther Deschner | 1 | -13/+0 |
2008-02-18 | Remove unused marshalling for SVCCTL_OPEN_SCMANAGER. | Günther Deschner | 1 | -13/+0 |
2007-10-10 | r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev | Volker Lendecke | 1 | -9/+5 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c... | Gerald Carter | 1 | -11/+0 |
2007-10-10 | r12914: adding query/set ops for security descriptors on services. | Gerald Carter | 1 | -2/+31 |
2007-10-10 | r12173: doing some service control work | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r10781: merging eventlog and svcctl code from trunk | Gerald Carter | 1 | -17/+0 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -32/+52 |
2007-10-10 | r7610: can successfully stop and start the 'spooler' service by setting the s... | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r7603: * fix a bug in the SERVICE_ALL_ACCESS security mask | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7595: start trying to split out the svcctl functions into separate files for... | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r7573: you can't make an omlette without break a few eggs....start reworking ... | Gerald Carter | 1 | -2/+23 |
2007-10-10 | r7563: svcctl patches from Marcin; have cleaned up formating and am checking ... | Gerald Carter | 1 | -0/+115 |
2007-10-10 | r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count ) | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6051: finish off | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r6046: $ net -S block -U % -W VALE rpc service status spooler | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6040: finish out 'net rpc service list' | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6038: adding more flesh to 'net rpc service' | Gerald Carter | 1 | -5/+3 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -0/+243 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -288/+0 |
1999-11-23 | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1 | -27/+42 |
1999-11-23 | adding svcctl 0x1b function | Luke Leighton | 1 | -0/+25 |
1999-11-01 | added rpcclient svcstop <service name> command. gnu readline | Luke Leighton | 1 | -0/+24 |
1999-10-31 | added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ... | Luke Leighton | 1 | -2/+3 |
1999-03-18 | Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGON | Matthew Chapman | 1 | -0/+22 |
1999-03-16 | Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API). | Matthew Chapman | 1 | -0/+21 |
1999-01-28 | rpcclient "Service Control Manager" svcenum [-i] command. | Luke Leighton | 1 | -2/+2 |
1998-12-09 | adding svcctl parsing code | Luke Leighton | 1 | -0/+60 |
1998-12-09 | adding some enumerate services code, client and server. | Luke Leighton | 1 | -4/+7 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 1 | -9/+55 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 1 | -0/+71 |