abartlet/samba.git/.git
13 years agos4:subtree_delete LDB module - it is only responsible for non-deleted objects
Matthias Dieter Wallnöfer [Fri, 24 Sep 2010 16:44:50 +0000 (18:44 +0200)]
s4:subtree_delete LDB module - it is only responsible for non-deleted objects

The deleted objects (tombstones, recycled & deleted objects) are handled by
"repl_meta_data".

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
13 years agos4:objectclass LDB module - fix the "crossRef" delete protection
Matthias Dieter Wallnöfer [Sat, 25 Sep 2010 10:02:53 +0000 (12:02 +0200)]
s4:objectclass LDB module - fix the "crossRef" delete protection

This is what Windows does

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
13 years agos4:objectclass LDB module - fix the delete behaviour of server containers
Matthias Dieter Wallnöfer [Fri, 24 Sep 2010 12:13:48 +0000 (14:13 +0200)]
s4:objectclass LDB module - fix the delete behaviour of server containers

A typo prevented the right behaviour.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
13 years agoautobuild: override the editor when marking the commit
Andrew Tridgell [Sun, 3 Oct 2010 14:53:45 +0000 (07:53 -0700)]
autobuild: override the editor when marking the commit

this avoids the problem of a user having an editor set in their global
.gitconfig, and that having higher precedence than the EDITOR
environment variable

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Sun Oct  3 15:22:01 UTC 2010 on sn-devel-104

13 years agowafsamba: Some reformatting.
Jelmer Vernooij [Sun, 3 Oct 2010 14:25:34 +0000 (16:25 +0200)]
wafsamba: Some reformatting.

13 years agoheimdal: Move asn1 list to heimdal_build.
Jelmer Vernooij [Sun, 3 Oct 2010 14:08:13 +0000 (16:08 +0200)]
heimdal: Move asn1 list to heimdal_build.

13 years agoheimdal: Move SAMBA_ERRTABLE to heimdal_build.
Jelmer Vernooij [Sun, 3 Oct 2010 14:04:34 +0000 (16:04 +0200)]
heimdal: Move SAMBA_ERRTABLE to heimdal_build.

13 years agoheimdal: Move autoproto code to heimdal_build.
Jelmer Vernooij [Sun, 3 Oct 2010 14:01:58 +0000 (16:01 +0200)]
heimdal: Move autoproto code to heimdal_build.

13 years agowafsamba: Move heimdal library code to heimdal_build.
Jelmer Vernooij [Sun, 3 Oct 2010 13:59:21 +0000 (15:59 +0200)]
wafsamba: Move heimdal library code to heimdal_build.

13 years agoland: Inherit EMAIL from the environment.
Jelmer Vernooij [Sun, 3 Oct 2010 13:06:51 +0000 (15:06 +0200)]
land: Inherit EMAIL from the environment.

13 years agopidl: Allow longs for bitmasks.
Jelmer Vernooij [Sun, 3 Oct 2010 13:00:33 +0000 (15:00 +0200)]
pidl: Allow longs for bitmasks.

13 years agopidl: simplify some generated code.
Jelmer Vernooij [Sun, 3 Oct 2010 12:38:12 +0000 (14:38 +0200)]
pidl: simplify some generated code.

13 years agoheimdal: Convert hx509 to library.
Jelmer Vernooij [Sun, 3 Oct 2010 05:10:58 +0000 (07:10 +0200)]
heimdal: Convert hx509 to library.

13 years agoheimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Jelmer Vernooij [Sun, 3 Oct 2010 04:58:39 +0000 (06:58 +0200)]
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.

