summaryrefslogtreecommitdiffstats
path: root/source/libcli
Commit message (Expand)AuthorAgeFilesLines
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2006-07-175-5/+105
* r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke2006-07-171-0/+18
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2006-07-172-0/+45
* r17020: pass the real error to the failing requestsStefan Metzmacher2006-07-132-8/+16
* r17019: don't timeout on notifiesStefan Metzmacher2006-07-131-0/+4
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2006-07-124-53/+103
* r16975: implement SMB2 Notify call in the client libStefan Metzmacher2006-07-123-0/+106
* r16949: add and fix some NOTIFY return codesStefan Metzmacher2006-07-112-1/+4
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2006-07-102-1/+4
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2006-07-082-4/+9
* r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher2006-07-081-8/+8
* r16871: zero padding bytesStefan Metzmacher2006-07-081-0/+1
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2006-07-064-109/+156
* r16801: Adding WERR_DS_DRA_ACCESS_DENIED.Günther Deschner2006-07-042-0/+2
* r16791: Typo fix in a comment.Rafal Szczesniak2006-07-031-1/+1
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2006-07-012-15/+15
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2006-06-302-9/+16
* r16705: fix a bug found by valgrind...Stefan Metzmacher2006-06-293-10/+29
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2006-06-293-7/+3
* r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher2006-06-296-6/+6
* r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2006-06-292-13/+22
* r16569: - use push_string()Stefan Metzmacher2006-06-271-3/+3
* r16566: add pull function for a site32/offset32 blobStefan Metzmacher2006-06-271-0/+24
* r16464: split client and server min/max protocol settingsStefan Metzmacher2006-06-222-2/+2
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2006-06-203-7/+7
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2006-06-081-2/+2
* r16091: Without this patch Samba3 will not accept this, and simply setting th...Volker Lendecke2006-06-081-2/+3
* r16073: On an incoming wildcard search, it is critical that the size beAndrew Bartlett2006-06-071-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2006-05-248-29/+13
* r15835: fixed locking in the client libraryAndrew Tridgell2006-05-231-0/+1
* r15834: fixed a memory leak in the session codeAndrew Tridgell2006-05-231-1/+1
* r15820: this line was just for testingStefan Metzmacher2006-05-221-2/+0
* r15815: add SMB2 Lock client codeStefan Metzmacher2006-05-222-0/+78
* r15814: add SMB2 Lock interface structureStefan Metzmacher2006-05-222-1/+35
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2006-05-221-0/+5
* r15775: add some privilege related WERROR codesStefan Metzmacher2006-05-212-0/+4
* r15770: when there's a dynamic body, we need to send the first byte even if the Stefan Metzmacher2006-05-211-0/+1
* r15756: handle RAW_OPEN_SMB2Stefan Metzmacher2006-05-201-0/+3
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2006-05-201-0/+8
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2006-05-2016-291/+403
* r15740: add TODO, that we should check if the server supportsStefan Metzmacher2006-05-201-0/+4
* r15737: fix a typos and commentStefan Metzmacher2006-05-202-3/+3
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2006-05-192-1/+18
* r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher2006-05-181-1/+1
* r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2006-05-172-0/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2006-05-172-1/+2
* r15643: add some FSCTL_ codesStefan Metzmacher2006-05-161-5/+32
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2006-05-162-7/+17
* r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher2006-05-161-1/+43
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2006-05-134-4/+2