jra/samba/.git
15 years agoRevert "Fix a O(n^2) algorithm in regdb_fetch_keys()"
Michael Adam [Tue, 24 Feb 2009 16:51:09 +0000 (17:51 +0100)]
Revert "Fix a O(n^2) algorithm in regdb_fetch_keys()"

This reverts commit a13f065bad0f4d21a67e68b743f17f45bf0a4691.

This fix is reverted, because the speedup is going to move
further down into reg_objects.c. The unsorted list of subkey names
is going to be indexed: This O(n^2) search bites us in more places.
This re-establishes the abstraction of reg_objects.c.

Michael

15 years agoRemove a temporary debug message -- sorry
Volker Lendecke [Thu, 26 Feb 2009 12:24:59 +0000 (13:24 +0100)]
Remove a temporary debug message -- sorry

15 years agos3-spoolss: fix search_notify(). sorry...
Günther Deschner [Thu, 26 Feb 2009 12:19:24 +0000 (13:19 +0100)]
s3-spoolss: fix search_notify(). sorry...

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Thu, 26 Feb 2009 12:15:47 +0000 (13:15 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agos3-spoolss: job status defines moved to IDL.
Günther Deschner [Thu, 26 Feb 2009 00:10:58 +0000 (01:10 +0100)]
s3-spoolss: job status defines moved to IDL.

Guenther

15 years agospoolss: add spoolss_JobStatus.
Günther Deschner [Thu, 26 Feb 2009 00:10:37 +0000 (01:10 +0100)]
spoolss: add spoolss_JobStatus.

Guenther

15 years agos3-spoolss: remove some unused defines and structs.
Günther Deschner [Wed, 25 Feb 2009 23:49:02 +0000 (00:49 +0100)]
s3-spoolss: remove some unused defines and structs.

Guenther

15 years agos4:heimdal_build: correrctly switch closefrom() and get/setprogname() replacements...
Stefan Metzmacher [Thu, 26 Feb 2009 12:12:54 +0000 (13:12 +0100)]
s4:heimdal_build: correrctly switch closefrom() and get/setprogname() replacements on and off

metze

15 years agoConvert open_socket_out to tevent_req
Volker Lendecke [Thu, 26 Feb 2009 11:34:39 +0000 (12:34 +0100)]
Convert open_socket_out to tevent_req

15 years agoAdd tevent_req helpers to includes.h
Volker Lendecke [Thu, 26 Feb 2009 11:34:14 +0000 (12:34 +0100)]
Add tevent_req helpers to includes.h

15 years agoAdd tevent_ntstatus
Volker Lendecke [Thu, 26 Feb 2009 09:48:41 +0000 (10:48 +0100)]
Add tevent_ntstatus

15 years agos3:net: wrap net conf import into one big transaction
Michael Adam [Tue, 24 Feb 2009 09:54:13 +0000 (10:54 +0100)]
s3:net: wrap net conf import into one big transaction

This speeds up "net conf import" of a file with 2000 shares
from 11 minutest to 1m50s on my box.

Michael

15 years agos3:libsmbconf: add transactions to the libsmbconf api
Michael Adam [Tue, 24 Feb 2009 09:52:30 +0000 (10:52 +0100)]
s3:libsmbconf: add transactions to the libsmbconf api

This is useful for wrapping higher level aggregate operations
in transactions. The text backend implementations just return
WERR_OK, the registry backend implementatoins use the
regdb_transaction_start|commit|cancel routines just added.

Michael

15 years agos3:registry: wrap deletekey_recursive in one big transaction.
Michael Adam [Tue, 24 Feb 2009 14:40:05 +0000 (15:40 +0100)]
s3:registry: wrap deletekey_recursive in one big transaction.

This speeds up "net conf drop" with 2000 shares on my box from
4m40s to 1m50s, leaving virtually only cpu load.

Michael

15 years agos3:registry: provide transaction_start|commit|cancel fns for the registry tdb
Michael Adam [Tue, 24 Feb 2009 09:44:48 +0000 (10:44 +0100)]
s3:registry: provide transaction_start|commit|cancel fns for the registry tdb

Michael

15 years agoWrap creating the sorted subkey cache in a transaction
Volker Lendecke [Sun, 22 Feb 2009 09:11:29 +0000 (10:11 +0100)]
Wrap creating the sorted subkey cache in a transaction

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoAdd a comment describing the sorted subkeys
Volker Lendecke [Sun, 22 Feb 2009 00:11:51 +0000 (01:11 +0100)]
Add a comment describing the sorted subkeys

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoAdd sorted subkey cache
Volker Lendecke [Fri, 20 Feb 2009 05:01:16 +0000 (06:01 +0100)]
Add sorted subkey cache

On my box this gets net conf list for 1000 records down to .1 seconds

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoAdd db_tdb_parse
Volker Lendecke [Sat, 21 Feb 2009 23:47:54 +0000 (00:47 +0100)]
Add db_tdb_parse

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoAdd dbwrap->parse_record
Volker Lendecke [Sat, 21 Feb 2009 23:18:05 +0000 (00:18 +0100)]
Add dbwrap->parse_record

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoSpeed up "net conf list"
Volker Lendecke [Sat, 21 Feb 2009 17:00:42 +0000 (18:00 +0100)]
Speed up "net conf list"

For 1000 shares this speeds up net conf list from .6 to .25 seconds on my box

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agoSpeed up "net conf list"
Volker Lendecke [Sat, 21 Feb 2009 16:01:58 +0000 (17:01 +0100)]
Speed up "net conf list"

With 1000 shares in the registry, this changed the time of "net conf list" from
1.1 seconds to .6 seconds.

Signed-off-by: Michael Adam <obnox@samba.org>
15 years agos4:Makefile: try to fix 'make installheaders' on *BSD systems
Stefan Metzmacher [Thu, 26 Feb 2009 09:55:00 +0000 (10:55 +0100)]
s4:Makefile: try to fix 'make installheaders' on *BSD systems

metze

15 years agos4:heimdal_build: don't always build setprogname.o
Stefan Metzmacher [Thu, 26 Feb 2009 09:05:58 +0000 (10:05 +0100)]
s4:heimdal_build: don't always build setprogname.o

This hopefully fixes the build on Mac OS 10, where setprogname()
is available via libc.

asn1_compile and compile_et use only .ho files again
and don't use socket_wrapper anymore.

metze

15 years agolibreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_DISABLE=1
Stefan Metzmacher [Thu, 26 Feb 2009 09:29:55 +0000 (10:29 +0100)]
libreplace: make it possible to disable socket_wrapper via -DSOCKET_WRAPPER_DISABLE=1

metze

15 years agos4:ldb_map: include ldb_includes.h first to get replace.h as first header
Stefan Metzmacher [Thu, 26 Feb 2009 08:42:29 +0000 (09:42 +0100)]
s4:ldb_map: include ldb_includes.h first to get replace.h as first header

This should bring the build on AIX one step further.

metze

15 years agos4:VERSION: mark as 4.0.0-alpha8 gitsnapshot
Stefan Metzmacher [Thu, 26 Feb 2009 08:10:23 +0000 (09:10 +0100)]
s4:VERSION: mark as 4.0.0-alpha8 gitsnapshot

metze

15 years agoMark as the Samba 4.0 alpha7 release
Andrew Bartlett [Thu, 26 Feb 2009 02:21:08 +0000 (13:21 +1100)]
Mark as the Samba 4.0 alpha7 release

15 years agoA simple hack to avoid the segfault in #6138
Andrew Bartlett [Thu, 26 Feb 2009 02:12:07 +0000 (13:12 +1100)]
A simple hack to avoid the segfault in #6138

Thanks to Andrew Kroeger <andrew@id10ts.net> for reporting this.  This
fix just for the release.  A better fix will make it into the master
branch soon.

Andrew Bartlett

15 years agoFix more POSIX path lstat calls. Fix bug where close can return
Jeremy Allison [Wed, 25 Feb 2009 22:57:16 +0000 (14:57 -0800)]
Fix more POSIX path lstat calls. Fix bug where close can return
failure if we have a pending modtime and the containing directory
of the file has been renamed (there is no POSIX "update time by
fd" call). This can't happen on Windows as the rename will fail
if there are open files beneath it. Will add a torture test
for this.
Jeremy.

15 years agoUse fsp->posix_open in preference if we have it.
Jeremy Allison [Wed, 25 Feb 2009 22:50:19 +0000 (14:50 -0800)]
Use fsp->posix_open in preference if we have it.
Jeremy.

15 years agos3-spoolss: fix _spoolss_AddJob behaviour.
Günther Deschner [Wed, 25 Feb 2009 22:43:55 +0000 (23:43 +0100)]
s3-spoolss: fix _spoolss_AddJob behaviour.

Guenther

15 years agos4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy.
Günther Deschner [Wed, 25 Feb 2009 22:42:03 +0000 (23:42 +0100)]
s4-spoolss: implement dcesrv_spoolss_AddJob which always is a dummy.

Guenther

15 years agos4-smbtorture: add test_AddJob test to RPC-SPOOLSS test.
Günther Deschner [Mon, 9 Feb 2009 21:22:45 +0000 (22:22 +0100)]
s4-smbtorture: add test_AddJob test to RPC-SPOOLSS test.

Guenther

15 years agoEnsure ACL modules work with POSIX paths.
Jeremy Allison [Wed, 25 Feb 2009 22:12:51 +0000 (14:12 -0800)]
Ensure ACL modules work with POSIX paths.
Jeremy.

15 years agos4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.
Günther Deschner [Wed, 25 Feb 2009 22:04:52 +0000 (23:04 +0100)]
s4-spoolss: implement dcesrv_spoolss_GetPrintProcessorDirectory.

Guenther

15 years agolib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() should...
Stefan Metzmacher [Thu, 22 Jan 2009 09:54:12 +0000 (10:54 +0100)]
lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() should be a noop

The reason for tdb_reopen_all() is that the seek pointer on fds are shared between
parent and child.

metze

15 years agos3: Report the correct path when dumping core on FreeBSD
Tim Prouty [Wed, 25 Feb 2009 00:42:18 +0000 (16:42 -0800)]
s3: Report the correct path when dumping core on FreeBSD

Utilize the kern.corefile sysctl value on FreeBSD

15 years agos3: Refactor and cleanup the error paths in dump_core_setup
Tim Prouty [Tue, 24 Feb 2009 22:45:46 +0000 (14:45 -0800)]
s3: Refactor and cleanup the error paths in dump_core_setup

15 years agos3 OneFS: Add .snapshot directory configuration handling
Tim Prouty [Mon, 23 Feb 2009 22:51:17 +0000 (14:51 -0800)]
s3 OneFS: Add .snapshot directory configuration handling

15 years agoFix use of streams modules with CIFSFS client.
Jeremy Allison [Wed, 25 Feb 2009 21:46:21 +0000 (13:46 -0800)]
Fix use of streams modules with CIFSFS client.
Jeremy.

15 years agos3-rpcclient: add test command to call netr_LogonGetCapabilities (for bug #6100).
Günther Deschner [Wed, 25 Feb 2009 21:10:21 +0000 (22:10 +0100)]
s3-rpcclient: add test command to call netr_LogonGetCapabilities (for bug #6100).

Guenther

15 years agoMake test for open modes more robust against other bits.
Jeremy Allison [Wed, 25 Feb 2009 21:00:44 +0000 (13:00 -0800)]
Make test for open modes more robust against other bits.
Jeremy.

15 years agoFix bug in processing of open modes in POSIX open.
Jeremy Allison [Wed, 25 Feb 2009 20:53:45 +0000 (12:53 -0800)]
Fix bug in processing of open modes in POSIX open.
Was missing case of "If file exists open. If file doesn't exist error."
Damn damn damn. CIFSFS client will have to have fallback cases
for this error for a long time.
Jeremy.

15 years agos3-rpcclient: support level 2 in spoolss_addform.
Günther Deschner [Wed, 25 Feb 2009 19:50:34 +0000 (20:50 +0100)]
s3-rpcclient: support level 2 in spoolss_addform.

Guenther

15 years agos3-spoolss: make us pass the RPC-SPOOLSS torture test w.r.t. directory calls.
Günther Deschner [Wed, 25 Feb 2009 20:08:13 +0000 (21:08 +0100)]
s3-spoolss: make us pass the RPC-SPOOLSS torture test w.r.t. directory calls.

Guenther

15 years agos3-spoolss: JOB_ACCESS_READ has moved to idl.
Günther Deschner [Wed, 25 Feb 2009 19:48:55 +0000 (20:48 +0100)]
s3-spoolss: JOB_ACCESS_READ has moved to idl.

Guenther

15 years agos4-smbtorture: expand RPC-SPOOLSS enumform and getform tests for level 2 forms.
Günther Deschner [Wed, 25 Feb 2009 20:10:44 +0000 (21:10 +0100)]
s4-smbtorture: expand RPC-SPOOLSS enumform and getform tests for level 2 forms.

Guenther

15 years agos4-smbtorture: add test_GetPrintProcessorDirectory to RPC-SPOOLSS.
Günther Deschner [Wed, 25 Feb 2009 15:17:44 +0000 (16:17 +0100)]
s4-smbtorture: add test_GetPrintProcessorDirectory to RPC-SPOOLSS.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Wed, 25 Feb 2009 20:16:45 +0000 (21:16 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: add JOB_ACCESS_READ.
Günther Deschner [Wed, 25 Feb 2009 19:48:43 +0000 (20:48 +0100)]
spoolss: add JOB_ACCESS_READ.

Guenther

15 years agospoolss: add spoolss_AddFormInfo2.
Günther Deschner [Wed, 25 Feb 2009 19:48:16 +0000 (20:48 +0100)]
spoolss: add spoolss_AddFormInfo2.

Guenther

15 years agospoolss: fix spoolss_FormInfo2 (new in vista).
Günther Deschner [Wed, 25 Feb 2009 19:46:35 +0000 (20:46 +0100)]
spoolss: fix spoolss_FormInfo2 (new in vista).

keyword is an astring, not an nstring.

Guenther

15 years agospoolss: windows ignores level in a spoolss_GetPrintProcessorDirectory query.
Günther Deschner [Wed, 25 Feb 2009 15:17:08 +0000 (16:17 +0100)]
spoolss: windows ignores level in a spoolss_GetPrintProcessorDirectory query.

Guenther

15 years agos4: make libintl a build dependency of heimdal_krb5 so all dependent binaries are...
Tim Prouty [Wed, 25 Feb 2009 19:27:37 +0000 (11:27 -0800)]
s4: make libintl a build dependency of heimdal_krb5 so all dependent binaries are linked properly

15 years agoFix some NetBSD warnings.
Jeremy Allison [Wed, 25 Feb 2009 17:59:53 +0000 (09:59 -0800)]
Fix some NetBSD warnings.
Jeremy.

15 years agoOnly define _GNU_SOURCE if it's not defined yet.
Jelmer Vernooij [Wed, 25 Feb 2009 15:54:35 +0000 (16:54 +0100)]
Only define _GNU_SOURCE if it's not defined yet.

15 years agoUse stdbool.h instead of manually defining bool
Simo Sorce [Wed, 25 Feb 2009 15:02:41 +0000 (10:02 -0500)]
Use stdbool.h instead of manually defining bool

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 25 Feb 2009 14:22:31 +0000 (15:22 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoRerun pidl.
Jelmer Vernooij [Wed, 25 Feb 2009 14:22:08 +0000 (15:22 +0100)]
Rerun pidl.

15 years agoInclude header with NTSTATUS, as some IDL files use it.
Jelmer Vernooij [Wed, 25 Feb 2009 14:21:36 +0000 (15:21 +0100)]
Include header with NTSTATUS, as some IDL files use it.

15 years agos3-spoolss: remove unused decode_printer_info_7.
Günther Deschner [Wed, 25 Feb 2009 13:27:30 +0000 (14:27 +0100)]
s3-spoolss: remove unused decode_printer_info_7.

Guenther

15 years agos4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10
Stefan Metzmacher [Wed, 25 Feb 2009 14:05:24 +0000 (15:05 +0100)]
s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10

metze

15 years agos3:events: map TEVENT_DEBUG_TRACE to debug level 10
Stefan Metzmacher [Wed, 25 Feb 2009 14:04:55 +0000 (15:04 +0100)]
s3:events: map TEVENT_DEBUG_TRACE to debug level 10

metze

15 years agoDon't define _GNU_SOURCE if it's already defined on the command-line.
Jelmer Vernooij [Wed, 25 Feb 2009 14:05:43 +0000 (15:05 +0100)]
Don't define _GNU_SOURCE if it's already defined on the command-line.

15 years agotevent: add private_print function feature to tevent_req
Stefan Metzmacher [Wed, 25 Feb 2009 13:29:31 +0000 (14:29 +0100)]
tevent: add private_print function feature to tevent_req

metze

15 years agos3-rpcclient: allow to set level in spoolss getform query and display all levels.
Günther Deschner [Wed, 25 Feb 2009 12:46:08 +0000 (13:46 +0100)]
s3-rpcclient: allow to set level in spoolss getform query and display all levels.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Wed, 25 Feb 2009 13:20:40 +0000 (14:20 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agospoolss: add spoolss_FormInfo2 used by Vista.
Günther Deschner [Wed, 25 Feb 2009 12:45:15 +0000 (13:45 +0100)]
spoolss: add spoolss_FormInfo2 used by Vista.

Guenther

15 years agos3-rpcclient: more uses of is_valid_policy_hnd in spoolss and samr commands.
Günther Deschner [Wed, 25 Feb 2009 12:19:12 +0000 (13:19 +0100)]
s3-rpcclient: more uses of is_valid_policy_hnd in spoolss and samr commands.

Guenther

15 years agotevent: add tevent_req_poll() function
Stefan Metzmacher [Wed, 25 Feb 2009 12:53:19 +0000 (13:53 +0100)]
tevent: add tevent_req_poll() function

metze

15 years agoFix a missing prototype
Volker Lendecke [Wed, 25 Feb 2009 12:03:03 +0000 (13:03 +0100)]
Fix a missing prototype

15 years agoFix an incompatible pointer passed to winbind_get_groups
Volker Lendecke [Wed, 25 Feb 2009 11:55:47 +0000 (12:55 +0100)]
Fix an incompatible pointer passed to winbind_get_groups

This is the same bug that was fixed in other places of the code a few times
already:

A C compiler ONLY does automatic type conversions during an assignment.

Passing down a pointer to type A to a function taking type B as an
argument does NOT do any automatic type conversions.

If required, I can dig up the relevant portions of the C standard.

15 years agoRemove async_req based async_send
Volker Lendecke [Wed, 25 Feb 2009 11:45:39 +0000 (12:45 +0100)]
Remove async_req based async_send

15 years agoConvert rpc_sock_write to use tevent_req base async_send
Volker Lendecke [Wed, 25 Feb 2009 11:44:26 +0000 (12:44 +0100)]
Convert rpc_sock_write to use tevent_req base async_send

15 years agoRemove async_req based async_recv
Volker Lendecke [Wed, 25 Feb 2009 11:38:32 +0000 (12:38 +0100)]
Remove async_req based async_recv

15 years agoConvert rpc_sock_read to use tevent_req base async_read
Volker Lendecke [Wed, 25 Feb 2009 11:35:48 +0000 (12:35 +0100)]
Convert rpc_sock_read to use tevent_req base async_read

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 25 Feb 2009 11:49:37 +0000 (12:49 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

Conflicts:
source4/scripting/python/samba/provision.py

15 years agos3-spoolss: use is_valid_policy_hnd to check for valid policy handles.
Günther Deschner [Wed, 25 Feb 2009 11:09:15 +0000 (12:09 +0100)]
s3-spoolss: use is_valid_policy_hnd to check for valid policy handles.

Guenther

15 years agos3-spoolss: remove rpccli_spoolss_getprinter.
Günther Deschner [Wed, 25 Feb 2009 00:23:40 +0000 (01:23 +0100)]
s3-spoolss: remove rpccli_spoolss_getprinter.

Guenther

15 years agos3-spoolss: remove rpccli_spoolss_setprinter.
Günther Deschner [Tue, 24 Feb 2009 23:12:58 +0000 (00:12 +0100)]
s3-spoolss: remove rpccli_spoolss_setprinter.

Guenther

15 years agos3-spoolss: remove rpccli_spoolss_addprinterex.
Günther Deschner [Tue, 10 Feb 2009 22:37:00 +0000 (23:37 +0100)]
s3-spoolss: remove rpccli_spoolss_addprinterex.

Guenther

15 years agos3-spoolss: use rpccli_spoolss_addprinterex wrapper.
Günther Deschner [Wed, 25 Feb 2009 00:11:01 +0000 (01:11 +0100)]
s3-spoolss: use rpccli_spoolss_addprinterex wrapper.

Guenther

15 years agos3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter.
Günther Deschner [Wed, 25 Feb 2009 09:58:53 +0000 (10:58 +0100)]
s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter.

Guenther

15 years agos3-rpcclient: use rpccli_spoolss_SetPrinter and rpccli_spoolss_getprinter.
Günther Deschner [Sat, 14 Feb 2009 02:08:06 +0000 (03:08 +0100)]
s3-rpcclient: use rpccli_spoolss_SetPrinter and rpccli_spoolss_getprinter.

Guenther

15 years agos3-spoolss: add rpccli_spoolss_getprinter convenience wrapper.
Günther Deschner [Sat, 14 Feb 2009 02:07:01 +0000 (03:07 +0100)]
s3-spoolss: add rpccli_spoolss_getprinter convenience wrapper.

Guenther

15 years agoAttempt to fix the OpenChange build -- sorry for the break
Volker Lendecke [Wed, 25 Feb 2009 09:54:19 +0000 (10:54 +0100)]
Attempt to fix the OpenChange build -- sorry for the break

15 years agos3-spoolss: add rpccli_spoolss_addprinterex convenience wrapper.
Günther Deschner [Wed, 25 Feb 2009 00:07:50 +0000 (01:07 +0100)]
s3-spoolss: add rpccli_spoolss_addprinterex convenience wrapper.

Guenther

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett [Wed, 25 Feb 2009 09:27:43 +0000 (20:27 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel

15 years agoWHATSNEW updates
Oliver Liebel [Wed, 25 Feb 2009 09:26:27 +0000 (20:26 +1100)]
WHATSNEW updates

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
15 years agos4 heimdal: Link libintl correctly
Tim Prouty [Wed, 25 Feb 2009 07:38:42 +0000 (23:38 -0800)]
s4 heimdal: Link libintl correctly

15 years agos3: Fix 'assignment differ in signedness' warning
Tim Prouty [Wed, 25 Feb 2009 08:11:31 +0000 (00:11 -0800)]
s3: Fix 'assignment differ in signedness' warning

15 years agos4:build: add some comments to the SMB_EXT_LIB() definition
Stefan Metzmacher [Wed, 25 Feb 2009 07:42:33 +0000 (08:42 +0100)]
s4:build: add some comments to the SMB_EXT_LIB() definition

metze

15 years agoCredit tridge's work on fixing GnuTLS
Andrew Bartlett [Wed, 25 Feb 2009 06:52:00 +0000 (17:52 +1100)]
Credit tridge's work on fixing GnuTLS

15 years agoWork around ndr_unpack failing on structures with relative pointers.
Andrew Bartlett [Wed, 25 Feb 2009 06:43:07 +0000 (17:43 +1100)]
Work around ndr_unpack failing on structures with relative pointers.

This disgusting hack works around the fact that
ndr_pull_struct_blob_all will always fail on structures with relative
pointers.  So, map ndr_unpack to ndr_pull_struct_blob_all only if we
don't have any relative pointers in this structure.

Andrew Bartlett

15 years agos3 OneFS: Fix uninitialized variable
Tim Prouty [Wed, 25 Feb 2009 05:53:30 +0000 (21:53 -0800)]
s3 OneFS: Fix uninitialized variable

15 years agoFix guest mounts
Steve French [Wed, 25 Feb 2009 02:53:46 +0000 (20:53 -0600)]
Fix guest mounts
     guest session setup, login (user id) as anonymous.
    This patch is for samba bugzilla bug 4640.

Signed-off-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@samba.org>
15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel
Andrew Bartlett [Wed, 25 Feb 2009 02:15:53 +0000 (13:15 +1100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel

15 years agoPrepare for a quick alpha7 release to help simo meet Fedora deadlines
Andrew Bartlett [Wed, 25 Feb 2009 02:14:36 +0000 (13:14 +1100)]
Prepare for a quick alpha7 release to help simo meet Fedora deadlines

While there isn't much in this release, there is enough to be worth
cutting the tarball, and not much cost in doing so.

Andrew Bartlett

15 years agoAllow set attributes on a stream fnum to be redirected to the base filename.
Jeremy Allison [Wed, 25 Feb 2009 02:03:49 +0000 (18:03 -0800)]
Allow set attributes on a stream fnum to be redirected to the base filename.
Fixes the new RAW-STREAMS torture test.
Jeremy.