summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2008-09-06Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett1-4/+1
2008-09-05Add a new error codeAndrew Bartlett2-0/+2
2008-08-27Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2-0/+2
2008-08-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-0/+15
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett1-0/+15
2008-08-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett5-28/+41
2008-08-14libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher1-1/+3
2008-08-14libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher1-7/+20
2008-08-14libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher1-1/+7
2008-08-14libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher1-6/+0
2008-08-14libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher1-13/+11
2008-08-13Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett3-0/+215
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