ira/wip.git
12 years agos3-configure: Add CFLAGS_APPEND variable
Volker Lendecke [Sat, 25 Feb 2012 22:42:52 +0000 (23:42 +0100)]
s3-configure: Add CFLAGS_APPEND variable

This makes it possible to add some CFLAGS to the end of the CFLAGS list. I use
it for adding -Wno-unused-value when compiling with clang.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sun Feb 26 01:21:49 CET 2012 on sn-devel-104

12 years agos3: Use the correct enum values
Volker Lendecke [Sat, 25 Feb 2012 20:27:28 +0000 (21:27 +0100)]
s3: Use the correct enum values

wbcIdType and id_type have the same values, but different names

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Feb 25 23:46:36 CET 2012 on sn-devel-104

12 years agonsswitch: Remove a pointless if-clause
Volker Lendecke [Sat, 25 Feb 2012 20:20:21 +0000 (21:20 +0100)]
nsswitch: Remove a pointless if-clause

gr->num_gr_mem is a uint32, so it can never be < 0

12 years agolibcli: Remove a pointless check
Volker Lendecke [Sat, 25 Feb 2012 20:17:40 +0000 (21:17 +0100)]
libcli: Remove a pointless check

"n" is size_t, so it is always >=0.

12 years agoprovision: Start splitting out provision result reporting from actual provisioning.
Jelmer Vernooij [Sat, 25 Feb 2012 19:04:57 +0000 (20:04 +0100)]
provision: Start splitting out provision result reporting from actual provisioning.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Feb 25 22:13:10 CET 2012 on sn-devel-104

12 years agoprovision: Properly close ldb transactions.
Jelmer Vernooij [Sat, 25 Feb 2012 16:55:52 +0000 (17:55 +0100)]
provision: Properly close ldb transactions.

12 years ago'samba-tool gpo': Properly close transaction.
Jelmer Vernooij [Sat, 25 Feb 2012 16:50:14 +0000 (17:50 +0100)]
'samba-tool gpo': Properly close transaction.

12 years agontacl: There is no 'secrets database' configuration option.
Jelmer Vernooij [Sat, 25 Feb 2012 16:36:54 +0000 (17:36 +0100)]
ntacl: There is no 'secrets database' configuration option.

12 years agoFactor out sanitize_server_role.
Jelmer Vernooij [Sat, 25 Feb 2012 16:35:41 +0000 (17:35 +0100)]
Factor out sanitize_server_role.

12 years agoPartially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4
Jelmer Vernooij [Sat, 25 Feb 2012 14:56:25 +0000 (15:56 +0100)]
Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4

It's fine to catch keyboard interrupts and other kinds of errors when it's done just for resource management, where the error is reraised later.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Feb 25 17:29:34 CET 2012 on sn-devel-104

12 years agoprovision: Remove unused imports.
Jelmer Vernooij [Sat, 25 Feb 2012 14:15:51 +0000 (15:15 +0100)]
provision: Remove unused imports.

12 years agos3: Fix a typo
Volker Lendecke [Sat, 25 Feb 2012 08:40:16 +0000 (09:40 +0100)]
s3: Fix a typo

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104

12 years agos3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly
Brad Smith [Sat, 25 Feb 2012 08:28:43 +0000 (09:28 +0100)]
s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly

12 years agos3-auth rename vuid_serverinfo to session_info
Andrew Bartlett [Sat, 14 Jan 2012 23:49:07 +0000 (10:49 +1100)]
s3-auth rename vuid_serverinfo to session_info

This matches the name used elsewhere in the code.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sat Feb 25 05:24:19 CET 2012 on sn-devel-104

12 years agos4-lib: Remove unused samdb_msg_set_value()
Ricky Nance [Fri, 10 Feb 2012 06:43:40 +0000 (00:43 -0600)]
s4-lib: Remove unused samdb_msg_set_value()

Found by callcatcher.

Ricky Nance

12 years agos4-lib: Remove unused samdb_msg_set_string()
Ricky Nance [Fri, 10 Feb 2012 06:41:44 +0000 (00:41 -0600)]
s4-lib: Remove unused samdb_msg_set_string()

Found by callcatcher.

Ricky Nance

12 years agos4-lib: Remove unused samdb_msg_set_int()
Ricky Nance [Fri, 10 Feb 2012 06:36:55 +0000 (00:36 -0600)]
s4-lib: Remove unused samdb_msg_set_int()

