kamenim/samba.git
13 years agos4-libnet_vampire: Ignore some attributes when building working schema cache master-push
Kamen Mazdrashki [Tue, 1 Mar 2011 00:32:19 +0000 (02:32 +0200)]
s4-libnet_vampire: Ignore some attributes when building working schema cache

Working schema cache will be used to convert replicated Schema objects
again later, i.e. used as reference, so we don't need to resolve all
attribute OIDs for working Schema cache to be usable.

13 years agos4-repl/working_schema: Ignore some attributes when bulding working schema cache
Kamen Mazdrashki [Tue, 1 Mar 2011 00:30:12 +0000 (02:30 +0200)]
s4-repl/working_schema: Ignore some attributes when bulding working schema cache

We don't need all object attributes resolved and converted for a working
schema to be functional.

13 years agos4-replicated_objects: Implement a mechanism to relax some attributes conversion
Kamen Mazdrashki [Tue, 1 Mar 2011 00:25:24 +0000 (02:25 +0200)]
s4-replicated_objects: Implement a mechanism to relax some attributes conversion

during replicated object convert stage.
The problem is that we may have loops in schema graph and we can't
resolve those loops in just one pass. Ignoring some attributes
conversion will allow us to have a functional schema cache that we
can use later to resolve all attribute OIDs on another pass

13 years agoFix some types
Jelmer Vernooij [Mon, 28 Feb 2011 21:04:29 +0000 (22:04 +0100)]
Fix some types

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104

13 years agoFix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngroups...
Jeremy Allison [Mon, 28 Feb 2011 20:38:18 +0000 (12:38 -0800)]
Fix one more warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from size_t to uint32_t.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104

13 years agoFix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from size_t...
Jeremy Allison [Mon, 28 Feb 2011 20:31:53 +0000 (12:31 -0800)]
Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from size_t to uint32_t.

13 years agoFix "cast from pointer to integer of different size" warnings on a 64-bit machine.
Jeremy Allison [Mon, 28 Feb 2011 20:25:40 +0000 (12:25 -0800)]
Fix "cast from pointer to integer of different size" warnings on a 64-bit machine.

13 years agontvfs: Add some missing dependencies on tevent/events.
Jelmer Vernooij [Mon, 28 Feb 2011 19:26:55 +0000 (20:26 +0100)]
ntvfs: Add some missing dependencies on tevent/events.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Feb 28 21:57:16 CET 2011 on sn-devel-104

13 years agotevent: Add lib/tevent as include directory.
Jelmer Vernooij [Mon, 28 Feb 2011 18:20:46 +0000 (19:20 +0100)]
tevent: Add lib/tevent as include directory.

13 years agosamba_abi: Generate vscript entries even for ABI versions that didn't introduce
Jelmer Vernooij [Mon, 28 Feb 2011 16:13:07 +0000 (17:13 +0100)]
samba_abi: Generate vscript entries even for ABI versions that didn't introduce
any new symbols.

The version entries also appear in the symbol table and removing them
(we always add an entry for the current version) breaks the ABI.

13 years agotdb: Use <tdb.h> to include tdb so system headers are found when building against...
Jelmer Vernooij [Sun, 27 Feb 2011 19:45:42 +0000 (20:45 +0100)]
tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb.

13 years agoUse <tdb.h> to include tdb, so the system include file gets used when building against
Jelmer Vernooij [Sun, 27 Feb 2011 17:45:53 +0000 (18:45 +0100)]
Use <tdb.h> to include tdb, so the system include file gets used when building against
system tdb.

13 years agotdr: Inline proto header to allow tdr.h to be used as it's a public header.
Jelmer Vernooij [Sun, 27 Feb 2011 17:42:00 +0000 (18:42 +0100)]
tdr: Inline proto header to allow tdr.h to be used as it's a public header.

13 years agoUse <tevent.h> so the system tevent gets included, if enabled.
Jelmer Vernooij [Sun, 27 Feb 2011 17:39:10 +0000 (18:39 +0100)]
Use <tevent.h> so the system tevent gets included, if enabled.

