index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
services
/
services_db.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-registry: use pull_reg_sz() where appropriate.
Günther Deschner
2009-10-01
1
-4
/
+10
*
s3-registry: use regval_ctr_addvalue_sz().
Günther Deschner
2009-09-30
1
-27
/
+19
*
s3-registry: use push_reg_sz().
Günther Deschner
2009-09-30
1
-15
/
+15
*
s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle
Michael Adam
2009-04-27
1
-9
/
+10
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-3
/
+3
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-15
/
+15
*
s3:services_db: use regsubkey_ctr_init() instead of using talloc directly
Michael Adam
2009-02-26
1
-2
/
+4
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
1
-5
/
+5
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-3
/
+3
*
s3-svcctl: use security descriptor marshall helper in svcctl_set_secdesc().
Günther Deschner
2009-02-05
1
-9
/
+7
*
s3-svcctl: remove some more redundant headers.
Günther Deschner
2009-01-08
1
-1
/
+1
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
1
-8
/
+8
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-8
/
+8
*
Ensure all pointers are initialized. Without this we can crash when looking u...
Jeremy Allison
2008-09-17
1
-20
/
+20
*
svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.
Michael Adam
2008-08-15
1
-3
/
+3
*
Revert "Fix a memleak in svcctl_init_keys()"
Volker Lendecke
2008-06-18
1
-10
/
+1
*
Fix a memleak in svcctl_init_keys()
Volker Lendecke
2008-06-17
1
-1
/
+10
*
Coverity fixes
Marc VanHeyningen
2008-03-17
1
-1
/
+6
*
Fix segfault in svcctl_get_secdesc(): prevent premature TALLOC_FREE.
Michael Adam
2008-02-18
1
-14
/
+14
*
Add a check for success of fetch_reg_values().
Michael Adam
2008-02-18
1
-1
/
+5
*
Fix a comment typo.
Michael Adam
2008-02-18
1
-1
/
+1
*
Fix two debug messages.
Michael Adam
2008-01-21
1
-2
/
+2
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-1
/
+3
*
More static fstring elimination.
Jeremy Allison
2007-12-17
1
-23
/
+25
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-3
/
+3
*
Remove pstring from services/*.c
Jeremy Allison
2007-11-20
1
-127
/
+175
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
r25561: Make use of [un]marshall_sec_desc
Volker Lendecke
2007-10-10
1
-29
/
+22
*
r24949: Remove some static buffers
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r24290: fix debug statments to match function name
Herb Lewis
2007-10-10
1
-2
/
+2
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r19991: Sorry for this 2000-liner...
Volker Lendecke
2007-10-10
1
-8
/
+8
*
r19947: Change regkey_open_internal to take the parent key and a talloc_ctx as
Volker Lendecke
2007-10-10
1
-33
/
+38
*
r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...
Volker Lendecke
2007-10-10
1
-14
/
+11
*
r19778: Make regkey_open_internal take a talloc ctx
Volker Lendecke
2007-10-10
1
-11
/
+14
*
r14132: Fix Coverity bug # 150.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
2007-10-10
1
-1
/
+1
*
r12914: adding query/set ops for security descriptors on services.
Gerald Carter
2007-10-10
1
-0
/
+47
*
r12281: adding a note about WINS and NetLogon not being remotely manageable
Gerald Carter
2007-10-10
1
-2
/
+2
*
r11830: patch from Rashid N. Achilov <shelton@granch.ru> to add descriptions ...
Gerald Carter
2007-10-10
1
-32
/
+40
*
r11579: syncing up perf counter code cfrom trunk
Gerald Carter
2007-10-10
1
-0
/
+1
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10961: remove unused variables (patch from Jason Mader)
Gerald Carter
2007-10-10
1
-5
/
+2
*
r10819: merging a couple of fixes from trunk
Gerald Carter
2007-10-10
1
-14
/
+20
*
r10781: merging eventlog and svcctl code from trunk
Gerald Carter
2007-10-10
1
-31
/
+207
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-470
/
+359
*
r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...
Gerald Carter
2007-10-10
1
-12
/
+3
*
r7595: start trying to split out the svcctl functions into separate files for...
Gerald Carter
2007-10-10
1
-0
/
+573