s3:auth Change 'make_user_info' to be talloc based
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 May 2010 08:10:13 +0000 (18:10 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 12 Jul 2010 04:36:29 +0000 (14:36 +1000)
commit1d29d16cb7c985e18b4c70966c55245bfdb8b320
treeac25a5869217fc36709ecc4aec4da82eded23c8b
parentfff1c3c61c9fd9ad92709b0301c332f612f0c80a
s3:auth Change 'make_user_info' to be talloc based

This is an ideal candidate, as it already uses a free function.  It
now uses talloc destructors to clear the passwords if required.

Andrew Bartlett
source3/auth/user_info.c