1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/ntvfs/ipc
Andrew Bartlett d66150c14d libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport
This changes the structure being used to convey the current user state
from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built
structure that matches the internals of the Samba auth subsystem and
contains the final group list, as well as the final privilege set and
session key.

These previously had to be re-created on the server side of the pipe
each time.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-10 06:51:06 +01:00
..
ipc_rap.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
ipc.h
np_echo.c
rap_server.c s4-rpc: split the dcesrv reply code out of dcerpc_server 2010-10-30 23:49:01 +11:00
README
vfs_ipc.c libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport 2011-02-10 06:51:06 +01:00

This is the IPC$ backend for Samba. NTVFS operations that are made on
IPC$ shares are directed here by default. Most file operations 
are not supported on IPC$ shares.