summaryrefslogtreecommitdiff
path: root/source4/lib/registry/util.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-15s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespacesMatthias Dieter Wallnöfer1-10/+11
2010-10-15s4:lib/registry/util.c - strtoll call - better say explicitly that data is in...Matthias Dieter Wallnöfer1-1/+1
2010-10-03Fix issues addressed by Jelmer:Wilco Baan Hofman1-0/+5
2010-10-03Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.Wilco Baan Hofman1-7/+37
2010-10-03Fix registry parsing of strings to also support the windows method.Wilco Baan Hofman1-1/+33
2010-09-15s4: fixed some printf format errorsAndrew Tridgell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-21/+9
2010-04-27s4: use shared registry functions.Günther Deschner1-47/+1
2010-03-29s4:registry/util.c - remove those "talloc_free"sMatthias Dieter Wallnöfer1-3/+0
2010-03-29s4:registry/util.c - fix indentationMatthias Dieter Wallnöfer1-2/+2
2010-03-29registry: Fix compilation.Jelmer Vernooij1-7/+3
2010-03-29Revert reordering from commit 51bedf939568717424edd7732e1e315faa333849Wilco Baan Hofman1-3/+3
2010-03-29Revert "s4:registry - util.c - add harder checks for inputs on "reg_val_data_...Wilco Baan Hofman1-15/+11
2010-03-29Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion fun...Wilco Baan Hofman1-6/+6
2010-03-29Revert "s4:registry - util.c - treat unsupported and binary values as the sam...Wilco Baan Hofman1-6/+18
2010-03-29Revert "s4:registry - adaptions for "add memory contexts for delete value/key...Wilco Baan Hofman1-2/+5
2010-03-29Revert "s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_ke...Wilco Baan Hofman1-6/+9
2010-03-29Remove incorrect const, something that was correct in commit 9c3e6249fd984b82...Wilco Baan Hofman1-2/+2
2010-03-29Revert "s4:registry - "util" - remove "const" from "reg_abs_path""Wilco Baan Hofman1-3/+3
2010-03-22s4:registry - "reg_key_del/add_abs": call "talloc_free" only on valid objectsMatthias Dieter Wallnöfer1-6/+6
2010-03-22s4:registry - "util.c" - initialise "result" in "reg_key_add_abs"Matthias Dieter Wallnöfer1-0/+2
2010-03-22s4:registry - "util" - remove "const" from "reg_abs_path"Matthias Dieter Wallnöfer1-3/+3
2010-03-22s4:registry - "util" - add also a memory context argument for "reg_key_del_abs"Matthias Dieter Wallnöfer1-4/+2
2010-03-22s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_key_del_abs"Matthias Dieter Wallnöfer1-6/+3
2010-03-22s4:registry - "util" - fix up memory allocated dataMatthias Dieter Wallnöfer1-1/+10
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer1-1/+1
2010-03-22s4:registry - "util.c" - "reg_string_to_val" - consider always the return valuesMatthias Dieter Wallnöfer1-7/+9
2010-03-21s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer1-7/+2
2010-03-16s4:registry - use a macro for reverse byte orderMatthias Dieter Wallnöfer1-5/+2
2010-03-16s4:registry - introduce the "REG_DWORD_BIG_ENDIAN" datatypeMatthias Dieter Wallnöfer1-3/+13
2010-03-15s4:registry - util.c - treat unsupported and binary values as the same in the...Matthias Dieter Wallnöfer1-17/+5
2010-03-15s4:registry - util.c - move the "REG_NONE" case in the conversion functions o...Matthias Dieter Wallnöfer1-6/+6
2010-03-15s4:registry - fix up the output of hexadecimal valuesMatthias Dieter Wallnöfer1-12/+4
2010-03-15s4:registry - add support for REG_QWORD valuesMatthias Dieter Wallnöfer1-1/+17
2010-03-14s4:registry - util.c - add harder checks for inputs on "reg_val_data_string"Matthias Dieter Wallnöfer1-12/+16
2010-03-11s4-registry: add all winreg types to reg_value_types table.Günther Deschner1-3/+11
2010-03-06s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer1-3/+3
2010-02-07s4-registry: fixed byte order assumptionsAndrew Tridgell1-3/+4
2009-12-30s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer1-0/+2
2009-11-29lib/registry/util.c - Reorder the registry datatypes of the conversion functionsMatthias Dieter Wallnöfer1-9/+12
2009-11-29Revert "s4:registry/util - Don't include the trailing '\0' in the internal da...Matthias Dieter Wallnöfer1-6/+2
2009-11-27s4:registry/util - Don't include the trailing '\0' in the internal data forma...Matthias Dieter Wallnöfer1-14/+27
2009-11-15Fix writing corrupt REG_SZ to the registry.Wilco Baan Hofman1-1/+2
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-3/+3
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2