13 years agoMake sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trailing...
Wilco Baan Hofman [Sun, 3 Oct 2010 04:36:49 +0000 (06:36 +0200)]
Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trailing comma REG_BINARY.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix issues addressed by Jelmer:
Wilco Baan Hofman [Sun, 3 Oct 2010 04:19:12 +0000 (06:19 +0200)]
Fix issues addressed by Jelmer:

 * Add a comment about why the reg_strhex_to_data_blob was added
 * Fix int which should've been a boolean

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc
Wilco Baan Hofman [Sun, 3 Oct 2010 04:11:31 +0000 (06:11 +0200)]
Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix registry editor to be compatible with Windows 7.
Wilco Baan Hofman [Fri, 3 Sep 2010 09:04:17 +0000 (11:04 +0200)]
Fix registry editor to be compatible with Windows 7.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years ago5 uint32_t's should be set, not 5 bytes.
Wilco Baan Hofman [Mon, 30 Aug 2010 13:27:05 +0000 (15:27 +0200)]
5 uint32_t's should be set, not 5 bytes.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoThe root key should be created as a root key, not subkey.
Wilco Baan Hofman [Mon, 30 Aug 2010 13:05:25 +0000 (15:05 +0200)]
The root key should be created as a root key, not subkey.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoDo not include the closing doublequote in .reg files.
Wilco Baan Hofman [Mon, 30 Aug 2010 10:21:29 +0000 (12:21 +0200)]
Do not include the closing doublequote in .reg files.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.
Wilco Baan Hofman [Wed, 28 Jul 2010 12:46:38 +0000 (14:46 +0200)]
Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoMake sure we write the value stored in value, not line (doublequoted).
Wilco Baan Hofman [Tue, 27 Jul 2010 15:21:48 +0000 (17:21 +0200)]
Make sure we write the value stored in value, not line (doublequoted).

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoMake sure that regf only writes to disk every five seconds or when flushed or destroyed
Wilco Baan Hofman [Tue, 27 Jul 2010 09:13:24 +0000 (11:13 +0200)]
Make sure that regf only writes to disk every five seconds or when flushed or destroyed

Brings speed up on a large .reg import from 17.5s to 0.95s, over 18 times faster

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix .reg file format parsing.
Wilco Baan Hofman [Mon, 26 Jul 2010 20:10:43 +0000 (22:10 +0200)]
Fix .reg file format parsing.

 * multiline data
 * doublequoted value name
 * handle windows format CRLF

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agoFix registry parsing of strings to also support the windows method.
Wilco Baan Hofman [Mon, 26 Jul 2010 18:16:44 +0000 (20:16 +0200)]
Fix registry parsing of strings to also support the windows method.

Specifically: dword:00000000, hex:00,00,00,00, hex(0..B):00,00,00,00

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agos3: I thought I had compiled this....
Volker Lendecke [Sun, 3 Oct 2010 11:21:21 +0000 (13:21 +0200)]
s3: I thought I had compiled this....

13 years agos4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourences
Matthias Dieter Wallnöfer [Sat, 2 Oct 2010 11:45:22 +0000 (13:45 +0200)]
s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourences

Do this as in "dsdb_dn_is_upgraded_link_val". There is really no reason to
truncate before search.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct  3 10:45:39 UTC 2010 on sn-devel-104

13 years agos4:ldap.py - delete the right object after test completition
Matthias Dieter Wallnöfer [Wed, 29 Sep 2010 17:50:20 +0000 (19:50 +0200)]
s4:ldap.py - delete the right object after test completition

13 years agos4:ldap.py - fix "system only" test
Matthias Dieter Wallnöfer [Wed, 29 Sep 2010 17:39:17 +0000 (19:39 +0200)]
s4:ldap.py - fix "system only" test

A part was missing

13 years agos4:acl_read LDB module - fix counter type
Matthias Dieter Wallnöfer [Mon, 27 Sep 2010 05:46:11 +0000 (07:46 +0200)]
s4:acl_read LDB module - fix counter type

13 years agos4:getncchanges.c - fix some counter types
Matthias Dieter Wallnöfer [Thu, 30 Sep 2010 06:47:24 +0000 (08:47 +0200)]
s4:getncchanges.c - fix some counter types

13 years agos4:schema_samba4.ldif - update allocated controls list
Matthias Dieter Wallnöfer [Mon, 27 Sep 2010 05:42:29 +0000 (07:42 +0200)]
s4:schema_samba4.ldif - update allocated controls list

This needs always to be done after a control allocation otherwise we end up in
double-allocations and unexpected behaviour.

13 years agos4:libcli/resolve/dns_ex.c - fix "const" warning
Matthias Dieter Wallnöfer [Tue, 28 Sep 2010 10:33:40 +0000 (12:33 +0200)]
s4:libcli/resolve/dns_ex.c - fix "const" warning

13 years agos3: Move #define VALGRIND to config.h
Volker Lendecke [Sun, 3 Oct 2010 09:56:35 +0000 (11:56 +0200)]
s3: Move #define VALGRIND to config.h