13 years agoFinish the range checking on all FD_SET calls for select().
Jeremy Allison [Mon, 28 Feb 2011 19:23:53 +0000 (11:23 -0800)]
Finish the range checking on all FD_SET calls for select().

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Feb 28 21:10:08 CET 2011 on sn-devel-104

13 years agos3-torture: fix the build of rpc_open_tcp.
Günther Deschner [Mon, 28 Feb 2011 19:18:33 +0000 (20:18 +0100)]
s3-torture: fix the build of rpc_open_tcp.

Guenther

13 years agos3-smbd: Pass tevent context to messaging functions.
Andreas Schneider [Mon, 28 Feb 2011 13:32:54 +0000 (14:32 +0100)]
s3-smbd: Pass tevent context to messaging functions.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Feb 28 19:00:08 CET 2011 on sn-devel-104

13 years agos3-rpc_client: Move client pipe functions to own header.
Andreas Schneider [Mon, 28 Feb 2011 09:19:44 +0000 (10:19 +0100)]
s3-rpc_client: Move client pipe functions to own header.

13 years agos3:test: fix smbclient test on older systems (usage of mktemp)
Michael Adam [Mon, 28 Feb 2011 16:06:01 +0000 (17:06 +0100)]
s3:test: fix smbclient test on older systems (usage of mktemp)

--tmpdir is not a valid option to mktemp on older systems

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 28 18:12:46 CET 2011 on sn-devel-104

13 years agos3:test: fix registry roundtrip test on older systems (usage of mktemp)
Michael Adam [Mon, 28 Feb 2011 16:06:01 +0000 (17:06 +0100)]
s3:test: fix registry roundtrip test on older systems (usage of mktemp)

--tmpdir is not a valid option to mktemp on older systems

13 years agonsswitch: Eliminate select from wb_common
Volker Lendecke [Fri, 18 Feb 2011 12:57:35 +0000 (13:57 +0100)]
nsswitch: Eliminate select from wb_common

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Feb 28 17:26:18 CET 2011 on sn-devel-104

13 years agoRemove sys_select[_intr]
Volker Lendecke [Fri, 18 Feb 2011 11:34:08 +0000 (12:34 +0100)]
Remove sys_select[_intr]

13 years agotevent: Add a poll backend
Volker Lendecke [Wed, 9 Feb 2011 14:28:10 +0000 (15:28 +0100)]
tevent: Add a poll backend

13 years agolibcli: Eliminate select from smb_readline_replacement
Volker Lendecke [Mon, 14 Feb 2011 11:14:12 +0000 (12:14 +0100)]
libcli: Eliminate select from smb_readline_replacement

13 years agos3: Eliminate select from libaddns
Volker Lendecke [Thu, 10 Feb 2011 10:01:54 +0000 (11:01 +0100)]
s3: Eliminate select from libaddns

13 years agos3: Eliminate sys_select from do_smb_resolve() -- untested
Volker Lendecke [Mon, 7 Feb 2011 16:19:03 +0000 (17:19 +0100)]
s3: Eliminate sys_select from do_smb_resolve() -- untested

13 years agos3: Eliminate sys_select from do_smb_browse() -- untested
Volker Lendecke [Mon, 7 Feb 2011 16:17:26 +0000 (17:17 +0100)]
s3: Eliminate sys_select from do_smb_browse() -- untested

13 years agos3: Eliminate sys_select_intr from smbfilter
Volker Lendecke [Wed, 9 Feb 2011 12:38:06 +0000 (13:38 +0100)]
s3: Eliminate sys_select_intr from smbfilter

13 years agos3: Remove unused receive_packet
Stefan Metzmacher [Fri, 18 Feb 2011 11:32:12 +0000 (12:32 +0100)]
s3: Remove unused receive_packet

13 years agos3: Eliminate sys_select_intr from read_fd_with_timeout
Volker Lendecke [Tue, 8 Feb 2011 16:57:12 +0000 (17:57 +0100)]
s3: Eliminate sys_select_intr from read_fd_with_timeout

