summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13911: Make these debug messages clearer.Andrew Bartlett2007-10-101-3/+5
* r13877: remove smbsrv_send_dos_error() and use smbsrv_send_error(..,NT_STATUS...Stefan Metzmacher2007-10-105-29/+10
* r13872: fix typoStefan Metzmacher2007-10-101-1/+1
* r13870: prefix more functions with smbsrv_Stefan Metzmacher2007-10-109-217/+220
* r13868: remove useless talloc_free() wrapperStefan Metzmacher2007-10-103-15/+7
* r13866: prefix more functions with smbsrv_Stefan Metzmacher2007-10-103-10/+8
* r13865: prefix functions with smbsrv_Stefan Metzmacher2007-10-106-143/+142
* r13863: this can be static...Stefan Metzmacher2007-10-101-1/+1
* r13862: rename chain_reply -> smbsrv_chain_replyStefan Metzmacher2007-10-102-11/+11
* r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher2007-10-103-3/+86
* r13858: - use req_pull_ascii4() instead of doing strlen() on client provided ...Stefan Metzmacher2007-10-101-30/+34
* r13857: add "Windows for Workgroups 3.1a" support to the serverStefan Metzmacher2007-10-101-10/+11
* r13856: fixed a misleading commentAndrew Tridgell2007-10-101-1/+1
* r13658: More moving around of files:Jelmer Vernooij2007-10-101-0/+2
* r13620: initialize the CMD with 0 tooStefan Metzmacher2007-10-101-0/+1
* r13403: Try to better handle a case where SPNEGO isn't available (allow us toAndrew Bartlett2007-10-103-25/+34
* r13204: Remove extra newline we don't need.Andrew Bartlett2007-10-101-1/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-103-8/+36
* r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij2007-10-101-1/+1
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-1010-15/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-108-0/+9
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-1010-0/+11
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-103-9/+6
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2007-10-102-15/+9
* r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher2007-10-101-46/+51
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2007-10-101-6/+6
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2007-10-109-53/+116
* r12095: the most SMB2 opcodes need a valid session and tcon,Stefan Metzmacher2007-10-101-0/+46
* r12094: - implement dummy smb2srv_tcon()Stefan Metzmacher2007-10-101-2/+122
* r12093: add missing fileStefan Metzmacher2007-10-101-0/+74
* r12092: - add dummy functions for the missing SMB2 opcodesStefan Metzmacher2007-10-105-12/+82
* r12091: the SMB2 specific level are not available via SMBStefan Metzmacher2007-10-101-0/+4
* r12082: fixed a valgrind error found by kukks in the transs server handlingAndrew Tridgell2007-10-101-2/+1
* r11992: Potentially allow SPNEGO to be disabled (as occours on WinXPAndrew Bartlett2007-10-101-13/+22
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-102-4/+4
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-1/+1
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-109-1/+814
* r11788: remove unused header filesStefan Metzmacher2007-10-101-3/+0
* r11787: add missing fileStefan Metzmacher2007-10-101-0/+20
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-1012-12/+3
* r11785: rename conn.c into tcon.cStefan Metzmacher2007-10-102-1/+1
* r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher2007-10-105-100/+134
* r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher2007-10-104-16/+49
* r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher2007-10-104-24/+24
* r11778: - remove unused memory contexts as req is already the temporary conte...Stefan Metzmacher2007-10-101-47/+21
* r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher2007-10-104-27/+73