index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-24
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
5
-8
/
+18
2008-05-24
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
5
-13
/
+45
2008-05-24
Allow request() call to do custom calls on DCE/RPC interfaces.
Jelmer Vernooij
1
-5
/
+21
2008-05-24
Use manually written Python bindings for DCE/RPC rather than SWIG based.
Jelmer Vernooij
8
-3616
/
+204
2008-05-24
Share struct used for interfaces in Python code.
Jelmer Vernooij
2
-13
/
+11
2008-05-24
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
Jelmer Vernooij
3
-1
/
+14
2008-05-24
Only provide __ndr_pack__ / __ndr_unpack__ if the push/pull functions are pub...
Jelmer Vernooij
1
-48
/
+55
2008-05-24
Add convenience functions for packing/unpacking structs in python.
Jelmer Vernooij
1
-0
/
+27
2008-05-24
Support __ndr_unpack__ on DCE/RPC structures in Python.
Jelmer Vernooij
1
-1
/
+23
2008-05-24
Add __ndr_pack__ method to all DCE/RPC structures.
Jelmer Vernooij
1
-0
/
+27
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
20
-18
/
+136
2008-05-23
Include full path for python scripting dir to allow out-of-tree builds.
Jelmer Vernooij
1
-1
/
+1
2008-05-23
More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...
Jelmer Vernooij
2
-6
/
+6
2008-05-23
Fix indentation, add docstring in provisioning script.
Jelmer Vernooij
1
-14
/
+15
2008-05-23
Some more PEP improvements.
Jelmer Vernooij
1
-17
/
+18
2008-05-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
Jelmer Vernooij
631
-19821
/
+19655
2008-05-23
getting/setting security options works for the regf backend now
Jelmer Vernooij
1
-1
/
+2
2008-05-23
Include test case name when reporting with subunit. This should make it possi...
Jelmer Vernooij
1
-6
/
+21
2008-05-23
Cope with new event context parameter in API and removed parameters to reg_op...
Jelmer Vernooij
1
-6
/
+6
2008-05-23
Report full 'path' of unexpected test results for easier inclusion in knownfa...
Jelmer Vernooij
1
-1
/
+3
2008-05-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry
Jelmer Vernooij
558
-11891
/
+14380
2008-05-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2
Jelmer Vernooij
5
-12
/
+109
2008-05-23
selftest: Use convenience function for prepending paths to environment variab...
Jelmer Vernooij
1
-6
/
+11
2008-05-23
Fix bugs in samr python tests.
Jelmer Vernooij
2
-4
/
+4
2008-05-23
Create new context in pytalloc to avoid problems with talloc_free() freeing t...
Jelmer Vernooij
1
-1
/
+8
2008-05-23
UFollow conventions for __repr__ contents for talloc python wrapper.
Jelmer Vernooij
1
-1
/
+1
2008-05-23
Fix syntax for return type in DCE/RPC interface python bindings.
Jelmer Vernooij
1
-1
/
+1
2008-05-23
Self PYTHONPATH from selftest.
Jelmer Vernooij
1
-0
/
+1
2008-05-23
RAW-STREAMS: better test the bahavior of streams on directories
Stefan Metzmacher
1
-10
/
+85
2008-05-23
pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory
Stefan Metzmacher
1
-1
/
+8
2008-05-23
pvfs_resolve: stream_name = "" is only the same as NULL for files
Stefan Metzmacher
2
-1
/
+9
2008-05-23
pvfs_streams: directories don't have streams
Stefan Metzmacher
1
-0
/
+7
2008-05-23
Fix imports for provision-backend.
Jelmer Vernooij
1
-3
/
+6
2008-05-23
Fix indentation.
Jelmer Vernooij
1
-9
/
+16
2008-05-23
Add another test toe the python samr testsuite.
Jelmer Vernooij
1
-2
/
+18
2008-05-23
Remove unused ejs library functions.
Jelmer Vernooij
2
-461
/
+0
2008-05-23
Remove unused echo ejs script.
Jelmer Vernooij
1
-1
/
+0
2008-05-23
Convert samr test to python.
Jelmer Vernooij
3
-1
/
+117
2008-05-23
Disable building of EJS DCE/RPC support.
Jelmer Vernooij
2
-115
/
+1
2008-05-23
Add proper implementation of MessageElement.__cmp__.
Jelmer Vernooij
3
-11
/
+16
2008-05-23
Work around bug adding extra imports in generated file.
Jelmer Vernooij
1
-2
/
+0
2008-05-23
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
7
-60
/
+143
2008-05-23
Fix bug after reprocessing swig files with newer version of SWIG.
Jelmer Vernooij
2
-4
/
+4
2008-05-23
Fix imports for minschema.
Jelmer Vernooij
1
-0
/
+2
2008-05-23
Properly fix symlink for module aliases.
Jelmer Vernooij
1
-1
/
+1
2008-05-23
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
Jelmer Vernooij
1
-1
/
+3
2008-05-23
Add docstrings to samba3 and getopt modules.
Jelmer Vernooij
2
-0
/
+18
2008-05-23
Add docstrings to events python module.
Jelmer Vernooij
3
-7
/
+27
2008-05-23
add more docstrings to registry python module
Jelmer Vernooij
3
-14
/
+100
2008-05-23
Add docstrings to param python module.
Jelmer Vernooij
3
-10
/
+136
[next]