s3:split secrets.c to put machine account secrets in a new file
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 May 2010 03:39:42 +0000 (13:39 +1000)
committerGünther Deschner <gd@samba.org>
Tue, 18 May 2010 19:39:42 +0000 (21:39 +0200)
commit7a8e34fe868158ee5591e1640477d28c62de5b67
treed36088a3e3e1a3928bb77bb9d3dbb3389d74ebc8
parent1ffc65d462ab7ebb61efc30e8305e70789d219fb
s3:split secrets.c to put machine account secrets in a new file

This helps the s3compat effort by allowing these functions to be
replaced by functions that query the cli_credentials and secrets.ldb
APIs.

Also, this changes a couple of DOM_SID to struct dom_sid along the
way.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
source3/Makefile.in
source3/include/proto.h
source3/passdb/machine_account_secrets.c [new file with mode: 0644]
source3/passdb/secrets.c