summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-2420-18/+136
* Include full path for python scripting dir to allow out-of-tree builds.Jelmer Vernooij2008-05-231-1/+1
* Fix typo in bugs.txt.Matthias Dieter Wallnöfer2008-05-231-1/+1
* More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij2008-05-232-6/+6
* Fix indentation, add docstring in provisioning script.Jelmer Vernooij2008-05-231-14/+15
* Some more PEP improvements.Jelmer Vernooij2008-05-231-17/+18
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgiJelmer Vernooij2008-05-23650-20321/+19982
|\
| * getting/setting security options works for the regf backend nowJelmer Vernooij2008-05-231-1/+2
| * Include test case name when reporting with subunit. This should make it possi...Jelmer Vernooij2008-05-231-6/+21
| * Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6
| * Report full 'path' of unexpected test results for easier inclusion in knownfa...Jelmer Vernooij2008-05-231-1/+3
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-23575-12404/+14655
| |\
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2Jelmer Vernooij2008-05-235-12/+109
| | |\
| | | * RAW-STREAMS: better test the bahavior of streams on directoriesStefan Metzmacher2008-05-231-10/+85
| | | * pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directoryStefan Metzmacher2008-05-231-1/+8
| | | * pvfs_resolve: stream_name = "" is only the same as NULL for filesStefan Metzmacher2008-05-232-1/+9
| | | * pvfs_streams: directories don't have streamsStefan Metzmacher2008-05-231-0/+7
| | * | selftest: Use convenience function for prepending paths to environment variab...Jelmer Vernooij2008-05-231-6/+11
| | * | Fix bugs in samr python tests.Jelmer Vernooij2008-05-232-4/+4
| | * | Create new context in pytalloc to avoid problems with talloc_free() freeing t...Jelmer Vernooij2008-05-231-1/+8
| | * | UFollow conventions for __repr__ contents for talloc python wrapper.Jelmer Vernooij2008-05-231-1/+1
| | * | Fix syntax for return type in DCE/RPC interface python bindings.Jelmer Vernooij2008-05-231-1/+1
| | * | Self PYTHONPATH from selftest.Jelmer Vernooij2008-05-231-0/+1
| | * | Fix imports for provision-backend.Jelmer Vernooij2008-05-231-3/+6
| | * | Fix indentation.Jelmer Vernooij2008-05-231-9/+16
| | * | Add another test toe the python samr testsuite.Jelmer Vernooij2008-05-231-2/+18
| | * | Remove unused ejs library functions.Jelmer Vernooij2008-05-232-461/+0
| | * | Remove unused echo ejs script.Jelmer Vernooij2008-05-232-236/+0
| | * | Convert samr test to python.Jelmer Vernooij2008-05-234-127/+117
| | * | Disable building of EJS DCE/RPC support.Jelmer Vernooij2008-05-232-115/+1
| | |/
| | * Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-233-11/+16
| | * Work around bug adding extra imports in generated file.Jelmer Vernooij2008-05-231-2/+0
| | * Remove unused EJS testprogs.Jelmer Vernooij2008-05-232-38/+0
| | * Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-237-60/+143
| | * Fix bug after reprocessing swig files with newer version of SWIG.Jelmer Vernooij2008-05-232-4/+4
| | * Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
| | * Properly fix symlink for module aliases.Jelmer Vernooij2008-05-231-1/+1
| | * dcerpc is now samba.dcerpc, avoid including source code in API documentation.Jelmer Vernooij2008-05-231-1/+3
| | * Add docstrings to samba3 and getopt modules.Jelmer Vernooij2008-05-232-0/+18
| | * Add docstrings to events python module.Jelmer Vernooij2008-05-233-7/+27
| | * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| | * Add docstrings to param python module.Jelmer Vernooij2008-05-233-10/+136
| | * Add docstring for samba.net.JoinJelmer Vernooij2008-05-231-1/+4
| | * Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-238-0/+18
| | * Add docstrings in misc python module.Jelmer Vernooij2008-05-233-33/+129
| | * Add some docstrings to tdb.Jelmer Vernooij2008-05-233-122/+319
| | * Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-233-14/+63
| | * Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-233-6/+43
| | * Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-233-144/+430
| | * Add some docstrings to credentials python module.Jelmer Vernooij2008-05-233-25/+174