Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -21/+9 |
2010-04-27 | s4: use shared registry functions. | Günther Deschner | 1 | -47/+1 |
2010-03-29 | s4:registry/util.c - remove those "talloc_free"s | Matthias Dieter Wallnöfer | 1 | -3/+0 |
2010-03-29 | s4:registry/util.c - fix indentation | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-03-29 | registry: Fix compilation. | Jelmer Vernooij | 1 | -7/+3 |
2010-03-29 | Revert reordering from commit 51bedf939568717424edd7732e1e315faa333849 | Wilco Baan Hofman | 1 | -3/+3 |
2010-03-29 | Revert "s4:registry - util.c - add harder checks for inputs on "reg_val_data_... | Wilco Baan Hofman | 1 | -15/+11 |
2010-03-29 | Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion fun... | Wilco Baan Hofman | 1 | -6/+6 |
2010-03-29 | Revert "s4:registry - util.c - treat unsupported and binary values as the sam... | Wilco Baan Hofman | 1 | -6/+18 |
2010-03-29 | Revert "s4:registry - adaptions for "add memory contexts for delete value/key... | Wilco Baan Hofman | 1 | -2/+5 |
2010-03-29 | Revert "s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_ke... | Wilco Baan Hofman | 1 | -6/+9 |
2010-03-29 | Remove incorrect const, something that was correct in commit 9c3e6249fd984b82... | Wilco Baan Hofman | 1 | -2/+2 |
2010-03-29 | Revert "s4:registry - "util" - remove "const" from "reg_abs_path"" | Wilco Baan Hofman | 1 | -3/+3 |
2010-03-22 | s4:registry - "reg_key_del/add_abs": call "talloc_free" only on valid objects | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-03-22 | s4:registry - "util.c" - initialise "result" in "reg_key_add_abs" | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2010-03-22 | s4:registry - "util" - remove "const" from "reg_abs_path" | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-03-22 | s4:registry - "util" - add also a memory context argument for "reg_key_del_abs" | Matthias Dieter Wallnöfer | 1 | -4/+2 |
2010-03-22 | s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_key_del_abs" | Matthias Dieter Wallnöfer | 1 | -6/+3 |
2010-03-22 | s4:registry - "util" - fix up memory allocated data | Matthias Dieter Wallnöfer | 1 | -1/+10 |
2010-03-22 | s4:registry - adaptions for "add memory contexts for delete value/key functions" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-03-22 | s4:registry - "util.c" - "reg_string_to_val" - consider always the return values | Matthias Dieter Wallnöfer | 1 | -7/+9 |
2010-03-21 | s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD" | Matthias Dieter Wallnöfer | 1 | -7/+2 |
2010-03-16 | s4:registry - use a macro for reverse byte order | Matthias Dieter Wallnöfer | 1 | -5/+2 |
2010-03-16 | s4:registry - introduce the "REG_DWORD_BIG_ENDIAN" datatype | Matthias Dieter Wallnöfer | 1 | -3/+13 |
2010-03-15 | s4:registry - util.c - treat unsupported and binary values as the same in the... | Matthias Dieter Wallnöfer | 1 | -17/+5 |
2010-03-15 | s4:registry - util.c - move the "REG_NONE" case in the conversion functions o... | Matthias Dieter Wallnöfer | 1 | -6/+6 |
2010-03-15 | s4:registry - fix up the output of hexadecimal values | Matthias Dieter Wallnöfer | 1 | -12/+4 |
2010-03-15 | s4:registry - add support for REG_QWORD values | Matthias Dieter Wallnöfer | 1 | -1/+17 |
2010-03-14 | s4:registry - util.c - add harder checks for inputs on "reg_val_data_string" | Matthias Dieter Wallnöfer | 1 | -12/+16 |
2010-03-11 | s4-registry: add all winreg types to reg_value_types table. | Günther Deschner | 1 | -3/+11 |
2010-03-06 | s4:libregistry - change counters to be "unsigned" | Matthias Dieter Wallnöfer | 1 | -3/+3 |
2010-02-07 | s4-registry: fixed byte order assumptions | Andrew Tridgell | 1 | -3/+4 |
2009-12-30 | s4:lib/registry/util.c - Reintroduce "FIXME"s | Matthias Dieter Wallnöfer | 1 | -0/+2 |
2009-11-29 | lib/registry/util.c - Reorder the registry datatypes of the conversion functions | Matthias Dieter Wallnöfer | 1 | -9/+12 |
2009-11-29 | Revert "s4:registry/util - Don't include the trailing '\0' in the internal da... | Matthias Dieter Wallnöfer | 1 | -6/+2 |
2009-11-27 | s4:registry/util - Don't include the trailing '\0' in the internal data forma... | Matthias Dieter Wallnöfer | 1 | -14/+27 |
2009-11-15 | Fix writing corrupt REG_SZ to the registry. | Wilco Baan Hofman | 1 | -1/+2 |
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -1/+1 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -3/+3 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -2/+2 |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -2/+2 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -2/+1 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -6/+12 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25544: Cleanup some more indents in lib/registry. | Günther Deschner | 1 | -64/+67 |
2007-10-10 | r25193: Update headers to easy use by external apps. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -0/+242 |