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>
Tue, 10 Aug 2010 22:42:43 +0000 (08:42 +1000)
commitd4fa0c4af43f31655fdec81e9bf4a2541f0e68fb
tree6a5aacd74e95f71bfa03e6b646a2b371ce08eca5
parent2a509b6a200f05a2b3192a7eb0482b39fcaca4ee
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