summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13204: Remove extra newline we don't need.Andrew Bartlett1-1/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett3-8/+36
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-1/+1
2007-10-10r12725: some minor updatesStefan Metzmacher1-1/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij10-15/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij8-0/+9
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij10-0/+11
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij3-9/+6
2007-10-10r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2-15/+9
2007-10-10r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher1-46/+51
2007-10-10r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher1-6/+6
2007-10-10r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher9-53/+116
2007-10-10r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher1-0/+46
2007-10-10r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher1-2/+122
2007-10-10r12093: add missing fileStefan Metzmacher1-0/+74
2007-10-10r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher5-12/+82
2007-10-10r12091: the SMB2 specific level are not available via SMBStefan Metzmacher1-0/+4
2007-10-10r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell1-2/+1
2007-10-10r11992: Potentially allow SPNEGO to be disabled (as occours on WinXPAndrew Bartlett1-13/+22
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter2-4/+4
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-1/+1
2007-10-10r11789: - add the start of a SMB2 serverStefan Metzmacher9-1/+814
2007-10-10r11788: remove unused header filesStefan Metzmacher1-3/+0
2007-10-10r11787: add missing fileStefan Metzmacher1-0/+20
2007-10-10r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher12-12/+3
2007-10-10r11785: rename conn.c into tcon.cStefan Metzmacher2-1/+1
2007-10-10r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher5-100/+134
2007-10-10r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher4-16/+49
2007-10-10r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher4-24/+24
2007-10-10r11778: - remove unused memory contexts as req is already the temporary conte...Stefan Metzmacher1-47/+21
2007-10-10r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher4-27/+73
2007-10-10r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher3-16/+14
2007-10-10r11757: make smb_server.c independent from the protocolStefan Metzmacher3-608/+637
2007-10-10r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher3-3/+3
2007-10-10r11745: one more check for a valid sessionStefan Metzmacher1-1/+1
2007-10-10r11744: make sure the session is completed authenticated!!!Stefan Metzmacher2-2/+2
2007-10-10r11724: - move checks packet size and protocol version,Stefan Metzmacher1-53/+54
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher2-9/+51
2007-10-10r11646: fix typosStefan Metzmacher1-2/+2
2007-10-10r11643: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r11641: remove unused parameter vuidStefan Metzmacher1-8/+3
2007-10-10r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher1-5/+8
2007-10-10r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher1-3/+3
2007-10-10r11621: some minor fixes from comments by metzeAndrew Tridgell1-0/+4
2007-10-10r11607: switched the smb server to use the generic packet send codeAndrew Tridgell3-51/+13
2007-10-10r11603: converted the smb server to use the new generic packet codeAndrew Tridgell3-101/+36
2007-10-10r11367: Ensure to intialise the new logon_parameters (0 for session setups).Andrew Bartlett1-0/+2