summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-21Move some python files into the samba package.Jelmer Vernooij2-3/+3
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2-0/+7
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2-0/+6
2008-05-21Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij3-24/+40
2008-05-21fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2-3/+9
2008-05-21Regenerate with newer version of swig.Jelmer Vernooij2-24/+51
2008-05-21fixed SMB2 lockingAndrew Tridgell2-21/+31
2008-05-21Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett4-94/+240
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2-2/+1
2008-05-20added smb2_util_setatrAndrew Tridgell1-0/+22
2008-05-20added SMB2 setpathinfo composite wrapperAndrew Tridgell1-0/+105
2008-05-20added some SMB2 utility functionsAndrew Tridgell2-1/+179
2008-05-20remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2-0/+5
2008-05-20Revert addition of 'mailslot' parameter.Andrew Bartlett2-2/+1
2008-05-20Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell9-193/+437
2008-05-20Fix prototype generation in new syntax for netlogon.cAndrew Bartlett1-1/+1
2008-05-20Add the core of the new CLDAP/NBT 'netlogon' parsing library.Andrew Bartlett2-0/+364