s4:kdc move db functions in their own file
authorSimo Sorce <idra@samba.org>
Thu, 28 Jan 2010 06:27:11 +0000 (01:27 -0500)
committerSimo Sorce <idra@samba.org>
Fri, 29 Jan 2010 00:33:34 +0000 (19:33 -0500)
commit3ce54a4a973d79012e0ea5a1351393d6b006c809
treeb2703553b437c33d0818b4041abf774a7ae8153a
parenta097527ab73c781322d643f6f444c0d146d0ce87
s4:kdc move db functions in their own file

Keep all heimdal related plugin code within hdb_samba4.c
Move interfaces needed by multiple plugins in db-glue.c

Move sequence context in main db context so that we do
not depend on db->hdb_dbc in the common code.

Remove unnecessary paremeters from function prototypes
source4/kdc/config.mk
source4/kdc/db-glue.c [new file with mode: 0644]
source4/kdc/db-glue.h [new file with mode: 0644]
source4/kdc/hdb-samba4.c
source4/kdc/kdc.c
source4/kdc/kdc.h
source4/kdc/samba_kdc.h [moved from source4/kdc/hdb-samba4.h with 97% similarity]
source4/libnet/libnet_export_keytab.c