summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-211-0/+15
* libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher2008-08-141-1/+3
* libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher2008-08-141-7/+20
* libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
* libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher2008-08-141-6/+0
* libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-13/+11
* libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2008-07-282-7/+6
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-284-17/+12
* libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher2008-07-281-0/+2
* 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
* Make up a full hostname for ldapi connections.Andrew Bartlett2008-07-151-2/+7
* Cleanup ldap_bind_sasl.Andrew Bartlett2008-07-151-4/+3
* 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
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1
* Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij2008-06-171-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-142-2/+2
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-142-0/+2
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-115-5004/+411
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-074-10/+11
* added server side SMB2 signingAndrew Tridgell2008-06-063-70/+44
* ensure we don't end up with a partially initialised EA structureAndrew Tridgell2008-06-061-0/+2
* SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-031-12/+9
* updated some info levels based on WSPP docsAndrew Tridgell2008-06-023-21/+52
* implemented client side SMB2 signingAndrew Tridgell2008-05-308-38/+283
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-1/+8
* fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
* updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
* ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
* expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
* added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-282-11/+195
* Use variable for ndr_netlogon.o path.Jelmer Vernooij2008-05-271-3/+2
* 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
* cope better with read only files in smb2_deltreeAndrew Tridgell2008-05-271-0/+10
* don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell2008-05-271-5/+6
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-0/+21
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-262-2/+8
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-2/+6
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-242-4/+35
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-243-7/+71
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-234-40/+94
* fix make test for EAs againAndrew Tridgell2008-05-231-2/+2