summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17277: we need to trigger an event when we return directly,Stefan Metzmacher1-1/+1
2007-10-10r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher1-10/+7
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2-14/+18
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett4-95/+26
2007-10-10r17083: - implement SMB2 Cancel in the clientStefan Metzmacher5-5/+105
2007-10-10r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke1-0/+18
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 Metzmacher2-8/+16
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 Metzmacher4-53/+103
2007-10-10r16975: implement SMB2 Notify call in the client libStefan Metzmacher3-0/+106
2007-10-10r16949: add and fix some NOTIFY return codesStefan Metzmacher2-1/+4
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2-1/+4
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher2-4/+9
2007-10-10r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher1-8/+8
2007-10-10r16871: zero padding bytesStefan Metzmacher1-0/+1
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher4-109/+156
2007-10-10r16801: Adding WERR_DS_DRA_ACCESS_DENIED.Günther Deschner2-0/+2
2007-10-10r16791: Typo fix in a comment.Rafal Szczesniak1-1/+1
2007-10-10r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2-15/+15
2007-10-10r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2-9/+16
2007-10-10r16705: fix a bug found by valgrind...Stefan Metzmacher3-10/+29
2007-10-10r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher3-7/+3
2007-10-10r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher6-6/+6
2007-10-10r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2-13/+22
2007-10-10r16569: - use push_string()Stefan Metzmacher1-3/+3
2007-10-10r16566: add pull function for a site32/offset32 blobStefan Metzmacher1-0/+24
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher2-2/+2
2007-10-10r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher3-7/+7
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter1-2/+2
2007-10-10r16091: Without this patch Samba3 will not accept this, and simply setting th...Volker Lendecke1-2/+3
2007-10-10r16073: On an incoming wildcard search, it is critical that the size beAndrew Bartlett1-2/+2
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell8-29/+13
2007-10-10r15835: fixed locking in the client libraryAndrew Tridgell1-0/+1
2007-10-10r15834: fixed a memory leak in the session codeAndrew Tridgell1-1/+1
2007-10-10r15820: this line was just for testingStefan Metzmacher1-2/+0
2007-10-10r15815: add SMB2 Lock client codeStefan Metzmacher2-0/+78
2007-10-10r15814: add SMB2 Lock interface structureStefan Metzmacher2-1/+35
2007-10-10r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell1-0/+5
2007-10-10r15775: add some privilege related WERROR codesStefan Metzmacher2-0/+4
2007-10-10r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher1-0/+1
2007-10-10r15756: handle RAW_OPEN_SMB2Stefan Metzmacher1-0/+3
2007-10-10r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher1-0/+8
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher16-291/+403
2007-10-10r15740: add TODO, that we should check if the server supportsStefan Metzmacher1-0/+4
2007-10-10r15737: fix a typos and commentStefan Metzmacher2-3/+3
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2-1/+18
2007-10-10r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher1-1/+1
2007-10-10r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2-0/+2
2007-10-10r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2-1/+2