samba.git
15 years agos3/packaging: Package new files properly.
Karolin Seeger [Mon, 9 Mar 2009 15:01:30 +0000 (16:01 +0100)]
s3/packaging: Package new files properly.

That is part of the fix for bug #6144.
Thanks to Diego Remolina dijuremo [at] gatech [dot] edu for reporting!

Karolin

15 years agoFix a typo
Volker Lendecke [Mon, 9 Mar 2009 15:10:59 +0000 (16:10 +0100)]
Fix a typo

15 years agos3:lib: interfaces.c isn't used in the configure tests anymore
Stefan Metzmacher [Mon, 9 Mar 2009 11:35:21 +0000 (12:35 +0100)]
s3:lib: interfaces.c isn't used in the configure tests anymore

libreplace always provides the getifaddr() function.

This fixes the build on sles8.

metze

15 years agofix "dubious escape" warning of Studio compiler
Björn Jacke [Sun, 8 Mar 2009 14:36:41 +0000 (15:36 +0100)]
fix "dubious escape" warning of Studio compiler

15 years agosocket_wrapper: try to make ipv6 support more portable
Stefan Metzmacher [Mon, 9 Mar 2009 08:24:45 +0000 (09:24 +0100)]
socket_wrapper: try to make ipv6 support more portable

The internal structure of in6_addr isn't always the same.

metze

15 years agosocket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is ipv4
Stefan Metzmacher [Sun, 8 Mar 2009 16:20:18 +0000 (17:20 +0100)]
socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is ipv4

We only do this if the socket isn't explicit bound yet.

metze

15 years agosocket_wrapper: correctly handle connected dgram sockets
Stefan Metzmacher [Sun, 8 Mar 2009 16:19:50 +0000 (17:19 +0100)]
socket_wrapper: correctly handle connected dgram sockets

metze

15 years agosocket_wrapper: make it possible to bind to '::'
Stefan Metzmacher [Tue, 3 Mar 2009 18:40:57 +0000 (19:40 +0100)]
socket_wrapper: make it possible to bind to '::'

metze

15 years agoDon't copy the winbindd_request in wb_trans
Volker Lendecke [Sun, 8 Mar 2009 11:25:10 +0000 (12:25 +0100)]
Don't copy the winbindd_request in wb_trans

15 years agoConvert wb_open_pipe to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 11:22:29 +0000 (12:22 +0100)]
Convert wb_open_pipe to tevent_req

15 years agoConvert wb_connect to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 11:15:39 +0000 (12:15 +0100)]
Convert wb_connect to tevent_req

15 years agoConvert wb_int_trans to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 11:10:00 +0000 (12:10 +0100)]
Convert wb_int_trans to tevent_req

15 years agoAdd parameter "queue" to wb_int_trans_send
Volker Lendecke [Sun, 8 Mar 2009 10:33:03 +0000 (11:33 +0100)]
Add parameter "queue" to wb_int_trans_send

15 years agoMove "struct req_read_state" where it belongs
Volker Lendecke [Sun, 8 Mar 2009 09:29:15 +0000 (10:29 +0100)]
Move "struct req_read_state" where it belongs

15 years agoConvert wb_resp_write to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 09:28:05 +0000 (10:28 +0100)]
Convert wb_resp_write to tevent_req

15 years agoConvert wb_resp_read to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 09:20:27 +0000 (10:20 +0100)]
Convert wb_resp_read to tevent_req

15 years agoConvert wb_req_read to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 09:04:04 +0000 (10:04 +0100)]
Convert wb_req_read to tevent_req

15 years agoConvert wb_req_write to tevent_req
Volker Lendecke [Sun, 8 Mar 2009 08:35:13 +0000 (09:35 +0100)]
Convert wb_req_write to tevent_req

15 years agoAdd tevent_req wbc helpers
Volker Lendecke [Sun, 8 Mar 2009 08:34:35 +0000 (09:34 +0100)]
Add tevent_req wbc helpers

