s4:auth Remove event context from anonymous_session()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Apr 2010 07:18:53 +0000 (17:18 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 11 Apr 2010 03:36:04 +0000 (13:36 +1000)
commit2c193fe91af60f29ed4d560496842073097469bb
tree99b9a777475de9d2d8bb940a4d21e931feeeb38d
parent18078ec4450a7ee37b613020886ec6bead7a6ead
s4:auth Remove event context from anonymous_session()

This should always return a simple structure with no need to consult a
DB, so remove the event context, and simplfy to call helper functions
that don't look at privilages.

Andrew Bartlett
source4/auth/gensec/schannel.c
source4/auth/session.c
source4/auth/session.h
source4/auth/system_session.c
source4/ldap_server/ldap_server.c
source4/rpc_server/common/server_info.c
source4/rpc_server/service_rpc.c