summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_svcctl_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-387/+307
2007-10-10r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter1-9/+5
2007-10-10r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter1-1/+9
2007-10-10r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter1-4/+1
2007-10-10r8943: Fix segfault in enum_service_statusGerald Carter1-43/+33
2007-10-10r8941: Fix unused variable warning. Bugzilla #2940.Tim Potter1-2/+1
2007-10-10r8894: Fix a warning. Bugzilla #2939.Tim Potter1-3/+1
2007-10-10r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter1-3/+3
2007-10-10r7613: small changes to _svcctl_open_service() and create_open_service_handle...Gerald Carter1-9/+21
2007-10-10r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter1-67/+7
2007-10-10r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter1-2/+4
2007-10-10r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter1-692/+13
2007-10-10r7583: * more rearranging and renaming of functionsGerald Carter1-410/+472
2007-10-10r7576: implement access checks for open_scm and open_serviceGerald Carter1-11/+115