Found by callcatcher

Ricky Nance

12 years agoMove dptr code over to TALLOC.
Jeremy Allison [Sat, 25 Feb 2012 01:16:08 +0000 (17:16 -0800)]
Move dptr code over to TALLOC.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Feb 25 03:50:24 CET 2012 on sn-devel-104

12 years agoMake dptr_path() and dptr_wcard() const.
Jeremy Allison [Sat, 25 Feb 2012 01:12:52 +0000 (17:12 -0800)]
Make dptr_path() and dptr_wcard() const.

12 years agoFix const warnings.
Jeremy Allison [Thu, 23 Feb 2012 22:49:02 +0000 (14:49 -0800)]
Fix const warnings.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Feb 24 23:10:56 CET 2012 on sn-devel-104

12 years agoRemove unused function.
Jeremy Allison [Thu, 23 Feb 2012 22:46:45 +0000 (14:46 -0800)]
Remove unused function.

12 years agos3: Simplify smb_splice_chain
Volker Lendecke [Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)]
s3: Simplify smb_splice_chain

No code change, just remove a {} block left over as the else branch
from the previous commit

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Fri Feb 24 18:07:48 CET 2012 on sn-devel-104

12 years agos3: Simplify smb_splice_chain
Volker Lendecke [Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)]
s3: Simplify smb_splice_chain

first_request won't be true anymore, we always splice fully existing
records in smbd

12 years agos3: Simplify smb_splice_chain
Volker Lendecke [Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)]
s3: Simplify smb_splice_chain

With the last commit, bytes_padding is not set anymore

12 years agos3: Simplify smb_splice_chain
Volker Lendecke [Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)]
s3: Simplify smb_splice_chain

bytes_alignment used to be used in libsmb, which uses different code
now

12 years agos3: Simplify smb_splice_chain
Volker Lendecke [Fri, 24 Feb 2012 15:16:23 +0000 (16:16 +0100)]
s3: Simplify smb_splice_chain

We use it in smbd/process.c only now. This only splices in finished
buffers, both callers used the same arguments. Pull that into the
routine itself.

12 years agos3: Turn some SMB_ASSERTS into proper return
Volker Lendecke [Fri, 24 Feb 2012 15:02:02 +0000 (16:02 +0100)]
s3: Turn some SMB_ASSERTS into proper return

We deal with the error properly further up

12 years agos3: Fix a DEBUG msg
Volker Lendecke [Fri, 24 Feb 2012 14:45:37 +0000 (15:45 +0100)]
s3: Fix a DEBUG msg

12 years agoupgradedns: Rename to less generic name samba_upgradedns.
Jelmer Vernooij [Fri, 24 Feb 2012 12:31:47 +0000 (13:31 +0100)]
upgradedns: Rename to less generic name samba_upgradedns.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Fri Feb 24 15:07:27 CET 2012 on sn-devel-104

12 years agoon our way with Samba 4.0alpha19
Andrew Bartlett [Fri, 24 Feb 2012 04:24:00 +0000 (15:24 +1100)]
on our way with Samba 4.0alpha19

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Feb 24 07:20:10 CET 2012 on sn-devel-104

12 years agoprepare WHATSNEW for Samba 4.0alpha18 release and mark as release. samba-4.0.0alpha18
Andrew Bartlett [Thu, 16 Feb 2012 05:45:10 +0000 (16:45 +1100)]
prepare WHATSNEW for Samba 4.0alpha18 release and mark as release.

12 years agos3-libsmb: Remove unused spnego_parse_auth_and_mic
Andrew Bartlett [Fri, 24 Feb 2012 01:36:23 +0000 (12:36 +1100)]
s3-libsmb: Remove unused spnego_parse_auth_and_mic

12 years agos3-selftest: Verify GK and GF flag behaviour
Andrew Bartlett [Fri, 24 Feb 2012 01:19:27 +0000 (12:19 +1100)]
s3-selftest: Verify GK and GF flag behaviour

At least this ensures that the helper has not crashed, it will require
a little more to ensure that the values are correct.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Feb 24 03:53:38 CET 2012 on sn-devel-104

12 years agos3-selftest: run ntlm_auth against winbindd in make test
Andrew Bartlett [Fri, 24 Feb 2012 01:12:48 +0000 (12:12 +1100)]
s3-selftest: run ntlm_auth against winbindd in make test

