summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett2008-09-061-4/+1
* libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher2008-08-141-7/+20
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-181-20/+26
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-161-3/+8
* libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher2008-07-071-12/+0
* libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher2008-07-071-17/+178
* libcli/raw: trans(2) setup count is uint8_tStefan Metzmacher2008-07-071-4/+6
* libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher2008-07-071-13/+0
* libcli/raw: use the new recv_helper infrastructure for trans/trans2 repliesStefan Metzmacher2008-07-071-184/+313
* libcli/raw: use the new recv_helper infrastructure for nttrans repliesStefan Metzmacher2008-07-071-102/+145
* libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher2008-07-072-1/+23
* libcli/raw: the nttrans setup count is only 8-bitStefan Metzmacher2008-07-071-1/+1
* ensure we don't end up with a partially initialised EA structureAndrew Tridgell2008-06-061-0/+2
* updated some info levels based on WSPP docsAndrew Tridgell2008-06-023-21/+52
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-1/+8
* added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-281-4/+16
* ensure that we honor SMB2 read min_count properlyAndrew Tridgell2008-05-271-1/+1
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-6/+25
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-262-2/+8
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-222-6/+7
* added a define for all valid file attributesAndrew Tridgell2008-05-221-0/+1
* fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-222-2/+4
* fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-211-1/+5
* fixed SMB2 lockingAndrew Tridgell2008-05-211-13/+15
* update some SMB2 find flagsAndrew Tridgell2008-05-151-3/+4
* Add comment explaining why io.in.workgroup isn't important.Andrew Bartlett2008-04-241-0/+5
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-16/+6
* libcli: define structure for SMB2 BreakStefan Metzmacher2008-04-191-1/+16
* fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-172-6/+6
* libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-171-0/+8
* fill in unknown fields in SMB2 READ callAndrew Tridgell2008-04-141-5/+13
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0221-47/+142
* libcli/raw: add RAW_RENAME_NTTRANS supportStefan Metzmacher2008-03-112-1/+38
* libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher2008-03-061-0/+4
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+3
* Fix the build.Jelmer Vernooij2008-02-212-2/+4
* Remove yet more global_loadparm instances.Jelmer Vernooij2008-02-212-0/+8
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+3
* fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell2008-02-161-0/+3
* A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell2008-02-142-1/+15
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-143-4/+10
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-1412-50/+80
* updated SMB2 create operation to match WSPP.Andrew Tridgell2008-02-131-12/+13
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-7/+6
* converted SMB2 session setup to use WSPP protocol field namesAndrew Tridgell2008-02-121-15/+8
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-0/+4
* added some helper functions for GUID handlingAndrew Tridgell2008-02-121-0/+41
* r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd...Jelmer Vernooij2008-01-061-0/+1
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-053-6/+5
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-033-19/+8