summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile_dotreg.c
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner2016-09-281-2/+2
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner2016-09-281-3/+3
* s4:lib:registry: fix 'Conditional jump or move' valgrind error.Noel Power2016-04-251-1/+1
* Fix the developer O3 buildVolker Lendecke2015-02-251-2/+2
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+2
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-2/+2
* registry: Make a two more functions static.Jelmer Vernooij2010-10-041-2/+2
* s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer2010-10-031-1/+1
* Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai...Wilco Baan Hofman2010-10-031-11/+25
* Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman2010-10-031-3/+73
* Do not include the closing doublequote in .reg files.Wilco Baan Hofman2010-10-031-1/+1
* Make sure we write the value stored in value, not line (doublequoted).Wilco Baan Hofman2010-10-031-4/+4
* Fix .reg file format parsing.Wilco Baan Hofman2010-10-031-39/+124
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-7/+2
* s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer2010-03-221-0/+3
* s4:registry - "patchfile_dotreg.c" - fix a memory leakMatthias Dieter Wallnöfer2010-03-221-3/+5
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman2008-04-151-4/+4
* Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman2008-04-141-1/+1
* Merge patchfile.h into registry.hJelmer Vernooij2008-04-021-1/+0
* Convert some more files to GPLv3.Andrew Kroeger2008-03-281-1/+1
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+2
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+8
* r25544: Cleanup some more indents in lib/registry.Günther Deschner2007-10-101-29/+41
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-5/+6
* r24704: Fix bug in the registry patch code.. all the more proves this code ne...Jelmer Vernooij2007-10-101-1/+1
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-101-0/+247