12 years agoauth: Remove plugable password-check functions from gensec_ntlmssp
Andrew Bartlett [Tue, 7 Feb 2012 06:47:42 +0000 (17:47 +1100)]
auth: Remove plugable password-check functions from gensec_ntlmssp

The auth4_context layer now provides the plugability here.

Andrew Bartlett

12 years agoauth: consolidate gensec_ntlmssp_server wrapper functions
Andrew Bartlett [Tue, 7 Feb 2012 06:12:19 +0000 (17:12 +1100)]
auth: consolidate gensec_ntlmssp_server wrapper functions

12 years agos3-libsmb: Remove unused ntlmssp_server_start()
Andrew Bartlett [Tue, 7 Feb 2012 06:07:52 +0000 (17:07 +1100)]
s3-libsmb: Remove unused ntlmssp_server_start()

12 years agos3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side
Andrew Bartlett [Tue, 7 Feb 2012 06:02:14 +0000 (17:02 +1100)]
s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side

This uses the common gensec_ntlmssp server code for ntlm_auth, removing
the last non-gensec use of the NTLMSSP server.

Andrew Bartlett

12 years agos3-auth: Provide helper routine to check password and return session_info
Andrew Bartlett [Fri, 3 Feb 2012 12:32:26 +0000 (23:32 +1100)]
s3-auth: Provide helper routine to check password and return session_info

12 years agoauth: Rename some elements of auth4_context
Andrew Bartlett [Fri, 3 Feb 2012 05:33:44 +0000 (16:33 +1100)]
auth: Rename some elements of auth4_context

These operate on NTLM authentication, so make that clear.

Andrew Bartlett

12 years agos3-auth: Add a way to get an auth4_context from the auth stack
Andrew Bartlett [Fri, 3 Feb 2012 05:14:42 +0000 (16:14 +1100)]
s3-auth: Add a way to get an auth4_context from the auth stack

This will allow us to use the same layer that auth_ntlmssp does
in the non-SPNEGO session setup, which will in turn make the
authentication code more consistent in the AD server case.

Andrew Bartlett

12 years agowaf: Make sure libraries are installed with the execute flag set.
Andreas Schneider [Thu, 23 Feb 2012 10:05:09 +0000 (11:05 +0100)]
waf: Make sure libraries are installed with the execute flag set.

There are two reasons for that. The first is that libraries are
executables and can have main functions (see libc). The second reason is
that rpm script to extract debuginfo are looking for executables and
then check if it is the right file to extract the info.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Feb 23 20:57:11 CET 2012 on sn-devel-104

12 years agos4-heimdal: Remove the execute flag of cfx.c.
Andreas Schneider [Thu, 23 Feb 2012 08:24:02 +0000 (09:24 +0100)]
s4-heimdal: Remove the execute flag of cfx.c.

The scripts which are extracting debuginfo are looking for files with
the executable bit and find cfx.c which isn't a executable.

12 years agos3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
Matthias Dieter Wallnöfer [Thu, 23 Feb 2012 10:41:11 +0000 (11:41 +0100)]
s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h

https://bugzilla.samba.org/show_bug.cgi?id=8709

Reviewed-by: Jelmer
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Thu Feb 23 19:17:25 CET 2012 on sn-devel-104

12 years agodcerpc_server: Add 'modulesdir' variable to pkg-config file.
Jelmer Vernooij [Thu, 23 Feb 2012 13:51:00 +0000 (14:51 +0100)]
dcerpc_server: Add 'modulesdir' variable to pkg-config file.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Feb 23 16:26:25 CET 2012 on sn-devel-104

12 years agos3: smb_request->vwv can be const
Volker Lendecke [Thu, 23 Feb 2012 09:50:46 +0000 (10:50 +0100)]
s3: smb_request->vwv can be const

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Thu Feb 23 12:37:23 CET 2012 on sn-devel-104

12 years agoselftest: Do not skip environments that fail to start up
Andrew Bartlett [Thu, 23 Feb 2012 05:34:47 +0000 (16:34 +1100)]
selftest: Do not skip environments that fail to start up

This is a regression in 70f4a96c68e91e407651e2487cc3c66a80262fa2.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Feb 23 10:55:20 CET 2012 on sn-devel-104