13 years agos3: Eliminiate sys_select_intr from client.c
Volker Lendecke [Tue, 8 Feb 2011 16:56:10 +0000 (17:56 +0100)]
s3: Eliminiate sys_select_intr from client.c

13 years agos3: Add poll_intr_one_fd
Volker Lendecke [Tue, 8 Feb 2011 16:33:59 +0000 (17:33 +0100)]
s3: Add poll_intr_one_fd

13 years agos3: Add sys_poll_intr
Volker Lendecke [Tue, 8 Feb 2011 16:28:27 +0000 (17:28 +0100)]
s3: Add sys_poll_intr

13 years agos3: Eliminate sys_select from g_lock_lock
Volker Lendecke [Tue, 8 Feb 2011 10:59:04 +0000 (11:59 +0100)]
s3: Eliminate sys_select from g_lock_lock

13 years agos3: Eliminate sys_select from fd_is_readable
Volker Lendecke [Mon, 7 Feb 2011 16:02:44 +0000 (17:02 +0100)]
s3: Eliminate sys_select from fd_is_readable

13 years agos3: Eliminate select from packet_fd_read_sync
Volker Lendecke [Mon, 7 Feb 2011 15:59:38 +0000 (16:59 +0100)]
s3: Eliminate select from packet_fd_read_sync

13 years agos3: Add poll_one_fd()
Volker Lendecke [Mon, 7 Feb 2011 15:55:16 +0000 (16:55 +0100)]
s3: Add poll_one_fd()

13 years agos3: Remove select-based s3 event backend
Volker Lendecke [Mon, 7 Feb 2011 14:24:07 +0000 (15:24 +0100)]
s3: Remove select-based s3 event backend

13 years agos3: Use poll in nmbd
Volker Lendecke [Mon, 7 Feb 2011 14:20:39 +0000 (15:20 +0100)]
s3: Use poll in nmbd

13 years agos3: Use poll in winbind
Volker Lendecke [Thu, 3 Feb 2011 21:05:30 +0000 (22:05 +0100)]
s3: Use poll in winbind

13 years agos3: Use poll in smbd
Volker Lendecke [Thu, 3 Feb 2011 20:55:02 +0000 (21:55 +0100)]
s3: Use poll in smbd

13 years agos3: Use poll for the event loop
Volker Lendecke [Thu, 3 Feb 2011 15:34:07 +0000 (16:34 +0100)]
s3: Use poll for the event loop

13 years agos3: Add sys_poll
Volker Lendecke [Mon, 7 Feb 2011 15:29:13 +0000 (16:29 +0100)]
s3: Add sys_poll

13 years agolibreplace: poll based on select
Volker Lendecke [Wed, 9 Feb 2011 18:22:25 +0000 (19:22 +0100)]
libreplace: poll based on select

13 years agos3: Add timeval_to_msec
Volker Lendecke [Tue, 8 Feb 2011 11:55:02 +0000 (12:55 +0100)]
s3: Add timeval_to_msec

13 years agos3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct members...
Michael Adam [Mon, 28 Feb 2011 14:52:25 +0000 (15:52 +0100)]
s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct members - fix the build

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 28 16:39:15 CET 2011 on sn-devel-104

13 years agos3: fix the waf build after adding smbd/msg_idmap.c
Michael Adam [Mon, 28 Feb 2011 14:36:11 +0000 (15:36 +0100)]
s3: fix the waf build after adding smbd/msg_idmap.c

13 years agos3: Survive an idle child that was killed
Christian Ambach [Wed, 23 Feb 2011 10:10:15 +0000 (11:10 +0100)]
s3: Survive an idle child that was killed

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Feb 28 14:53:20 CET 2011 on sn-devel-104

13 years agos3: smbcontrol to notify smbd about idmap changes
Gregor Beck [Thu, 3 Feb 2011 15:30:29 +0000 (16:30 +0100)]
s3: smbcontrol to notify smbd about idmap changes

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104

