s4:kdc move db functions in their own file
commitedee1a4f5f7a7f5660ac68bbcf5d419db30aa199
authorSimo Sorce <idra@samba.org>
Thu, 28 Jan 2010 06:27:11 +0000 (28 01:27 -0500)
committerFernando J V da Silva <fernandojvsilva@yahoo.com.br>
Thu, 4 Feb 2010 19:09:50 +0000 (4 17:09 -0200)
treef093957b4971c5720f7276e83cc02754d01d249c
parent424f064137f2cc4530676a8a8d82d3beefa4d4b5
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 [copied from source4/kdc/hdb-samba4.c with 68% similarity]
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