auth: Move auth_session_info into IDL
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Apr 2011 06:15:27 +0000 (16:15 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 Apr 2011 21:46:04 +0000 (23:46 +0200)
commit663dc94e630910b0b5b61801a03622641b2b83b4
tree3d74a050420ec92dd686f618b3b3ad40b647fc86
parentf261266c9d66d7143a867f4719d1549f58915036
auth: Move auth_session_info into IDL

This changes auth_session_info_transport to just be a wrapper, rather
than a copy that has to be kept in sync.

As auth_session_info was already wrapped in python, this required
changes to the existing pyauth wrapper and it's users.

Andrew Bartlett
15 files changed:
libcli/security/session.h
librpc/idl/auth.idl
librpc/ndr/ndr_auth.c [new file with mode: 0644]
librpc/ndr/ndr_auth.h [new file with mode: 0644]
librpc/wscript_build
source3/Makefile.in
source3/rpc_server/rpc_ncacn_np.c
source3/rpc_server/rpc_server.c
source4/auth/gensec/pygensec.c
source4/auth/pyauth.c
source4/auth/pyauth.h
source4/auth/session.c
source4/lib/ldb-samba/pyldb.c
source4/librpc/ndr/py_auth.c [new file with mode: 0644]
source4/librpc/wscript_build