sfrench/samba-autobuild/.git
14 years agos3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4
Matthieu Patou [Sun, 28 Feb 2010 19:48:16 +0000 (22:48 +0300)]
s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3: Allow pam_winbind.c to build without localedir.c
Matthieu Patou [Sun, 28 Feb 2010 21:21:09 +0000 (00:21 +0300)]
s3: Allow pam_winbind.c to build without localedir.c

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agonsswitch: libpam remove depedance on locale.h use directly LOCALEDIR
Matthieu Patou [Sun, 28 Feb 2010 19:53:04 +0000 (22:53 +0300)]
nsswitch: libpam remove depedance on locale.h use directly LOCALEDIR

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos4-winrepl: Migrated the wins replication server to tsocket.
Andreas Schneider [Wed, 20 Jan 2010 13:21:47 +0000 (14:21 +0100)]
s4-winrepl: Migrated the wins replication server to tsocket.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3:net: add a command "net registry setsd_sdd"
Michael Adam [Tue, 2 Mar 2010 13:43:53 +0000 (14:43 +0100)]
s3:net: add a command "net registry setsd_sdd"

This permits to set the security descriptor of a registry
key from the unix command line.

Michael

14 years agos3:net: fix some i18n messages in net_registry_getsd_internal().
Michael Adam [Tue, 2 Mar 2010 13:43:26 +0000 (14:43 +0100)]
s3:net: fix some i18n messages in net_registry_getsd_internal().

Michael

14 years agos3:net: add i18n macro _() to one message
Michael Adam [Fri, 26 Feb 2010 08:41:43 +0000 (09:41 +0100)]
s3:net: add i18n macro _() to one message

Michael

14 years agos3:net: add new subcommand "net registry getsd_sddl" to print secdesc in sddl format
Michael Adam [Fri, 26 Feb 2010 08:37:45 +0000 (09:37 +0100)]
s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in sddl format

Michael

14 years agos3:net: refactor getting of secdesc out of net_registry_getsd()
Michael Adam [Fri, 26 Feb 2010 08:31:03 +0000 (09:31 +0100)]
s3:net: refactor getting of secdesc out of net_registry_getsd()

New net_registry_getsd_internal does the work(),
net_registry_getsd() just prints the result.
This in preparation to add support for other output formats
than the currently used display_sec_desc().

Michael

14 years agos3:smbcacls: add switch "--sddl" to output acls as sddl encoded strings
Michael Adam [Sun, 28 Feb 2010 21:20:03 +0000 (22:20 +0100)]
s3:smbcacls: add switch "--sddl" to output acls as sddl encoded strings

14 years agos3: build sddl.c in samba3
Michael Adam [Sun, 28 Feb 2010 21:15:23 +0000 (22:15 +0100)]
s3: build sddl.c in samba3

14 years agolibcli/security: fix sddl.c to be able to build it from source3
Michael Adam [Sun, 28 Feb 2010 21:01:49 +0000 (22:01 +0100)]
libcli/security: fix sddl.c to be able to build it from source3

14 years agos4:move the sddl code down to the top level
Michael Adam [Fri, 26 Feb 2010 17:32:21 +0000 (18:32 +0100)]
s4:move the sddl code down to the top level

Michael

14 years agos4/ildap: fine tune ildb_callback()
Kamen Mazdrashki [Wed, 3 Mar 2010 00:33:31 +0000 (02:33 +0200)]
s4/ildap: fine tune ildb_callback()

Actually ildb_context pointer is not supposed to be
valid after calling ildb_request_done().
This is due to the fact that when calling ildb_request_done()
caller will (most probably) free any locally built
ldap_request objects - thus rendering ildb_context invalid.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos3: net_share.c: fix argc handling
Holger Hetterich [Tue, 2 Mar 2010 22:17:20 +0000 (23:17 +0100)]
s3: net_share.c: fix argc handling

The "net share" command was no longer possible because it enters
the net_share function with argc == 0.

