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