This fixes the valgrind overrun in the tdb jenkins hash

13 years agos4:rpc_server/echo: fix compiler warning
Stefan Metzmacher [Sat, 2 Oct 2010 00:13:36 +0000 (02:13 +0200)]
s4:rpc_server/echo: fix compiler warning

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct  3 09:41:51 UTC 2010 on sn-devel-104

13 years agos3: Attempt to fix the IRIX build
Volker Lendecke [Sun, 3 Oct 2010 08:54:06 +0000 (10:54 +0200)]
s3: Attempt to fix the IRIX build

13 years agos3: Attempt to fix a ton of warnings on the build farm
Volker Lendecke [Sun, 3 Oct 2010 08:46:22 +0000 (10:46 +0200)]
s3: Attempt to fix a ton of warnings on the build farm

13 years agos3: Remove talloc_autofree_context() from dmapi.c
Volker Lendecke [Sat, 2 Oct 2010 21:49:06 +0000 (23:49 +0200)]
s3: Remove talloc_autofree_context() from dmapi.c

This is a place where an explicit dmapi_destroy_session would be needed. But we
don't use a destructor for this.

13 years agos3: Remove talloc_autofree_context() from unexpected.c
Volker Lendecke [Sat, 2 Oct 2010 21:44:58 +0000 (23:44 +0200)]
s3: Remove talloc_autofree_context() from unexpected.c

Same argument as in 997a64f6fb11e19d78c: If tdb_close() was needed at exit
time, we'd have more severe problems by now.

13 years agos3: Remove talloc_autofree_context() from srv_samr_nt.c
Volker Lendecke [Sat, 2 Oct 2010 21:40:48 +0000 (23:40 +0200)]
s3: Remove talloc_autofree_context() from srv_samr_nt.c

The dispinfo structs need to survive within a process across pipe opens,
but they don't have a special destructor

13 years agos3: Remove talloc_autofree_context from pdb_interface
Volker Lendecke [Sat, 2 Oct 2010 21:38:33 +0000 (23:38 +0200)]
s3: Remove talloc_autofree_context from pdb_interface

None of the pdb backends have special destructors that need to be run at
program exit.

13 years agos4-kcc: silence "Testing kcctpl_create_intersite_connections" message
Andrew Tridgell [Sat, 2 Oct 2010 21:56:28 +0000 (14:56 -0700)]
s4-kcc: silence "Testing kcctpl_create_intersite_connections" message

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Oct  3 04:51:44 UTC 2010 on sn-devel-104

13 years agos4-selftest: support 'make testenv SCREEN=1'
Andrew Tridgell [Sat, 2 Oct 2010 21:23:43 +0000 (14:23 -0700)]
s4-selftest: support 'make testenv SCREEN=1'

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")

13 years agos4-selftest: silence warnings about bind chown
Andrew Tridgell [Sat, 2 Oct 2010 21:21:52 +0000 (14:21 -0700)]
s4-selftest: silence warnings about bind chown

13 years agos4-test: silence a tap2subunit error
Andrew Tridgell [Sat, 2 Oct 2010 21:21:11 +0000 (14:21 -0700)]
s4-test: silence a tap2subunit error

13 years agos4-test: silence the Failed to chown message in make test
Andrew Tridgell [Sat, 2 Oct 2010 20:08:37 +0000 (13:08 -0700)]
s4-test: silence the Failed to chown message in make test

13 years agos4-ldif: get rid of the ndr_pull_error message on startup
Andrew Tridgell [Sat, 2 Oct 2010 20:03:40 +0000 (13:03 -0700)]
s4-ldif: get rid of the ndr_pull_error message on startup

detect if the prefixmap blob is text or binary using the first 4 bytes

13 years agos4-server: exit with status 127 on SIGTERM
Andrew Tridgell [Sat, 2 Oct 2010 19:44:28 +0000 (12:44 -0700)]
s4-server: exit with status 127 on SIGTERM

this ensures that make test detects a failure if samba is killed by
SIGTERM

13 years agos4-selftest: added --screen option for test
Andrew Tridgell [Sat, 2 Oct 2010 19:43:50 +0000 (12:43 -0700)]
s4-selftest: added --screen option for test

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

