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
2010-05-25
s3:registry: add C for substantial changes to reg_objects
Michael Adam
1
-0
/
+1
2010-05-25
s3:registry:reg_objects: Remove use of uint{8,16,32} in favour of C99 types
Michael Adam
1
-25
/
+25
2010-05-25
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
1
-0
/
+1
2010-05-25
s3:registry: hide definition of regval_ctr and regval_blob in reg_objects.c
Michael Adam
1
-0
/
+18
2010-05-25
s3:registry:reg_objects: add regval_ctr_set_seqnum()
Michael Adam
1
-0
/
+11
2010-05-25
s3:registry:reg_objects: add regval_ctr_get_seqnum()
Michael Adam
1
-0
/
+9
2010-05-25
s3:registry:reg_objects: add regval_ctr_init()
Michael Adam
1
-0
/
+17
2010-05-25
s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.
Michael Adam
1
-4
/
+4
2010-05-25
s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *
Michael Adam
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2010-05-18
s3-registry: only include registry headers when really needed.
Günther Deschner
1
-0
/
+1
2010-04-09
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
1
-3
/
+3
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
[next]