summaryrefslogtreecommitdiffstats
path: root/source/libcli
Commit message (Expand)AuthorAgeFilesLines
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1
* Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij2008-06-171-1/+1
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-142-2/+2
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-142-0/+2
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-115-5004/+411
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-074-10/+11
* added server side SMB2 signingAndrew Tridgell2008-06-063-70/+44
* ensure we don't end up with a partially initialised EA structureAndrew Tridgell2008-06-061-0/+2
* SMB2 signing now works. The spec was wrong (and will be fixed in theAndrew Tridgell2008-06-031-12/+9
* updated some info levels based on WSPP docsAndrew Tridgell2008-06-023-21/+52
* implemented client side SMB2 signingAndrew Tridgell2008-05-308-38/+283
* added support for returning the maximal access MXAC tag in SMB2 createAndrew Tridgell2008-05-291-1/+8
* fixed offset for maximal access responseAndrew Tridgell2008-05-291-1/+1
* updated comment based on MS-SMB2 docsAndrew Tridgell2008-05-281-1/+2
* ensure we don't change the incoming blobs in a SMB2 createAndrew Tridgell2008-05-281-1/+16
* expose a function for pushing all SMB2 create blobsAndrew Tridgell2008-05-281-17/+36
* added support for all of the known SMB2 create tags in our clientAndrew Tridgell2008-05-282-11/+195
* Use variable for ndr_netlogon.o path.Jelmer Vernooij2008-05-271-3/+2
* ensure that we honor SMB2 read min_count properlyAndrew Tridgell2008-05-271-1/+1
* added support for the output fields of SMB2 closeAndrew Tridgell2008-05-271-6/+25
* cope better with read only files in smb2_deltreeAndrew Tridgell2008-05-271-0/+10
* don't alter the in blobs in a SMB2 create, otherwise two calls in aAndrew Tridgell2008-05-271-5/+6
* Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-0/+21
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-262-2/+8
* Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-241-2/+6
* Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-242-4/+35
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-243-7/+71
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-234-40/+94
* fix make test for EAs againAndrew Tridgell2008-05-231-2/+2
* pass in the required alignment to the EA construction routinesAndrew Tridgell2008-05-223-8/+9
* added a define for all valid file attributesAndrew Tridgell2008-05-221-0/+1
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-05-225-28/+68
|\
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-222-3/+3
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-213-4/+4
| * Move some python files into the samba package.Jelmer Vernooij2008-05-212-3/+3
| * Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-212-0/+7
| * Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-212-0/+6
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpythonJelmer Vernooij2008-05-213-24/+40
| |\
| * | Regenerate with newer version of swig.Jelmer Vernooij2008-05-212-24/+51
* | | fixed parsing of the SMB2 ALL_INFO qfileinfo levelAndrew Tridgell2008-05-222-2/+4
| |/ |/|
* | fixed SMB2 flush call, and added flush to gentest_smb2Andrew Tridgell2008-05-212-3/+9
* | fixed SMB2 lockingAndrew Tridgell2008-05-212-21/+31
|/
* Manually handle the NETLOGON_SAM_LOGON_REQUEST too.Andrew Bartlett2008-05-214-94/+240
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-05-202-2/+1
|\
| * Revert addition of 'mailslot' parameter.Andrew Bartlett2008-05-202-2/+1
* | added smb2_util_setatrAndrew Tridgell2008-05-201-0/+22
* | added SMB2 setpathinfo composite wrapperAndrew Tridgell2008-05-201-0/+105
* | added some SMB2 utility functionsAndrew Tridgell2008-05-202-1/+179
* | remember the server time fields on negotiate. Needed for gentestAndrew Tridgell2008-05-202-0/+5
* | Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-209-193/+437
|\|