summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2008-07-28libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2-7/+6
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher4-17/+12
2008-07-28libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher1-0/+2
2008-07-18More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett1-20/+26
2008-07-16Ignore and handle more NT Create & X options.Andrew Bartlett1-3/+8
2008-07-15Make up a full hostname for ldapi connections.Andrew Bartlett1-2/+7
2008-07-15Cleanup ldap_bind_sasl.Andrew Bartlett1-4/+3
2008-07-07libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher1-12/+0
2008-07-07libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher1-17/+178
2008-07-07libcli/raw: trans(2) setup count is uint8_tStefan Metzmacher1-4/+6
2008-07-07libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher1-13/+0
2008-07-07libcli/raw: use the new recv_helper infrastructure for trans/trans2 repliesStefan Metzmacher1-184/+313
2008-07-07libcli/raw: use the new recv_helper infrastructure for nttrans repliesStefan Metzmacher1-102/+145
2008-07-07libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher2-1/+23
2008-07-07libcli/raw: the nttrans setup count is only 8-bitStefan Metzmacher1-1/+1
2008-06-27pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam1-1/+1
2008-06-17Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij1-1/+1
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce2-2/+2
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce2-0/+2
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij5-5004/+411
2008-06-07make signing per session in the SMB2 client libraryAndrew Tridgell4-10/+11
2008-06-06added server side SMB2 signingAndrew Tridgell3-70/+44
2008-06-06ensure we don't end up with a partially initialised EA structureAndrew Tridgell1-0/+2
2008-06-03SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell1-12/+9
2008-06-02updated some info levels based on WSPP docsAndrew Tridgell3-21/+52
2008-05-30implemented client side SMB2 signingAndrew Tridgell8-38/+283
2008-05-29added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell1-1/+8
2008-05-29fixed offset for maximal access responseAndrew Tridgell1-1/+1
2008-05-28updated comment based on MS-SMB2 docsAndrew Tridgell1-1/+2
2008-05-28ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell1-1/+16
2008-05-28expose a function for pushing all SMB2 create blobsAndrew Tridgell1-17/+36
2008-05-28added support for all of the known SMB2 create tags in our clientAndrew Tridgell2-11/+195
2008-05-27Use variable for ndr_netlogon.o path.Jelmer Vernooij1-3/+2
2008-05-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell1-1/+1
2008-05-27added support for the output fields of SMB2 closeAndrew Tridgell1-6/+25
2008-05-27cope better with read only files in smb2_deltreeAndrew Tridgell1-0/+10
2008-05-27don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell1-5/+6
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-0/+21
2008-05-26stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2-2/+8
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-2/+6
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2-4/+35
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij3-7/+71
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij4-40/+94
2008-05-23fix make test for EAs againAndrew Tridgell1-2/+2
2008-05-22pass in the required alignment to the EA construction routinesAndrew Tridgell3-8/+9
2008-05-22added a define for all valid file attributesAndrew Tridgell1-0/+1
2008-05-22Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell5-28/+68
2008-05-22fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2-2/+4
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij2-3/+3
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij3-4/+4