Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | update some SMB2 find flags | Andrew Tridgell | 1 | -1/+1 |
2008-04-19 | libcli/smb2: make it possible to handle incoming oplock requests | Stefan Metzmacher | 2 | -0/+54 |
2008-04-19 | libcli/smb2: add smb2_break() calls | Stefan Metzmacher | 2 | -1/+75 |
2008-04-17 | fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior | Andrew Tridgell | 1 | -4/+4 |
2008-04-17 | libcli/smb2: make it possible to pass additional extra blobs in smb2_create() | Stefan Metzmacher | 1 | -23/+71 |
2008-04-17 | libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3 | Stefan Metzmacher | 1 | -3/+4 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -22/+7 |
2008-04-14 | fill in unknown fields in SMB2 READ call | Andrew Tridgell | 1 | -4/+9 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 9 | -0/+10 |
2008-02-18 | handle pushing of zero length smb2 strings | Andrew Tridgell | 1 | -0/+6 |
2008-02-16 | fixed handling of zero sized buffers versus NULL buffers in | Andrew Tridgell | 1 | -10/+31 |
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 5 | -26/+75 |
2008-02-14 | A better way to handle the different format of RenameInformation in SMB2 | Andrew Tridgell | 1 | -0/+6 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 1 | -1/+1 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 3 | -0/+22 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 2 | -26/+54 |
2008-02-13 | updated SMB2 tcon as per WSPP docs | Andrew Tridgell | 4 | -6/+36 |
2008-02-12 | updated SMB2 header defines to match WSPP docs | Andrew Tridgell | 8 | -23/+24 |
2008-02-12 | converted SMB2 session setup to use WSPP protocol field names | Andrew Tridgell | 1 | -10/+12 |
2008-02-12 | converted the out side of SMB2 negprot handling | Andrew Tridgell | 2 | -35/+32 |
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 3 | -13/+39 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 2 | -4/+5 |
2007-12-21 | r26337: Move global_loadparm to a higher caller. | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 21 | -53/+53 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 23 | -69/+46 |
2007-10-10 | r22866: handle incoming chained smb2 requests in our server code to let | Stefan Metzmacher | 2 | -13/+13 |
2007-10-10 | r22791: make it possible to use smb2_create_blob_add() in the server code too | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22788: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20650: revert a bunch of code I didn't mean to commit yet | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r20647: add cluster code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18715: 0x8 style status returns should also fail here (thanks metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r17318: make better usage of the composite api | Stefan Metzmacher | 2 | -51/+13 |
2007-10-10 | r17083: - implement SMB2 Cancel in the client | Stefan Metzmacher | 5 | -5/+105 |