13 years agos4-selftest: fixed up exit codes on signals for make test
Andrew Tridgell [Sat, 2 Oct 2010 19:42:00 +0000 (12:42 -0700)]
s4-selftest: fixed up exit codes on signals for make test

also set $ENVNAME in launched servers

13 years agoland: Force always emailing when there is no other mechanism of progress reporting.
Jelmer Vernooij [Sun, 3 Oct 2010 02:24:46 +0000 (04:24 +0200)]
land: Force always emailing when there is no other mechanism of progress reporting.

13 years agoland: Attach tarball of logs rather than individual logs to keep the
Jelmer Vernooij [Sun, 3 Oct 2010 01:56:09 +0000 (03:56 +0200)]
land: Attach tarball of logs rather than individual logs to keep the
mail size reasonable.

13 years agoland: Some cosmetic fixes.
Jelmer Vernooij [Sun, 3 Oct 2010 00:16:11 +0000 (02:16 +0200)]
land: Some cosmetic fixes.

13 years agoland: Attach test output files to result emails.
Jelmer Vernooij [Sat, 2 Oct 2010 23:31:11 +0000 (01:31 +0200)]
land: Attach test output files to result emails.

13 years agoland: Add --revision argument.
Jelmer Vernooij [Sat, 2 Oct 2010 22:50:53 +0000 (00:50 +0200)]
land: Add --revision argument.

13 years agoland-remote: Run remote land command unbuffered.
Jelmer Vernooij [Sat, 2 Oct 2010 22:10:47 +0000 (00:10 +0200)]
land-remote: Run remote land command unbuffered.

13 years agos4-kdc Fix up after import of new lorikeet-heimdal
Andrew Bartlett [Sat, 2 Oct 2010 06:55:06 +0000 (16:55 +1000)]
s4-kdc Fix up after import of new lorikeet-heimdal

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Oct  3 01:56:04 UTC 2010 on sn-devel-104

13 years agoAdd new files for sha512 support
Andrew Bartlett [Sat, 2 Oct 2010 06:52:52 +0000 (16:52 +1000)]
Add new files for sha512 support