14 years agos4-smbtorture: fix WINBIND-STRUCT assumptions about getpwent() for s3.
Günther Deschner [Tue, 2 Mar 2010 17:35:01 +0000 (18:35 +0100)]
s4-smbtorture: fix WINBIND-STRUCT assumptions about getpwent() for s3.

In samba3 it is not an error when no users are returned in getpwent() calls
(e.g. on a DC w/o interdomain trusts).

Kai, please check.

Guenther

14 years agos3:ads fix dn parsing name was always null
Simo Sorce [Mon, 1 Mar 2010 19:50:50 +0000 (14:50 -0500)]
s3:ads fix dn parsing name was always null

While there also use ldap_exploded_dn instead of ldb_dn_validate()
so we can remove a huge dependency that is hanging there only for one very
minor marginal use.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agotestprogs: make sure to do the same tests as in smbtorture in test_PrinterData().
Günther Deschner [Tue, 2 Mar 2010 16:25:35 +0000 (17:25 +0100)]
testprogs: make sure to do the same tests as in smbtorture in test_PrinterData().

Guenther

14 years agotestprogs: fix REG_SZ in print_printer_data.
Günther Deschner [Tue, 2 Mar 2010 16:24:14 +0000 (17:24 +0100)]
testprogs: fix REG_SZ in print_printer_data.

Guenther

14 years agoLDB:NSS - make LDB "signed-safe" on counter variables
Matthias Dieter Wallnöfer [Fri, 6 Nov 2009 17:35:17 +0000 (18:35 +0100)]
LDB:NSS - make LDB "signed-safe" on counter variables

"i" needs to be unsigned on both places since it counts till a "count" variable
of a "struct ldb_result" object which itself is unsigned.

I see counting variables much better as "unsigned" since in most cases we don't
use negative values at all. We've only to be careful on binary searches and
downto counts regarding them.

14 years agos4:echo RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 17:58:26 +0000 (18:58 +0100)]
s4:echo RPC - make this one "signed-safe"

"i" needs to be unsigned here since it counts until "r->in.len" which itself is
unsigned and not signed.

14 years agotestprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.
Günther Deschner [Tue, 2 Mar 2010 14:19:57 +0000 (15:19 +0100)]
testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.

Guenther

14 years agos3: Fix some C++ warnings
Volker Lendecke [Tue, 2 Mar 2010 13:05:19 +0000 (14:05 +0100)]
s3: Fix some C++ warnings

14 years agos3: Fix an uninitialized variable warning
Volker Lendecke [Tue, 2 Mar 2010 12:51:08 +0000 (13:51 +0100)]
s3: Fix an uninitialized variable warning

14 years agos3:vfs_aixacl2: add missing semicolon
Björn Jacke [Tue, 2 Mar 2010 12:00:19 +0000 (13:00 +0100)]
s3:vfs_aixacl2: add missing semicolon

fixes #7197. Thanks to William Jojo for the correction.

14 years agos4:provision - Moved default FDS SASL mappings deletion from post_setup() to init().
Endi S. Dewata [Fri, 29 Jan 2010 22:05:22 +0000 (16:05 -0600)]
s4:provision - Moved default FDS SASL mappings deletion from post_setup() to init().

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Moved setup_db_config() into OpenLDAPBackend class.
Endi S. Dewata [Fri, 29 Jan 2010 09:24:20 +0000 (03:24 -0600)]
s4:provision - Moved setup_db_config() into OpenLDAPBackend class.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Moved backend-specific variables into backend class.
Endi S. Dewata [Fri, 29 Jan 2010 01:51:11 +0000 (19:51 -0600)]
s4:provision - Moved backend-specific variables into backend class.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4:provision - Use netbios name for FDS instance name.
Endi S. Dewata [Fri, 29 Jan 2010 01:35:29 +0000 (19:35 -0600)]
s4:provision - Use netbios name for FDS instance name.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL...
Endi S. Dewata [Tue, 19 Jan 2010 02:57:01 +0000 (20:57 -0600)]
s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB_CONTROL_AS_SYSTEM_OID

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
14 years agos3:groupmap revert to tdb storage
Simo Sorce [Fri, 26 Feb 2010 20:16:23 +0000 (15:16 -0500)]
s3:groupmap revert to tdb storage

