kai/samba.git
13 years agos3-waf: fix the build.
Günther Deschner [Mon, 3 Jan 2011 15:53:00 +0000 (16:53 +0100)]
s3-waf: fix the build.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jan  3 18:19:01 CET 2011 on sn-devel-104

13 years agolib/crypto: add aes_cfb8_encrypt()
Stefan Metzmacher [Thu, 17 Sep 2009 23:04:02 +0000 (01:04 +0200)]
lib/crypto: add aes_cfb8_encrypt()

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan  3 17:32:07 CET 2011 on sn-devel-104

13 years agos3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signature
Stefan Metzmacher [Sat, 26 Sep 2009 00:59:59 +0000 (02:59 +0200)]
s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signature
size

metze

13 years agos4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size
Stefan Metzmacher [Tue, 29 Sep 2009 07:10:27 +0000 (09:10 +0200)]
s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size

metze

13 years agolibcli/auth: add netsec_outgoing_sig_size()
Stefan Metzmacher [Tue, 29 Sep 2009 07:00:57 +0000 (09:00 +0200)]
libcli/auth: add netsec_outgoing_sig_size()

The size of the signature blob depends on the used
algorithm.

metze

13 years agos4:dynconfig: Add prototypes to match dynconfig.c
Brad Hards [Sun, 2 Jan 2011 06:46:14 +0000 (17:46 +1100)]
s4:dynconfig: Add prototypes to match dynconfig.c

Also, SCRIPTSBINDIR isn't really common with Samba3 dynconfig

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan  3 13:25:04 CET 2011 on sn-devel-104

13 years agos4:ldb: Make sample module implementation static.
Brad Hards [Sun, 2 Jan 2011 05:31:41 +0000 (16:31 +1100)]
s4:ldb: Make sample module implementation static.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan  3 12:28:21 CET 2011 on sn-devel-104

13 years agos4:ldb: Add prototype header.
Brad Hards [Sun, 2 Jan 2011 05:20:35 +0000 (16:20 +1100)]
s4:ldb: Add prototype header.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
13 years agotalloc: Fix warnings in test code
Brad Hards [Sun, 2 Jan 2011 01:33:12 +0000 (12:33 +1100)]
talloc: Fix warnings in test code

This should not change any behaviour - the intent is just to reduce
the "nuisance" warnings.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan  3 11:12:39 CET 2011 on sn-devel-104

13 years agos3:winbindd/idmap_ad.c: update my C
Michael Adam [Sun, 2 Jan 2011 21:08:13 +0000 (22:08 +0100)]
s3:winbindd/idmap_ad.c: update my C

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jan  3 09:19:07 CET 2011 on sn-devel-104

13 years agos3:winbindd/idmap_util.c: add my C
Michael Adam [Sun, 2 Jan 2011 21:05:36 +0000 (22:05 +0100)]
s3:winbindd/idmap_util.c: add my C

13 years agos3:winbindd/idmap.c: add my C
Michael Adam [Sun, 2 Jan 2011 21:04:53 +0000 (22:04 +0100)]
s3:winbindd/idmap.c: add my C

13 years agoremove unnecessary use of pass.
Jelmer Vernooij [Mon, 3 Jan 2011 05:54:07 +0000 (06:54 +0100)]
remove unnecessary use of pass.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Jan  3 08:21:12 CET 2011 on sn-devel-104

13 years agopyldb: Fix memory reference error.
Jelmer Vernooij [Mon, 3 Jan 2011 00:43:51 +0000 (01:43 +0100)]
pyldb: Fix memory reference error.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Jan  3 02:34:05 CET 2011 on sn-devel-104

13 years agoUse TestCase.get_credentials() where possible.
Jelmer Vernooij [Mon, 3 Jan 2011 00:13:09 +0000 (01:13 +0100)]
Use TestCase.get_credentials() where possible.

