1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/utils
Andrew Bartlett 35b309fa0c gensec: clarify memory ownership for gensec_session_info() and gensec_session_key()
This is slightly less efficient, because we no longer keep a cache on
the gensec structures, but much clearer in terms of memory ownership.
Both gensec_session_info() and gensec_session_key() now take a mem_ctx
and put the result only on that context.

Some duplication of memory in the callers (who were rightly uncertain
about who was the rightful owner of the returned memory) has been
removed to compensate for the internal copy.

Andrew Bartlett
2011-08-03 18:48:02 +10:00
..
man Avoid use of Samba DTD, which requires net access. 2010-08-22 14:05:58 +02:00
tests samba-tool: updated test suite to reflect the move from domainlevel to domain level 2011-07-21 10:32:23 +10:00
ntlm_auth.c gensec: clarify memory ownership for gensec_session_info() and gensec_session_key() 2011-08-03 18:48:02 +10:00
oLschema2ldif.c lib/crypto: rename the SHA256_ functions to samba_SHA256_ 2011-04-06 08:12:19 +02:00
wscript_build build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library 2011-02-24 11:57:48 +11:00