Group mapping needs to be cluster aware, and this means using the tdb backend.
Remove ldb group mapping as this is not cluster aware.

14 years agos4:srvsvc RPC - revert one unsigned integer "i" back to signed
Matthias Dieter Wallnöfer [Mon, 1 Mar 2010 20:11:39 +0000 (21:11 +0100)]
s4:srvsvc RPC - revert one unsigned integer "i" back to signed

This is needed since this particular "i" counts until "count" which itself is
signed. "count" is set through a signed integer variable parameter from the
"share_list_all" call.

14 years agotestprogs: better usage text.
Günther Deschner [Mon, 1 Mar 2010 20:12:49 +0000 (21:12 +0100)]
testprogs: better usage text.

Guenther

14 years agotestprogs: add very basic PrinterData test for printers.
Günther Deschner [Mon, 1 Mar 2010 20:00:20 +0000 (21:00 +0100)]
testprogs: add very basic PrinterData test for printers.

This very basically tests SetPrinterDataEx, GetPrinterDataEx and
DeletePrinterDataEx.

Guenther

14 years agotestprogs: rename test_PrinterData to test_PrinterData_Server.
Günther Deschner [Mon, 1 Mar 2010 19:58:41 +0000 (20:58 +0100)]
testprogs: rename test_PrinterData to test_PrinterData_Server.

Guenther

14 years agotestprogs: add SetPrinterDataEx test.
Günther Deschner [Mon, 1 Mar 2010 19:57:52 +0000 (20:57 +0100)]
testprogs: add SetPrinterDataEx test.

Guenther

14 years agotestprogs: add DeletePrinterKey test.
Günther Deschner [Mon, 1 Mar 2010 19:56:36 +0000 (20:56 +0100)]
testprogs: add DeletePrinterKey test.

Guenther

14 years agotestprogs: add DeletePrinterDataEx test.
Günther Deschner [Mon, 1 Mar 2010 16:42:19 +0000 (17:42 +0100)]
testprogs: add DeletePrinterDataEx test.

Guenther

14 years agotestprogs: allow to test a single printer when given on the cmdline.
Günther Deschner [Mon, 1 Mar 2010 19:15:51 +0000 (20:15 +0100)]
testprogs: allow to test a single printer when given on the cmdline.

14 years agotestprogs: add RPC_X_NULL_REF_POINTER error code
Günther Deschner [Mon, 1 Mar 2010 17:01:42 +0000 (18:01 +0100)]
testprogs: add RPC_X_NULL_REF_POINTER error code

14 years agos4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async rpc...
Stefan Metzmacher [Sat, 27 Feb 2010 09:16:56 +0000 (10:16 +0100)]
s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async rpc over ncacn_np

metze

14 years agos4:rpc_server/remote: do async calls
Stefan Metzmacher [Mon, 1 Mar 2010 14:20:19 +0000 (15:20 +0100)]
s4:rpc_server/remote: do async calls

metze

14 years agos4:srvsvc RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:08:42 +0000 (19:08 +0100)]
s4:srvsvc RPC - make this one "signed-safe"

14 years agos4:unixinfo RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:03:59 +0000 (19:03 +0100)]
s4:unixinfo RPC - make this one "signed-safe"

14 years agos4:spoolss RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:03:18 +0000 (19:03 +0100)]
s4:spoolss RPC - make this one "signed-safe"

14 years agos4:remote RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 18:01:53 +0000 (19:01 +0100)]
s4:remote RPC - make this one "signed-safe"

