summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_svcctl.c
Commit message (Expand)AuthorAgeFilesLines
* Use pidl for _svcctl_SetServiceObjectSecurity().Günther Deschner2008-02-281-17/+1
* Use pidl for _svcctl_QueryServiceObjectSecurity().Günther Deschner2008-02-281-17/+1
* Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2008-02-191-17/+1
* Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2008-02-191-17/+1
* Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2008-02-191-17/+1
* Use pidl for _svcctl_ControlService().Günther Deschner2008-02-191-17/+1
* Use pidl for _svcctl_StartServiceW().Günther Deschner2008-02-191-17/+1
* Use pidl for _svcctl_GetServiceDisplayNameW().Günther Deschner2008-02-181-17/+1
* Use pidl for _svcctl_OpenServiceW().Günther Deschner2008-02-181-17/+1
* Use pidl for _svcctl_OpenSCManagerW().Günther Deschner2008-02-181-17/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17
* r24561: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-21/+24
* r12914: adding query/set ops for security descriptors on services.Gerald Carter2007-10-101-1/+51
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-12/+64
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2007-10-101-1/+50
* r6014: rather large change set....Gerald Carter2007-10-101-0/+294
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-388/+0
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-7/+7
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-9/+9
* last part of RPC api change.Jean-François Micouleau1999-05-031-6/+6
* Added SVC_START_SERVICE rpc. An NT PDC will attempt to start the NETLOGONMatthew Chapman1999-03-181-0/+37
* Added SVC_QUERY_DISP_NAME (corresponding to the GetServiceDisplayName API).Matthew Chapman1999-03-161-0/+39
* Always null-terminate strings.Matthew Chapman1999-02-151-2/+2
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-2/+2
* uni_svc_name not uni_srv_nameLuke Leighton1999-01-291-1/+1
* adding svcctl parsing codeLuke Leighton1998-12-091-9/+67
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-0/+114
* adding "Service Control Manager" commands to rpcclient.Luke Leighton1998-12-081-14/+14
* adding srvsvc pipe.Luke Leighton1998-12-081-0/+140