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
/
scripting
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-11
Remove Samba 3 backwards compatibility code in C.
Jelmer Vernooij
2
-508
/
+0
2008-02-11
Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.
Jelmer Vernooij
5
-8
/
+13
2008-02-11
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
Jelmer Vernooij
1
-2
/
+2
2008-02-11
provision: Fix new user creation.
Kai Blin
1
-2
/
+2
2008-02-10
More syntax fixes, use more standard python functions.
Jelmer Vernooij
1
-328
/
+247
2008-02-10
Start working on python conversion of minschema.
Jelmer Vernooij
1
-0
/
+660
2008-02-09
Add tests for upgrade of WINS database.
Jelmer Vernooij
2
-3
/
+20
2008-02-09
Remove unused define.
Jelmer Vernooij
1
-1
/
+0
2008-02-09
Fix typo.
Jelmer Vernooij
1
-1
/
+1
2008-02-09
Merge branch 'v4-0-trivial' into v4-0-python
Jelmer Vernooij
18
-258
/
+576
2008-02-09
Add docstring.
Jelmer Vernooij
1
-0
/
+2
2008-02-09
Fix syntax of docstrings, set project name when generating Python API documen...
Jelmer Vernooij
3
-6
/
+4
2008-02-09
Re-enable python support in BECOME-DC test.
Jelmer Vernooij
1
-1
/
+1
2008-02-09
Fix upgrade after provision parameter rename.
Jelmer Vernooij
1
-2
/
+2
2008-02-09
Fix provision python test.
Jelmer Vernooij
1
-15
/
+9
2008-02-09
Add tests for findnss(), add some docstrings.
Jelmer Vernooij
2
-14
/
+48
2008-02-09
Remove unused class members.
Jelmer Vernooij
1
-4
/
+2
2008-02-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
2
-18
/
+27
2008-02-08
LDAP now works with the python provision!
Andrew Bartlett
1
-1
/
+0
2008-02-08
Fix LDAP backend with python
Andrew Bartlett
1
-18
/
+26
2008-02-08
Fix formatting.
Jelmer Vernooij
1
-10
/
+10
2008-02-04
Rework cluster_id() to take an additional argument, as we need
Andrew Bartlett
1
-1
/
+1
2008-01-29
python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).
Jelmer Vernooij
1
-0
/
+5
2008-01-29
Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...
Jelmer Vernooij
1
-1
/
+1
2008-01-26
python: Use relative paths for registry.
Jelmer Vernooij
1
-1
/
+8
2008-01-26
python: Load smb.conf file for the provision tests.
Jelmer Vernooij
1
-2
/
+6
2008-01-25
configure: define HAVE_WORKING_PYTHON
Stefan Metzmacher
1
-0
/
+1
2008-01-25
python: Give precedence to Samba's syspath over the already set system one.
Jelmer Vernooij
1
-1
/
+1
2008-01-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
1
-4
/
+8
2008-01-25
python/provision: Reload secrets when necessary, fix unix names in mappings.
Jelmer Vernooij
1
-7
/
+9
2008-01-25
Tidy up the last regresesions on the python smbscript, from my work
Andrew Bartlett
1
-10
/
+17
2008-01-25
python: Fix representation of UUIDs as strings in zone files rather than bina...
Jelmer Vernooij
5
-10
/
+19
2008-01-25
python: Add test for secretsdb_become_dc
Jelmer Vernooij
1
-3
/
+18
2008-01-25
python: fix tests for check_all_substituted.
Jelmer Vernooij
1
-2
/
+2
2008-01-25
python/provision: Reconcile code partitions-only provisioning and generic pro...
Jelmer Vernooij
5
-212
/
+276
2008-01-25
python: Make SamDB.set_ntds_invocation_id take a string.
Jelmer Vernooij
3
-48
/
+65
2008-01-24
python: Add function to look for unsubsituted variables.
Jelmer Vernooij
2
-0
/
+19
2008-01-24
python: Add bindings for SamDB.set_invocation_id().
Jelmer Vernooij
4
-29
/
+82
2008-01-24
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
1
-10
/
+29
2008-01-24
Ensure we set subobj.BACKEND_MOD for the 'partitions only' case.
Andrew Bartlett
1
-0
/
+4
2008-01-24
Make the repl_meta_data module the default for domain controllers.
Andrew Bartlett
1
-5
/
+24
2008-01-24
Use the repl_meta_data module by default.
Andrew Bartlett
1
-3
/
+5
2008-01-24
Kill another sub that the modules will handle for us.
Andrew Bartlett
1
-3
/
+0
2008-01-24
Remove useless subs from the ejs provision
Andrew Bartlett
1
-3
/
+0
2008-01-24
Python: add some docstrings.
Jelmer Vernooij
1
-5
/
+46
2008-01-24
python: Support --no-pass.
Jelmer Vernooij
1
-0
/
+6
2008-01-23
python: Add convenience function for getting command line loadparm context
Jelmer Vernooij
2
-4
/
+21
2008-01-22
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-python
Jelmer Vernooij
20
-230
/
+435
2008-01-21
python: Fix init functions.
Jelmer Vernooij
1
-0
/
+2
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
1
-11
/
+1
[next]