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>
Sat, 14 Aug 2010 01:58:13 +0000 (11:58 +1000)
commitb1b9752506e73766ec66c3c5d26797e9f0112527
tree755ac4457cb8afce0b959fedc95d62ec8f199f64
parente66f6e715fc98641f6cb20f137867723a315f672
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

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/auth/user_info.c