summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r16949: add and fix some NOTIFY return codesStefan Metzmacher2007-10-102-1/+4
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-102-1/+4
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-102-4/+9
* r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher2007-10-101-8/+8
* r16871: zero padding bytesStefan Metzmacher2007-10-101-0/+1
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-104-109/+156
* r16801: Adding WERR_DS_DRA_ACCESS_DENIED.Günther Deschner2007-10-102-0/+2
* r16791: Typo fix in a comment.Rafal Szczesniak2007-10-101-1/+1
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-102-15/+15
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-102-9/+16
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-103-10/+29
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-103-7/+3
* r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher2007-10-106-6/+6
* r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull codeStefan Metzmacher2007-10-102-13/+22
* r16569: - use push_string()Stefan Metzmacher2007-10-101-3/+3
* r16566: add pull function for a site32/offset32 blobStefan Metzmacher2007-10-101-0/+24
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-102-2/+2
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2007-10-103-7/+7
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-2/+2
* r16091: Without this patch Samba3 will not accept this, and simply setting th...Volker Lendecke2007-10-101-2/+3
* r16073: On an incoming wildcard search, it is critical that the size beAndrew Bartlett2007-10-101-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-108-29/+13
* r15835: fixed locking in the client libraryAndrew Tridgell2007-10-101-0/+1
* r15834: fixed a memory leak in the session codeAndrew Tridgell2007-10-101-1/+1
* r15820: this line was just for testingStefan Metzmacher2007-10-101-2/+0
* r15815: add SMB2 Lock client codeStefan Metzmacher2007-10-102-0/+78
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-102-1/+35
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2007-10-101-0/+5
* r15775: add some privilege related WERROR codesStefan Metzmacher2007-10-102-0/+4
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15756: handle RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+3
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-1016-291/+403
* r15740: add TODO, that we should check if the server supportsStefan Metzmacher2007-10-101-0/+4
* r15737: fix a typos and commentStefan Metzmacher2007-10-102-3/+3
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-102-1/+18
* r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher2007-10-101-1/+1
* r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2007-10-102-0/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-102-1/+2
* r15643: add some FSCTL_ codesStefan Metzmacher2007-10-101-5/+32
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-102-7/+17
* r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher2007-10-101-1/+43
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-104-4/+2
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-1016-18/+29
* r15505: - add 'generic' alias to smb_seek and smb_flushStefan Metzmacher2007-10-101-8/+14
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-1/+1
* r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett2007-10-101-0/+2
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+52
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-103-20/+22
* r15397: Fix typo.Tim Potter2007-10-101-1/+1