13 years agopyldb: Always return -1, 0, or 1 in tp_compare functions.
Jelmer Vernooij [Sun, 2 Jan 2011 21:34:26 +0000 (22:34 +0100)]
pyldb: Always return -1, 0, or 1 in tp_compare functions.

13 years agoRevert broken destructor changes.
Jelmer Vernooij [Sat, 1 Jan 2011 05:55:54 +0000 (06:55 +0100)]
Revert broken destructor changes.

13 years agopyldb: Fix memory context, add more OOM checks.
Jelmer Vernooij [Thu, 30 Dec 2010 19:11:59 +0000 (20:11 +0100)]
pyldb: Fix memory context, add more OOM checks.

13 years agopyldb: Some more OOM checks.
Jelmer Vernooij [Thu, 30 Dec 2010 18:59:01 +0000 (19:59 +0100)]
pyldb: Some more OOM checks.

13 years agoMake all functions in pyldb.c private, as they can't be used anyway.
Jelmer Vernooij [Thu, 30 Dec 2010 18:39:14 +0000 (19:39 +0100)]
Make all functions in pyldb.c private, as they can't be used anyway.

13 years agos4-python: Add missing prototypes.
Jelmer Vernooij [Thu, 30 Dec 2010 18:30:09 +0000 (19:30 +0100)]
s4-python: Add missing prototypes.

13 years agopyldb: Use pytalloc-util.
Jelmer Vernooij [Thu, 30 Dec 2010 17:10:49 +0000 (18:10 +0100)]
pyldb: Use pytalloc-util.

13 years agoldb: Remove duplicate definition of check_special, use PyObject_New.
Jelmer Vernooij [Thu, 30 Dec 2010 02:43:23 +0000 (03:43 +0100)]
ldb: Remove duplicate definition of check_special, use PyObject_New.

13 years agos4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij [Wed, 29 Dec 2010 14:58:12 +0000 (15:58 +0100)]
s4-python: Properly call PyObject_Del from all destructors.

13 years agoFix some formatting.
Jelmer Vernooij [Tue, 28 Dec 2010 15:30:47 +0000 (16:30 +0100)]
Fix some formatting.

13 years agoUse fail_on_null.
Jelmer Vernooij [Mon, 27 Dec 2010 13:32:48 +0000 (14:32 +0100)]
Use fail_on_null.

13 years agos4: Happy New Year 2011
Stefan Metzmacher [Sun, 2 Jan 2011 16:55:55 +0000 (17:55 +0100)]
s4: Happy New Year 2011

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Jan  2 18:42:12 CET 2011 on sn-devel-104

13 years agos3: Happy New Year 2011
Stefan Metzmacher [Sun, 2 Jan 2011 16:55:05 +0000 (17:55 +0100)]
s3: Happy New Year 2011

metze

13 years agos3: Fix a memleak in receive_getdc_response
Volker Lendecke [Sun, 2 Jan 2011 04:57:09 +0000 (05:57 +0100)]
s3: Fix a memleak in receive_getdc_response

It's the free_packet() that was missing. On the way, I've changed the
"return false;" to a "goto fail;", which makes the patch a bit larger.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan  2 14:27:56 CET 2011 on sn-devel-104

13 years agos3:net: make idmap_store_secret static.
Michael Adam [Tue, 7 Dec 2010 23:43:34 +0000 (00:43 +0100)]
s3:net: make idmap_store_secret static.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sun Jan  2 13:41:07 CET 2011 on sn-devel-104

13 years agos3:net: fix the usage for net idmap secret (removing alloc)
Michael Adam [Tue, 7 Dec 2010 23:41:28 +0000 (00:41 +0100)]
s3:net: fix the usage for net idmap secret (removing alloc)

13 years agos3:net: remove alloc parameter from idmap_store_secret() (net idmap store).
Michael Adam [Tue, 7 Dec 2010 23:39:28 +0000 (00:39 +0100)]
s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).

