summaryrefslogtreecommitdiff
path: root/source/services
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke2008-06-181-10/+1
* Fix a memleak in svcctl_init_keys()Volker Lendecke2008-06-171-1/+10
* Coverity fixesMarc VanHeyningen2008-03-181-1/+6
* Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.Michael Adam2008-02-181-14/+14
* Add a check for success of fetch_reg_values().Michael Adam2008-02-181-1/+5
* Fix a comment typo.Michael Adam2008-02-181-1/+1
* Fix two debug messages.Michael Adam2008-01-211-2/+2
* Some C++ fixesVolker Lendecke2007-12-211-1/+3
* More static fstring elimination.Jeremy Allison2007-12-171-23/+25
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-6/+6
* Remove pstring from services/*.cJeremy Allison2007-11-202-148/+211
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* [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-2/+2
* r25561: Make use of [un]marshall_sec_descVolker Lendecke2007-10-101-29/+22
* r24949: Remove some static buffersVolker Lendecke2007-10-101-2/+2
* r24290: fix debug statments to match function nameHerb Lewis2007-10-101-2/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-106-12/+6
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-106-6/+6
* r20069: Fix logic bug I introducedVolker Lendecke2007-10-101-1/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-8/+8
* r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2007-10-101-33/+38
* r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2007-10-101-14/+11
* r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2007-10-101-11/+14
* r17148: the wins service should not accept any controls so that a GUI can gre...Gerald Carter2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+2
* r14132: Fix Coverity bug # 150.Volker Lendecke2007-10-101-1/+1
* r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2007-10-101-1/+1
* r12914: adding query/set ops for security descriptors on services.Gerald Carter2007-10-101-0/+47
* r12281: adding a note about WINS and NetLogon not being remotely manageableGerald Carter2007-10-101-2/+2
* r12173: doing some service control workGerald Carter2007-10-102-25/+40
* r11830: patch from Rashid N. Achilov <shelton@granch.ru> to add descriptions ...Gerald Carter2007-10-101-32/+40
* r11579: syncing up perf counter code cfrom trunkGerald Carter2007-10-101-0/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10961: remove unused variables (patch from Jason Mader)Gerald Carter2007-10-101-5/+2
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-14/+20
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-103-179/+273
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-105-478/+552
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter2007-10-101-12/+3
* r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter2007-10-101-0/+21
* r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter2007-10-102-2/+2
* r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter2007-10-103-0/+835