gensec: split GENSEC into mechanism-dependent and runtime functions
authorAndrew Bartlett <abartlet@samba.org>
Thu, 21 Jul 2011 03:20:26 +0000 (13:20 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:01 +0000 (18:48 +1000)
commit16b2118b4369f8204d86d5ad2eb117837da26789
treed6d30eba2a3fe3d8d0ebc59782868e81b770a610
parentde71a67a1c442a72a7ab88674430b44d371c09d5
gensec: split GENSEC into mechanism-dependent and runtime functions

The startup and runtime functions that have no dependencies are moved
into the top level.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
18 files changed:
auth/gensec/gensec.c [new file with mode: 0644]
auth/gensec/gensec.h [moved from source4/auth/gensec/gensec.h with 77% similarity]
auth/gensec/wscript_build [new file with mode: 0644]
auth/wscript_build
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/gensec/gensec_socket.h [new file with mode: 0644]
source4/auth/gensec/gensec_start.c [moved from source4/auth/gensec/gensec.c with 59% similarity]
source4/auth/gensec/gensec_tstream.c
source4/auth/gensec/schannel.h [new file with mode: 0644]
source4/auth/gensec/spnego.c
source4/auth/gensec/wscript_build
source4/libcli/ldap/ldap_bind.c
source4/libnet/libnet_samsync.c
source4/torture/rpc/samlogon.c
source4/torture/rpc/samr.c
source4/torture/rpc/samsync.c
source4/torture/rpc/schannel.c