summaryrefslogtreecommitdiff
path: root/source3/services
AgeCommit message (Expand)AuthorFilesLines
2009-10-01s3-registry: use pull_reg_sz() where appropriate.Günther Deschner1-4/+10
2009-09-30s3-registry: use regval_ctr_addvalue_sz().Günther Deschner1-27/+19
2009-09-30s3-registry: use push_reg_sz().Günther Deschner1-15/+15
2009-04-27s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam1-9/+10
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-3/+3
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-15/+15
2009-04-24s3-svcctl: indicate that the spooler is already running if it does.Günther Deschner1-0/+4
2009-02-26s3:services_db: use regsubkey_ctr_init() instead of using talloc directlyMichael Adam1-2/+4
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-5/+5
2009-02-23More warning fixes for Solaris.Jeremy Allison1-3/+3
2009-02-05s3-svcctl: use security descriptor marshall helper in svcctl_set_secdesc().Günther Deschner1-9/+7
2009-01-09s3-svcctl: use pidl defined constants in services implementation.Günther Deschner5-54/+60
2009-01-08s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner5-10/+10
2009-01-08s3-svcctl: remove some more redundant headers.Günther Deschner1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-8/+8
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-8/+8
2008-09-17Ensure all pointers are initialized. Without this we can crash when looking u...Jeremy Allison1-20/+20
2008-08-15svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.Michael Adam2-6/+6
2008-06-18Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke1-10/+1
2008-06-17Fix a memleak in svcctl_init_keys()Volker Lendecke1-1/+10
2008-03-17Coverity fixesMarc VanHeyningen1-1/+6
2008-02-18Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.Michael Adam1-14/+14
2008-02-18Add a check for success of fetch_reg_values().Michael Adam1-1/+5
2008-02-18Fix a comment typo.Michael Adam1-1/+1
2008-01-21Fix two debug messages.Michael Adam1-2/+2
2007-12-21Some C++ fixesVolker Lendecke1-1/+3
2007-12-17More static fstring elimination.Jeremy Allison1-23/+25
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-6/+6
2007-11-20Remove pstring from services/*.cJeremy Allison2-148/+211
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+2
2007-10-10r25561: Make use of [un]marshall_sec_descVolker Lendecke1-29/+22
2007-10-10r24949: Remove some static buffersVolker Lendecke1-2/+2
2007-10-10r24290: fix debug statments to match function nameHerb Lewis1-2/+2
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell6-12/+6
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison6-6/+6
2007-10-10r20069: Fix logic bug I introducedVolker Lendecke1-1/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-8/+8
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke1-33/+38
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke1-14/+11
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke1-11/+14
2007-10-10r17148: the wins service should not accept any controls so that a GUI can gre...Gerald Carter1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+2
2007-10-10r14132: Fix Coverity bug # 150.Volker Lendecke1-1/+1
2007-10-10r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter1-1/+1
2007-10-10r12914: adding query/set ops for security descriptors on services.Gerald Carter1-0/+47
2007-10-10r12281: adding a note about WINS and NetLogon not being remotely manageableGerald Carter1-2/+2
2007-10-10r12173: doing some service control workGerald Carter2-25/+40
2007-10-10r11830: patch from Rashid N. Achilov <shelton@granch.ru> to add descriptions ...Gerald Carter1-32/+40
2007-10-10r11579: syncing up perf counter code cfrom trunkGerald Carter1-0/+1