summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4:libcli/resolve/dns_ex.c - fix "const" warningMatthias Dieter Wallnöfer2010-10-031-1/+2
|
* s3: Move #define VALGRIND to config.hVolker Lendecke2010-10-032-10/+7
| | | | This fixes the valgrind overrun in the tdb jenkins hash
* s4:rpc_server/echo: fix compiler warningStefan Metzmacher2010-10-031-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 3 09:41:51 UTC 2010 on sn-devel-104
* s3: Attempt to fix the IRIX buildVolker Lendecke2010-10-031-1/+1
|
* s3: Attempt to fix a ton of warnings on the build farmVolker Lendecke2010-10-033-12/+11
|
* s3: Remove talloc_autofree_context() from dmapi.cVolker Lendecke2010-10-031-2/+1
| | | | | This is a place where an explicit dmapi_destroy_session would be needed. But we don't use a destructor for this.
* s3: Remove talloc_autofree_context() from unexpected.cVolker Lendecke2010-10-031-2/+1
| | | | | Same argument as in 997a64f6fb11e19d78c: If tdb_close() was needed at exit time, we'd have more severe problems by now.
* s3: Remove talloc_autofree_context() from srv_samr_nt.cVolker Lendecke2010-10-031-4/+2
| | | | | The dispinfo structs need to survive within a process across pipe opens, but they don't have a special destructor
* s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke2010-10-031-1/+1
| | | | | None of the pdb backends have special destructors that need to be run at program exit.
* s4-kcc: silence "Testing kcctpl_create_intersite_connections" messageAndrew Tridgell2010-10-031-1/+1
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Oct 3 04:51:44 UTC 2010 on sn-devel-104
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-024-5/+27
| | | | | | | | | | this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
* s4-selftest: silence warnings about bind chownAndrew Tridgell2010-10-022-2/+4
|
* s4-test: silence a tap2subunit errorAndrew Tridgell2010-10-021-1/+1
|
* s4-test: silence the Failed to chown message in make testAndrew Tridgell2010-10-021-3/+5
|
* s4-ldif: get rid of the ndr_pull_error message on startupAndrew Tridgell2010-10-021-10/+15
| | | | detect if the prefixmap blob is text or binary using the first 4 bytes
* s4-server: exit with status 127 on SIGTERMAndrew Tridgell2010-10-021-1/+1
| | | | | this ensures that make test detects a failure if samba is killed by SIGTERM
* s4-selftest: added --screen option for testAndrew Tridgell2010-10-022-4/+75
| | | | | | | | | | | | | | | | | | | you can now do: make test TESTS="some test" SCREEN=1 while in GNU screen, and all the samba servers will launch in their own new screen, named after the server name. You can also do: make test TESTS="some test" SCREEN=1 VALGRIND_SERVER=1 to run valgrind on each samba server, or make test TESTS="some test" SCREEN=1 GDBTEST=1 to run gdb on each server
* s4-selftest: fixed up exit codes on signals for make testAndrew Tridgell2010-10-021-5/+10
| | | | also set $ENVNAME in launched servers
* land: Force always emailing when there is no other mechanism of progress ↵Jelmer Vernooij2010-10-031-2/+8
| | | | reporting.
* land: Attach tarball of logs rather than individual logs to keep theJelmer Vernooij2010-10-031-19/+11
| | | | mail size reasonable.
* land: Some cosmetic fixes.Jelmer Vernooij2010-10-032-30/+55
|
* land: Attach test output files to result emails.Jelmer Vernooij2010-10-031-11/+43
|
* land: Add --revision argument.Jelmer Vernooij2010-10-032-8/+29
|
* land-remote: Run remote land command unbuffered.Jelmer Vernooij2010-10-032-2/+2
|
* s4-kdc Fix up after import of new lorikeet-heimdalAndrew Bartlett2010-10-032-4/+19
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun Oct 3 01:56:04 UTC 2010 on sn-devel-104
* Add new files for sha512 supportAndrew Bartlett2010-10-032-1/+275
|
* s4:heimdal: import lorikeet-heimdal-201010022046 (commit ↵Andrew Bartlett2010-10-0324-125/+418
| | | | 1bea031b9404b14114b0272ecbe56e60c567af5c)
* s4-heimdal We don't need HDBDIR any moreAndrew Bartlett2010-10-031-2/+0
|
* heimdal: change the version stringMatthieu Patou2010-10-031-1/+1
|
* s4-heimdal_build fix up build after heimdal importAndrew Bartlett2010-10-034-8/+20
| | | | | | | | | | | | Heimdal has it's own dynconfig like system, and so we need the LIBDIR etc in the CFLAGS here. We also need to define build rules for the new files imported in the merge commit, and fix up some header files. This includes the work by Matthieu Patou <mat@matws.net> Andrew Bartlett
* s4:heimdal: import lorikeet-heimdal-201009250123 (commit ↵Matthieu Patou2010-10-03382-1687/+34153
| | | | | | | | | 42cabfb5b683dbcb97d583c397b897507689e382) I based this on Matthieu's import of lorikeet-heimdal, and then updated it to this commit. Andrew Bartlett
* s4-ldapcmp.py: Don't guess credentials for second Credentials objectKamen Mazdrashki2010-10-021-1/+1
| | | | | | | This allow us to fallback to first credentials given. Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Oct 2 23:05:20 UTC 2010 on sn-devel-104
* s4-getopt.py: Make Anonymous creds when no credentialsKamen Mazdrashki2010-10-031-2/+7
| | | | | are supplied on command line and caller doesn't want us to guess credentials from environment
* s4-test-fsmo.py: Implement kind of busy-wait for role transferKamen Mazdrashki2010-10-031-18/+36
| | | | | | | | | | This allows us not to hard code timeout we are going to wait for before failing the test - if DCs are not very busy, we won't wait at all (speeds up 'make test' by a minute also) Maximum timeout to wait for is set to 20 secs currently, which should be enough even for slow machines and tested DCs being under load
* s4-test-dsdb_schema_info.py: Get rid of global module variablesKamen Mazdrashki2010-10-031-17/+19
|
* s4-test-dsdb_schema_info.py: Simplify connection SamDBKamen Mazdrashki2010-10-031-19/+3
| | | | by using samba.tests.connect_samdb() helper
* s4-test-fsmo.py: Use common implementation for env_get_var_value()Kamen Mazdrashki2010-10-031-8/+2
|
* s4-test-delete_object.py: Use common implementation for env_get_var_value()Kamen Mazdrashki2010-10-031-8/+2
|
* s4-python-test: Common implementation for getting environment variable valueKamen Mazdrashki2010-10-031-0/+11
| | | | | Unit-test based python tests require certain input parameters to be set in environment, otherwise they can't be run
* s4-python-samba: Remove trailing ';'sKamen Mazdrashki2010-10-032-29/+29
|
* s4-test-fsmo.py: Use common implementation for connect_samdb()Kamen Mazdrashki2010-10-031-22/+2
| | | | | Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs
* s4-test-delete_object.py: Use common implementation for connect_samdb()Kamen Mazdrashki2010-10-031-20/+2
| | | | | Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs
* s4-python-test: Implement global connect_samdb() functionKamen Mazdrashki2010-10-031-0/+46
| | | | | This helper makes proper ldb url to connect to and is a shorthand for test to create SamDB connections
* s4-samba.samdb: Fix masking names from outer contextKamen Mazdrashki2010-10-031-17/+17
| | | | | - 'filter' is built-in - 'ldb' is a module name we imported
* s4-python-samba: 'file' is a built-inKamen Mazdrashki2010-10-031-3/+3
|
* s4-samba.samdb: Fix leading indention and trailing ';'Kamen Mazdrashki2010-10-031-10/+10
|
* s4-python-samba: Fix few cosmeticsKamen Mazdrashki2010-10-031-4/+3
| | | | | - we have sys module already imported - _glue module is part of samba package so be more precise how to import
* s3: Attempt to fix the non-ads buildVolker Lendecke2010-10-031-1/+1
|
* land-remote: Pass extra arguments on to land.Jelmer Vernooij2010-10-032-3/+3
|
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
|