summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_svcctl_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to zero the returned handle in _svcctl_CloseServiceHandle().Günther Deschner2008-05-201-0/+2
* Fix debug statement (missing \n).Günther Deschner2008-03-311-1/+1
* Use pidl for _svcctl_SetServiceObjectSecurity().Günther Deschner2008-02-281-11/+12
* Use pidl for _svcctl_QueryServiceObjectSecurity().Günther Deschner2008-02-281-15/+17
* Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2008-02-191-9/+5
* Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2008-02-191-10/+5
* Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2008-02-191-9/+5
* Use pidl for _svcctl_ControlService().Günther Deschner2008-02-191-11/+9
* Use pidl for _svcctl_StartServiceW().Günther Deschner2008-02-191-8/+4
* Use pidl for _svcctl_GetServiceDisplayNameW().Günther Deschner2008-02-181-11/+12
* Use pidl for _svcctl_OpenServiceW().Günther Deschner2008-02-181-20/+12
* Use pidl for _svcctl_OpenSCManagerW().Günther Deschner2008-02-181-10/+5
* Remove whitespace, no code changes.Günther Deschner2008-02-181-161/+161
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* Some C++ fixesVolker Lendecke2007-12-211-1/+3
* More static fstring elimination.Jeremy Allison2007-12-171-14/+14
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-271-10/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
* r25534: Apply some constVolker Lendecke2007-10-101-2/+2
* 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-2/+263
* r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r14395: Fix coverity bug #55. Ensure no unsigned/signed comparisons.Jeremy Allison2007-10-101-3/+3
* r14338: Fix coverity #55 by explicit cast.Jeremy Allison2007-10-101-2/+5
* r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2007-10-101-1/+1
* r12915: protect against changing the SCM security descriptorGerald Carter2007-10-101-0/+5
* r12914: adding query/set ops for security descriptors on services.Gerald Carter2007-10-101-0/+92
* r12173: doing some service control workGerald Carter2007-10-101-1/+12
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-101-2/+17
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-387/+307
* r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter2007-10-101-9/+5
* r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter2007-10-101-1/+9
* r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter2007-10-101-4/+1
* r8943: Fix segfault in enum_service_statusGerald Carter2007-10-101-43/+33
* r8941: Fix unused variable warning. Bugzilla #2940.Tim Potter2007-10-101-2/+1
* r8894: Fix a warning. Bugzilla #2939.Tim Potter2007-10-101-3/+1
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter2007-10-101-3/+3
* r7613: small changes to _svcctl_open_service() and create_open_service_handle...Gerald Carter2007-10-101-9/+21
* r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter2007-10-101-67/+7
* r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter2007-10-101-2/+4
* r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter2007-10-101-692/+13
* r7583: * more rearranging and renaming of functionsGerald Carter2007-10-101-410/+472
* r7576: implement access checks for open_scm and open_serviceGerald Carter2007-10-101-11/+115
* r7573: you can't make an omlette without break a few eggs....start reworking ...Gerald Carter2007-10-101-416/+300
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2007-10-101-81/+1300
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-3/+3