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