13 years agos4:heimdal: import lorikeet-heimdal-201010022046 (commit 1bea031b9404b14114b0272ecbe5...
Andrew Bartlett [Sat, 2 Oct 2010 06:32:56 +0000 (16:32 +1000)]
s4:heimdal: import lorikeet-heimdal-201010022046 (commit 1bea031b9404b14114b0272ecbe56e60c567af5c)

13 years agos4-heimdal We don't need HDBDIR any more
Andrew Bartlett [Sat, 25 Sep 2010 04:34:46 +0000 (14:34 +1000)]
s4-heimdal We don't need HDBDIR any more

13 years agoheimdal: change the version string
Matthieu Patou [Fri, 20 Aug 2010 08:01:46 +0000 (12:01 +0400)]
heimdal: change the version string

13 years agos4-heimdal_build fix up build after heimdal import
Andrew Bartlett [Sat, 25 Sep 2010 04:58:09 +0000 (14:58 +1000)]
s4-heimdal_build fix up build after heimdal import

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

13 years agos4:heimdal: import lorikeet-heimdal-201009250123 (commit 42cabfb5b683dbcb97d583c397b8...
Matthieu Patou [Sun, 15 Aug 2010 14:31:28 +0000 (18:31 +0400)]
s4:heimdal: import lorikeet-heimdal-201009250123 (commit 42cabfb5b683dbcb97d583c397b897507689e382)

I based this on Matthieu's import of lorikeet-heimdal, and then
updated it to this commit.

Andrew Bartlett

13 years agos4-ldapcmp.py: Don't guess credentials for second Credentials object
Kamen Mazdrashki [Fri, 1 Oct 2010 00:30:50 +0000 (03:30 +0300)]
s4-ldapcmp.py: Don't guess credentials for second Credentials object

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

13 years agos4-getopt.py: Make Anonymous creds when no credentials
Kamen Mazdrashki [Fri, 1 Oct 2010 00:29:33 +0000 (03:29 +0300)]
s4-getopt.py: Make Anonymous creds when no credentials

are supplied on command line and caller doesn't want us
to guess credentials from environment

13 years agos4-test-fsmo.py: Implement kind of busy-wait for role transfer
Kamen Mazdrashki [Thu, 30 Sep 2010 18:42:17 +0000 (21:42 +0300)]
s4-test-fsmo.py: Implement kind of busy-wait for role transfer

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

13 years agos4-test-dsdb_schema_info.py: Get rid of global module variables
Kamen Mazdrashki [Wed, 29 Sep 2010 12:56:23 +0000 (15:56 +0300)]
s4-test-dsdb_schema_info.py: Get rid of global module variables

13 years agos4-test-dsdb_schema_info.py: Simplify connection SamDB
Kamen Mazdrashki [Wed, 29 Sep 2010 12:51:11 +0000 (15:51 +0300)]
s4-test-dsdb_schema_info.py: Simplify connection SamDB

by using samba.tests.connect_samdb() helper

13 years agos4-test-fsmo.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki [Wed, 29 Sep 2010 13:00:43 +0000 (16:00 +0300)]
s4-test-fsmo.py: Use common implementation for env_get_var_value()

13 years agos4-test-delete_object.py: Use common implementation for env_get_var_value()
Kamen Mazdrashki [Wed, 29 Sep 2010 13:00:04 +0000 (16:00 +0300)]
s4-test-delete_object.py: Use common implementation for env_get_var_value()

13 years agos4-python-test: Common implementation for getting environment variable value
Kamen Mazdrashki [Wed, 29 Sep 2010 11:53:12 +0000 (14:53 +0300)]
s4-python-test: Common implementation for getting environment variable value

Unit-test based python tests require certain input parameters
to be set in environment, otherwise they can't be run

13 years agos4-python-samba: Remove trailing ';'s
Kamen Mazdrashki [Wed, 29 Sep 2010 01:31:02 +0000 (04:31 +0300)]
s4-python-samba: Remove trailing ';'s

13 years agos4-test-fsmo.py: Use common implementation for connect_samdb()
Kamen Mazdrashki [Wed, 29 Sep 2010 00:02:11 +0000 (03:02 +0300)]
s4-test-fsmo.py: Use common implementation for connect_samdb()

Connections are restricted to LDAP only (remote),
as this test can't be run against local LDBs

13 years agos4-test-delete_object.py: Use common implementation for connect_samdb()
Kamen Mazdrashki [Wed, 29 Sep 2010 00:00:18 +0000 (03:00 +0300)]
s4-test-delete_object.py: Use common implementation for connect_samdb()

Connections are restricted to LDAP only (remote),
as this test can't be run against local LDBs

13 years agos4-python-test: Implement global connect_samdb() function
Kamen Mazdrashki [Tue, 28 Sep 2010 23:58:23 +0000 (02:58 +0300)]
s4-python-test: Implement global connect_samdb() function

This helper makes proper ldb url to connect to
and is a shorthand for test to create SamDB connections

13 years agos4-samba.samdb: Fix masking names from outer context
Kamen Mazdrashki [Tue, 28 Sep 2010 22:55:22 +0000 (01:55 +0300)]
s4-samba.samdb: Fix masking names from outer context

- 'filter' is built-in
- 'ldb' is a module name we imported

13 years agos4-python-samba: 'file' is a built-in
Kamen Mazdrashki [Tue, 28 Sep 2010 22:53:22 +0000 (01:53 +0300)]
s4-python-samba: 'file' is a built-in

13 years agos4-samba.samdb: Fix leading indention and trailing ';'
Kamen Mazdrashki [Tue, 28 Sep 2010 22:35:51 +0000 (01:35 +0300)]
s4-samba.samdb: Fix leading indention and trailing ';'

13 years agos4-python-samba: Fix few cosmetics
Kamen Mazdrashki [Tue, 28 Sep 2010 22:09:09 +0000 (01:09 +0300)]
s4-python-samba: Fix few cosmetics

- we have sys module already imported
- _glue module is part of samba package so be more precise how to import

13 years agos3: Attempt to fix the non-ads build
Volker Lendecke [Sat, 2 Oct 2010 22:15:39 +0000 (00:15 +0200)]
s3: Attempt to fix the non-ads build

13 years agoland-remote: Pass extra arguments on to land.
Jelmer Vernooij [Sat, 2 Oct 2010 22:04:59 +0000 (00:04 +0200)]
land-remote: Pass extra arguments on to land.

13 years agopytdb: Include Python.h first to prevent warning.
Jelmer Vernooij [Sat, 2 Oct 2010 21:40:19 +0000 (23:40 +0200)]
pytdb: Include Python.h first to prevent warning.

13 years agosubunithelper: Remove accidentally added line.
Jelmer Vernooij [Sat, 2 Oct 2010 21:32:12 +0000 (23:32 +0200)]
subunithelper: Remove accidentally added line.

13 years agopytdb: Check errors after PyObject_New() calls
Kirill Smelkov [Sat, 2 Oct 2010 13:43:50 +0000 (17:43 +0400)]
pytdb: Check errors after PyObject_New() calls

The call could fail with e.g. MemoryError, and we'll dereference NULL
pointer without checking.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agopytdb: Add support for tdb_repack()
Kirill Smelkov [Sat, 2 Oct 2010 13:43:46 +0000 (17:43 +0400)]
pytdb: Add support for tdb_repack()

Cc: 597386@bugs.debian.org
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agopytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov [Sat, 2 Oct 2010 13:43:40 +0000 (17:43 +0400)]
pytdb: Add TDB_INCOMPATIBLE_HASH open flag

In 2dcf76 Rusty added TDB_INCOMPATIBLE_HASH open flag which selects
Jenkins lookup3 hash for new databases.

Expose this flag to python users too.

Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
13 years agosubunithelper: Fix format time.
Jelmer Vernooij [Sat, 2 Oct 2010 20:31:31 +0000 (22:31 +0200)]
subunithelper: Fix format time.

13 years agoland: Implement --fail-immediately directly in Python, provide subunit file.
Jelmer Vernooij [Sat, 2 Oct 2010 18:32:16 +0000 (20:32 +0200)]
land: Implement --fail-immediately directly in Python, provide subunit file.

13 years agosubunithelper: Make filter options optional.
Jelmer Vernooij [Sat, 2 Oct 2010 16:41:14 +0000 (18:41 +0200)]
subunithelper: Make filter options optional.

13 years agoformat-subunit: Split out summary file writing.
Jelmer Vernooij [Sat, 2 Oct 2010 16:40:44 +0000 (18:40 +0200)]
format-subunit: Split out summary file writing.

13 years agoselftest: Move plain text formatter to subunithelper.
Jelmer Vernooij [Sat, 2 Oct 2010 15:02:02 +0000 (17:02 +0200)]
selftest: Move plain text formatter to subunithelper.

13 years agoland: Add separate treestagebuilder for subunit.
Jelmer Vernooij [Sat, 2 Oct 2010 11:26:36 +0000 (13:26 +0200)]
land: Add separate treestagebuilder for subunit.

13 years agoland: Cherry-pick tridges changes to autobuild.
Jelmer Vernooij [Sat, 2 Oct 2010 11:17:25 +0000 (13:17 +0200)]
land: Cherry-pick tridges changes to autobuild.

13 years agoland: Move stage building into a separate class so we can have subclasses (e.g. subun...
Jelmer Vernooij [Sat, 2 Oct 2010 11:13:37 +0000 (13:13 +0200)]
land: Move stage building into a separate class so we can have subclasses (e.g. subunit-specific).

13 years agoland: Only pass shell=True if necessary.
Jelmer Vernooij [Sat, 2 Oct 2010 00:59:21 +0000 (02:59 +0200)]
land: Only pass shell=True if necessary.

13 years agoland: Add --fail-slowly option.
Jelmer Vernooij [Fri, 1 Oct 2010 20:10:13 +0000 (22:10 +0200)]
land: Add --fail-slowly option.

13 years agoSeveral smaller cleanups, use python coding style.
Jelmer Vernooij [Fri, 1 Oct 2010 19:55:10 +0000 (21:55 +0200)]
Several smaller cleanups, use python coding style.

13 years agoland: Avoid running things in a shell where not necessary.
Jelmer Vernooij [Fri, 1 Oct 2010 19:43:20 +0000 (21:43 +0200)]
land: Avoid running things in a shell where not necessary.

13 years agoland-remote: Checkout repository first.
Jelmer Vernooij [Fri, 1 Oct 2010 17:24:20 +0000 (19:24 +0200)]
land-remote: Checkout repository first.