Fix use of AuthDataWithContext capability
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 17 Mar 2008 15:34:25 +0000 (11:34 -0400)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Mon, 17 Mar 2008 15:34:25 +0000 (11:34 -0400)
commit8b0783072aad83f5a2ce10737ca9d3077af95bf9
treeeb282d3e5e048e6f173c4873070f256d69326fe7
parent3ff8a21ca32ee6f800a94ecf00e6020105ad19c9
Fix use of AuthDataWithContext capability

During my initial plans for, and the subsequent discussion of a more
significant change to the API for libsmbclient, I had removed the
AuthDataWithContext usage, in favor of a more generalized planned interface.
When the API returned to its original state, I neglected to reinsert this
code.

Use of an authentication function with the context can be tested using

  examples/libsmbclient/testbrowse -C

Derrell
(This used to be commit 38eab68dfb2d8abe8ad00f5a86fc54c778d0d303)
source3/libsmb/libsmb_context.c
source3/libsmb/libsmb_server.c