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
*
Fix check.
Jelmer Vernooij
2008-09-17
1
-1
/
+1
*
Only try with -LPYTHONDIR/lib when python-config output didn't work.
Jelmer Vernooij
2008-09-09
1
-3
/
+8
*
Attempt to correctly find python on host sunx
Volker Lendecke
2008-09-09
1
-2
/
+3
*
Make it clear that the MMR password can differ from the admin passsword
Andrew Bartlett
2008-09-08
1
-6
/
+8
*
Use DIGEST-MD5 authentication for OpenLDAP replication
Oliver Liebel
2008-09-08
1
-0
/
+12
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-09-04
2
-5
/
+18
|
\
|
*
Regenerate SWIG file.
Jelmer Vernooij
2008-09-03
3
-12
/
+32
|
*
Avoid using version call for version string.
Jelmer Vernooij
2008-09-03
1
-4
/
+3
*
|
Add a setexpiry operation in samdb.py
Andrew Tridgell
2008-08-30
4
-10
/
+123
|
/
*
The index handling is now configured from the schema load, not by a
Andrew Bartlett
2008-08-21
1
-9
/
+0
*
Update OpenLDAP MMR configuration per comments by Oliver Liebel
Andrew Bartlett
2008-08-20
1
-19
/
+18
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-08-19
1
-1
/
+11
|
\
|
*
Fix templates.ldb reprovision handling.
Andrew Bartlett
2008-08-19
1
-1
/
+11
*
|
Fix up new OpenLDAP MMR code.
Andrew Bartlett
2008-08-19
1
-41
/
+26
*
|
Generate Multi-Master Replication configuration for OpenLDAP
Oliver Liebel
2008-08-19
1
-7
/
+79
|
/
*
Add helper object Hostconfig to make it easier to get to e.g. the
Jelmer Vernooij
2008-08-01
2
-0
/
+37
*
Use new style python classes.
Jelmer Vernooij
2008-08-01
9
-12
/
+27
*
Move domain DN determination out of newuser function.
Jelmer Vernooij
2008-08-01
1
-6
/
+9
*
Actually fix missing substitution variables.
Jelmer Vernooij
2008-08-01
1
-4
/
+10
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpage
Jelmer Vernooij
2008-08-01
1
-27
/
+9
|
\
|
*
We don't use EXTENSIBLEOBJECT any more.
Andrew Bartlett
2008-07-28
1
-3
/
+0
|
*
Make it even clearer what to do next in the LDAP backend setup
Andrew Bartlett
2008-07-28
1
-1
/
+5
|
*
Always print the slapd startup command
Andrew Bartlett
2008-07-28
1
-1
/
+2
|
*
Remove unused function and make sensitive directories private.
Andrew Bartlett
2008-07-28
1
-22
/
+2
*
|
Fix some forgotten substitute variables in provision, add check to prevent th...
Jelmer Vernooij
2008-08-01
1
-0
/
+2
|
/
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2008-07-25
1
-3
/
+28
|
\
|
*
Install'named.txt' to private/ as documentation.
Andrew Bartlett
2008-07-22
1
-2
/
+26
|
*
Improve DNS and Group poicy configurations.
Matthias Dieter Wallnöfer
2008-07-22
1
-2
/
+3
*
|
Complain if we are told to use an ldap backend, without the type
Andrew Bartlett
2008-07-25
1
-0
/
+2
|
/
*
Make a seperate template for the refint configuration too
Andrew Bartlett
2008-07-18
1
-3
/
+4
*
Put the memberof template into a seperate setup/ file.
Andrew Bartlett
2008-07-18
1
-33
/
+27
*
Reorder whitespace in generated slapd.conf
Andrew Bartlett
2008-07-16
1
-4
/
+4
*
Fix asking for credentials for non-LDAP provisions.
Andrew Bartlett
2008-07-15
1
-1
/
+1
*
Rework provision to handle both simple and SASL binds.
Andrew Bartlett
2008-07-15
1
-4
/
+6
*
Connect to the LDAP backend with SASL credentials.
Andrew Bartlett
2008-07-15
1
-9
/
+38
*
rename sambaPassword -> userPassword.
Andrew Bartlett
2008-07-12
1
-3
/
+3
*
Add a blackbox test for the provision-backend script.
Andrew Bartlett
2008-06-19
1
-27
/
+30
*
Try to get a bit further with provisioning
Simo Sorce
2008-06-16
1
-1
/
+4
*
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
[next]