14 years agos4:epmapper RPC - make this one "signed-safe"
Matthias Dieter Wallnöfer [Sat, 21 Nov 2009 17:59:30 +0000 (18:59 +0100)]
s4:epmapper RPC - make this one "signed-safe"

14 years agos3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke [Mon, 1 Mar 2010 15:18:23 +0000 (16:18 +0100)]
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c

14 years agos4:LDB - cosmetic fix for a "for" loop
Matthias Dieter Wallnöfer [Mon, 1 Mar 2010 15:48:03 +0000 (16:48 +0100)]
s4:LDB - cosmetic fix for a "for" loop

14 years agoFix the build, add filtered subunit runner.
Jelmer Vernooij [Mon, 1 Mar 2010 15:24:29 +0000 (16:24 +0100)]
Fix the build, add filtered subunit runner.

14 years agoAdd testrepository configuration.
Jelmer Vernooij [Mon, 1 Mar 2010 13:42:38 +0000 (14:42 +0100)]
Add testrepository configuration.

14 years agoMore formatting fixes, pointed out by pylint.
Jelmer Vernooij [Mon, 1 Mar 2010 04:04:23 +0000 (05:04 +0100)]
More formatting fixes, pointed out by pylint.

14 years agos4:RPC-NETLOGON: remove useless rpc callback
Stefan Metzmacher [Sat, 27 Feb 2010 09:02:40 +0000 (10:02 +0100)]
s4:RPC-NETLOGON: remove useless rpc callback

If we got a failure from one request we bail out early.

metze

14 years agos4:RPC-ECHO: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 09:01:50 +0000 (10:01 +0100)]
s4:RPC-ECHO: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:libnet_become_dc: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 09:00:42 +0000 (10:00 +0100)]
s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 08:46:30 +0000 (09:46 +0100)]
s4:drepl_out_helpers: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:drepl_notify: don't look at the internals of 'struct rpc_request'
Stefan Metzmacher [Sat, 27 Feb 2010 08:43:21 +0000 (09:43 +0100)]
s4:drepl_notify: don't look at the internals of 'struct rpc_request'

metze

14 years agos4:librpc/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:librpc/rpc: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:torture/rpc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:torture/rpc: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:winbind: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:winbind: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:dsdb/repl: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:dsdb/repl: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:libnet: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:59:14 +0000 (10:59 +0100)]
s4:libnet: make use of explicit dcerpc_*_recv functions

metze

14 years agos4:libnet_become_dc: make use of explicit dcerpc_*_recv functions
Stefan Metzmacher [Mon, 1 Mar 2010 12:56:01 +0000 (13:56 +0100)]
s4:libnet_become_dc: make use of explicit dcerpc_*_recv functions

metze

14 years agopidl:NDR/Client.pm: generate explicit _recv functions
Stefan Metzmacher [Sat, 27 Feb 2010 09:34:04 +0000 (10:34 +0100)]
pidl:NDR/Client.pm: generate explicit _recv functions

metze

14 years agos4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests.
Günther Deschner [Mon, 1 Mar 2010 13:35:59 +0000 (14:35 +0100)]
s4-smbtorture: add stricter SetPrinterDataEx tests to spoolss tests.

Guenther

14 years agos4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.
Günther Deschner [Mon, 1 Mar 2010 13:27:43 +0000 (14:27 +0100)]
s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.

Guenther

14 years agos4-smbtorture: return needed size pointer from test_GetPrinterDataEx.
Günther Deschner [Mon, 1 Mar 2010 13:26:30 +0000 (14:26 +0100)]
s4-smbtorture: return needed size pointer from test_GetPrinterDataEx.

Guenther

14 years agos4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.
Günther Deschner [Mon, 1 Mar 2010 11:53:11 +0000 (12:53 +0100)]
s4-smbtorture: test at least three different regtypes in test_SetPrinterDataEx.

Guenther

