summaryrefslogtreecommitdiff
path: root/source4/lib/registry/patchfile_preg.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+3
2019-08-08registry: Free memory at the end of each loop run to prevent mem leakSwen Schillig1-8/+8
2016-09-28werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source4/lib/reg...Günther Deschner1-10/+10
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source4/lib/registry/Günther Deschner1-1/+1
2016-05-13s4:registry:patchfile: fix O3 error unused result of writeMichael Adam1-4/+5
2015-03-10registry: Fix CID 240989 Buffer not null terminatedVolker Lendecke1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+0
2010-04-10s4:registry - "patchfile_preg.c" - use more "sizeof"s on length specificationMatthias Dieter Wallnöfer1-6/+6
2010-04-10s4:registry - "patchfile_preg.c" - fix indentationMatthias Dieter Wallnöfer1-5/+9
2010-04-10s4:registry - "patchfile_preg.c" - fix a datatypeMatthias Dieter Wallnöfer1-1/+1
2010-04-08s4:registry - "patchfile_preg.c" - assign a better type to the "i" counter va...Matthias Dieter Wallnöfer1-2/+1
2010-04-08s4:registry - "patchfile_preg.c" - make a SIVAL statement nicerMatthias Dieter Wallnöfer1-1/+1
2010-04-08s4:registry - "patchfile_preg.c" - fix the read operation of the data length ...Matthias Dieter Wallnöfer1-0/+4
2010-04-08s4:registry - "patchfile_preg.c" - use "sizeof(uint32_t)" for some size speci...Matthias Dieter Wallnöfer1-2/+2
2010-03-22s4:registry - "patchfile_preg.c" - also here don't accumulate the memory usageMatthias Dieter Wallnöfer1-4/+26
2010-02-07s4-registry: fixed byte order assumptionsAndrew Tridgell1-2/+2
2009-04-23Add a new non-convenience version of push_codepoint.Jelmer Vernooij1-20/+18
2009-02-05s4:lib/registry: fix c++ warningsStefan Metzmacher1-7/+7
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-2/+1
2008-04-15Fix const.Jelmer Vernooij1-1/+1
2008-04-15More patchfile fixes. Write support should work now.Wilco Baan Hofman1-7/+20
2008-04-15Fix PReg write support.Wilco Baan Hofman1-9/+63
2008-04-15Fixed the patchfile tests and tidy up the patchfile backends.Wilco Baan Hofman1-5/+5
2008-04-14Attempt to fix the patchfile_preg backend for big endian machines.Wilco Baan Hofman1-5/+9
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-8/+9
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin1-36/+37
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-10-10r25544: Cleanup some more indents in lib/registry.Günther Deschner1-35/+51
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-2/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-0/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-6/+6
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-0/+270