index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_objects.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-01
s3-registry: use pull_reg_sz() where appropriate.
Günther Deschner
1
-4
/
+5
2009-09-30
s3-registry: add regval_ctr_addvalue_multi_sz.
Günther Deschner
1
-0
/
+17
2009-09-30
s3-registry: add regval_ctr_addvalue_sz.
Günther Deschner
1
-0
/
+17
2009-07-15
s3:registry: add function regsubkey_ctr_reinit()
Michael Adam
1
-0
/
+23
2009-07-15
s3:registry: don't store differently cased entries for the same keys.
Michael Adam
1
-3
/
+3
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-23
/
+26
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-10
/
+10
2009-02-26
s3:registry: hash the list of subkeys in the regsubkey_ctr
Michael Adam
1
-21
/
+102
2009-02-26
s3:registry: remove definition of regsubkey_ctr from the surface.
Michael Adam
1
-0
/
+6
2009-02-26
s3:registry: add regsubkey_ctr_get_seqnum() to hide implementation
Michael Adam
1
-0
/
+9
2009-02-26
s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.
Michael Adam
1
-0
/
+11
2009-02-26
s3:registry: add a regsubkey_ctr_init function for allocating a regsubkey_ctr
Michael Adam
1
-1
/
+15
2009-02-26
s3:registry: fix a comment
Michael Adam
1
-3
/
+3
2009-02-26
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
1
-5
/
+5
2007-11-26
Remove pstrings from nsswitch/ and registry/
Jeremy Allison
1
-5
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
2007-10-10
r25417: Use DBGC_REGISTRY class.
Günther Deschner
1
-1
/
+1
2007-10-10
r25140: Less red bars to hurt my eyes...
Michael Adam
1
-47
/
+51
2007-10-10
r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...
Michael Adam
1
-37
/
+2
2007-10-10
r24999: Use the new regval_compose() function in regval_ctr_addvalue().
Michael Adam
1
-18
/
+3
2007-10-10
r24998: Add a function regval_compose() to compose a REGISTRY_VALUE from
Michael Adam
1
-0
/
+30
2007-10-10
r24949: Remove some static buffers
Volker Lendecke
1
-2
/
+2
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22588: Make all uses of TALLOC_MEMDUP consistent.
Jeremy Allison
1
-4
/
+20
2007-10-10
r19990: Fix comment
Volker Lendecke
1
-1
/
+1
2007-10-10
r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...
Volker Lendecke
1
-20
/
+22
2007-10-10
r17878: Fix possible null deref found by Stanford checker.
Jeremy Allison
1
-0
/
+4
2007-10-10
r17867: Fix null deref in error code path. Found by the
Jeremy Allison
1
-0
/
+1
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-3
/
+6
2007-10-10
r14768: Fix potential null deref coverity bugs #255, #256.
Jeremy Allison
1
-17
/
+25
2007-10-10
r14766: Fix possible NULL deref. Coverity #254.
Jeremy Allison
1
-8
/
+9
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-1
/
+27
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-68
/
+20
2007-10-10
r9086: * fix invalid read in parse_spoolss when writing a devmode to
Gerald Carter
1
-1
/
+6
2007-10-10
r7997: Pointers don't kill people, people with pointers kill people...
Gerald Carter
1
-5
/
+1
2007-10-10
r7995: * privileges are local except when they're *not*
Gerald Carter
1
-5
/
+5
2007-10-10
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
1
-12
/
+23
2007-10-10
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
1
-13
/
+52
2007-10-10
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
1
-4
/
+6
2007-10-10
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
1
-37
/
+45
2007-10-10
r5541: Fix crash bug in the client-spoolss enumdataex-call.
Günther Deschner
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-12
/
+12
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-2
/
+2
2002-12-05
Add some const
Jim McDonough
1
-3
/
+3
2002-12-03
Don't segfault when trying to delete a key when none exist.
Jim McDonough
1
-0
/
+2
2002-08-30
break out REGISTRY_VALUE & REGVAL_CR objects into separate file for
Gerald Carter
1
-0
/
+372