summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett6-44/+56
2008-05-19added SMB2 proxying of rmdirAndrew Tridgell1-1/+73
2008-05-19Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell6-43/+54
2008-05-19added mkdir to SMB2 proxyAndrew Tridgell1-0/+72
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij2-2/+2
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij5-15/+15
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij5-15/+26
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij6-28/+28
2008-05-17Ensure we don't send a reply if we couldn't push the CLDAP blobAndrew Bartlett1-1/+1
2008-05-17Show that the NTLOGON and NETLOGON mailslots are *very* similar.Andrew Bartlett2-1/+2
2008-05-17Put back the old netlogn parsing code - for the request onlyAndrew Bartlett2-15/+41
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell5-15/+30