14 years agos3: Add connections_forall_read()
Volker Lendecke [Mon, 1 Mar 2010 13:28:22 +0000 (14:28 +0100)]
s3: Add connections_forall_read()

In a cluster, this makes a large difference: For r/w traverse, we have to do a
fetch_locked on every record which for most users of connections_forall is just
overkill.

14 years agos3: Make the difference between r/o and r/w in connections_db_ctx more obvious
Volker Lendecke [Thu, 25 Feb 2010 15:31:12 +0000 (16:31 +0100)]
s3: Make the difference between r/o and r/w in connections_db_ctx more obvious

14 years agos3: Make connections_forall open connections.tdb r/w
Volker Lendecke [Mon, 1 Mar 2010 12:57:36 +0000 (13:57 +0100)]
s3: Make connections_forall open connections.tdb r/w

connections_forall is called from count_current_connections() which potentially
deletes dead records. This needs r/w access to connections.tdb.
connections_traverse says it does not provide this. Does not really matter in
the smbd case, because we have opened it before r/w, so this is "just" cleanup.

14 years agoselftest/gdb_backtrace: call "info locals" too
Stefan Metzmacher [Mon, 1 Mar 2010 11:22:23 +0000 (12:22 +0100)]
selftest/gdb_backtrace: call "info locals" too

metze

14 years agos4/rodc: Implement samdb_rodc with ldb context
Anatoliy Atanasov [Mon, 1 Mar 2010 12:16:59 +0000 (14:16 +0200)]
s4/rodc: Implement samdb_rodc with ldb context

14 years agos4/libnet: Fix misleading comment
Anatoliy Atanasov [Mon, 1 Mar 2010 11:10:39 +0000 (13:10 +0200)]
s4/libnet: Fix misleading comment

14 years agos3: Remove unused "mypid" from count_current_connections() state
Volker Lendecke [Mon, 1 Mar 2010 11:15:41 +0000 (12:15 +0100)]
s3: Remove unused "mypid" from count_current_connections() state

14 years agopython: Add 'make pylint' convenience rule.
Jelmer Vernooij [Mon, 1 Mar 2010 03:56:42 +0000 (04:56 +0100)]
python: Add 'make pylint' convenience rule.

14 years agoGeneral cleanups of python code, hinted by pyflakes.
Jelmer Vernooij [Mon, 1 Mar 2010 03:46:40 +0000 (04:46 +0100)]
General cleanups of python code, hinted by pyflakes.

14 years agoAdd 'pyflakes' rule.
Jelmer Vernooij [Mon, 1 Mar 2010 03:45:43 +0000 (04:45 +0100)]
Add 'pyflakes' rule.

14 years agontacl: Use existing infrastructure.
Jelmer Vernooij [Mon, 1 Mar 2010 03:39:53 +0000 (04:39 +0100)]
ntacl: Use existing infrastructure.

14 years agoRemove __contains__ from mock object for consistency with actual
Jelmer Vernooij [Mon, 1 Mar 2010 02:46:56 +0000 (03:46 +0100)]
Remove __contains__ from mock object for consistency with actual
implementation.

14 years agogetntacl: Remove manpage for removed utility.
Jelmer Vernooij [Mon, 8 Feb 2010 02:26:18 +0000 (03:26 +0100)]
getntacl: Remove manpage for removed utility.

14 years agoFix SharesContainer.__len__.
Ricardo Jorge [Mon, 8 Feb 2010 00:13:48 +0000 (01:13 +0100)]
Fix SharesContainer.__len__.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoMore formatting fixes.
Jelmer Vernooij [Mon, 1 Mar 2010 02:41:52 +0000 (03:41 +0100)]
More formatting fixes.

14 years agoFix formatting.
Jelmer Vernooij [Mon, 1 Mar 2010 02:29:47 +0000 (03:29 +0100)]
Fix formatting.

