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
/
source4
/
lib
/
registry
/
regf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issues addressed by Jelmer:
Wilco Baan Hofman
2010-10-03
1
-2
/
+2
*
Fix registry editor to be compatible with Windows 7.
Wilco Baan Hofman
2010-10-03
1
-5
/
+71
*
5 uint32_t's should be set, not 5 bytes.
Wilco Baan Hofman
2010-10-03
1
-1
/
+1
*
The root key should be created as a root key, not subkey.
Wilco Baan Hofman
2010-10-03
1
-1
/
+1
*
Make sure that regf only writes to disk every five seconds or when flushed or...
Wilco Baan Hofman
2010-10-03
1
-9
/
+51
*
Fix file corruption (non-updated header) on new allocation.
wilco@baanhofman.nl
2010-09-19
1
-8
/
+17
*
Fix crash when no subkeys exist. Fix writing outside of buffer error by regf ...
wilco@baanhofman.nl
2010-09-19
1
-2
/
+13
*
s4:registry/regf.c - add some casts to suppress build warnings on Solaris
Matthias Dieter Wallnöfer
2010-06-20
1
-2
/
+2
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-32
/
+26
*
s4:registry - "REGF backend" - don't ignore wrong-sized REG_DWORD/REG_DWORD_B...
Matthias Dieter Wallnöfer
2010-04-08
1
-2
/
+5
*
s4:registry - "regf backend" - fix it up regarding REG_DWORD/REG_DWORD_BIG_EN...
Matthias Dieter Wallnöfer
2010-04-07
1
-4
/
+6
*
s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)
Matthias Dieter Wallnöfer
2010-03-22
1
-1
/
+6
*
s4:registry - adaptions for "add memory contexts for delete value/key functions"
Matthias Dieter Wallnöfer
2010-03-22
1
-4
/
+6
*
s4:libregistry - change counters to be "unsigned"
Matthias Dieter Wallnöfer
2010-03-06
1
-11
/
+11
*
s4:registry/regf.c - specify the context when freeing the "regf" variable
Matthias Dieter Wallnöfer
2010-02-22
1
-1
/
+1
*
s4-registry: fixed byte order assumptions
Andrew Tridgell
2010-02-07
1
-1
/
+1
*
Fix unintentional free of the last value when adding a new value to a key.
Wilco Baan Hofman
2010-01-20
1
-4
/
+8
*
Fix trailing garbage in the hbin block.
Wilco Baan Hofman
2009-11-15
1
-0
/
+5
*
registry: Fix warning freeing talloc pointer with multiple parents.
Jelmer Vernooij
2009-09-26
1
-1
/
+1
*
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
2009-06-19
1
-1
/
+2
*
s4:lib/registry: fix c++ warnings
Stefan Metzmacher
2009-02-05
1
-1
/
+1
*
Changed code to use proper talloc context instead of NULL to control memory l...
scudette@gmail.com
2009-01-02
1
-1
/
+1
*
Fixes uninitialised access as reported by valgrind.
scudette@gmail.com
2009-01-02
1
-1
/
+1
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
1
-1
/
+0
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Add support for security descriptors. Also patched the regf backend to suppor...
Wilco Baan Hofman
2008-04-14
1
-11
/
+53
*
Merge hive.h into registry.h
Jelmer Vernooij
2008-04-02
1
-1
/
+1
*
Merge branch 'v4-0-test' into id10ts-registry
Jelmer Vernooij
2008-03-03
1
-4
/
+6
|
\
|
*
Remove yet more uses of global_loadparm.
Jelmer Vernooij
2008-02-21
1
-4
/
+6
*
|
registry: Implement recursive deletes for regf-backed registry.
Andrew Kroeger
2008-02-26
1
-4
/
+49
|
/
*
registry: Use correct return values.
Jelmer Vernooij
2008-01-18
1
-11
/
+11
*
registry: Improve error codes and update tests.
Jelmer Vernooij
2008-01-18
1
-1
/
+1
*
r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...
Jelmer Vernooij
2008-01-07
1
-1
/
+10
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-2
/
+2
*
r26451: Janitorial: fix warnings in lib/registry/
Kai Blin
2007-12-21
1
-5
/
+3
*
r26443: Remove global_loadparm instances.
Jelmer Vernooij
2007-12-21
1
-3
/
+3
*
r26439: Require tdr_pull users to specify a smb_iconv convenience context.
Jelmer Vernooij
2007-12-21
1
-88
/
+112
*
r26438: Store iconv convenience in tdr push contexts.
Jelmer Vernooij
2007-12-21
1
-5
/
+11
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-2
/
+2
*
r25544: Cleanup some more indents in lib/registry.
Günther Deschner
2007-10-10
1
-303
/
+419
*
r25047: Fix more warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r24684: Be a bit less verbose
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...
Jelmer Vernooij
2007-10-10
1
-0
/
+1923