summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-10/+14
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-108-39/+39
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-2/+3
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-103-3/+5
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-109-27/+18
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-1/+1
* r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher2007-10-102-3/+50
* r23044: - use uint32_t for handle id'sStefan Metzmacher2007-10-101-12/+18
* r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell2007-10-101-1/+5
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-105-30/+135
* r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher2007-10-101-1/+32
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-102-1/+4
* r18686: Fix typo protocl->protocolVolker Lendecke2007-10-101-1/+2
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r17360: add some commentsStefan Metzmacher2007-10-101-3/+23
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-102-4/+8
* r17297: Some compilers don't seem to like the ;;Andrew Bartlett2007-10-101-1/+1
* r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher2007-10-101-61/+91
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-13/+14
* r17084: implement SMB2 Cancel in the server,Stefan Metzmacher2007-10-103-11/+108
* r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2007-10-101-0/+13
* r17009: set the protocol version correctStefan Metzmacher2007-10-101-0/+2
* r16989: implement SMB2 Notify in the frontendStefan Metzmacher2007-10-101-1/+75
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-102-2/+0
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-101-4/+19
* r16913: better return the same values as vista beta2Stefan Metzmacher2007-10-101-2/+16
* r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher2007-10-101-2/+2
* r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher2007-10-101-1/+1
* r16910: - don't search the wildcard handleStefan Metzmacher2007-10-101-0/+8
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-101-1/+38
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-103-5/+168
* r16872: when we know the data length we can preallocate the bufferStefan Metzmacher2007-10-101-1/+1
* r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher2007-10-101-0/+2
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
* r16740: just say the directory is emptyStefan Metzmacher2007-10-101-1/+1
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2007-10-101-1/+1
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-103-11/+12
* r16733: implement SMB2 SetInfoStefan Metzmacher2007-10-101-1/+16
* r16732: use the given macrosStefan Metzmacher2007-10-101-30/+5
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-39/+8
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-2/+4
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+0
* r16670: try to match the vista error codes a bit moreStefan Metzmacher2007-10-101-4/+24
* r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2007-10-101-5/+43
* r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2007-10-101-1/+65
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-102-5/+5
* r16467: implement SMB2 GetInfo server codeStefan Metzmacher2007-10-101-7/+166
* r16456: return on error...Stefan Metzmacher2007-10-101-0/+2