r4627: - simplified the dcerpc auth code using a common function
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Jan 2005 07:14:12 +0000 (07:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:35 +0000 (13:08 -0500)
commit9c0a3423f03111c110d21c0d3910e16aa1a8bf87
treee4f6cfa46ff51d80c4c8a64df8911e5fc8bc76d4
parente59c5adf39c2c840a40a62485195167f80b9ef53
r4627: - simplified the dcerpc auth code using a common function

- added support for "spnego" in binding strings. This enables SPNEGO
  auth in the dcerpc client code, using as many allter_context calls as
  are needed

To try SPNEGO do this:

  smbtorture ncacn_ip_tcp:SERVER[spnego,seal] -Uadministrator%password RPC-SAMR
source/librpc/rpc/dcerpc.h
source/librpc/rpc/dcerpc_auth.c
source/librpc/rpc/dcerpc_ntlm.c
source/librpc/rpc/dcerpc_schannel.c
source/librpc/rpc/dcerpc_spnego.c
source/librpc/rpc/dcerpc_util.c