summaryrefslogtreecommitdiff
path: root/source3/registry/reg_import.c
Commit message (Expand)AuthorAgeFilesLines
* s3/registry: fix various 'cast between incompatible function' warningsNoel Power2019-05-101-16/+45
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/registry/Günther Deschner2016-09-281-1/+1
* s3:registry: change reg_import.c according to coding guidelines.Michael Adam2012-06-271-53/+47
* s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()Michael Adam2012-06-271-1/+1
* s3:registry: fix possible double free in importGregor Beck2012-06-261-0/+1
* s3-registry: handle registration entries (.reg) filesGregor Beck2010-09-221-0/+290