summaryrefslogtreecommitdiff
path: root/source3/registry/reg_import.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-10s3/registry: fix various 'cast between incompatible function' warningsNoel Power1-16/+45
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner1-1/+1
2016-09-28werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/registry/Günther Deschner1-1/+1
2012-06-27s3:registry: change reg_import.c according to coding guidelines.Michael Adam1-53/+47
2012-06-27s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()Michael Adam1-1/+1
2012-06-26s3:registry: fix possible double free in importGregor Beck1-0/+1
2010-09-22s3-registry: handle registration entries (.reg) filesGregor Beck1-0/+290