diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-17 01:52:47 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-11-06 21:39:13 +0100 |
commit | 21aa4ea6b9b3d4ad5775f01aae8df6132043fd39 (patch) | |
tree | 8044fe931fcce32ff65f140c279677432ded2fb4 /source4/smbd/config.mk | |
parent | 1a60fc02d8dce6ce7bfc8488286f3f3104a69984 (diff) | |
download | samba-21aa4ea6b9b3d4ad5775f01aae8df6132043fd39.tar.gz samba-21aa4ea6b9b3d4ad5775f01aae8df6132043fd39.tar.xz samba-21aa4ea6b9b3d4ad5775f01aae8df6132043fd39.zip |
s4: smbd: implement stream_socket_named_pipe()
For now implement just a very simple protocol
to negotiate the transport session info.
We may need to pass more info later,
e.g. client ip or name...
metze
Diffstat (limited to 'source4/smbd/config.mk')
-rw-r--r-- | source4/smbd/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk index b5babd4d69..63105d368c 100644 --- a/source4/smbd/config.mk +++ b/source4/smbd/config.mk @@ -2,11 +2,12 @@ [SUBSYSTEM::service] PRIVATE_DEPENDENCIES = \ - MESSAGING samba-socket + MESSAGING samba-socket NDR_NAMED_PIPE_AUTH service_OBJ_FILES = $(addprefix $(smbdsrcdir)/, \ service.o \ service_stream.o \ + service_named_pipe.o \ service_task.o) $(eval $(call proto_header_template,$(smbdsrcdir)/service_proto.h,$(service_OBJ_FILES:.o=.c))) |