allow larger streams using the TDB backend
[kai/samba.git] / source4 /
2008-05-26 Andrew Tridgellallow larger streams using the TDB backend
2008-05-25 Jelmer VernooijFix missing colon.
2008-05-25 Jelmer VernooijExpose transfer and abstract syntax.
2008-05-25 Jelmer VernooijExpose request timeout variable in Python.
2008-05-25 Jelmer VernooijAdd support for secondary contexts from Python.
2008-05-25 Jelmer VernooijAdd initial work for script that uses probing to figure...
2008-05-24 Jelmer VernooijCheck for fault codes when connecting.
2008-05-24 Jelmer VernooijAdd helper function to return DCE/RPC fault codes.
2008-05-24 Jelmer VernooijAdd convenience function for creating objects with...
2008-05-24 Jelmer VernooijFix memory initialization in raw calls.
2008-05-24 Jelmer VernooijSupport optional object argument when sending DCE/RPC...
2008-05-24 Jelmer VernooijAllow connecting to a DCE/RPC interface with Python...
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 VernooijAllow request() call to do custom calls on DCE/RPC...
2008-05-24 Jelmer VernooijUse manually written Python bindings for DCE/RPC rather...
2008-05-24 Jelmer VernooijShare struct used for interfaces in Python code.
2008-05-24 Jelmer VernooijAdd tests for new NDR pack/unpack functionality in...
2008-05-24 Jelmer VernooijOnly provide __ndr_pack__ / __ndr_unpack__ if the push...
2008-05-24 Jelmer VernooijAdd convenience functions for packing/unpacking structs...
2008-05-24 Jelmer VernooijSupport __ndr_unpack__ on DCE/RPC structures in Python.
2008-05-24 Jelmer VernooijAdd __ndr_pack__ method to all DCE/RPC structures.
2008-05-24 Jelmer VernooijAdd docstrings to a couple more python modules.
2008-05-23 Jelmer VernooijInclude full path for python scripting dir to allow...
2008-05-23 Jelmer VernooijMore work allowing out-of-tree builds. Patch by Matthia...
2008-05-23 Jelmer VernooijFix indentation, add docstring in provisioning script.
2008-05-23 Jelmer VernooijSome more PEP improvements.
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer Vernooijgetting/setting security options works for the regf...
2008-05-23 Jelmer VernooijInclude test case name when reporting with subunit...
2008-05-23 Jelmer VernooijCope with new event context parameter in API and remove...
2008-05-23 Jelmer VernooijReport full 'path' of unexpected test results for easie...
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 Vernooijselftest: Use convenience function for prepending paths...
2008-05-23 Jelmer VernooijFix bugs in samr python tests.
2008-05-23 Jelmer VernooijCreate new context in pytalloc to avoid problems with...
2008-05-23 Jelmer VernooijUFollow conventions for __repr__ contents for talloc...
2008-05-23 Jelmer VernooijFix syntax for return type in DCE/RPC interface python...
2008-05-23 Jelmer VernooijSelf PYTHONPATH from selftest.
2008-05-23 Stefan MetzmacherRAW-STREAMS: better test the bahavior of streams on...
2008-05-23 Stefan Metzmacherpvfs_open: return FILE_IS_A_DIRECTORY when opening...
2008-05-23 Stefan Metzmacherpvfs_resolve: stream_name = "" is only the same as...
2008-05-23 Stefan Metzmacherpvfs_streams: directories don't have streams
2008-05-23 Jelmer VernooijFix imports for provision-backend.
2008-05-23 Jelmer VernooijFix indentation.
2008-05-23 Jelmer VernooijAdd another test toe the python samr testsuite.
2008-05-23 Jelmer VernooijRemove unused ejs library functions.
2008-05-23 Jelmer VernooijRemove unused echo ejs script.
2008-05-23 Jelmer VernooijConvert samr test to python.
2008-05-23 Jelmer VernooijDisable building of EJS DCE/RPC support.
2008-05-23 Jelmer VernooijAdd proper implementation of MessageElement.__cmp__.
2008-05-23 Jelmer VernooijWork around bug adding extra imports in generated file.
2008-05-23 Jelmer VernooijRegenerate with SWIG 1.3.35.
2008-05-23 Jelmer VernooijFix bug after reprocessing swig files with newer versio...
2008-05-23 Jelmer VernooijFix imports for minschema.
2008-05-23 Jelmer VernooijProperly fix symlink for module aliases.
2008-05-22 Jelmer Vernooijdcerpc is now samba.dcerpc, avoid including source...
2008-05-22 Jelmer VernooijAdd docstrings to samba3 and getopt modules.
2008-05-22 Jelmer VernooijAdd docstrings to events python module.
2008-05-22 Jelmer Vernooijadd more docstrings to registry python module
2008-05-22 Jelmer VernooijAdd docstrings to param python module.
2008-05-22 Jelmer VernooijAdd docstring for samba.net.Join
2008-05-22 Jelmer VernooijUse restructuredText formatting for docstrings.
2008-05-22 Jelmer VernooijAdd docstrings in misc python module.
2008-05-22 Jelmer VernooijAdd some docstrings to tdb.
2008-05-22 Jelmer VernooijAdd module docstring, docstrings for constructors.
2008-05-22 Jelmer VernooijAdd more docstrings in the ldb python module.
2008-05-22 Jelmer VernooijAdd some docstrings to ldb python module, fix MessageEl...
2008-05-22 Jelmer VernooijAdd some docstrings to credentials python module.
2008-05-22 Jelmer VernooijAdd some notes about further enhancements of the Python...
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 TridgellSMB2 read returns NT_STATUS_END_OF_FILE on read past...
2008-05-22 Stefan Metzmacherlibreplace: we need to use AC_TRY_LINK() to make sure...
2008-05-22 Andrew Tridgellfixes for EAs and filename in gentest_smb2 results
2008-05-22 Andrew Tridgelladded a --noeas option to gentest_smb2
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 Tridgellcheck for invalid file attribute values in create
2008-05-22 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-05-22 Andrew Tridgelladded testing of SMB2 setfileinfo in gentest_smb2
2008-05-22 Andrew Tridgelladded EAs in the generated SMB2 create operation
2008-05-22 Andrew Tridgelladded --maskindexing and qfileinfo testing
2008-05-22 Andrew Tridgellminor cleanup in SMB2 getinfo test
2008-05-22 Andrew Tridgellfixed parsing of the SMB2 ALL_INFO qfileinfo level
2008-05-22 Andrew Tridgelladded SMB2 gentest generation of SMB2 echo packets
2008-05-22 Andrew Tridgellbadly formed SMB2 packets get NT_STATUS_INVALID_PARAMETER
2008-05-22 Andrew Tridgellfixes to the SMB2 lock test after recent SMB2 locking...
2008-05-22 Andrew KroegerGPO: Do not provision Default Domain Policy as initiall...
2008-05-22 Andrew Kroegerenableaccount: Use correct command name in usage output.
2008-05-22 Andrew Kroegerprovision: Generate krb5.conf template separate from...
2008-05-22 Jelmer VernooijFix import in provision test.
2008-05-22 Jelmer VernooijMove DCE/RPC python bindings into samba package.
2008-05-22 Jelmer VernooijFix CFLAGS for SWIG files.
2008-05-21 Jelmer VernooijMake sure the default ldb modules dir gets initialized.
2008-05-21 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Jelmer VernooijFix python imports.
2008-05-21 Jelmer Vernooijuse one blackbox script per executable.
2008-05-21 Jelmer VernooijFix events test.
next