r9487: Get rid of the "auth_flags" member for schannel processing.
commit83cead2ad6dfda6ab1651b38c0108402e6fc3349
authorJeremy Allison <jra@samba.org>
Mon, 22 Aug 2005 19:48:20 +0000 (22 19:48 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 22 Aug 2005 19:48:20 +0000 (22 19:48 +0000)
tree93bb1b1dc6adb259d8d6e2f44da8de8f3793eecc
parentdda2c04bb6cf4fd1fb5c0e11cf627bef56118d83
r9487: Get rid of the "auth_flags" member for schannel processing.
It was only an abstraction for the rpc auth_level anyway and
isn't needed. Now to separate out the auth_flags into auth_type
and auth_level in the client code.
Jeremy
source/include/ntdomain.h
source/rpc_parse/parse_prs.c
source/rpc_server/srv_pipe.c