]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:passdb: make marshalling struct samu from and to a buffer more generic
authorStefan Metzmacher <metze@samba.org>
Mon, 15 Dec 2008 17:46:37 +0000 (18:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Dec 2008 16:21:46 +0000 (17:21 +0100)
commitd54fb8838a418493ebc7a559af4be95def97dfd9
tree8a8e3ab55ca613f87f18b78085145d43436d8515
parent6118aaeb2d4b164c5ed213aa2ae25ed13bfe1c22
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
(cherry picked from commit 0544734309feea44e8d449737a9934231f63693d)
source/include/passdb.h
source/include/proto.h
source/passdb/passdb.c
source/passdb/pdb_tdb.c