summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile_dotreg.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-1/+2
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+2
2010-10-04registry: Make a two more functions static.Jelmer Vernooij1-2/+2
2010-10-03s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer1-1/+1
2010-10-03Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai...Wilco Baan Hofman1-11/+25
2010-10-03Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman1-3/+73
2010-10-03Do not include the closing doublequote in .reg files.Wilco Baan Hofman1-1/+1
2010-10-03Make sure we write the value stored in value, not line (doublequoted).Wilco Baan Hofman1-4/+4
2010-10-03Fix .reg file format parsing.Wilco Baan Hofman1-39/+124
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-7/+2
2010-03-22s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer1-0/+3
2010-03-22s4:registry - "patchfile_dotreg.c" - fix a memory leakMatthias Dieter Wallnöfer1-3/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-04-15Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman1-4/+4
2008-04-14Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman1-1/+1
2008-04-02Merge patchfile.h into registry.hJelmer Vernooij1-1/+0
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+2
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-2/+8
2007-10-10r25544: Cleanup some more indents in lib/registry.Günther Deschner1-29/+41
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-5/+6
2007-10-10r24704: Fix bug in the registry patch code.. all the more proves this code ne...Jelmer Vernooij1-1/+1
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-0/+247