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
path:
root
/
source4
/
scripting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework cluster_id() to take an additional argument, as we need
Andrew Bartlett
2008-02-04
1
-1
/
+1
*
python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).
Jelmer Vernooij
2008-01-29
1
-0
/
+5
*
Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...
Jelmer Vernooij
2008-01-29
1
-1
/
+1
*
python: Use relative paths for registry.
Jelmer Vernooij
2008-01-26
1
-1
/
+8
*
python: Load smb.conf file for the provision tests.
Jelmer Vernooij
2008-01-26
1
-2
/
+6
*
configure: define HAVE_WORKING_PYTHON
Stefan Metzmacher
2008-01-25
1
-0
/
+1
*
python: Give precedence to Samba's syspath over the already set system one.
Jelmer Vernooij
2008-01-25
1
-1
/
+1
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2008-01-25
1
-4
/
+8
|
\
|
*
Tidy up the last regresesions on the python smbscript, from my work
Andrew Bartlett
2008-01-25
1
-10
/
+17
*
|
python/provision: Reload secrets when necessary, fix unix names in mappings.
Jelmer Vernooij
2008-01-25
1
-7
/
+9
|
/
*
python: Fix representation of UUIDs as strings in zone files rather than bina...
Jelmer Vernooij
2008-01-25
5
-10
/
+19
*
python: Add test for secretsdb_become_dc
Jelmer Vernooij
2008-01-25
1
-3
/
+18
*
python: fix tests for check_all_substituted.
Jelmer Vernooij
2008-01-25
1
-2
/
+2
*
python/provision: Reconcile code partitions-only provisioning and generic pro...
Jelmer Vernooij
2008-01-25
5
-212
/
+276
*
python: Make SamDB.set_ntds_invocation_id take a string.
Jelmer Vernooij
2008-01-25
3
-48
/
+65
*
python: Add function to look for unsubsituted variables.
Jelmer Vernooij
2008-01-24
2
-0
/
+19
*
python: Add bindings for SamDB.set_invocation_id().
Jelmer Vernooij
2008-01-24
4
-29
/
+82
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2008-01-24
1
-10
/
+29
|
\
|
*
Ensure we set subobj.BACKEND_MOD for the 'partitions only' case.
Andrew Bartlett
2008-01-24
1
-0
/
+4
|
*
Make the repl_meta_data module the default for domain controllers.
Andrew Bartlett
2008-01-24
1
-5
/
+24
|
*
Use the repl_meta_data module by default.
Andrew Bartlett
2008-01-24
1
-3
/
+5
|
*
Kill another sub that the modules will handle for us.
Andrew Bartlett
2008-01-24
1
-3
/
+0
|
*
Remove useless subs from the ejs provision
Andrew Bartlett
2008-01-24
1
-3
/
+0
*
|
Python: add some docstrings.
Jelmer Vernooij
2008-01-24
1
-5
/
+46
*
|
python: Support --no-pass.
Jelmer Vernooij
2008-01-24
1
-0
/
+6
|
/
*
python: Add convenience function for getting command line loadparm context
Jelmer Vernooij
2008-01-23
2
-4
/
+21
*
python: Fix init functions.
Jelmer Vernooij
2008-01-21
1
-0
/
+2
*
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
2008-01-21
1
-11
/
+1
*
Remove --ldap-base from the python provision script
Andrew Bartlett
2008-01-18
1
-32
/
+0
*
Add in a new module to handle instanceType
Andrew Bartlett
2008-01-18
1
-3
/
+3
*
provision: simplfy by removing old code to manually create baseDNs.
Andrew Bartlett
2008-01-17
1
-32
/
+6
*
python: Build shared python modules for generic use.
Jelmer Vernooij
2008-01-16
1
-2
/
+8
*
python: Update status.
Jelmer Vernooij
2008-01-15
1
-7
/
+5
*
python: Enable building of the wkssvc python bindings.
Jelmer Vernooij
2008-01-14
2
-0
/
+25
*
python: Compile in svcctl Python bindings.
Jelmer Vernooij
2008-01-14
1
-0
/
+1
*
python: Convert winreg.py completely to rpc, use new RPC Python bindings.
Jelmer Vernooij
2008-01-14
1
-72
/
+61
*
python: Work around the fact that there are two "security" modules now.
Jelmer Vernooij
2008-01-14
1
-1
/
+1
*
python: Add simple test for samr python code.
Jelmer Vernooij
2008-01-14
1
-0
/
+28
*
python: Compile security module, handle uint.
Jelmer Vernooij
2008-01-14
1
-0
/
+2
*
python: Move some convenience macros to a separate header rather than putting...
Jelmer Vernooij
2008-01-14
1
-0
/
+2
*
python: Enable python bindings for samr and lsa interfaces.
Jelmer Vernooij
2008-01-14
2
-0
/
+30
*
python: Build epmapper module.
Jelmer Vernooij
2008-01-14
1
-0
/
+3
*
python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...
Jelmer Vernooij
2008-01-14
1
-21
/
+18
*
python: Fix python code for winreg, add test.
Jelmer Vernooij
2008-01-14
2
-1
/
+53
*
python: Start building winreg module.
Jelmer Vernooij
2008-01-14
1
-0
/
+1
*
python: Fix last bugs in rpcecho test. It passes now!
Jelmer Vernooij
2008-01-14
1
-4
/
+6
*
python: Fix deallocation bug in pytalloc.
Jelmer Vernooij
2008-01-14
1
-1
/
+1
*
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2008-01-14
1
-5
/
+8
*
python: Fix rpcecho tests.
Jelmer Vernooij
2008-01-14
3
-5
/
+39
*
pidl/python: Fix compilation of py_echo.
Jelmer Vernooij
2008-01-14
2
-4
/
+5
[next]