summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-103-3/+3
* r17567: add error code I got from DsGetNCChangesStefan Metzmacher2007-10-102-0/+4
* r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher2007-10-101-0/+20
* r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher2007-10-101-0/+20
* r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2007-10-101-0/+20
* r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2007-10-101-0/+59
* r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher2007-10-101-0/+59
* r17414: add new error codeStefan Metzmacher2007-10-102-0/+2
* r17319: make better usage of the composite apiStefan Metzmacher2007-10-101-28/+20
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-102-51/+13
* r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher2007-10-102-0/+29
* r17278: fix un uninitialized value found by valgrindStefan Metzmacher2007-10-101-0/+1
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher2007-10-101-10/+7
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-14/+18
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-104-95/+26
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-105-5/+105
* r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke2007-10-101-0/+18
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2007-10-102-0/+45
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-102-8/+16
* r17019: don't timeout on notifiesStefan Metzmacher2007-10-101-0/+4
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-104-53/+103
* r16975: implement SMB2 Notify call in the client libStefan Metzmacher2007-10-103-0/+106
* 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