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