13 years agos3:idmap_ldap: remove special handling of alloc secret (not used any more).
Michael Adam [Tue, 7 Dec 2010 23:32:53 +0000 (00:32 +0100)]
s3:idmap_ldap: remove special handling of alloc secret (not used any more).

13 years agos3:idmap_ldap: remove unused idmap_ldap_alloc_context.
Michael Adam [Tue, 7 Dec 2010 23:26:29 +0000 (00:26 +0100)]
s3:idmap_ldap: remove unused idmap_ldap_alloc_context.

13 years agos3:idmap_ldap: remove alloc context member from ldap_idmap_context
Michael Adam [Tue, 7 Dec 2010 23:26:05 +0000 (00:26 +0100)]
s3:idmap_ldap: remove alloc context member from ldap_idmap_context

13 years agos3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().
Michael Adam [Tue, 7 Dec 2010 23:24:01 +0000 (00:24 +0100)]
s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().

13 years agos3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().
Michael Adam [Tue, 7 Dec 2010 23:07:29 +0000 (00:07 +0100)]
s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().

13 years agos3:idmap_ldap: remove unused idmap_ldap_alloc_init().
Michael Adam [Tue, 7 Dec 2010 23:06:50 +0000 (00:06 +0100)]
s3:idmap_ldap: remove unused idmap_ldap_alloc_init().

13 years agos3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.
Michael Adam [Tue, 7 Dec 2010 23:04:20 +0000 (00:04 +0100)]
s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.

Call verify_idpool() instead.

13 years agos3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().
Michael Adam [Tue, 7 Dec 2010 23:19:23 +0000 (00:19 +0100)]
s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().

Allocation is now subsumed in the idmap ldap config.
This is the beginning of the removal of the idmap ldap alloc parameters.

13 years agoFix a valgrind error
Volker Lendecke [Sun, 2 Jan 2011 01:48:03 +0000 (02:48 +0100)]
Fix a valgrind error

Thanks to Tridge for the hint.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan  2 10:58:51 CET 2011 on sn-devel-104

13 years agoFix memory leak I introduced when refactoring unexpected packet code.
Jeremy Allison [Sun, 2 Jan 2011 04:23:49 +0000 (20:23 -0800)]
Fix memory leak I introduced when refactoring unexpected packet code.
Found by Volker.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sun Jan  2 06:11:13 CET 2011 on sn-devel-104

13 years agos3: Remove unused mem_ctx arg from set_getdc_request
Volker Lendecke [Sat, 1 Jan 2011 15:21:12 +0000 (16:21 +0100)]
s3: Remove unused mem_ctx arg from set_getdc_request

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan  1 23:00:24 CET 2011 on sn-devel-104

13 years agos3: Factor out prep_getdc_request
Volker Lendecke [Sat, 1 Jan 2011 15:18:48 +0000 (16:18 +0100)]
s3: Factor out prep_getdc_request

13 years agos3: cli_send_mailslot -> cli_prep_mailslot
Volker Lendecke [Sat, 1 Jan 2011 14:29:11 +0000 (15:29 +0100)]
s3: cli_send_mailslot -> cli_prep_mailslot

13 years agos3: Fix some nonempty blank lines
Volker Lendecke [Sat, 1 Jan 2011 14:13:30 +0000 (15:13 +0100)]
s3: Fix some nonempty blank lines

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan  1 16:03:23 CET 2011 on sn-devel-104

13 years agonss_wins: Fix a type-punned warning
Volker Lendecke [Sat, 1 Jan 2011 14:08:42 +0000 (15:08 +0100)]
nss_wins: Fix a type-punned warning

13 years agoheimdal_build: Add missing dependencies when building with system heimdal.
Jelmer Vernooij [Sat, 1 Jan 2011 02:56:27 +0000 (03:56 +0100)]
heimdal_build: Add missing dependencies when building with system heimdal.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan  1 04:46:35 CET 2011 on sn-devel-104