15 years agoAdd "queue" to writev_send
Volker Lendecke [Sun, 1 Mar 2009 18:43:07 +0000 (19:43 +0100)]
Add "queue" to writev_send

Unless higher levels queue themselves somehow, writev will *always* be queued.
So the queueing should be done at the right level.

15 years agoShape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke [Thu, 12 Feb 2009 16:48:52 +0000 (17:48 +0100)]
Shape up pdb_search a bit by making it a talloc ctx with a destructor

15 years agoFix a smbclient segfault against security=share servers
Volker Lendecke [Fri, 6 Mar 2009 13:24:59 +0000 (14:24 +0100)]
Fix a smbclient segfault against security=share servers

15 years agoFix some nonempty blank lines
Volker Lendecke [Tue, 3 Mar 2009 13:05:56 +0000 (14:05 +0100)]
Fix some nonempty blank lines

15 years agos4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.
Günther Deschner [Sat, 7 Mar 2009 08:30:11 +0000 (09:30 +0100)]
s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.

Guenther

15 years agodon't rely on shebang's perl path, call our $PERL instead
Björn Jacke [Wed, 4 Mar 2009 15:52:12 +0000 (16:52 +0100)]
don't rely on shebang's perl path, call our $PERL instead

Signed-off-by: Stefan Metzmacher <metze@samba.org>
15 years agos3-spoolss: remove more leftovers from old enumports call.
Günther Deschner [Sat, 7 Mar 2009 00:12:18 +0000 (01:12 +0100)]
s3-spoolss: remove more leftovers from old enumports call.

Guenther

15 years agos3-rpcclient: add enummonitors command to enumerate print monitors.
Günther Deschner [Fri, 6 Mar 2009 23:16:10 +0000 (00:16 +0100)]
s3-rpcclient: add enummonitors command to enumerate print monitors.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_enummonitors convenience wrapper.
Günther Deschner [Fri, 6 Mar 2009 23:10:15 +0000 (00:10 +0100)]
s3-spoolss: add rpccli_spoolss_enummonitors convenience wrapper.

Guenther

