summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-103-7/+4
* r15827: fixed a spelling errorAndrew Tridgell2007-10-101-1/+1
* r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...Stefan Metzmacher2007-10-101-1/+1
* r15802: merge tridge's fix to the SMB2 serverStefan Metzmacher2007-10-101-4/+1
* r15799: fixed the problem with BASE-DISCONNECT after the recent memory leakAndrew Tridgell2007-10-101-0/+1
* r15796: this talloc_reference() was causing a memory leak on every NTVFSAndrew Tridgell2007-10-101-4/+0
* r15771: this should be a o32s32 blobStefan Metzmacher2007-10-101-1/+1
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-103-20/+2
* r15760: - add RAW_READ_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+39
* r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backendStefan Metzmacher2007-10-101-1/+27
* r15757: - add RAW_WRITE_SMB2 => generic mappingStefan Metzmacher2007-10-101-1/+32
* r15754: - implement SMB2 CloseStefan Metzmacher2007-10-101-1/+34
* r15753: implement SMB2 CreateStefan Metzmacher2007-10-102-1/+150
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-103-13/+22
* r15749: - pass in a dummy oplock callbackStefan Metzmacher2007-10-101-4/+118
* r15748: - implement SMB2 TreeConnect server codeStefan Metzmacher2007-10-101-5/+105
* r15747: move some functions to the protocol independend part of theStefan Metzmacher2007-10-102-42/+34
* r15746: - reorder elements of smb2srv_requestStefan Metzmacher2007-10-101-7/+15
* r15745: - reorder the elements of smbsrv_requestStefan Metzmacher2007-10-101-10/+12
* r15743: use union smb_tconStefan Metzmacher2007-10-101-16/+17
* r15742: use union smb_sessetupStefan Metzmacher2007-10-101-18/+19
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-102-0/+4
* r15739: return False when the function is called with an invalid levelStefan Metzmacher2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-1010-105/+522
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-1/+9
* r15715: add my copyrightStefan Metzmacher2007-10-101-1/+2
* r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher2007-10-101-22/+32
* r15711: - make use of nttrans_setup_reply()Stefan Metzmacher2007-10-101-14/+9
* r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher2007-10-101-11/+5
* r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher2007-10-101-0/+2
* r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher2007-10-101-2/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-101-0/+1
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-101-3/+1
* r15535: fix the buildStefan Metzmacher2007-10-101-0/+1
* r15533: with this vista does a fine SMB2 TreeConnect against samba4Stefan Metzmacher2007-10-101-4/+4
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-105-8/+17
* r15371: Revert some of my previous patch as it was breaking the plain buildJelmer Vernooij2007-10-101-2/+1
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-1/+2
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-102-2/+2
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-102-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-1010-4/+17
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-103-1/+5
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-103-3/+3
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-102-4/+4
* r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij2007-10-101-1/+1
* r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell2007-10-101-0/+5
* r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell2007-10-101-6/+11
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-107-13/+44
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+2