diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-05-15 11:20:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-05-20 20:53:34 +0200 |
commit | 1ecdc8588da2eddfe673f736f519d37eac4be911 (patch) | |
tree | abc09b843bef99ca5816a1c5eb624706acc66567 /source3/Makefile.in | |
parent | dafc1e0c8d16e4dcc3929d9e5f78ce60d3371fe8 (diff) | |
download | samba-1ecdc8588da2eddfe673f736f519d37eac4be911.tar.gz samba-1ecdc8588da2eddfe673f736f519d37eac4be911.tar.bz2 samba-1ecdc8588da2eddfe673f736f519d37eac4be911.zip |
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f5074e3a78..fdcd86a088 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -749,6 +749,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/file_access.o \ smbd/dnsregister.o smbd/globals.o \ smbd/smb2_server.o smbd/smb2_negprot.o \ + smbd/smb2_sesssetup.o \ smbd/smb2_keepalive.o \ $(MANGLE_OBJ) @VFS_STATIC@ |