index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
registry
/
reg_objects.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:registry: add a new function regval_ctr_value_byname()
Michael Adam
2012-04-25
1
-0
/
+18
*
s3:registry: rename regval_ctr_key_exists() to regval_ctr_value_exists()
Michael Adam
2012-04-25
1
-1
/
+1
*
s3-registry Remove unused dup_registry_value() and free_registry_value()
Andrew Bartlett
2012-02-17
1
-54
/
+0
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-2
/
+4
*
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
Michael Adam
2011-10-11
1
-0
/
+1
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
registry: create and use shared libcli/registry/util_reg.h header.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-registry: remove 2 byte winreg type limitation.
Günther Deschner
2010-07-02
1
-3
/
+3
*
s3:registry: add C for substantial changes to reg_objects
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry:reg_objects: Remove use of uint{8,16,32} in favour of C99 types
Michael Adam
2010-05-25
1
-25
/
+25
*
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
2010-05-25
1
-0
/
+1
*
s3:registry: hide definition of regval_ctr and regval_blob in reg_objects.c
Michael Adam
2010-05-25
1
-0
/
+18
*
s3:registry:reg_objects: add regval_ctr_set_seqnum()
Michael Adam
2010-05-25
1
-0
/
+11
*
s3:registry:reg_objects: add regval_ctr_get_seqnum()
Michael Adam
2010-05-25
1
-0
/
+9
*
s3:registry:reg_objects: add regval_ctr_init()
Michael Adam
2010-05-25
1
-0
/
+17
*
s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.
Michael Adam
2010-05-25
1
-4
/
+4
*
s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *
Michael Adam
2010-05-25
1
-1
/
+1
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-3
/
+3
*
s3-registry: only include registry headers when really needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
2010-04-09
1
-3
/
+3
*
s3-registry: use pull_reg_sz() where appropriate.
Günther Deschner
2009-10-01
1
-4
/
+5
*
s3-registry: add regval_ctr_addvalue_multi_sz.
Günther Deschner
2009-09-30
1
-0
/
+17
*
s3-registry: add regval_ctr_addvalue_sz.
Günther Deschner
2009-09-30
1
-0
/
+17
*
s3:registry: add function regsubkey_ctr_reinit()
Michael Adam
2009-07-15
1
-0
/
+23
*
s3:registry: don't store differently cased entries for the same keys.
Michael Adam
2009-07-15
1
-3
/
+3
*
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
2009-04-27
1
-23
/
+26
*
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
2009-04-27
1
-10
/
+10
*
s3:registry: hash the list of subkeys in the regsubkey_ctr
Michael Adam
2009-02-26
1
-21
/
+102
*
s3:registry: remove definition of regsubkey_ctr from the surface.
Michael Adam
2009-02-26
1
-0
/
+6
*
s3:registry: add regsubkey_ctr_get_seqnum() to hide implementation
Michael Adam
2009-02-26
1
-0
/
+9
*
s3:registry: add regsubkey_ctr_set_seqnum to hide implementation from caller.
Michael Adam
2009-02-26
1
-0
/
+11
*
s3:registry: add a regsubkey_ctr_init function for allocating a regsubkey_ctr
Michael Adam
2009-02-26
1
-1
/
+15
*
s3:registry: fix a comment
Michael Adam
2009-02-26
1
-3
/
+3
*
s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"
Michael Adam
2009-02-26
1
-5
/
+5
*
Remove pstrings from nsswitch/ and registry/
Jeremy Allison
2007-11-26
1
-5
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r25417: Use DBGC_REGISTRY class.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r25140: Less red bars to hurt my eyes...
Michael Adam
2007-10-10
1
-47
/
+51
*
r25139: Avoid code duplication: let regval_ctr_copyvalue() call regval_ctr_ad...
Michael Adam
2007-10-10
1
-37
/
+2
*
r24999: Use the new regval_compose() function in regval_ctr_addvalue().
Michael Adam
2007-10-10
1
-18
/
+3
*
r24998: Add a function regval_compose() to compose a REGISTRY_VALUE from
Michael Adam
2007-10-10
1
-0
/
+30
*
r24949: Remove some static buffers
Volker Lendecke
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
[next]