summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb2
Commit message (Expand)AuthorAgeFilesLines
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
* make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
* smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-6/+8
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-3/+7
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+4
* Fix build with partial linking.Jelmer Vernooij2008-02-181-1/+0
* 3 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell2008-02-183-0/+15
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-1/+1
* updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell2008-02-142-26/+25
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-141-0/+5
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-1/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-144-1/+25
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-11/+11
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-17/+11
* fixed crash when 0 dialects (thanks metze!)Andrew Tridgell2008-02-121-2/+4
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-124-32/+32
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-7/+8
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-29/+30
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-5/+35
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+2
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+2
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-213-4/+4
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-212-0/+3
* 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