14 years agoupgradeprovision: Remove unused imports, use shutil.rmtree rather than
Jelmer Vernooij [Mon, 1 Mar 2010 02:25:07 +0000 (03:25 +0100)]
upgradeprovision: Remove unused imports, use shutil.rmtree rather than
rmall.

14 years agoupgradeprovision: Move to pythondoc format
Matthieu Patou [Sun, 21 Feb 2010 18:29:36 +0000 (21:29 +0300)]
upgradeprovision: Move to pythondoc format

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: Allow script to be called with pydoc
Matthieu Patou [Sun, 21 Feb 2010 18:28:35 +0000 (21:28 +0300)]
upgradeprovision: Allow script to be called with pydoc

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgrade provision: change the meaning of handle_security_desc to be similar to handle...
Matthieu Patou [Sat, 20 Feb 2010 07:51:25 +0000 (10:51 +0300)]
upgrade provision: change the meaning of handle_security_desc to be similar to handle_special_case

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: code cleanup
Matthieu Patou [Tue, 23 Feb 2010 13:45:51 +0000 (16:45 +0300)]
upgradeprovision: code cleanup

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agoupgradeprovision: split the big script to put reusable functions appart
Matthieu Patou [Sun, 31 Jan 2010 19:06:01 +0000 (22:06 +0300)]
upgradeprovision: split the big script to put reusable functions appart

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
14 years agos3: Use talloc_tos() in yield_connection()
Volker Lendecke [Fri, 26 Feb 2010 16:53:34 +0000 (17:53 +0100)]
s3: Use talloc_tos() in yield_connection()

14 years agos3: Remove unused count_all_current_connections()
Volker Lendecke [Fri, 26 Feb 2010 16:47:44 +0000 (17:47 +0100)]
s3: Remove unused count_all_current_connections()

14 years agos3: Fix the CHAIN1 torture test
Volker Lendecke [Sun, 28 Feb 2010 17:45:41 +0000 (18:45 +0100)]
s3: Fix the CHAIN1 torture test

I've tried to solve this just within cli_smb_recv(), but I could not find a way
to sanely determine when we are receiving the last entry in the chain just from
looking at the blob. This solves it in an a bit more brutal way...

14 years agotdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke [Sat, 27 Feb 2010 18:26:01 +0000 (19:26 +0100)]
tdb: If tdb_parse_record does not find a record, return -1 instead of 0

14 years agos3: Fix but 7145 -- duplicate sam and unix accounts
Volker Lendecke [Sun, 28 Feb 2010 13:38:14 +0000 (14:38 +0100)]
s3: Fix but 7145 -- duplicate sam and unix accounts

For me this survives the

TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test

reproducer. Günther, please check!

Volker

14 years agos3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list
Holger Hetterich [Thu, 18 Feb 2010 14:13:59 +0000 (15:13 +0100)]
s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list

Supports negated arguments in configuration like:
full_audit:success = all !readdir !telldir !closedir
Update the manpage accordingly.
Part of BSO#4025

14 years agos3: Copy the mapping.c license header to mapping.h
Volker Lendecke [Sat, 27 Feb 2010 10:17:27 +0000 (11:17 +0100)]
s3: Copy the mapping.c license header to mapping.h

We need some license header there. If this does incorrect copyright
attributions, please correct this.

14 years agoFix one of the valgrind warnings from bug #6814 - Fixes for problems reported by...
Roel van Meer [Fri, 26 Feb 2010 22:54:22 +0000 (14:54 -0800)]
Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported by valgrind

The timeval passed to event_add_to_select_args() must be initialized
as event_add_to_select_args() uses a timeval_min() on this and next_event.

14 years agos4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)
Stefan Metzmacher [Fri, 26 Feb 2010 09:53:06 +0000 (10:53 +0100)]
s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)

metze

14 years agos4:ldb_dn: remove dn->ext_linearized when ext_components is modified.
Stefan Metzmacher [Fri, 26 Feb 2010 14:48:02 +0000 (15:48 +0100)]
s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.

metze