summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-192-44/+64
|\
| * Move aggregate schema stub to it's own fileAndrew Bartlett2008-12-191-0/+2
| * Cope with slight changes in tdb API.Jelmer Vernooij2008-12-181-31/+46
| * Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij2008-12-181-1/+1
| * Handle different failure modes when we wipe the db in provisionAndrew Bartlett2008-12-181-7/+8
| * s4:provision: use extended_dn_out_ldb or extended_dn_out_dereference dependin...Andrew Bartlett2008-12-171-4/+5
| * s4:dsdb: split extended_dn into extended_dn_in, extended_dn_out and extended_...Andrew Bartlett2008-12-171-1/+2
* | Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij2008-12-191-2/+2
|/
* Fix installation of Samba 4 during merged build.Jelmer Vernooij2008-10-301-1/+1
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-0/+2
* Move pytalloc to talloc directory.Jelmer Vernooij2008-10-243-104/+1
* Fix rpcecho test.Jelmer Vernooij2008-10-211-2/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij2008-10-201-4/+15
* Move the password_hash module up the module stack.Andrew Bartlett2008-10-161-1/+2
* Make check_*.m4 m4 library files just contain functions that can beJelmer Vernooij2008-10-142-225/+0
* Move tests for Python inside function.Jelmer Vernooij2008-10-141-39/+56
* Move all subunit files to lib directory.Jelmer Vernooij2008-10-087-1243/+2
* Import tests for subunit python module.Jelmer Vernooij2008-10-085-0/+853
* Enable winreg Python tests - authentication works now.Jelmer Vernooij2008-09-301-1/+2
* s4:provision: don't do the full provision in the become_dcStefan Metzmacher2008-09-271-0/+2
* Fix DNs - only one more samba3sam test failing now.Jelmer Vernooij2008-09-211-18/+28
* Generate with 1.3.36.Jelmer Vernooij2008-09-182-2/+2
* Fix check.Jelmer Vernooij2008-09-171-1/+1
* Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij2008-09-091-3/+8
* Attempt to correctly find python on host sunxVolker Lendecke2008-09-091-2/+3
* Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2008-09-081-6/+8
* Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel2008-09-081-0/+12
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-09-042-5/+18
|\
| * Regenerate SWIG file.Jelmer Vernooij2008-09-033-12/+32
| * Avoid using version call for version string.Jelmer Vernooij2008-09-031-4/+3
* | Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-304-10/+123
|/
* The index handling is now configured from the schema load, not by aAndrew Bartlett2008-08-211-9/+0
* Update OpenLDAP MMR configuration per comments by Oliver LiebelAndrew Bartlett2008-08-201-19/+18
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-191-1/+11
|\
| * Fix templates.ldb reprovision handling.Andrew Bartlett2008-08-191-1/+11
* | Fix up new OpenLDAP MMR code.Andrew Bartlett2008-08-191-41/+26
* | Generate Multi-Master Replication configuration for OpenLDAPOliver Liebel2008-08-191-7/+79
|/
* Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij2008-08-012-0/+37
* Use new style python classes.Jelmer Vernooij2008-08-019-12/+27
* Move domain DN determination out of newuser function.Jelmer Vernooij2008-08-011-6/+9
* Actually fix missing substitution variables.Jelmer Vernooij2008-08-011-4/+10
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-011-27/+9
|\
| * We don't use EXTENSIBLEOBJECT any more.Andrew Bartlett2008-07-281-3/+0
| * Make it even clearer what to do next in the LDAP backend setupAndrew Bartlett2008-07-281-1/+5
| * Always print the slapd startup commandAndrew Bartlett2008-07-281-1/+2
| * Remove unused function and make sensitive directories private.Andrew Bartlett2008-07-281-22/+2
* | Fix some forgotten substitute variables in provision, add check to prevent th...Jelmer Vernooij2008-08-011-0/+2
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-251-3/+28
|\
| * Install'named.txt' to private/ as documentation.Andrew Bartlett2008-07-221-2/+26