r18198: Fix callbacks to use allocated or constant memory, not the stack.
commit9ca2814c3f90210a05ce367ccfe56a77cbd18a68
authorAndrew Bartlett <abartlet@samba.org>
Thu, 7 Sep 2006 03:24:08 +0000 (7 03:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:48 +0000 (10 14:17 -0500)
tree3973110028189ae3e3d32ea2c318ed9353e9da00
parentc92781b333de6d9f7e5a9330ad4b1681c402cf91
r18198: Fix callbacks to use allocated or constant memory, not the stack.
These values are used by SASL at a later time, and must remain valid.

Make the password callback actually return the password.

Andrew Bartlett
(This used to be commit 8e12f92bbe3aa878292169f4699502e241ef6c0b)
source4/auth/gensec/cyrus_sasl.c