s3:passdb: make marshalling struct samu from and to a buffer more generic
commit0544734309feea44e8d449737a9934231f63693d
authorStefan Metzmacher <metze@samba.org>
Mon, 15 Dec 2008 17:46:37 +0000 (15 18:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 29 Dec 2008 20:10:49 +0000 (29 21:10 +0100)
tree98286bf9580d96ae2ef26d8610efadb461e0c7e4
parent60b366369e7653d9981b4ebd147667400974ccb9
s3:passdb: make marshalling struct samu from and to a buffer more generic

This marshalling isn't specific to tdbsam and it's
ugly to have the related functions in two different files.

metze
source3/include/passdb.h
source3/include/proto.h
source3/passdb/passdb.c
source3/passdb/pdb_tdb.c