summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2
AgeCommit message (Expand)AuthorFilesLines
2008-04-14fill in unknown fields in SMB2 READ callAndrew Tridgell1-4/+9
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij9-0/+10
2008-02-18handle pushing of zero length smb2 stringsAndrew Tridgell1-0/+6
2008-02-16fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell1-10/+31
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell5-26/+75
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell1-0/+6
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell1-1/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell3-0/+22
2008-02-13updated SMB2 create operation to match WSPP.Andrew Tridgell2-26/+54
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell4-6/+36
2008-02-12updated SMB2 header defines to match WSPP docsAndrew Tridgell8-23/+24
2008-02-12converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell1-10/+12
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell2-35/+32
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell3-13/+39
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+3
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+3
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-2/+3
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij2-4/+5
2007-12-21r26337: Move global_loadparm to a higher caller.Jelmer Vernooij2-2/+3
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-2/+2
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-2/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-4/+6
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij21-53/+53
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+2
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-0/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-1/+1
2007-10-10r24780: More work allowing libutil to be used by external users.Jelmer Vernooij1-3/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell23-69/+46
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2-13/+13
2007-10-10r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher1-3/+3
2007-10-10r22788: fix typoStefan Metzmacher1-1/+1
2007-10-10r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell1-1/+0
2007-10-10r20647: add cluster codeAndrew Tridgell1-0/+1
2007-10-10r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell1-1/+1
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-2/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij2-2/+2
2007-10-10r17318: make better usage of the composite apiStefan Metzmacher2-51/+13
2007-10-10r17083: - implement SMB2 Cancel in the clientStefan Metzmacher5-5/+105
2007-10-10r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2-0/+45
2007-10-10r17020: pass the real error to the failing requestsStefan Metzmacher1-4/+8
2007-10-10r17019: don't timeout on notifiesStefan Metzmacher1-0/+4
2007-10-10r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2-24/+29
2007-10-10r16975: implement SMB2 Notify call in the client libStefan Metzmacher3-0/+106
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher1-4/+0
2007-10-10r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher1-8/+8