13 years agoheimdal_build: Support using system gssapi library.
Jelmer Vernooij [Sat, 1 Jan 2011 01:50:54 +0000 (02:50 +0100)]
heimdal_build: Support using system gssapi library.

13 years agoheimdal_build: Support using system hdb and kdc libraries.
Jelmer Vernooij [Sat, 1 Jan 2011 01:40:18 +0000 (02:40 +0100)]
heimdal_build: Support using system hdb and kdc libraries.

13 years agoheimdal_build: Add conditionals for all libraries.
Jelmer Vernooij [Sat, 1 Jan 2011 01:10:05 +0000 (02:10 +0100)]
heimdal_build: Add conditionals for all libraries.

13 years agoheimdal_build: Allow using system krb5.
Jelmer Vernooij [Sat, 1 Jan 2011 01:05:23 +0000 (02:05 +0100)]
heimdal_build: Allow using system krb5.

13 years agoheimdal_build: Allow using system heimntlm.
Jelmer Vernooij [Sat, 1 Jan 2011 00:54:35 +0000 (01:54 +0100)]
heimdal_build: Allow using system heimntlm.

13 years agoheimdal_build: Look for asn1_compile (but by default, don't use it).
Jelmer Vernooij [Sat, 1 Jan 2011 00:25:10 +0000 (01:25 +0100)]
heimdal_build: Look for asn1_compile (but by default, don't use it).

13 years agos4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij [Wed, 29 Dec 2010 17:56:13 +0000 (18:56 +0100)]
s4-python: Only set BASETYPE flag if subclassing is supported.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan  1 03:39:58 CET 2011 on sn-devel-104

13 years agos4-python: Add more prototypes.
Jelmer Vernooij [Wed, 29 Dec 2010 17:09:09 +0000 (18:09 +0100)]
s4-python: Add more prototypes.

13 years agos4-python: Properly call PyObject_Del from all destructors.
Jelmer Vernooij [Wed, 29 Dec 2010 14:58:12 +0000 (15:58 +0100)]
s4-python: Properly call PyObject_Del from all destructors.

13 years agowmi: Remove unnecessary noprint statements.
Jelmer Vernooij [Tue, 28 Dec 2010 16:33:30 +0000 (17:33 +0100)]
wmi: Remove unnecessary noprint statements.

13 years agotalloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij [Sat, 25 Dec 2010 00:14:22 +0000 (01:14 +0100)]
talloc/tdb/tevent: Remove obsolete signatures files.

13 years agos3: Add some const to receive_getdc_response
Volker Lendecke [Fri, 31 Dec 2010 13:01:05 +0000 (14:01 +0100)]
s3: Add some const to receive_getdc_response

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Dec 31 14:48:57 CET 2010 on sn-devel-104

13 years agos3: Add some const to send_getdc_request
Volker Lendecke [Fri, 31 Dec 2010 13:00:43 +0000 (14:00 +0100)]
s3: Add some const to send_getdc_request

13 years agos3: Fix some nonempty blank lines
Volker Lendecke [Fri, 31 Dec 2010 09:07:45 +0000 (10:07 +0100)]
s3: Fix some nonempty blank lines

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Dec 31 10:58:31 CET 2010 on sn-devel-104

13 years agoscript/autobuild.py: check that the source tree has no uncommitted changes after...
Stefan Metzmacher [Thu, 23 Dec 2010 18:40:08 +0000 (19:40 +0100)]
script/autobuild.py: check that the source tree has no uncommitted changes after make

This makes sure the ABI files will be committed when the ABI changed.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Dec 31 04:03:28 CET 2010 on sn-devel-104

13 years agos3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the account...
Stefan Metzmacher [Wed, 29 Dec 2010 11:08:19 +0000 (12:08 +0100)]
s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the account name (bug #7896)

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Dec 30 18:09:13 CET 2010 on sn-devel-104

13 years agoexamples:createdombj: default prefix to target-type, not "group"
Michael Adam [Thu, 30 Dec 2010 15:34:59 +0000 (16:34 +0100)]
examples:createdombj: default prefix to target-type, not "group"

It can be irritating to create users named group00001, group00002, ... :-)

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Dec 30 17:22:57 CET 2010 on sn-devel-104

13 years agos3: Fix two uninitialized variables
Volker Lendecke [Thu, 30 Dec 2010 11:42:50 +0000 (12:42 +0100)]
s3: Fix two uninitialized variables

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Dec 30 12:52:47 CET 2010 on sn-devel-104

13 years agos3: Allow more control over smbsock_[any_]connect
Volker Lendecke [Thu, 23 Dec 2010 14:20:22 +0000 (15:20 +0100)]
s3: Allow more control over smbsock_[any_]connect

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Dec 29 23:30:44 CET 2010 on sn-devel-104

13 years agoUse sockaddr_storage in async sendto/recvfrom
Volker Lendecke [Wed, 29 Dec 2010 07:46:08 +0000 (08:46 +0100)]
Use sockaddr_storage in async sendto/recvfrom

13 years agotdb: add ABI/tdb-1.2.9.sigs
Stefan Metzmacher [Wed, 29 Dec 2010 09:39:25 +0000 (10:39 +0100)]
tdb: add ABI/tdb-1.2.9.sigs

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Dec 29 11:26:12 CET 2010 on sn-devel-104

13 years agotdb: tdb_summary() support.
Rusty Russell [Wed, 29 Dec 2010 02:20:47 +0000 (12:50 +1030)]
tdb: tdb_summary() support.

Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104

13 years agoFix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison [Wed, 29 Dec 2010 00:25:16 +0000 (16:25 -0800)]
Fix bug #7892 - open_file_fchmod() leaves a stale lock.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Dec 29 02:15:23 CET 2010 on sn-devel-104

13 years agos3: Make name_query return NTSTATUS
Volker Lendecke [Tue, 28 Dec 2010 12:47:35 +0000 (13:47 +0100)]
s3: Make name_query return NTSTATUS

Also use talloc for the result

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Dec 28 18:21:05 CET 2010 on sn-devel-104

13 years agos3: AllowDebugChange is gone
Volker Lendecke [Tue, 28 Dec 2010 16:17:04 +0000 (17:17 +0100)]
s3: AllowDebugChange is gone

13 years agoFix a memleak in nss_wins
Volker Lendecke [Tue, 28 Dec 2010 16:08:57 +0000 (17:08 +0100)]
Fix a memleak in nss_wins

13 years agoFix a crash in libnss_wins
Volker Lendecke [Tue, 28 Dec 2010 16:05:18 +0000 (17:05 +0100)]
Fix a crash in libnss_wins

lp_set_parm accesses the case tables

13 years agos3: Make node_status_query return NTSTATUS
Volker Lendecke [Tue, 28 Dec 2010 11:53:12 +0000 (12:53 +0100)]
s3: Make node_status_query return NTSTATUS

Also make the result talloc'ed

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Dec 28 13:46:59 CET 2010 on sn-devel-104

13 years agos3: Remove an ancient typedef
Volker Lendecke [Tue, 28 Dec 2010 10:55:47 +0000 (11:55 +0100)]
s3: Remove an ancient typedef

13 years agos3: Fix some typos
Volker Lendecke [Tue, 28 Dec 2010 10:48:43 +0000 (11:48 +0100)]
s3: Fix some typos

13 years agoasync_send->sendto, async_recv->recvfrom
Volker Lendecke [Sun, 26 Dec 2010 15:03:58 +0000 (16:03 +0100)]
async_send->sendto, async_recv->recvfrom

13 years agos3:winbindd: remove useless ';'
Stefan Metzmacher [Tue, 28 Dec 2010 10:57:04 +0000 (11:57 +0100)]
s3:winbindd: remove useless ';'

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Dec 28 12:45:20 CET 2010 on sn-devel-104

13 years agoWHATSNEW: fix indentation
Stefan Metzmacher [Mon, 27 Dec 2010 15:55:31 +0000 (16:55 +0100)]
WHATSNEW: fix indentation

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Dec 27 17:50:05 CET 2010 on sn-devel-104

13 years agoWHATSNEW: Update changed parameters.
Karolin Seeger [Sun, 26 Dec 2010 22:16:54 +0000 (23:16 +0100)]
WHATSNEW: Update changed parameters.

Karolin
(cherry picked from commit 6148d5eb84d0a15442d689e0265e1172096e9110)

13 years agoWHATSNEW: Update changed parameters.
Karolin Seeger [Sun, 26 Dec 2010 22:06:09 +0000 (23:06 +0100)]
WHATSNEW: Update changed parameters.

Karolin
(cherry picked from commit 23341ca37e165ed3fa615030b87d8d65ea166970)

13 years agoWHATSNEW: Add information on changed security defaults.
Karolin Seeger [Fri, 17 Dec 2010 19:39:57 +0000 (20:39 +0100)]
WHATSNEW: Add information on changed security defaults.

Thanks to Andrew Bartlett for providing this text!
(cherry picked from commit 2e867d9db26865012c8a210331c0f0541024f57f)

13 years ago.gitignore: cleanup old stuff
Stefan Metzmacher [Mon, 27 Dec 2010 10:52:59 +0000 (11:52 +0100)]
.gitignore: cleanup old stuff

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Dec 27 16:43:24 CET 2010 on sn-devel-104

13 years agos4:ldb: setup TEST_DATA_PREFIX for make test
Stefan Metzmacher [Mon, 27 Dec 2010 11:29:07 +0000 (12:29 +0100)]
s4:ldb: setup TEST_DATA_PREFIX for make test

metze

13 years agos4:ldb:python/api: use filename() instead of hardcoded filenames
Stefan Metzmacher [Mon, 27 Dec 2010 13:07:50 +0000 (14:07 +0100)]
s4:ldb:python/api: use filename() instead of hardcoded filenames

metze

13 years agos4:ldb/tests: there's no need to copy samba4.png
Stefan Metzmacher [Mon, 27 Dec 2010 12:17:00 +0000 (13:17 +0100)]
s4:ldb/tests: there's no need to copy samba4.png

metze

13 years agotdb: setup TEST_DATA_PREFIX for make test
Stefan Metzmacher [Mon, 27 Dec 2010 11:20:47 +0000 (12:20 +0100)]
tdb: setup TEST_DATA_PREFIX for make test

metze

13 years agos4:selftest: specify the gentest_seeds.dat location
Stefan Metzmacher [Mon, 27 Dec 2010 13:16:19 +0000 (14:16 +0100)]
s4:selftest: specify the gentest_seeds.dat location

metze

13 years agos4:selftest: selftest.pl already sets TEST_DATA_PREFIX
Stefan Metzmacher [Mon, 27 Dec 2010 11:46:39 +0000 (12:46 +0100)]
s4:selftest: selftest.pl already sets TEST_DATA_PREFIX

metze

13 years agoselftest: setup $ENV{TEST_DATA_PREFIX}
Stefan Metzmacher [Mon, 27 Dec 2010 11:57:18 +0000 (12:57 +0100)]
selftest: setup $ENV{TEST_DATA_PREFIX}

metze

13 years agos3:selftest: mark samba3.posix_s3.smb2.lock (dc).rw-exclusive as known to fail
Stefan Metzmacher [Mon, 27 Dec 2010 10:18:44 +0000 (11:18 +0100)]
s3:selftest: mark samba3.posix_s3.smb2.lock (dc).rw-exclusive as known to fail

This sometimes fails like this:

[218/271 in 22m22s] samba3.posix_s3.smb2.lock (dc)
UNEXPECTED(failure): samba3.posix_s3.smb2.lock (dc).rw-exclusive
REASON: _StringException: _StringException: ../torture/smb2/lock.c:406: status was NT_STATUS_END_OF_FILE, expected NT_STATUS_OK: (../torture/smb2/lock.c:406)

command: LD_LIBRARY_PATH=/memdisk/tridge/flakey/b18675/source3/source3/bin/shared:/memdisk/tridge/flakey/b18675/source3/source3/bin: bin/smbtorture4 --configfile=$SMB_CONF_PATH --maximum-runtime=1200 --target=samba3 --basedir=/memdisk/tridge/flakey/b18675/source3/source3/st --option="torture:winbindd_netbios_name=$SERVER" --option="torture:winbindd_netbios_domain=$DOMAIN" --option=torture:localdir=/memdisk/tridge/flakey/b18675/source3/source3/st/dc/share --option=torture:sharedelay=100000 //$SERVER_IP/tmp -U$USERNAME%$PASSWORD smb2.lock 2>&1 | ../selftest/filter-subunit --prefix "samba3.posix_s3.smb2.lock (dc)."
expanded command: LD_LIBRARY_PATH=/memdisk/tridge/flakey/b18675/source3/source3/bin/shared:/memdisk/tridge/flakey/b18675/source3/source3/bin: bin/smbtorture4 --configfile=/memdisk/tridge/flakey/b18675/source3/source3/st/client/client.conf --maximum-runtime=1200 --target=samba3 --basedir=/memdisk/tridge/flakey/b18675/source3/source3/st --option="torture:winbindd_netbios_name=LOCALDC2" --option="torture:winbindd_netbios_domain=SAMBA-TEST" --option=torture:localdir=/memdisk/tridge/flakey/b18675/source3/source3/st/dc/share --option=torture:sharedelay=100000 //127.0.0.2/tmp -Utridge%localdc2pass smb2.lock 2>&1 | ../selftest/filter-subunit --prefix "samba3.posix_s3.smb2.lock (dc)."
ERROR: Testsuite[samba3.posix_s3.smb2.lock (dc)]
REASON: Exit code was 1

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Dec 27 12:08:51 CET 2010 on sn-devel-104

13 years agotevent: More documentation updates
Volker Lendecke [Sun, 26 Dec 2010 14:00:53 +0000 (15:00 +0100)]
tevent: More documentation updates

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Dec 26 15:49:59 CET 2010 on sn-devel-104

13 years agotevent: More doc fixes
Volker Lendecke [Sat, 25 Dec 2010 22:45:30 +0000 (23:45 +0100)]
tevent: More doc fixes

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Dec 26 10:20:51 CET 2010 on sn-devel-104

13 years agotevent: Some documentation fixes
Volker Lendecke [Sat, 25 Dec 2010 22:09:19 +0000 (23:09 +0100)]
tevent: Some documentation fixes

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Dec 25 23:58:20 CET 2010 on sn-devel-104

13 years agotevent: Fix a typo
Volker Lendecke [Sat, 25 Dec 2010 14:19:16 +0000 (15:19 +0100)]
tevent: Fix a typo

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Dec 25 22:56:18 CET 2010 on sn-devel-104

13 years agotdb:tdbtorture: use TEST_DATA_PREFIX for files
Stefan Metzmacher [Fri, 24 Dec 2010 10:54:51 +0000 (11:54 +0100)]
tdb:tdbtorture: use TEST_DATA_PREFIX for files

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Dec 24 18:17:53 CET 2010 on sn-devel-104

13 years agotdb:tdbtest: use TEST_DATA_PREFIX for files
Stefan Metzmacher [Fri, 24 Dec 2010 10:54:03 +0000 (11:54 +0100)]
tdb:tdbtest: use TEST_DATA_PREFIX for files

metze

13 years agotestprogs:test_kinit: create tmp files under $PREFIX
Stefan Metzmacher [Fri, 24 Dec 2010 10:41:10 +0000 (11:41 +0100)]
testprogs:test_kinit: create tmp files under $PREFIX

metze