smb2srv: sign replies when the request was also signed
[tprouty/samba.git] / source4 / libcli /
2008-08-14 Stefan Metzmacherlibcli/smb2: use smb2 signing in auto mode if the serve...
2008-08-14 Stefan Metzmacherlibcli/smb2: we don't need check the same thing twice...
2008-08-14 Stefan Metzmacherlibcli/smb2: async replies with STATUS_PENDING are...
2008-08-01 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-30 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-28 Stefan Metzmacherlibcli/smb2: the session key for SMB2 signing is trunca...
2008-07-28 Stefan Metzmacherlibcli/smb2: fix per session signing state
2008-07-28 Stefan Metzmacherlibcli/smb2: sign SMB2 Logoff requests
2008-07-18 Andrew BartlettMore 'must be ignored' options from the MS-SMB doc.
2008-07-16 Andrew BartlettIgnore and handle more NT Create & X options.
2008-07-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-15 Andrew BartlettMake up a full hostname for ldapi connections.
2008-07-15 Andrew BartlettCleanup ldap_bind_sasl.
2008-07-07 Stefan Metzmacherlibcli/raw: remove unused smb_raw_max_trans_data()...
2008-07-07 Stefan Metzmacherlibcli/raw: make multi fragmented nttrans requests...
2008-07-07 Stefan Metzmacherlibcli/raw: trans(2) setup count is uint8_t
2008-07-07 Stefan Metzmacherlibcli/raw: remove unused smbcli_request_receive_more...
2008-07-07 Stefan Metzmacherlibcli/raw: use the new recv_helper infrastructure...
2008-07-07 Stefan Metzmacherlibcli/raw: use the new recv_helper infrastructure...
2008-07-07 Stefan Metzmacherlibcli/raw: add a recv_helper hook infrastructure
2008-07-07 Stefan Metzmacherlibcli/raw: the nttrans setup count is only 8-bit
2008-06-27 Michael Adampynbt: eliminate "initialization from incompatible...
2008-06-17 Jelmer VernooijUse friendly NTSTATUS message in python code when possible.
2008-06-14 Simo SorceUse a custom init function for samba4 that sets a samba4
2008-06-14 Simo SorceMake up the right dependencies now that ldb depends...
2008-06-10 Jelmer VernooijAdd working Python bindings for NBT.
2008-06-10 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-07 Andrew Tridgellmake signing per session in the SMB2 client library
2008-06-07 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-07 Andrew Tridgelladded server side SMB2 signing
2008-06-06 Andrew Tridgellensure we don't end up with a partially initialised...
2008-06-05 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-04 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Andrew TridgellSMB2 signing now works. The spec was wrong (and will...
2008-06-02 Andrew Tridgellupdated some info levels based on WSPP docs
2008-05-30 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-30 Andrew Tridgellimplemented client side SMB2 signing
2008-05-29 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew Tridgelladded support for returning the maximal access MXAC...
2008-05-29 Andrew Tridgellfixed offset for maximal access response
2008-05-28 Andrew Tridgellupdated comment based on MS-SMB2 docs
2008-05-28 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-28 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-28 Andrew Tridgellensure we don't change the incoming blobs in a SMB2...
2008-05-28 Andrew Tridgellexpose a function for pushing all SMB2 create blobs
2008-05-28 Andrew Tridgelladded support for all of the known SMB2 create tags...
2008-05-28 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-27 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-27 Jelmer VernooijUse variable for ndr_netlogon.o path.
2008-05-27 Andrew Tridgellensure that we honor SMB2 read min_count properly
2008-05-27 Andrew Tridgelladded support for the output fields of SMB2 close
2008-05-27 Andrew Tridgellcope better with read only files in smb2_deltree
2008-05-27 Andrew Tridgelldon't alter the in blobs in a SMB2 create, otherwise...
2008-05-26 Jelmer VernooijRemove evil hack which breaks Python bindings.
2008-05-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-26 Andrew Tridgellstricter checks for valid inputs in SMB2 open and lock
2008-05-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-24 Jelmer VernooijAdd convenience functions for setting Python objects...
2008-05-24 Jelmer VernooijExport functions for setting NTSTATUS and WERRORs in...
2008-05-24 Jelmer VernooijAdd docstrings to a couple more python modules.
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijRegenerate with SWIG 1.3.35.
2008-05-22 Andrew Tridgellfix make test for EAs again
2008-05-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-05-22 Andrew Tridgellpass in the required alignment to the EA construction...
2008-05-22 Andrew Tridgelladded a define for all valid file attributes
2008-05-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-05-22 Andrew Tridgellfixed parsing of the SMB2 ALL_INFO qfileinfo level
2008-05-22 Jelmer VernooijFix CFLAGS for SWIG files.
2008-05-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Jelmer VernooijMove more modules inside of the samba package.
2008-05-21 Jelmer VernooijMove some python files into the samba package.
2008-05-21 Jelmer VernooijMove CFLAGS overrides for SWIG modules to Makefile.
2008-05-21 Jelmer VernooijRemove support for .py files from smb_build - deal...
2008-05-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew Tridgellfixed SMB2 flush call, and added flush to gentest_smb2
2008-05-21 Jelmer VernooijRegenerate with newer version of swig.
2008-05-21 Andrew Tridgellfixed SMB2 locking
2008-05-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-21 Andrew BartlettManually handle the NETLOGON_SAM_LOGON_REQUEST too.
2008-05-21 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew Tridgelladded smb2_util_setatr
2008-05-20 Andrew Tridgelladded SMB2 setpathinfo composite wrapper
2008-05-20 Andrew Tridgelladded some SMB2 utility functions
2008-05-20 Andrew Tridgellremember the server time fields on negotiate. Needed...
2008-05-20 Andrew BartlettRevert addition of 'mailslot' parameter.
2008-05-20 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-20 Andrew BartlettFix prototype generation in new syntax for netlogon.c
2008-05-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew BartlettAdd the core of the new CLDAP/NBT 'netlogon' parsing...
2008-05-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-19 Andrew Tridgelladded SMB2 proxying of rmdir
next