13 years agos3: add functions to remove entries from idmap cache
Gregor Beck [Fri, 18 Feb 2011 13:47:03 +0000 (14:47 +0100)]
s3: add functions to remove entries from idmap cache

13 years agos3: add functions to remove entries from idmap memcache
Gregor Beck [Fri, 18 Feb 2011 13:45:14 +0000 (14:45 +0100)]
s3: add functions to remove entries from idmap memcache

13 years agos3: add functions to flush the idmap memcache
Gregor Beck [Fri, 18 Feb 2011 13:42:18 +0000 (14:42 +0100)]
s3: add functions to flush the idmap memcache

13 years agoWHATSNEW: document removed parameter "idmap alloc backend"
Michael Adam [Tue, 1 Feb 2011 10:59:25 +0000 (11:59 +0100)]
WHATSNEW: document removed parameter "idmap alloc backend"

13 years agoWHATSNEW: document new nfs quota backend for linux
Michael Adam [Tue, 1 Feb 2011 11:06:11 +0000 (12:06 +0100)]
WHATSNEW: document new nfs quota backend for linux

13 years agos3: Fix a typo
Volker Lendecke [Sat, 26 Feb 2011 13:01:08 +0000 (14:01 +0100)]
s3: Fix a typo

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

13 years agos3: Fix a comment
Volker Lendecke [Sat, 26 Feb 2011 12:41:43 +0000 (13:41 +0100)]
s3: Fix a comment

13 years agos3: Fix some nonempty blank lines
Volker Lendecke [Sat, 26 Feb 2011 11:36:19 +0000 (12:36 +0100)]
s3: Fix some nonempty blank lines

13 years agos3: Use strndup in parse_nss_param
Volker Lendecke [Sat, 26 Feb 2011 10:53:21 +0000 (11:53 +0100)]
s3: Use strndup in parse_nss_param

13 years agos3: properly find our standard nss_info backends
Volker Lendecke [Sun, 27 Feb 2011 18:09:28 +0000 (19:09 +0100)]
s3: properly find our standard nss_info backends

Right now, the nss_info backends are tied to the idmap backends (which is wrong
IMHO). In the domain child we don't load the idmap backend anymore, so we don't
have the nss info modules. This needs fixing properly.

13 years agos3: Fix a debug message
Volker Lendecke [Sun, 27 Feb 2011 15:11:36 +0000 (16:11 +0100)]
s3: Fix a debug message

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 27 16:59:19 CET 2011 on sn-devel-104

13 years agos3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke [Sun, 27 Feb 2011 08:57:18 +0000 (09:57 +0100)]
s3: Make is_zero_addr take a sockaddr_storage

All callers had to cast this anyway

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104

13 years agos4/dsdb-util: Use DS_NTDSDSA_OPT_IS_GC flag definition
Kamen Mazdrashki [Tue, 22 Feb 2011 15:06:15 +0000 (17:06 +0200)]
s4/dsdb-util: Use DS_NTDSDSA_OPT_IS_GC flag definition

Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Sun Feb 27 00:10:45 CET 2011 on sn-devel-104

13 years agos4/tests: Include 'replica_sync' test in S4 test suite
Kamen Mazdrashki [Tue, 22 Feb 2011 15:05:54 +0000 (17:05 +0200)]
s4/tests: Include 'replica_sync' test in S4 test suite

13 years agos4/drs-test: Remove unused imports
Kamen Mazdrashki [Tue, 22 Feb 2011 02:38:12 +0000 (04:38 +0200)]
s4/drs-test: Remove unused imports

13 years agos4/drs-test: remove netReplicateCmd test from 'deleted object' test case
Kamen Mazdrashki [Tue, 22 Feb 2011 02:16:55 +0000 (04:16 +0200)]
s4/drs-test: remove netReplicateCmd test from 'deleted object' test case

DCs synchronization is moved to the test case setUp method
as there is no guarantee for the order of execution of tests
in a test case - thus netReplicateCmd may be executed after
ReplicateDeleteOjbect test