12 years agos4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209
Andrew Bartlett [Thu, 23 Feb 2012 05:36:33 +0000 (16:36 +1100)]
s4-provision: Fix typo in 9b9fdeefb47f2657c9bb4c2f48318550da510209

This was not found to to a bug in the selftest system.

Andrew Bartlett

12 years agos3-libads: Remove unused ads_set_machine_password()
Andrew Bartlett [Thu, 9 Feb 2012 04:59:38 +0000 (15:59 +1100)]
s3-libads: Remove unused ads_set_machine_password()

Found by callcatcher.

Andrew Bartlett

12 years agos3-libads: Remove unused ads_pull_sids_from_extendeddn()
Andrew Bartlett [Thu, 9 Feb 2012 05:04:30 +0000 (16:04 +1100)]
s3-libads: Remove unused ads_pull_sids_from_extendeddn()

Found by callcatcher.

Andrew Bartlett

12 years agos3-utils: Remove unused connect_to_ipc_krb5()
Andrew Bartlett [Thu, 9 Feb 2012 05:07:06 +0000 (16:07 +1100)]
s3-utils: Remove unused connect_to_ipc_krb5()

Found by callcatcher.

Andrew Bartlett

12 years agowintest: Change to a new Win2008R2 VM
Andrew Bartlett [Tue, 21 Feb 2012 00:55:50 +0000 (11:55 +1100)]
wintest: Change to a new Win2008R2 VM

12 years agos3-libsmb: Remove unused spnego functions
Andrew Bartlett [Mon, 20 Feb 2012 06:03:25 +0000 (17:03 +1100)]
s3-libsmb: Remove unused spnego functions

12 years agos3-rpc_server Remove unused function auth_generic_server_start()
Andrew Bartlett [Mon, 20 Feb 2012 05:42:20 +0000 (16:42 +1100)]
s3-rpc_server Remove unused function auth_generic_server_start()

12 years agos4:smbcli:smb2: add a random GUID to the transport connection in smb2_transport_init()
Michael Adam [Wed, 22 Feb 2012 14:29:26 +0000 (15:29 +0100)]
s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transport_init()

This GUID is used in the smb2 negprot when max protocol is bigger than 0x0202.
According to section 2.2.3 of the MS-SMB2 document, the Client GUID filed in the
SMB2 negotiate request must be filled with a (non-zero) GUID if there are other
dialects than 0x0202 in the dialects field.

http://msdn.microsoft.com/en-us/library/cc246543%28v=prot.13%29.aspx

Apart from corresponding to the docs, this change makes some of our durable-open
tests (e.g reopen2 and open-oplock) _not_ hang when running against windows 8
preview (which might be still buggy).

Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Feb 23 03:23:57 CET 2012 on sn-devel-104

12 years agos3:wscript_build - fix TDB dependency for source3/lib/util.c
Matthias Dieter Wallnöfer [Mon, 20 Feb 2012 09:27:45 +0000 (10:27 +0100)]
s3:wscript_build - fix TDB dependency for source3/lib/util.c

https://bugzilla.samba.org/show_bug.cgi?id=8708

Signed-off-by: Andrew Tridgell <tridge@samba.org>
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104

12 years agoexamples/testsmbc.c - substitute deprecated function "bzero" with "memset"
Matthias Dieter Wallnöfer [Mon, 20 Feb 2012 08:27:13 +0000 (09:27 +0100)]
examples/testsmbc.c - substitute deprecated function "bzero" with "memset"

Here we do not make any use of libreplace and hence it would be overkill
to include the right headers for Solaris.

This fixes bug: https://bugzilla.samba.org/show_bug.cgi?id=8767

Signed-off-by: Andrew Tridgell <tridge@samba.org>
12 years agoexamples/testsmbc.c - quiet implicit cast warnings on OpenSolaris
Matthias Dieter Wallnöfer [Mon, 20 Feb 2012 08:23:30 +0000 (09:23 +0100)]
examples/testsmbc.c - quiet implicit cast warnings on OpenSolaris

https://bugzilla.samba.org/show_bug.cgi?id=8767

Signed-off-by: Andrew Tridgell <tridge@samba.org>
12 years agoexamples/testsmbc.c - remove unused function "print_list_fn"
Matthias Dieter Wallnöfer [Mon, 20 Feb 2012 08:18:42 +0000 (09:18 +0100)]
examples/testsmbc.c - remove unused function "print_list_fn"