15 years agos3-spoolss: remove old spoolss_EnumMonitors.
Günther Deschner [Fri, 6 Mar 2009 23:04:48 +0000 (00:04 +0100)]
s3-spoolss: remove old spoolss_EnumMonitors.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumMonitors.
Günther Deschner [Fri, 6 Mar 2009 23:04:05 +0000 (00:04 +0100)]
s3-spoolss: use pidl for _spoolss_EnumMonitors.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 23:01:11 +0000 (00:01 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: flag spoolss_MonitorInfo structs [public,gensize].
Günther Deschner [Fri, 6 Mar 2009 23:00:27 +0000 (00:00 +0100)]
spoolss: flag spoolss_MonitorInfo structs [public,gensize].

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_enumports wrapper.
Günther Deschner [Fri, 6 Mar 2009 22:36:31 +0000 (23:36 +0100)]
s3-rpcclient: use rpccli_spoolss_enumports wrapper.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_enumports convenience wrapper.
Günther Deschner [Fri, 6 Mar 2009 22:27:45 +0000 (23:27 +0100)]
s3-spoolss: add rpccli_spoolss_enumports convenience wrapper.

Guenther

15 years agos3-spoolss: remove old spoolss_EnumPorts.
Günther Deschner [Fri, 6 Mar 2009 22:39:23 +0000 (23:39 +0100)]
s3-spoolss: remove old spoolss_EnumPorts.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumPorts.
Günther Deschner [Fri, 6 Mar 2009 22:38:57 +0000 (23:38 +0100)]
s3-spoolss: use pidl for _spoolss_EnumPorts.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 22:37:42 +0000 (23:37 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: flag spoolss_PortInfo structs as [public,gensize].
Günther Deschner [Fri, 6 Mar 2009 22:37:14 +0000 (23:37 +0100)]
spoolss: flag spoolss_PortInfo structs as [public,gensize].

Guenther

15 years agos3-rpcclient: add enumprocdatatypes command to enumerate print processor data
Günther Deschner [Fri, 6 Mar 2009 23:55:15 +0000 (00:55 +0100)]
s3-rpcclient: add enumprocdatatypes command to enumerate print processor data
types.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_enumprintprocessordatatypes convenience wrapper.
Günther Deschner [Fri, 6 Mar 2009 21:22:49 +0000 (22:22 +0100)]
s3-spoolss: add rpccli_spoolss_enumprintprocessordatatypes convenience wrapper.

Guenther

15 years agos3-spoolss: remove old spoolss_EnumPrintProcDataTypes.
Günther Deschner [Fri, 6 Mar 2009 20:51:52 +0000 (21:51 +0100)]
s3-spoolss: remove old spoolss_EnumPrintProcDataTypes.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumPrintProcDataTypes.
Günther Deschner [Fri, 6 Mar 2009 20:51:12 +0000 (21:51 +0100)]
s3-spoolss: use pidl for _spoolss_EnumPrintProcDataTypes.

Guenther

15 years agos3-rpcclient: add enumprocs command to enumerate print processors.
Günther Deschner [Fri, 6 Mar 2009 21:11:09 +0000 (22:11 +0100)]
s3-rpcclient: add enumprocs command to enumerate print processors.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_enumprintprocessors convenience wrapper.
Günther Deschner [Fri, 6 Mar 2009 21:09:47 +0000 (22:09 +0100)]
s3-spoolss: add rpccli_spoolss_enumprintprocessors convenience wrapper.

Guenther

15 years agos3-spoolss: remove old spoolss_EnumPrintProcessors.
Günther Deschner [Fri, 6 Mar 2009 19:23:27 +0000 (20:23 +0100)]
s3-spoolss: remove old spoolss_EnumPrintProcessors.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumPrintProcessors.
Günther Deschner [Fri, 6 Mar 2009 19:22:17 +0000 (20:22 +0100)]
s3-spoolss: use pidl for _spoolss_EnumPrintProcessors.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 19:21:31 +0000 (20:21 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: flag spoolss_PrintProcessorInfo1 [public,gensize].
Günther Deschner [Fri, 6 Mar 2009 19:20:51 +0000 (20:20 +0100)]
spoolss: flag spoolss_PrintProcessorInfo1 [public,gensize].

Guenther

15 years agos4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test.
Günther Deschner [Fri, 6 Mar 2009 20:50:15 +0000 (21:50 +0100)]
s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test.

Guenther

15 years agospoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.
Günther Deschner [Fri, 6 Mar 2009 20:49:31 +0000 (21:49 +0100)]
spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 20:48:46 +0000 (21:48 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: fill in spoolss_EnumPrintProcDataTypes IDL.
Günther Deschner [Fri, 6 Mar 2009 20:48:01 +0000 (21:48 +0100)]
spoolss: fill in spoolss_EnumPrintProcDataTypes IDL.

Guenther

15 years agos3:make_test: run CHAIN1 test
Stefan Metzmacher [Fri, 6 Mar 2009 15:27:10 +0000 (16:27 +0100)]
s3:make_test: run CHAIN1 test

metze

15 years agos3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()
Stefan Metzmacher [Fri, 6 Mar 2009 11:01:44 +0000 (12:01 +0100)]
s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()

metze

15 years agos3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_initialise_ex()
Stefan Metzmacher [Fri, 6 Mar 2009 10:52:15 +0000 (11:52 +0100)]
s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_initialise_ex()

This prepares the next changes.

metze

15 years agos3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) call
Stefan Metzmacher [Fri, 6 Mar 2009 10:40:21 +0000 (11:40 +0100)]
s3:winbindd_cm: remove useless cli_setup_signing_state(*cli, Undefined) call

cli_setup_signing_state() with Undefined is a noop.

metze

15 years agos3:signing: the seqnum should only be decremented by 1 for ntcancel requests
Stefan Metzmacher [Fri, 6 Mar 2009 06:45:06 +0000 (07:45 +0100)]
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests

[MS-SMB] 3.3.5.1 Receiving Any Message says that the seqnum
is incremented by only for ntcancel requests for any other
request it's by incremented by 2, even if it doesn't expect
a response.

metze

15 years agos3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mapping
Stefan Metzmacher [Fri, 6 Mar 2009 06:38:41 +0000 (07:38 +0100)]
s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mapping

If someone knows a better dos error, please tell me...

metze

15 years agos3:libsmb: smb signing works the same for extented and non-extended security
Stefan Metzmacher [Fri, 6 Mar 2009 15:18:50 +0000 (16:18 +0100)]
s3:libsmb: smb signing works the same for extented and non-extended security

This is only cosmetic, but it makes it easier to understand.

metze

15 years agos3-spoolss: Fix Coverity ID #891 (UNINIT).
Günther Deschner [Fri, 6 Mar 2009 13:58:49 +0000 (14:58 +0100)]
s3-spoolss: Fix Coverity ID #891 (UNINIT).

Guenther

15 years agos3-spoolss: remove old _spoolss_EnumForms.
Günther Deschner [Fri, 6 Mar 2009 11:04:47 +0000 (12:04 +0100)]
s3-spoolss: remove old _spoolss_EnumForms.

Guenther

15 years agos3-spoolss: use form flags from idl in rpcclient and net.
Günther Deschner [Fri, 6 Mar 2009 11:01:54 +0000 (12:01 +0100)]
s3-spoolss: use form flags from idl in rpcclient and net.

Guenther

15 years agos3-spoolss: use pidl for _spoolss_EnumForms.
Günther Deschner [Fri, 6 Mar 2009 11:01:14 +0000 (12:01 +0100)]
s3-spoolss: use pidl for _spoolss_EnumForms.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 13:24:20 +0000 (14:24 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: flag spoolss_FormInfo1 and 2 with [public,gensize].
Günther Deschner [Fri, 6 Mar 2009 11:05:25 +0000 (12:05 +0100)]
spoolss: flag spoolss_FormInfo1 and 2 with [public,gensize].

Guenther

15 years agos3-spoolss: remove old rpccli_spoolss_enumforms.
Günther Deschner [Fri, 6 Mar 2009 09:55:09 +0000 (10:55 +0100)]
s3-spoolss: remove old rpccli_spoolss_enumforms.

Guenther

15 years agos3-net: use new rpccli_spoolss_enumforms wrapper.
Günther Deschner [Fri, 6 Mar 2009 10:02:27 +0000 (11:02 +0100)]
s3-net: use new rpccli_spoolss_enumforms wrapper.

Guenther

15 years agos3-rpcclient: use new rpccli_spoolss_enumforms wrapper.
Günther Deschner [Fri, 6 Mar 2009 09:55:41 +0000 (10:55 +0100)]
s3-rpcclient: use new rpccli_spoolss_enumforms wrapper.

Guenther

15 years agos3-spoolss: add convencience wrapper around rpccli_spoolss_EnumForms.
Günther Deschner [Fri, 6 Mar 2009 09:54:19 +0000 (10:54 +0100)]
s3-spoolss: add convencience wrapper around rpccli_spoolss_EnumForms.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 6 Mar 2009 13:23:44 +0000 (14:23 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: fix [size_is] declaration for enum calls.
Günther Deschner [Thu, 5 Mar 2009 17:35:47 +0000 (18:35 +0100)]
spoolss: fix [size_is] declaration for enum calls.

This took me ages to find. Thanks metze!

Guenther

15 years agos4-spoolss: fix spoolss server enum calls after pointer changes.
Günther Deschner [Mon, 2 Mar 2009 17:02:04 +0000 (18:02 +0100)]
s4-spoolss: fix spoolss server enum calls after pointer changes.

Guenther

15 years agos4-smbtorture: exit early in test_EnumPorts when no port info has been returned.
Günther Deschner [Fri, 6 Mar 2009 11:24:23 +0000 (12:24 +0100)]
s4-smbtorture: exit early in test_EnumPorts when no port info has been returned.

Guenther

15 years agos4-smbtorture: fix s3 flavor rpc spoolss test.
Günther Deschner [Fri, 6 Mar 2009 11:20:14 +0000 (12:20 +0100)]
s4-smbtorture: fix s3 flavor rpc spoolss test.

Guenther

15 years agos4-smbtorture: fix RPC-SPOOLSS-WIN.
Günther Deschner [Mon, 2 Mar 2009 16:58:13 +0000 (17:58 +0100)]
s4-smbtorture: fix RPC-SPOOLSS-WIN.

Guenther

15 years agos4-smbtorture: fix RPC-SPOOLSS test after enum out info pointer changes.
Günther Deschner [Mon, 2 Mar 2009 16:32:24 +0000 (17:32 +0100)]
s4-smbtorture: fix RPC-SPOOLSS test after enum out info pointer changes.

Guenther

15 years agospoolss: fix spoolss enum calls helper macro code after pointer changes.
Günther Deschner [Fri, 6 Mar 2009 12:52:39 +0000 (13:52 +0100)]
spoolss: fix spoolss enum calls helper macro code after pointer changes.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Mon, 2 Mar 2009 16:31:29 +0000 (17:31 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: make all enum out info pointers a pointer to an array.
Günther Deschner [Mon, 2 Mar 2009 16:29:15 +0000 (17:29 +0100)]
spoolss: make all enum out info pointers a pointer to an array.

Without this we never can get a reasonable s3 cli_spoolss fn for the enum calls.

Guenther

15 years agos4:errormap: map ECANCELED to NT_STATUS_CANCELLED
Stefan Metzmacher [Fri, 6 Mar 2009 06:15:13 +0000 (07:15 +0100)]
s4:errormap: map ECANCELED to NT_STATUS_CANCELLED

metze

15 years agoGet the sense of the integer wrap test the right way around. Sorry.
Jeremy Allison [Fri, 6 Mar 2009 06:00:22 +0000 (22:00 -0800)]
Get the sense of the integer wrap test the right way around. Sorry.
Jeremy.

15 years agoNow we're allowing a lower bound for auth_len, ensure we
Jeremy Allison [Fri, 6 Mar 2009 05:06:48 +0000 (21:06 -0800)]
Now we're allowing a lower bound for auth_len, ensure we
also check for an upper one (integer wrap).
Jeremy.

15 years agoFix bug #6161 - smbclient corrupts source path in tar mode
Jeremy Allison [Fri, 6 Mar 2009 01:19:18 +0000 (17:19 -0800)]
Fix bug #6161 - smbclient corrupts source path in tar mode
This was my fault. I broke the smbclient tar argument processing
in creating the string for chdir when removing pstrings.
Jeremy.

15 years agoLast part of fix for #6154 - zfs does not honor admin users.
Jeremy Allison [Thu, 5 Mar 2009 23:18:18 +0000 (15:18 -0800)]
Last part of fix for #6154 - zfs does not honor admin users.
Jeremy.

15 years agoComplete the fix for bug 6100
Volker Lendecke [Thu, 5 Mar 2009 21:20:55 +0000 (22:20 +0100)]
Complete the fix for bug 6100

According to [MS-RPCE].pdf, section 2.2.2.11:

----
A client or a server that (during composing of a PDU) has allocated more space
for the authentication token than the security provider fills in SHOULD fill in
the rest of the allocated space with zero octets. These zero octets are still
considered to belong to the authentication token part of the PDU.<36>
----

RPC implementations are allowed to send padding bytes at the end of an auth
footer. Windows 7 makes use of this.

Thanks to Nick Meier <nmeier@microsoft.com>

Volker

15 years agoFix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.
Jeremy Allison [Thu, 5 Mar 2009 17:04:16 +0000 (09:04 -0800)]
Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.
Confirmed by reporters.
Jeremy.

15 years agolibrpc: Re-run make idl_full from source3
Tim Prouty [Thu, 5 Mar 2009 02:29:18 +0000 (18:29 -0800)]
librpc: Re-run make idl_full from source3

15 years agopidl: Don't generate variables declarations for pointless array counters.
Tim Prouty [Tue, 3 Mar 2009 21:04:14 +0000 (13:04 -0800)]
pidl: Don't generate variables declarations for pointless array counters.

Code isn't generated to iterate over arrays of length 0, but the
variable declarations still are.  The result is 'unused variable'
warnings. This only seems to be happening in one place right now, so I
targeted the fix to this case, but refactoring could be done to make
all variable declarations do this zero length check.  Making it the
default would be a much more invasive fix.

Jelmer, please check!

15 years agos3 OneFS: Use the public open_streams_for_delete
Tim Prouty [Wed, 4 Mar 2009 03:27:50 +0000 (19:27 -0800)]
s3 OneFS: Use the public open_streams_for_delete

15 years agos3: Change open_streams_for_delete to call through the vfs layer
Tim Prouty [Wed, 4 Mar 2009 03:23:33 +0000 (19:23 -0800)]
s3: Change open_streams_for_delete to call through the vfs layer

This eliminates the last direct caller of create_file_unixpath

15 years agoFix careless mistake in winbindd_setup_sig_usr2_handler
Bo Yang [Thu, 5 Mar 2009 01:26:57 +0000 (17:26 -0800)]
Fix careless mistake in winbindd_setup_sig_usr2_handler

15 years agoSecond part of fix for #6154, ensure we return max access
Jeremy Allison [Thu, 5 Mar 2009 01:17:43 +0000 (17:17 -0800)]
Second part of fix for #6154, ensure we return max access
if admin user.
Jeremy.

15 years agoFix bug #6154 - zfs does not honor admin users.
Jeremy Allison [Thu, 5 Mar 2009 00:57:37 +0000 (16:57 -0800)]
Fix bug #6154 - zfs does not honor admin users.
Jeremy

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett [Thu, 5 Mar 2009 00:11:19 +0000 (11:11 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel

15 years agoRemove parse_control from header, long after the function was removed
Andrew Bartlett [Thu, 5 Mar 2009 00:07:35 +0000 (11:07 +1100)]
Remove parse_control from header, long after the function was removed

Simo reminded me that when (long ago) I moved parse_controls away from
this place, I forgot to update the manually maintained header file.

Andrew Bartlett

15 years agoUpdate talloc version so we don't fail on system talloc 1.2.0
Andrew Bartlett [Wed, 4 Mar 2009 23:46:46 +0000 (10:46 +1100)]
Update talloc version so we don't fail on system talloc 1.2.0

The problem is that talloc in the Samba tree now includes
talloc_get_type_abort(), which is not present on Fedora 10 or ubuntu's
talloc 1.2.0.

Andrew Bartlett

15 years agoFix crashes when running RAW-ACLs against system with tdb ACL modules
Jeremy Allison [Wed, 4 Mar 2009 22:48:33 +0000 (14:48 -0800)]
Fix crashes when running RAW-ACLs against system with tdb ACL modules
(caused by the POSIX pathname fixes).
Jeremy.

15 years agos3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside
Michael Adam [Wed, 4 Mar 2009 21:05:17 +0000 (22:05 +0100)]
s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside

Michael

15 years agos3:smbconf: move smbconf_share_exists checks into backend
Michael Adam [Wed, 4 Mar 2009 21:02:07 +0000 (22:02 +0100)]
s3:smbconf: move smbconf_share_exists checks into backend

Michael

15 years agos3:net conf: reduce memory usage of "net conf import".
Michael Adam [Wed, 4 Mar 2009 20:46:32 +0000 (21:46 +0100)]
s3:net conf: reduce memory usage of "net conf import".

"net conf import" was wrapped in one big transaction.
This lead to MAX_TALLOC_SIZE being exceeded at roughly
1500 shares. This patch resolves that problem by
limiting the top level transactions in "net conf import"
to 100 shares.

Michael