13 years agos4/drs-tests: Disable replication during 'deleted object' test
Kamen Mazdrashki [Tue, 22 Feb 2011 01:40:07 +0000 (03:40 +0200)]
s4/drs-tests: Disable replication during 'deleted object' test

This allows us to remove the patch that prevents the test failure.

Also pass 'forced' flag to samba-tool drs replicate command, otherwise
DsReplicaSync will fail with 'replication not permitted' error

13 years agos4/drs-tests: Move enable/disable replication methods to DrsBase class so we can...
Kamen Mazdrashki [Mon, 21 Feb 2011 15:49:54 +0000 (17:49 +0200)]
s4/drs-tests: Move enable/disable replication methods to DrsBase class so we can re-use them

13 years agos4-drepl: Schedule event to trigger replication rather than calling run_pending_ops...
Kamen Mazdrashki [Sat, 26 Feb 2011 21:13:49 +0000 (23:13 +0200)]
s4-drepl: Schedule event to trigger replication rather than calling run_pending_ops directly

Executing dreplsrv_run_pending_ops() directly may cause a segfault
as in case of failure, the _drepl_replica_sync_done_cb() callback
gets called *before* drepl_replica_sync() returns. In such case,
irpc message gets freed twice - once when irpc_send_reply() gets called
and once when drepl_replica_sync() returns

13 years agos4-drepl: Fix replica sync callback to really store last error rather than last success
Kamen Mazdrashki [Sat, 26 Feb 2011 21:01:20 +0000 (23:01 +0200)]
s4-drepl: Fix replica sync callback to really store last error rather than last success

13 years agos4-drepl: Refactor dreplsrv_run_pull_ops() to
Kamen Mazdrashki [Sat, 26 Feb 2011 19:00:46 +0000 (21:00 +0200)]
s4-drepl: Refactor dreplsrv_run_pull_ops() to

1. Take into account DSA options - we should not send replication
   requests in case OUTBOUND_REPLICATION is disabled
2. Use replication flags for the operation to determine if
   a forced replication is requested
3. In case outbound replication is disabled and we don't have
   DRSUAPI_DRS_SYNC_FORCED flag set, then we should record
   WERR_DS_DRA_SINK_DISABLED error as a last replication result

13 years agos4-drepl: Pass replication options from DsReplicaSync call
Kamen Mazdrashki [Sat, 26 Feb 2011 18:36:19 +0000 (20:36 +0200)]
s4-drepl: Pass replication options from DsReplicaSync call

13 years agos3: Improve a dbg msg in aio_fork
Volker Lendecke [Wed, 23 Feb 2011 10:09:32 +0000 (11:09 +0100)]
s3: Improve a dbg msg in aio_fork

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Feb 26 17:42:37 CET 2011 on sn-devel-104

13 years agonss_wrapper: Fix a segfault when libnss_winbind.so is not loadable
Volker Lendecke [Wed, 23 Feb 2011 22:20:27 +0000 (23:20 +0100)]
nss_wrapper: Fix a segfault when libnss_winbind.so is not loadable

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Feb 26 13:19:01 CET 2011 on sn-devel-104

13 years agonss_wrapper: Make nwrap_module_init a bit more readable
Volker Lendecke [Wed, 23 Feb 2011 22:17:58 +0000 (23:17 +0100)]
nss_wrapper: Make nwrap_module_init a bit more readable

13 years agos3: Fix pdb_ads_enum_group_memberships args
Volker Lendecke [Sat, 26 Feb 2011 09:52:23 +0000 (10:52 +0100)]
s3: Fix pdb_ads_enum_group_memberships args

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Feb 26 11:37:10 CET 2011 on sn-devel-104

13 years agodirfd doesn't exist in some platforms.
Jeremy Allison [Sat, 26 Feb 2011 01:25:36 +0000 (17:25 -0800)]
dirfd doesn't exist in some platforms.

Hack that should get the buildfarm back to green.
Ensure dirfd() needs to be defined before we properly return fdopendir.
This will do until we get a proper dirfd() defined in libreplace.

From http://www.gnu.org/software/hello/manual/gnulib/dirfd.html