It does not get referenced from anywhere.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
12 years agoexamples/testsmbc.c - remove unused variables
Matthias Dieter Wallnöfer [Mon, 20 Feb 2012 08:37:39 +0000 (09:37 +0100)]
examples/testsmbc.c - remove unused variables

Signed-off-by: Andrew Tridgell <tridge@samba.org>
12 years agos3-vfstest: Return an error code if cmd failed
Volker Lendecke [Wed, 22 Feb 2012 16:57:08 +0000 (17:57 +0100)]
s3-vfstest: Return an error code if cmd failed

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Feb 22 23:56:18 CET 2012 on sn-devel-104

12 years agoHonor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but has no...
Richard Sharpe [Wed, 22 Feb 2012 14:25:54 +0000 (06:25 -0800)]
Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but has no permission for that, but token has SeTakeOwnershipPrivilege

Autobuild-User: Richard Sharpe <sharpe@samba.org>
Autobuild-Date: Wed Feb 22 19:19:32 CET 2012 on sn-devel-104

12 years agos3-vfstest: Fake smb_requests
Volker Lendecke [Mon, 20 Feb 2012 15:28:14 +0000 (16:28 +0100)]
s3-vfstest: Fake smb_requests

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Feb 22 17:32:28 CET 2012 on sn-devel-104

12 years agos3-vfstest: Initialize some more
Volker Lendecke [Mon, 20 Feb 2012 15:27:07 +0000 (16:27 +0100)]
s3-vfstest: Initialize some more

12 years agos3: Add an error msg when a share mode entry is discarded
Volker Lendecke [Mon, 20 Feb 2012 15:00:50 +0000 (16:00 +0100)]
s3: Add an error msg when a share mode entry is discarded

12 years agos4:torture:smb2: add a durable-open.open-oplock test
Michael Adam [Tue, 21 Feb 2012 17:09:14 +0000 (18:09 +0100)]
s4:torture:smb2: add a durable-open.open-oplock test

this is a variant of the open-lease test that does the initial
durable open with a batch oplock instead of a RH lease.

This is e.g. useful do analyse a (mis?) behaviour with current
windows 8 preview versions, compared to w2k8r2

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue Feb 21 19:51:21 CET 2012 on sn-devel-104

12 years agos4:torture:smb2: extend and prettify comment for durable-open.open-lease test
Michael Adam [Tue, 21 Feb 2012 17:03:27 +0000 (18:03 +0100)]
s4:torture:smb2: extend and prettify comment for durable-open.open-lease test

12 years agos4:torture:smb2:durable-open: rename the open test to open-lease
Michael Adam [Tue, 21 Feb 2012 17:01:57 +0000 (18:01 +0100)]
s4:torture:smb2:durable-open: rename the open test to open-lease

12 years agos4:torture:smb2: move some initialization and call to smb2_create together in durable...
Michael Adam [Tue, 21 Feb 2012 17:00:30 +0000 (18:00 +0100)]
s4:torture:smb2: move some initialization and call to smb2_create together in durable-open.open test

12 years agos4:torture:smb2: fix a typo in the durable-open.open test file name
Michael Adam [Tue, 21 Feb 2012 13:48:03 +0000 (14:48 +0100)]
s4:torture:smb2: fix a typo in the durable-open.open test file name

12 years agos3: Fix smbd -i
Volker Lendecke [Tue, 21 Feb 2012 14:39:45 +0000 (15:39 +0100)]
s3: Fix smbd -i

We end up in a nested event loop without this.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Tue Feb 21 17:24:28 CET 2012 on sn-devel-104

12 years agos3: Fix typos
Volker Lendecke [Tue, 21 Feb 2012 12:25:34 +0000 (13:25 +0100)]
s3: Fix typos

12 years agoupgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNS
Amitay Isaacs [Tue, 31 Jan 2012 04:37:12 +0000 (15:37 +1100)]
upgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNS

This script can be used to convert provision from BIND9_FLATFILE to
BIND9_DLZ or SAMBA_INTERNAL dns backends. In addition, the script
migrates the DNS data in zone file (if available).

Autobuild-User: Amitay Isaacs <amitay@samba.org>
Autobuild-Date: Tue Feb 21 14:50:10 CET 2012 on sn-devel-104

12 years agos4-provision: dns: Add txt DNS record
Amitay Isaacs [Thu, 2 Feb 2012 02:31:53 +0000 (13:31 +1100)]
s4-provision: dns: Add txt DNS record

