s3-registry: handle registration entries (.reg) files
commit7dc1d872126787cbb34b3538356db55454503b09
authorGregor Beck <gbeck@sernet.de>
Mon, 20 Sep 2010 12:46:25 +0000 (20 14:46 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 5 Nov 2010 14:32:26 +0000 (5 15:32 +0100)
tree0bb72ed8a9e00b68911dafb616e2bb0b88d575bb
parent316828f336753a630a06784e40ec9f9a7c8993db
s3-registry: handle registration entries (.reg) files

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 47313afe97973e1293af2f1ab0d08ecaedb74e1e)
source3/Makefile.in
source3/registry/reg_format.c [new file with mode: 0644]
source3/registry/reg_format.h [new file with mode: 0644]
source3/registry/reg_import.c [new file with mode: 0644]
source3/registry/reg_import.h [new file with mode: 0644]
source3/registry/reg_parse.c [new file with mode: 0644]
source3/registry/reg_parse.h [new file with mode: 0644]
source3/registry/reg_parse_dox.cfg [new file with mode: 0644]
source3/registry/reg_parse_internal.c [new file with mode: 0644]
source3/registry/reg_parse_internal.h [new file with mode: 0644]