This function is missing on some platforms: AIX 7.1, HP-UX 11, OSF/1 5.1, Solaris 10, mingw.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Feb 26 04:19:55 CET 2011 on sn-devel-104

13 years agoRemoved unused code check_dos_char_slowly.
Jeremy Allison [Sat, 26 Feb 2011 01:25:20 +0000 (17:25 -0800)]
Removed unused code check_dos_char_slowly.

13 years agos3: Fix a 64-bit warning in vfs_gpfs.c
Volker Lendecke [Fri, 25 Feb 2011 13:09:58 +0000 (06:09 -0700)]
s3: Fix a 64-bit warning in vfs_gpfs.c

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Feb 25 14:56:51 CET 2011 on sn-devel-104

13 years agos4:heimdal - fix valgrind issue on Fedora 14
Milan Crha [Fri, 25 Feb 2011 10:38:04 +0000 (11:38 +0100)]
s4:heimdal - fix valgrind issue on Fedora 14

This should definitely fix bug #7858.

Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Feb 25 12:39:21 CET 2011 on sn-devel-104

13 years agoRevert "heimdal_build omit #line statments to allow valgrind to work again"
Matthias Dieter Wallnöfer [Fri, 25 Feb 2011 10:54:02 +0000 (11:54 +0100)]
Revert "heimdal_build omit #line statments to allow valgrind to work again"

This reverts commit 80e23c68d83a7c9989f87d5a88a78bb76d222afc.
A better patch has been provided by Milan Crha in the following commit.

13 years agoheimdal_build omit #line statments to allow valgrind to work again
Andrew Bartlett [Fri, 25 Feb 2011 09:34:07 +0000 (20:34 +1100)]
heimdal_build omit #line statments to allow valgrind to work again

The lex/yacc files were generated on Fedora 14, and have empty
filenames in #line declarations.  I don't know why this is, but it
seems best just to omit the #line statements.

This is what was causing Valgrind on Fedora not to run on Samba
binaries and programs linked to Samba libraries.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Feb 25 11:46:56 CET 2011 on sn-devel-104

13 years agolibcli/nbt/wscript_build - fix build of "lmhosts"
Matthias Dieter Wallnöfer [Fri, 25 Feb 2011 09:13:45 +0000 (10:13 +0100)]
libcli/nbt/wscript_build - fix build of "lmhosts"

Needs also the "talloc" dependency.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Fri Feb 25 11:01:31 CET 2011 on sn-devel-104

13 years agos3-param: Make "rlimit_max below minimum Windows limit" notification less scary
Jonathan Nieder [Sun, 2 Jan 2011 08:40:09 +0000 (02:40 -0600)]
s3-param: Make "rlimit_max below minimum Windows limit" notification less scary

The fix to bug #6837 results in messages from testparm that look
like a misconfiguration even though they aren't:

 rlimit_max: rlimit_max (8192) below minimum Windows limit (16384)

