summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb2
AgeCommit message (Expand)AuthorFilesLines
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell4-32/+32
2008-02-12converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell1-7/+8
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell1-29/+30
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-5/+35
2008-01-05r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-1/+2
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+1
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij1-0/+2
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-1/+1
2007-12-21r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij3-4/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij2-0/+3
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-10/+14
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij8-39/+39
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2-2/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij3-3/+5
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell9-27/+18
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-1/+1
2007-10-10r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher2-3/+50
2007-10-10r23044: - use uint32_t for handle id'sStefan Metzmacher1-12/+18
2007-10-10r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell1-1/+5
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher5-30/+135
2007-10-10r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher1-1/+32
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2-1/+4
2007-10-10r18686: Fix typo protocl->protocolVolker Lendecke1-1/+2
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+2
2007-10-10r17360: add some commentsStefan Metzmacher1-3/+23
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2-4/+8
2007-10-10r17297: Some compilers don't seem to like the ;;Andrew Bartlett1-1/+1
2007-10-10r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher1-61/+91
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-13/+14
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher3-11/+108
2007-10-10r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher1-0/+13
2007-10-10r17009: set the protocol version correctStefan Metzmacher1-0/+2
2007-10-10r16989: implement SMB2 Notify in the frontendStefan Metzmacher1-1/+75
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2-2/+0
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher1-4/+19
2007-10-10r16913: better return the same values as vista beta2Stefan Metzmacher1-2/+16
2007-10-10r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher1-2/+2
2007-10-10r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher1-1/+1
2007-10-10r16910: - don't search the wildcard handleStefan Metzmacher1-0/+8
2007-10-10r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher1-1/+38
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher3-5/+168
2007-10-10r16872: when we know the data length we can preallocate the bufferStefan Metzmacher1-1/+1
2007-10-10r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher1-0/+2
2007-10-10r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher1-2/+1
2007-10-10r16740: just say the directory is emptyStefan Metzmacher1-1/+1