index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify error when SWIG can't be found - it's not required unless you
Jelmer Vernooij
2008-06-11
1
-1
/
+1
*
Add working Python bindings for NBT.
Jelmer Vernooij
2008-06-11
1
-0
/
+28
*
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
2008-05-31
1
-1
/
+1
*
Fix samdb python test.
Jelmer Vernooij
2008-05-30
2
-5
/
+5
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defs
Jelmer Vernooij
2008-05-30
4
-13
/
+30
|
\
|
*
Fix the samba4.dcerpc.bare.python test.
Andrew Bartlett
2008-05-30
1
-5
/
+6
|
*
Fix rpcecho test.
Andrew Bartlett
2008-05-30
1
-1
/
+1
|
*
Fix up provision and samdb tests.
Andrew Bartlett
2008-05-30
2
-7
/
+23
*
|
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
2008-05-30
1
-1
/
+1
|
/
*
Fix samdb test and enable it.
Jelmer Vernooij
2008-05-29
1
-2
/
+6
*
Update after changes to the provision API, make sure temp dir gets cleaned
Jelmer Vernooij
2008-05-29
1
-10
/
+19
*
Check test directory is cleaned up by Python tests.
Jelmer Vernooij
2008-05-29
1
-0
/
+1
*
Print prefixMap in a human-readable format.
Andrew Bartlett
2008-05-29
1
-2
/
+10
*
provision: Add missing string parameter token when assigning ldap_backend.
Andrew Kroeger
2008-05-28
1
-1
/
+1
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc
Jelmer Vernooij
2008-05-26
1
-1
/
+1
|
\
|
*
Fix missing colon.
Jelmer Vernooij
2008-05-25
1
-1
/
+1
*
|
Fix import.
Jelmer Vernooij
2008-05-26
1
-1
/
+1
*
|
Move some scripts to examples directory since they're not really generically ...
Jelmer Vernooij
2008-05-26
2
-0
/
+201
|
/
*
Expose transfer and abstract syntax.
Jelmer Vernooij
2008-05-25
2
-5
/
+12
*
Add support for secondary contexts from Python.
Jelmer Vernooij
2008-05-25
2
-0
/
+17
*
Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.
Jelmer Vernooij
2008-05-24
1
-0
/
+30
*
Add convenience functions for setting Python objects from errors.
Jelmer Vernooij
2008-05-24
1
-0
/
+5
*
Export functions for setting NTSTATUS and WERRORs in python.
Jelmer Vernooij
2008-05-24
2
-6
/
+7
*
Share struct used for interfaces in Python code.
Jelmer Vernooij
2008-05-24
1
-39
/
+0
*
Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.
Jelmer Vernooij
2008-05-24
2
-0
/
+13
*
Add convenience functions for packing/unpacking structs in python.
Jelmer Vernooij
2008-05-24
1
-0
/
+27
*
Add docstrings to a couple more python modules.
Jelmer Vernooij
2008-05-24
5
-5
/
+23
*
Fix indentation, add docstring in provisioning script.
Jelmer Vernooij
2008-05-23
1
-14
/
+15
*
Some more PEP improvements.
Jelmer Vernooij
2008-05-23
1
-17
/
+18
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-wsgi
Jelmer Vernooij
2008-05-23
24
-237
/
+566
|
\
|
*
Fix bugs in samr python tests.
Jelmer Vernooij
2008-05-23
1
-1
/
+1
|
*
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
|
*
Add another test toe the python samr testsuite.
Jelmer Vernooij
2008-05-23
1
-2
/
+18
|
*
Convert samr test to python.
Jelmer Vernooij
2008-05-23
1
-0
/
+2
|
*
Fix bug after reprocessing swig files with newer version of SWIG.
Jelmer Vernooij
2008-05-23
2
-4
/
+4
|
*
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
|
*
Use restructuredText formatting for docstrings.
Jelmer Vernooij
2008-05-23
6
-0
/
+12
|
*
Add docstrings in misc python module.
Jelmer Vernooij
2008-05-23
3
-33
/
+129
|
*
provision: Generate krb5.conf template separate from named.conf template.
Andrew Kroeger
2008-05-21
1
-22
/
+52
|
*
Fix import in provision test.
Jelmer Vernooij
2008-05-22
1
-1
/
+1
|
*
Move DCE/RPC python bindings into samba package.
Jelmer Vernooij
2008-05-22
4
-4
/
+4
|
*
Fix CFLAGS for SWIG files.
Jelmer Vernooij
2008-05-22
1
-1
/
+1
|
*
Make sure the default ldb modules dir gets initialized.
Jelmer Vernooij
2008-05-22
1
-0
/
+2
|
*
Fix dependencies and imports.
Jelmer Vernooij
2008-05-22
3
-4
/
+4
|
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
3
-4
/
+9
|
*
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
2008-05-21
1
-0
/
+2
|
*
Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-local
Andrew Bartlett
2008-05-21
1
-7
/
+25
|
|
\
|
|
*
provision: Create instructions for enabling DNS GSS-TSIG updates.
Andrew Kroeger
2008-05-18
1
-7
/
+25
[next]