12 years agos4-provision: dns: Do not re-calculate ntdsguid, use from names
Amitay Isaacs [Thu, 2 Feb 2012 05:08:26 +0000 (16:08 +1100)]
s4-provision: dns: Do not re-calculate ntdsguid, use from names

12 years agos4-provision: dns: Refactor population of dns data code
Amitay Isaacs [Tue, 31 Jan 2012 04:33:54 +0000 (15:33 +1100)]
s4-provision: dns: Refactor population of dns data code

Code is split in 4 functions
 - create_dns_legacy
 - fill_dns_data_legacy
 - create_dns_partitions
 - fill_dns_data_partitions

This is useful to upgrade dns provision from file based DNS backend
to AD based DNS backend.

12 years agodlz_bind9: Fix the log message level
Amitay Isaacs [Wed, 1 Feb 2012 22:27:28 +0000 (09:27 +1100)]
dlz_bind9: Fix the log message level

12 years agosamba-tool: dns: Update the copyright
Amitay Isaacs [Wed, 15 Feb 2012 23:17:25 +0000 (10:17 +1100)]
samba-tool: dns: Update the copyright

Autobuild-User: Amitay Isaacs <amitay@samba.org>
Autobuild-Date: Tue Feb 21 09:55:07 CET 2012 on sn-devel-104

12 years agosamba-tool: dns: Fix the output display of DNS records
Amitay Isaacs [Wed, 15 Feb 2012 09:56:38 +0000 (20:56 +1100)]
samba-tool: dns: Fix the output display of DNS records

12 years agosamba-tool: dns: Add extra references for string objects as workaround
Amitay Isaacs [Wed, 15 Feb 2012 09:45:48 +0000 (20:45 +1100)]
samba-tool: dns: Add extra references for string objects as workaround

This is a workaround for bug in pidl generated python bindings, where
C object hold a pointer to python string without increasing reference
count in python. So when the python string goes out of scope, the
C pointer loses the value.

12 years agosamba-tool: dns: Add support to add/update/delete MX and SRV records
Amitay Isaacs [Tue, 14 Feb 2012 02:41:45 +0000 (13:41 +1100)]
samba-tool: dns: Add support to add/update/delete MX and SRV records

12 years agosamba-tool: dns: Convert dns data into a dns record for comparison
Amitay Isaacs [Tue, 14 Feb 2012 02:32:57 +0000 (13:32 +1100)]
samba-tool: dns: Convert dns data into a dns record for comparison

and compare two dns records directly. Refactor dns name comparision
as dns_name_equal().

12 years agosamba-tool: dns: Convert dns data in a string to DNS record
Amitay Isaacs [Tue, 14 Feb 2012 02:19:36 +0000 (13:19 +1100)]
samba-tool: dns: Convert dns data in a string to DNS record

12 years agosamba-tool: dns: Add MXRecord type to add/update mx records
Amitay Isaacs [Tue, 14 Feb 2012 02:00:35 +0000 (13:00 +1100)]
samba-tool: dns: Add MXRecord type to add/update mx records

12 years agodlz_bind9: Do not remove LDB record in subrdataset and delrdataset
Amitay Isaacs [Wed, 8 Feb 2012 23:17:02 +0000 (10:17 +1100)]
dlz_bind9: Do not remove LDB record in subrdataset and delrdataset

This fixes the problem of large number of deleted records in DNS
partitions due to frequent dynamic dns updates from windows
clients. The typical pattern for dynamic update get converted
into subrdataset() followed by addrdataset().  If there are no
dnsRecord attributes left as a result of sub/delrdataset(),
leave the LDB entry for dns name as is. The subsequent
addrdataset() would add the dnsRecord attribute without
re-creating the same entry.

12 years agolib/tdb2: 2.0.0 ABI
Amitay Isaacs [Tue, 21 Feb 2012 04:59:52 +0000 (15:29 +1030)]
lib/tdb2: 2.0.0 ABI

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Tue Feb 21 07:43:55 CET 2012 on sn-devel-104

12 years agolib/tdb2: Convert tdb2 to a standalone library
Amitay Isaacs [Tue, 21 Feb 2012 04:59:52 +0000 (15:29 +1030)]
lib/tdb2: Convert tdb2 to a standalone library

