index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into docstrings2
Jelmer Vernooij
2008-05-23
5
-12
/
+109
|
\
|
*
RAW-STREAMS: better test the bahavior of streams on directories
Stefan Metzmacher
2008-05-23
1
-10
/
+85
|
*
pvfs_open: return FILE_IS_A_DIRECTORY when opening a stream on a directory
Stefan Metzmacher
2008-05-23
1
-1
/
+8
|
*
pvfs_resolve: stream_name = "" is only the same as NULL for files
Stefan Metzmacher
2008-05-23
2
-1
/
+9
|
*
pvfs_streams: directories don't have streams
Stefan Metzmacher
2008-05-23
1
-0
/
+7
*
|
selftest: Use convenience function for prepending paths to environment variab...
Jelmer Vernooij
2008-05-23
1
-6
/
+11
*
|
Fix bugs in samr python tests.
Jelmer Vernooij
2008-05-23
2
-4
/
+4
*
|
Create new context in pytalloc to avoid problems with talloc_free() freeing t...
Jelmer Vernooij
2008-05-23
1
-1
/
+8
*
|
UFollow conventions for __repr__ contents for talloc python wrapper.
Jelmer Vernooij
2008-05-23
1
-1
/
+1
*
|
Fix syntax for return type in DCE/RPC interface python bindings.
Jelmer Vernooij
2008-05-23
1
-1
/
+1
*
|
Self PYTHONPATH from selftest.
Jelmer Vernooij
2008-05-23
1
-0
/
+1
*
|
Fix imports for provision-backend.
Jelmer Vernooij
2008-05-23
1
-3
/
+6
*
|
Fix indentation.
Jelmer Vernooij
2008-05-23
1
-9
/
+16
*
|
Add another test toe the python samr testsuite.
Jelmer Vernooij
2008-05-23
1
-2
/
+18
*
|
Remove unused ejs library functions.
Jelmer Vernooij
2008-05-23
2
-461
/
+0
*
|
Remove unused echo ejs script.
Jelmer Vernooij
2008-05-23
2
-236
/
+0
*
|
Convert samr test to python.
Jelmer Vernooij
2008-05-23
4
-127
/
+117
*
|
Disable building of EJS DCE/RPC support.
Jelmer Vernooij
2008-05-23
2
-115
/
+1
|
/
*
Add proper implementation of MessageElement.__cmp__.
Jelmer Vernooij
2008-05-23
3
-11
/
+16
*
Work around bug adding extra imports in generated file.
Jelmer Vernooij
2008-05-23
1
-2
/
+0
*
Remove unused EJS testprogs.
Jelmer Vernooij
2008-05-23
2
-38
/
+0
*
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
2008-05-23
7
-60
/
+143
*
Fix bug after reprocessing swig files with newer version of SWIG.
Jelmer Vernooij
2008-05-23
2
-4
/
+4
*
Fix imports for minschema.
Jelmer Vernooij
2008-05-23
1
-0
/
+2
*
Properly fix symlink for module aliases.
Jelmer Vernooij
2008-05-23
1
-1
/
+1
*
dcerpc is now samba.dcerpc, avoid including source code in API documentation.
Jelmer Vernooij
2008-05-23
1
-1
/
+3
*
Add docstrings to samba3 and getopt modules.
Jelmer Vernooij
2008-05-23
2
-0
/
+18
*
Add docstrings to events python module.
Jelmer Vernooij
2008-05-23
3
-7
/
+27
*
add more docstrings to registry python module
Jelmer Vernooij
2008-05-23
3
-14
/
+100
*
Add docstrings to param python module.
Jelmer Vernooij
2008-05-23
3
-10
/
+136
*
Add docstring for samba.net.Join
Jelmer Vernooij
2008-05-23
1
-1
/
+4
*
Use restructuredText formatting for docstrings.
Jelmer Vernooij
2008-05-23
8
-0
/
+18
*
Add docstrings in misc python module.
Jelmer Vernooij
2008-05-23
3
-33
/
+129
*
Add some docstrings to tdb.
Jelmer Vernooij
2008-05-23
3
-122
/
+319
*
Add module docstring, docstrings for constructors.
Jelmer Vernooij
2008-05-23
3
-14
/
+63
*
Add more docstrings in the ldb python module.
Jelmer Vernooij
2008-05-23
3
-6
/
+43
*
Add some docstrings to ldb python module, fix MessageElement name.
Jelmer Vernooij
2008-05-23
3
-144
/
+430
*
Add some docstrings to credentials python module.
Jelmer Vernooij
2008-05-23
3
-25
/
+174
*
Add some notes about further enhancements of the Python pidl backend.
Jelmer Vernooij
2008-05-23
1
-3
/
+12
*
fix make test for EAs again
Andrew Tridgell
2008-05-23
4
-8
/
+9
*
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
2008-05-22
1
-1
/
+1
|
\
|
*
libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...
Stefan Metzmacher
2008-05-22
1
-1
/
+1
*
|
SMB2 read returns NT_STATUS_END_OF_FILE on read past end of file
Andrew Tridgell
2008-05-22
1
-0
/
+5
*
|
fixes for EAs and filename in gentest_smb2 results
Andrew Tridgell
2008-05-22
1
-1
/
+12
*
|
added a --noeas option to gentest_smb2
Andrew Tridgell
2008-05-22
1
-0
/
+6
*
|
pass in the required alignment to the EA construction routines
Andrew Tridgell
2008-05-22
4
-10
/
+11
*
|
added a define for all valid file attributes
Andrew Tridgell
2008-05-22
1
-0
/
+1
*
|
check for invalid file attribute values in create
Andrew Tridgell
2008-05-22
1
-0
/
+4
*
|
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
2008-05-22
59
-232
/
+486
|
\
|
|
*
GPO: Do not provision Default Domain Policy as initially enforced. (bz #5480)
Andrew Kroeger
2008-05-21
1
-1
/
+1
[next]