summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-1114-1868/+3
| * | Remove tests for Samba 3 EJS code.Jelmer Vernooij2008-02-113-1318/+1
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-1115-37/+633
|\| |
| * | Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-115-8/+13
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij2008-02-1112-229/+175
| |\ \
| | * | autoconf: We build Samba from git now, not from SVN.Kai Blin2008-02-111-7/+7
| | * | Fix switching of hives in regshell (#5254)Jelmer Vernooij2008-02-111-0/+3
| | * | provision: Fix new user creation.Kai Blin2008-02-111-2/+2
| | * | pidl/Samba3::ServerNDR: use talloc_tos() instead of NULLStefan Metzmacher2008-02-111-1/+1
| * | | More syntax fixes, use more standard python functions.Jelmer Vernooij2008-02-101-328/+247
| * | | Start working on python conversion of minschema.Jelmer Vernooij2008-02-101-0/+660
| * | | Add tests for upgrade of WINS database.Jelmer Vernooij2008-02-092-3/+20
| * | | Remove unused define.Jelmer Vernooij2008-02-092-8/+3
| * | | Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij2008-02-090-0/+0
| |\ \ \
| * \ \ \ Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij2008-02-09164-3182/+5219
| |\ \ \ \
| * \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij2008-01-22201-5970/+5375
| |\ \ \ \ \
| * | | | | | selftest: Use Python provision for Samba 4 by default.Jelmer Vernooij2008-01-101-4/+4
| * | | | | | configure: Complain when Python is not found.Jelmer Vernooij2008-01-101-4/+1
* | | | | | | Fix typo.Jelmer Vernooij2008-02-111-1/+1
* | | | | | | Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-117-211/+210
| |_|_|_|/ / |/| | | | |
* | | | | | Fix case.Jelmer Vernooij2008-02-111-1/+1
* | | | | | Move some more variables to static .mk file.Jelmer Vernooij2008-02-112-13/+9
* | | | | | Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij2008-02-114-149/+73
* | | | | | Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij2008-02-103-9/+18
* | | | | | Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij2008-02-101-9/+26
* | | | | | Make formatting a bit more ReST-valid.Jelmer Vernooij2008-02-102-36/+30
* | | | | | Change README to be ReST-compatible.Jelmer Vernooij2008-02-101-17/+20
| |_|_|/ / |/| | | |
* | | | | Fix typo.Jelmer Vernooij2008-02-091-1/+1
| |_|/ / |/| | |
* | | | Fix tests.Jelmer Vernooij2008-02-091-35/+24
* | | | Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
* | | | Add docstring.Jelmer Vernooij2008-02-091-0/+2
* | | | Ignore Python apidocs, vim swap files.Jelmer Vernooij2008-02-091-0/+2
* | | | Fix syntax of docstrings, set project name when generating Python API documen...Jelmer Vernooij2008-02-093-6/+4
* | | | registry: Fix warning.Jelmer Vernooij2008-02-091-1/+1
* | | | Move nmblookup blackbox test closer to the code it tests.Jelmer Vernooij2008-02-092-2/+2
* | | | Move first_prereq test to m4 code.Jelmer Vernooij2008-02-092-7/+9
* | | | Move some static makefile variables to rules.mk.Jelmer Vernooij2008-02-092-39/+39
* | | | pidl: Allow fixed size arrays inside unions.Julien Kerihuel2008-02-091-2/+2
* | | | Fix test count after pointer_default_top() removal.Jelmer Vernooij2008-02-091-1/+1
* | | | Move more make code to rules.mkJelmer Vernooij2008-02-092-22/+26
* | | | Use mkinclude (makes the Makefile a bit shorter), use double-colon for phony ...Jelmer Vernooij2008-02-093-188/+183
* | | | Support 'mkinclude' command in .mk files.Jelmer Vernooij2008-02-091-0/+2
* | | | Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
* | | | Re-enable python support in BECOME-DC test.Jelmer Vernooij2008-02-092-2/+3
* | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-094-5/+9
|\ \ \ \
| * | | | A couple more ipsec classes for the schema.Andrew Bartlett2008-02-091-0/+2
| | |_|/ | |/| |
| * | | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-0912-100/+386
| |\ \ \
| | * \ \ Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-091-2/+2
| | |\ \ \
| | * | | | Give a more useful error when the templates.ldb can't be found.Andrew Bartlett2008-02-091-2/+4
| | * | | | Make the provision test more real, use a foo.example.com for the realm.Andrew Bartlett2008-02-091-1/+1