summaryrefslogtreecommitdiff
path: root/source3/registry/reg_format.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s3:registry: Add missing newlines to logging messagesJoseph Sutton1-4/+4
2023-07-19s3:registry: Fix code spellingAndreas Schneider1-1/+1
2021-02-10s3:registry Renaming get_charset() to smbreg_get_charset()xzhao91-1/+1
2018-03-21s3:registry: Fix size types and length calculationsAndreas Schneider1-7/+9
2014-04-02s3:registry: fix invalid pointer type warning in reg_format.cStefan Metzmacher1-1/+3
2011-10-12s3:registry add function srprs_hive()Gregor Beck1-1/+1
2011-10-02s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ...Michael Adam1-1/+10
2011-10-01s3:registry: reg_format: handle unterminated REG_SZ blobsGregor Beck1-1/+9
2011-08-25s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.Günther Deschner1-0/+1
2010-09-22s3-registry: fix some c++ build warnings.Günther Deschner1-2/+2
2010-09-22s3-registry: handle registration entries (.reg) filesGregor Beck1-0/+808