summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_svcctl_nt.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09s3-svcctl: use pidl for _svcctl_EnumServicesStatusW.Günther Deschner1-26/+32
2009-01-08Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke1-11/+2
2009-01-08s3-svcctl: add copyright to svcctl rpc_server.Günther Deschner1-2/+5
2009-01-08s3-svcctl: remove some more redundant headers.Günther Deschner1-1/+1
2009-01-08s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W.Günther Deschner1-22/+35
2009-01-08s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx.Günther Deschner1-2/+3
2009-01-08s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner1-2/+2
2009-01-08s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.Günther Deschner1-14/+18
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-2/+2
2008-11-24Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke1-7/+13
2008-11-17Fix build warning introduced by making SERVICE_CONTROL an enumTim Prouty1-4/+2
2008-11-13s3-svctl-server: fix remote rpc service management (bug #5888).Günther Deschner1-1/+1
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-5/+1
2008-10-16s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.Günther Deschner1-22/+18
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-5/+4
2008-03-27Make sure to zero the returned handle in _svcctl_CloseServiceHandle().Günther Deschner1-0/+2
2008-03-20Use pidl for _svcctl_EnumDependentServicesW().Günther Deschner1-12/+7
2008-03-07Fix debug statement (missing \n).Günther Deschner1-1/+1
2008-02-28Use pidl for _svcctl_SetServiceObjectSecurity().Günther Deschner1-11/+12
2008-02-28Use pidl for _svcctl_QueryServiceObjectSecurity().Günther Deschner1-15/+17
2008-02-19Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner1-9/+5
2008-02-19Use pidl for _svcctl_LockServiceDatabase().Günther Deschner1-10/+5
2008-02-19Use pidl for _svcctl_QueryServiceStatus().Günther Deschner1-9/+5
2008-02-19Use pidl for _svcctl_ControlService().Günther Deschner1-11/+9
2008-02-19Use pidl for _svcctl_StartServiceW().Günther Deschner1-8/+4
2008-02-18Use pidl for _svcctl_GetServiceDisplayNameW().Günther Deschner1-11/+12
2008-02-18Use pidl for _svcctl_OpenServiceW().Günther Deschner1-20/+12
2008-02-18Use pidl for _svcctl_OpenSCManagerW().Günther Deschner1-10/+5
2008-02-18Remove whitespace, no code changes.Günther Deschner1-161/+161
2007-12-29Remove tiny code duplicationVolker Lendecke1-1/+1
2007-12-21Some C++ fixesVolker Lendecke1-1/+3
2007-12-17More static fstring elimination.Jeremy Allison1-14/+14
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-10/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25534: Apply some constVolker Lendecke1-2/+2
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-2/+263
2007-10-10r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r14395: Fix coverity bug #55. Ensure no unsigned/signed comparisons.Jeremy Allison1-3/+3
2007-10-10r14338: Fix coverity #55 by explicit cast.Jeremy Allison1-2/+5
2007-10-10r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter1-1/+1
2007-10-10r12915: protect against changing the SCM security descriptorGerald Carter1-0/+5
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter1-0/+92
2007-10-10r12173: doing some service control workGerald Carter1-1/+12
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-2/+17