Apply a slight change in wording ("increasing rlimit_max to minimum
Windows limit") to make it clearer that the user has done nothing
wrong.  (Similarly for sysctl_max.)

Reported-by: Miguel Medalha <miguelmedalha@sapo.pt>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Feb 25 03:56:40 CET 2011 on sn-devel-104

13 years agoGratuitous change to get around transient autobuild failure :-(.
Jeremy Allison [Fri, 25 Feb 2011 00:56:49 +0000 (16:56 -0800)]
Gratuitous change to get around transient autobuild failure :-(.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Feb 25 02:41:15 CET 2011 on sn-devel-104

13 years agoDetect Mac OS X as a separate client type.
Justin Maggard [Fri, 25 Feb 2011 00:25:30 +0000 (16:25 -0800)]
Detect Mac OS X as a separate client type.

13 years agoEnsure we don't return an incorrect access mask.
Jeremy Allison [Fri, 25 Feb 2011 00:04:09 +0000 (16:04 -0800)]
Ensure we don't return an incorrect access mask.

From the Microsoft test suite @ Connectathon:

Test Case: TestSuite_ScenarioNo009GrantedAccessTestS0
    File created with access = 0x7 (Read, Write, Delete)
    Query Info on file returns 0x87 (Read, Write, Delete, Read Attributes)

Jeremy.

13 years agos3-libads: make ndr_print_ads_auth_flags() static.
Günther Deschner [Thu, 24 Feb 2011 22:38:18 +0000 (23:38 +0100)]
s3-libads: make ndr_print_ads_auth_flags() static.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Feb 25 01:55:26 CET 2011 on sn-devel-104

13 years agos3-vfs: make syncops_connect in modules/vfs_syncops.c static.
Günther Deschner [Thu, 24 Feb 2011 22:04:40 +0000 (23:04 +0100)]
s3-vfs: make syncops_connect in modules/vfs_syncops.c static.

Guenther

13 years agos3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.
Günther Deschner [Thu, 24 Feb 2011 21:29:16 +0000 (22:29 +0100)]
s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.

Guenther

13 years agos3-printing: move more printing defines out of includes.h
Günther Deschner [Thu, 24 Feb 2011 11:03:19 +0000 (12:03 +0100)]
s3-printing: move more printing defines out of includes.h

Guenther

13 years agoImplement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move definition...
Jeremy Allison [Thu, 24 Feb 2011 22:52:58 +0000 (14:52 -0800)]
Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move definition to correct place).

Thanks to Nick Meier @ Microsoft for finding this @ Connectathon.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104

13 years agoBatch oplocks conflict with exclusive as well as themselves.
Jeremy Allison [Thu, 24 Feb 2011 19:59:35 +0000 (11:59 -0800)]
Batch oplocks conflict with exclusive as well as themselves.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Feb 24 21:44:50 CET 2011 on sn-devel-104

13 years agos4:dynconfig: fix segfault in the set_dyn_*() functions
Stefan Metzmacher [Thu, 24 Feb 2011 10:15:06 +0000 (11:15 +0100)]
s4:dynconfig: fix segfault in the set_dyn_*() functions

We should not try to call free on a const string (the default one).
Now we make sure that the dyn_* variable is never NULL
and only allocated if it's not the default value.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Feb 24 12:29:56 CET 2011 on sn-devel-104

13 years agos4:dynconfig: add prototypes for *dyn_LOCALEDIR
Stefan Metzmacher [Thu, 24 Feb 2011 10:13:53 +0000 (11:13 +0100)]
s4:dynconfig: add prototypes for *dyn_LOCALEDIR

metze

13 years agos3:rpc_client: we need to pass a non-blocking socket to tstream_bsd_existing_socket()
Stefan Metzmacher [Wed, 23 Feb 2011 20:42:25 +0000 (21:42 +0100)]
s3:rpc_client: we need to pass a non-blocking socket to tstream_bsd_existing_socket()

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Feb 24 07:43:59 CET 2011 on sn-devel-104

13 years agobuild: moved util_reg.c into a common subsystem
Andrew Tridgell [Thu, 24 Feb 2011 02:01:27 +0000 (13:01 +1100)]
build: moved util_reg.c into a common subsystem

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104

13 years agobuild: moved spnego_parse.c into a common subsystem
Andrew Tridgell [Thu, 24 Feb 2011 02:00:52 +0000 (13:00 +1100)]
build: moved spnego_parse.c into a common subsystem

13 years agoRemember to free the second temporary string.
Jeremy Allison [Thu, 24 Feb 2011 02:32:35 +0000 (18:32 -0800)]
Remember to free the second temporary string.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Thu Feb 24 04:17:49 CET 2011 on sn-devel-104

13 years agoFix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison [Thu, 24 Feb 2011 02:24:41 +0000 (18:24 -0800)]
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
We need to revalidate the pathname once re-constructed from a root fsp.

Jeremy.

13 years agobuild: moved librpc/rpc/*.c into a rpccommon library
Andrew Tridgell [Thu, 24 Feb 2011 00:55:45 +0000 (11:55 +1100)]
build: moved librpc/rpc/*.c into a rpccommon library

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104