Adds a Makefile, configure script, and tdb2.pc.in.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agolib/tdb2: Fix wscript
Amitay Isaacs [Tue, 21 Feb 2012 04:59:30 +0000 (15:29 +1030)]
lib/tdb2: Fix wscript

Particularly fix the upcoming standalone build.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agolib/tdb2: Mark public function as such
Amitay Isaacs [Tue, 21 Feb 2012 04:59:22 +0000 (15:29 +1030)]
lib/tdb2: Mark public function as such

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agolib/tdb2: Do not include config.h in (to-be) public library, use replace.
Amitay Isaacs [Tue, 21 Feb 2012 04:59:17 +0000 (15:29 +1030)]
lib/tdb2: Do not include config.h in (to-be) public library, use replace.

Like tdb1, it's the caller's responsibility to set up various config
options (eg. by #include "config.h") before including the public
header.

We use HAVE_CCAN for including the (private) CCAN headers, otherwise
dummy macros are used.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agolib/tdb2: tools should use config.h, and replace where available.
Rusty Russell [Tue, 21 Feb 2012 04:59:12 +0000 (15:29 +1030)]
lib/tdb2: tools should use config.h, and replace where available.

The tdb2 tools should #include "config.h" before tdb2.h (about to
become a requirement) and use libreplace where available.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agolib/ccan: define HAVE_CCAN.
Rusty Russell [Tue, 21 Feb 2012 04:59:06 +0000 (15:29 +1030)]
lib/ccan: define HAVE_CCAN.

This allows public headers to use CCAN if available, and dummy macros
if not (eg. tdb2).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
12 years agos3: Fix bug 8567 -- segfault in dom_sid_compare
Volker Lendecke [Sun, 19 Feb 2012 11:49:55 +0000 (12:49 +0100)]
s3: Fix bug 8567 -- segfault in dom_sid_compare

The underlying problem was that with ldapsam:trusted we require the
a group mapping for the primary group of every user, including root.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Mon Feb 20 22:36:23 CET 2012 on sn-devel-104

12 years agos4:torture:smb2: invalidate the handle after the connection has been killed
Michael Adam [Mon, 20 Feb 2012 15:25:42 +0000 (16:25 +0100)]
s4:torture:smb2: invalidate the handle after the connection has been killed

Not to run into using the old handle with a new tree connect in the error case.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 20 18:34:48 CET 2012 on sn-devel-104

12 years agos4:torture: improve comment for the smb2.durable-open.reopen1 test
Michael Adam [Sat, 18 Feb 2012 23:10:37 +0000 (00:10 +0100)]
s4:torture: improve comment for the smb2.durable-open.reopen1 test

12 years agos3-vfstest: Remove an unused variable
Volker Lendecke [Mon, 20 Feb 2012 14:24:17 +0000 (15:24 +0100)]
s3-vfstest: Remove an unused variable

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Mon Feb 20 17:01:11 CET 2012 on sn-devel-104

12 years agopopt: Check for popt manually as well, not just using pkg-config.
Jelmer Vernooij [Mon, 20 Feb 2012 12:40:52 +0000 (13:40 +0100)]
popt: Check for popt manually as well, not just using pkg-config.

Older systems don't provide a pkg-config file for popt.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 20 15:13:32 CET 2012 on sn-devel-104

12 years agonsstest: Allocate the correct sized buffer for initgroups
Andrew Bartlett [Mon, 20 Feb 2012 02:46:29 +0000 (13:46 +1100)]
nsstest: Allocate the correct sized buffer for initgroups

Found by chance due to a re-order of the tests to start s3member
earlier and chasing down a malloc Abort into a valgrind error.  Only
happens when a user has more than 4 groups.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Feb 20 05:23:04 CET 2012 on sn-devel-104

12 years agoselftest: test member server tests in security=ads
Andrew Bartlett [Mon, 13 Feb 2012 01:16:07 +0000 (12:16 +1100)]
selftest: test member server tests in security=ads

By testing more things against s3member (which is security=ads against samba4)
we can improve our test coverage.

Andrew Bartlett

12 years agobuild: Add libbsd as a dep for LIBREPLACE_HOSTCC
Andrew Bartlett [Mon, 20 Feb 2012 00:26:15 +0000 (11:26 +1100)]
build: Add libbsd as a dep for LIBREPLACE_HOSTCC

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Feb 20 02:58:20 CET 2012 on sn-devel-104