metze/samba/wip.git
15 years agoFix chain_reply for pipe reads
Volker Lendecke [Sun, 25 Jan 2009 11:22:20 +0000 (12:22 +0100)]
Fix chain_reply for pipe reads

The caller might have over-allocated reply->outbuf. Deal with that.

Sorry, Günther, for giving you so much pain ...

Volker

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Sun, 25 Jan 2009 04:35:21 +0000 (05:35 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoAdd prototypes required by samba-gtk.
Jelmer Vernooij [Sun, 25 Jan 2009 04:32:30 +0000 (05:32 +0100)]
Add prototypes required by samba-gtk.

15 years agoFix a segfault in parse_logentry
Volker Lendecke [Sat, 24 Jan 2009 14:08:14 +0000 (15:08 +0100)]
Fix a segfault in parse_logentry

entry->data_record.strings is type smb_ucs2, so the pointer arithmetic
increments by two :-)

15 years agoModify OneFS module to support new NTIMES interfaces
todd stecher [Sat, 24 Jan 2009 00:55:18 +0000 (16:55 -0800)]
Modify OneFS module to support new NTIMES interfaces

15 years agoExtend NTIMES to allow setting create_time
todd stecher [Fri, 23 Jan 2009 22:40:19 +0000 (14:40 -0800)]
Extend NTIMES to allow setting create_time

1) Add in smb_file_time struct to clarify code and make room for createtime.
2) Get and set create time from SMB messages.
3) Fixup existing VFS modules + examples Some OS'es allow for the
setting of the birthtime through kernel interfaces. This value is
generically used for Windows createtime, but is not settable in the
code today.

15 years agoThis change allows for the autoconfigre detection of sub-second time resolution in...
todd stecher [Fri, 23 Jan 2009 22:38:40 +0000 (14:38 -0800)]
This change allows for the autoconfigre detection of sub-second time resolution in the FreeBSD stat structure

15 years agos4-smbtorture: add my copyright.
Günther Deschner [Tue, 20 Jan 2009 23:33:01 +0000 (00:33 +0100)]
s4-smbtorture: add my copyright.

Guenther

15 years agos4-smbtorture: add BackupLog handling in eventlog test.
Günther Deschner [Tue, 20 Jan 2009 23:25:50 +0000 (00:25 +0100)]
s4-smbtorture: add BackupLog handling in eventlog test.

Guenther

15 years agos3-rpcclient: add eventlog_loginfo command.
Günther Deschner [Tue, 20 Jan 2009 22:01:58 +0000 (23:01 +0100)]
s3-rpcclient: add eventlog_loginfo command.

Guenther

15 years agos3-rpcclient: add eventlog_backuplog command.
Günther Deschner [Tue, 20 Jan 2009 21:18:29 +0000 (22:18 +0100)]
s3-rpcclient: add eventlog_backuplog command.

Guenther

15 years agos3-rpcclient: add eventlog_registerevsource command.
Günther Deschner [Tue, 20 Jan 2009 19:10:16 +0000 (20:10 +0100)]
s3-rpcclient: add eventlog_registerevsource command.

Guenther

15 years agos3-rpcclient: add eventlog_reporteventsource command.
Günther Deschner [Tue, 20 Jan 2009 18:26:41 +0000 (19:26 +0100)]
s3-rpcclient: add eventlog_reporteventsource command.

Guenther

15 years agos4-smbtorture: add test_GetLogIntormation test.
Günther Deschner [Tue, 20 Jan 2009 18:01:43 +0000 (19:01 +0100)]
s4-smbtorture: add test_GetLogIntormation test.

Guenther

15 years agos3-rpcclient: add eventlog_reportevent command.
Günther Deschner [Tue, 20 Jan 2009 18:09:53 +0000 (19:09 +0100)]
s3-rpcclient: add eventlog_reportevent command.

Guenther

15 years agos4-smbtorture: add ReportEventW test.
Günther Deschner [Tue, 20 Jan 2009 17:42:47 +0000 (18:42 +0100)]
s4-smbtorture: add ReportEventW test.

Guenther

15 years agos3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.
Günther Deschner [Thu, 22 Jan 2009 18:35:33 +0000 (19:35 +0100)]
s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.

Guenther

15 years agos3: re-run make samba3-idl.
Günther Deschner [Sat, 24 Jan 2009 02:30:48 +0000 (03:30 +0100)]
s3: re-run make samba3-idl.

Guenther

15 years agoeventlog: fill in IDL for eventlog_OpenBackupEventLogW.
Günther Deschner [Tue, 20 Jan 2009 21:18:53 +0000 (22:18 +0100)]
eventlog: fill in IDL for eventlog_OpenBackupEventLogW.

Guenther

15 years agoeventlog: fill in IDL for eventlog_BackupEventLogW.
Günther Deschner [Tue, 20 Jan 2009 21:06:01 +0000 (22:06 +0100)]
eventlog: fill in IDL for eventlog_BackupEventLogW.

Guenther

15 years agoeventlog: fill in IDL for eventlog_DeregisterEventSource.
Günther Deschner [Tue, 20 Jan 2009 19:00:02 +0000 (20:00 +0100)]
eventlog: fill in IDL for eventlog_DeregisterEventSource.

Guenther

15 years agoeventlog: fill in IDL for eventlog_RegisterEventSourceW.
Günther Deschner [Tue, 20 Jan 2009 18:58:17 +0000 (19:58 +0100)]
eventlog: fill in IDL for eventlog_RegisterEventSourceW.

Guenther

15 years agoeventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.
Günther Deschner [Tue, 20 Jan 2009 18:20:26 +0000 (19:20 +0100)]
eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.

Guenther

15 years agoeventlog: fill in IDL for eventlog_GetLogIntormation.
Günther Deschner [Tue, 20 Jan 2009 17:56:34 +0000 (18:56 +0100)]
eventlog: fill in IDL for eventlog_GetLogIntormation.

Guenther

15 years agoeventlog: fill in IDL for eventlog_ReportEventW.
Günther Deschner [Tue, 20 Jan 2009 17:32:01 +0000 (18:32 +0100)]
eventlog: fill in IDL for eventlog_ReportEventW.

Guenther

15 years agoRevert "s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server."
Günther Deschner [Sat, 24 Jan 2009 01:59:24 +0000 (02:59 +0100)]
Revert "s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server."

This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a.

15 years agos3-eventlog: fix various invalid memcpy in read_package_entry().
Günther Deschner [Sat, 24 Jan 2009 01:10:47 +0000 (02:10 +0100)]
s3-eventlog: fix various invalid memcpy in read_package_entry().

Guenther

15 years agos3-eventlog: fix buffer allocation in eventlog read call.
Günther Deschner [Sat, 24 Jan 2009 01:07:40 +0000 (02:07 +0100)]
s3-eventlog: fix buffer allocation in eventlog read call.

This broke with f6fa3080fee1b20df9f1968500840a88cf0ee592 back in April 2007...

Guenther

15 years agotalloc: Change the two other definitions of TALLOC_FREE to match the primary version
Tim Prouty [Sat, 24 Jan 2009 01:29:21 +0000 (17:29 -0800)]
talloc: Change the two other definitions of TALLOC_FREE to match the primary version

Eventually these two other definitions should be removed and all of
the TALLOC macros should live in the same header.  Until then, this
patch eliminates some build warnings.

15 years agos3 ldb: Fix vasprintf segfault that has been the source of build machine failures...
Tim Prouty [Sat, 24 Jan 2009 00:09:13 +0000 (16:09 -0800)]
s3 ldb: Fix vasprintf segfault that has been the source of build machine failures this week

The bug was introduced when converting samba3's ldb_search interface
to match samba4:
47951fc5d0085e124666b7667715bba98076820e
f3ecb701335b1129947127d4c45eef970b66875c

15 years agotalloc_free() copes with a NULL pointer just fine
Volker Lendecke [Fri, 23 Jan 2009 22:15:05 +0000 (23:15 +0100)]
talloc_free() copes with a NULL pointer just fine

Saved around 10kb of code on my box :-)

15 years agos3: OneFS unmappable sids support.
Dan Sledz [Fri, 9 Jan 2009 01:09:28 +0000 (17:09 -0800)]
s3: OneFS unmappable sids support.

Updates the onefs vfs module to add configurable behavior to deal
with sids that are unknown to us.  The best examples are aces that
come from robocopy/xcopy.

Adds the following share level options (which are specific to the vfs_onefs
module):

onefs: ignore unmappable sids (Default = false)
If this option is set to true, sids which could not be resolved to
a uid/gid are ignored.  If an unmappable sid is encountered as the owner
or group, the owner/group is converted to BUILTIN\Administrators.

onefs: unmappable sids ignore list (Default = empty)
Only the sids in the list are ignored.

onefs: ignore sacls (Default = false)
SACLs are ignored

onefs: unmappable sids deny everyone (Default = false)
If an unmappable sid is found in a deny ACE, the ACE's identity is
changed to Everyone.

15 years agos4: add ../lib/async_req to the s4 build
Kai Blin [Fri, 23 Jan 2009 11:25:49 +0000 (12:25 +0100)]
s4: add ../lib/async_req to the s4 build

15 years agoasync_req: Move to top level dir
Kai Blin [Fri, 23 Jan 2009 10:54:30 +0000 (11:54 +0100)]
async_req: Move to top level dir

15 years agodocs: Fix formatting issue in man libsmbclient.
Karolin Seeger [Fri, 23 Jan 2009 12:02:46 +0000 (13:02 +0100)]
docs: Fix formatting issue in man libsmbclient.

Karolin

15 years agos4: we're on the way to alhpa7
Stefan Metzmacher [Fri, 23 Jan 2009 10:24:25 +0000 (11:24 +0100)]
s4: we're on the way to alhpa7

metze

15 years agoApply same logic fix for #4308 Excel save operation corrupts file ACLs
Jeremy Allison [Fri, 23 Jan 2009 00:21:02 +0000 (16:21 -0800)]
Apply same logic fix for #4308 Excel save operation corrupts file ACLs
to NFSv4 ACL code as this uses the same flawed logic as posix_acls.c.
Jeremy.

15 years agoFix logic error in try_chown - we shouldn't arbitrarily chown
Jeremy Allison [Thu, 22 Jan 2009 23:57:41 +0000 (15:57 -0800)]
Fix logic error in try_chown - we shouldn't arbitrarily chown
to ourselves unless that was passed in.
Jeremy.

15 years agoSecond part of the attemt to fix #4308 - Excel save operation corrupts file ACLs.
Jeremy Allison [Thu, 22 Jan 2009 22:38:57 +0000 (14:38 -0800)]
Second part of the attemt to fix #4308 - Excel save operation corrupts file ACLs.
If the chown succeeds then the ACL set should also. Ensure this is the case
(refactor some of this code to make it simpler to read also).
Jeremy.

15 years agoAbstract away the transport in cli_pipe.c
Volker Lendecke [Thu, 22 Jan 2009 17:52:15 +0000 (18:52 +0100)]
Abstract away the transport in cli_pipe.c

Sorry for the monster checkin, I could not really find a way to do this in
steps.

15 years agoAdd the socket rpc client transport
Volker Lendecke [Thu, 22 Jan 2009 17:39:29 +0000 (18:39 +0100)]
Add the socket rpc client transport

15 years agoAdd the named pipe rpc client transport
Volker Lendecke [Thu, 22 Jan 2009 17:34:06 +0000 (18:34 +0100)]
Add the named pipe rpc client transport

15 years agoRPC_CLIENT_OBJ is the right variable for cli_pipe.o
Volker Lendecke [Thu, 22 Jan 2009 21:04:55 +0000 (22:04 +0100)]
RPC_CLIENT_OBJ is the right variable for cli_pipe.o

15 years agoAdd struct rpc_cli_transport
Volker Lendecke [Thu, 22 Jan 2009 17:50:37 +0000 (18:50 +0100)]
Add struct rpc_cli_transport

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 22 Jan 2009 21:49:30 +0000 (22:49 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agos3: Fix warning
Tim Prouty [Thu, 22 Jan 2009 21:14:04 +0000 (13:14 -0800)]
s3: Fix warning

15 years agoAnother attempt to fix bug #4308 - Excel save operation corrupts file ACLs.
Jeremy Allison [Thu, 22 Jan 2009 18:57:10 +0000 (10:57 -0800)]
Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.
Simo is completely correct. We should be doing the chown *first*, and fail the
ACL set if this fails. The long standing assumption I made when writing the
initial POSIX ACL code was that Windows didn't control who could chown a file
in the same was as POSIX. In POSIX only root can do this whereas I wasn't sure
who could do this in Windows at the time (I didn't understand the privilege
model). So the assumption was that setting the ACL was more important (early
tests showed many failed ACL set's due to inability to chown). But now we have
privileges in smbd, and we must always fail an ACL set when we can't chown
first. The key that Simo noticed is that the CREATOR_OWNER bits in the ACL
incoming are relative to the *new* owner, not the old one. This is why the old
user owner disappears on ACL set - their access was set via the USER_OBJ in the
creator POSIX ACL and when the ownership changes they lose their access.

Patch is simple - just ensure we do the chown first before evaluating the
incoming ACL re-read the owners. We already have code to do this it just wasn't
rigorously being applied.
Jeremy.

15 years agoDo not start a transaction this way.
Simo Sorce [Thu, 22 Jan 2009 16:51:37 +0000 (11:51 -0500)]
Do not start a transaction this way.
Because we still want to commit any changes that successfully apply we
never want to do a global cancel, and because of how transaction nesting
works that means we never cancel any "transaction" at the single modify
operation level.

Let each operation start its own transaction so that the transaction is
properly canceled if any error is returned and half committed operations
(though plugins failing) are properly reverted on a per operation basis.

15 years agoFix a segfault: rpccli_* expect the reply_pdu to always be initialized
Volker Lendecke [Thu, 22 Jan 2009 16:53:22 +0000 (17:53 +0100)]
Fix a segfault: rpccli_* expect the reply_pdu to always be initialized

15 years agoRemove obsolete samr Python module - use samba.dcerpc.samr instead.
Jelmer Vernooij [Thu, 22 Jan 2009 14:23:32 +0000 (15:23 +0100)]
Remove obsolete samr Python module - use samba.dcerpc.samr instead.

15 years agoImplement as_sddl.
Jelmer Vernooij [Thu, 22 Jan 2009 13:49:51 +0000 (14:49 +0100)]
Implement as_sddl.

15 years agoSupport parsing sddl for security descriptors.
Jelmer Vernooij [Thu, 22 Jan 2009 13:37:59 +0000 (14:37 +0100)]
Support parsing sddl for security descriptors.

15 years agolib/replace: add defines to let the callers find out if pwrite and pread are thread...
Stefan Metzmacher [Thu, 22 Jan 2009 10:52:54 +0000 (11:52 +0100)]
lib/replace: add defines to let the callers find out if pwrite and pread are thread/fork safe

metze

15 years agos3:printing: make some functions static and use tevent functions
Stefan Metzmacher [Wed, 21 Jan 2009 06:39:28 +0000 (07:39 +0100)]
s3:printing: make some functions static and use tevent functions

metze

15 years agos3:messages: finally make message_dispatch() static
Stefan Metzmacher [Wed, 21 Jan 2009 06:39:56 +0000 (07:39 +0100)]
s3:messages: finally make message_dispatch() static

metze

15 years agos3:printing: handle tevent_context events in the sys_select() call
Stefan Metzmacher [Wed, 21 Jan 2009 06:37:07 +0000 (07:37 +0100)]
s3:printing: handle tevent_context events in the sys_select() call

metze

15 years agos3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:35:07 +0000 (07:35 +0100)]
s3:winbindd: we don't need to call message_dispatch() anymore it's event triggered now

metze

15 years agos3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:34:49 +0000 (07:34 +0100)]
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggered now

metze

15 years agos3:smbd: we don't need to call message_dispatch() anymore it's event triggered now
Stefan Metzmacher [Wed, 21 Jan 2009 06:33:19 +0000 (07:33 +0100)]
s3:smbd: we don't need to call message_dispatch() anymore it's event triggered now

metze

15 years agos3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() instead
Stefan Metzmacher [Wed, 21 Jan 2009 06:31:33 +0000 (07:31 +0100)]
s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() instead

metze

15 years agos3:smbcontrol: don't call message_dispatch() anymore, it's triggered by tevent_loop_o...
Stefan Metzmacher [Wed, 21 Jan 2009 06:30:13 +0000 (07:30 +0100)]
s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by tevent_loop_once()

metze

15 years agos3:messaging: start with to use signal events instead of the raw signal interfaces
Stefan Metzmacher [Mon, 12 Jan 2009 17:14:04 +0000 (18:14 +0100)]
s3:messaging: start with to use signal events instead of the raw signal interfaces

metze

15 years agos3:smbd: restructure kernel oplocks code
Stefan Metzmacher [Fri, 9 Jan 2009 13:02:18 +0000 (14:02 +0100)]
s3:smbd: restructure kernel oplocks code

This converts the irix oplocks code to use a fd event
and removes the last special case for file descriptors
for the main sys_select().

metze

15 years agos3: always call run_events() before and after sys_select()
Stefan Metzmacher [Tue, 20 Jan 2009 03:14:20 +0000 (04:14 +0100)]
s3: always call run_events() before and after sys_select()

And always setup the fd events.

metze

15 years agos3:events: always run_events() before sys_select()
Stefan Metzmacher [Tue, 20 Jan 2009 00:58:04 +0000 (01:58 +0100)]
s3:events: always run_events() before sys_select()

We might have pending signal events not only timed events.

metze

15 years agoActually complete 3662c2b...
Volker Lendecke [Thu, 22 Jan 2009 11:13:29 +0000 (12:13 +0100)]
Actually complete 3662c2b...

15 years agocli_get_pipe_name_from_iface does not need the cli_state
Volker Lendecke [Thu, 22 Jan 2009 10:36:16 +0000 (11:36 +0100)]
cli_get_pipe_name_from_iface does not need the cli_state

I leave the TALLOC_CTX in, we might have to allocate it in the future

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Thu, 22 Jan 2009 10:37:27 +0000 (11:37 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoMove configure test files to the top-level and share them between s3 and
Jelmer Vernooij [Thu, 22 Jan 2009 10:35:28 +0000 (11:35 +0100)]
Move configure test files to the top-level and share them between s3 and
s4.

15 years agos3: run "make samba3-idl"
Michael Adam [Thu, 22 Jan 2009 07:14:06 +0000 (08:14 +0100)]
s3: run "make samba3-idl"

Michael

15 years agopidl/python: Add explicit casts, fixing implicit cast warnings.
Michael Adam [Thu, 22 Jan 2009 07:10:11 +0000 (08:10 +0100)]
pidl/python: Add explicit casts, fixing implicit cast warnings.

Michael

15 years agorun make idl_full, thus adding explicit casts to gen_ndr server code
Michael Adam [Thu, 22 Jan 2009 00:19:38 +0000 (01:19 +0100)]
run make idl_full, thus adding explicit casts to gen_ndr server code

Michael

15 years agopidl: reduce implicit cast warnings in gen_ndr server code
Michael Adam [Thu, 22 Jan 2009 00:17:40 +0000 (01:17 +0100)]
pidl: reduce implicit cast warnings in gen_ndr server code

Michael

15 years agoMemory leaks and other fixes found by Coverity
todd stecher [Mon, 19 Jan 2009 23:09:51 +0000 (15:09 -0800)]
Memory leaks and other fixes found by Coverity

15 years agoFix path to check_python.m4.
Jelmer Vernooij [Wed, 21 Jan 2009 17:54:20 +0000 (18:54 +0100)]
Fix path to check_python.m4.

15 years agolibsmbconf: Remove use of some Samba3-specific macros.
Jelmer Vernooij [Wed, 21 Jan 2009 17:50:16 +0000 (18:50 +0100)]
libsmbconf: Remove use of some Samba3-specific macros.

15 years agolibsmbconf: Add build magic for Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 17:50:02 +0000 (18:50 +0100)]
libsmbconf: Add build magic for Samba 4.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 17:40:06 +0000 (18:40 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agolibsmbconf: move the non-registry parts of libsmbconf to top level
Michael Adam [Wed, 21 Jan 2009 17:10:23 +0000 (18:10 +0100)]
libsmbconf: move the non-registry parts of libsmbconf to top level

Michael

15 years agos3:libsmbconf: include smbconf headers with lib/smbconf prefix
Michael Adam [Wed, 21 Jan 2009 17:25:47 +0000 (18:25 +0100)]
s3:libsmbconf: include smbconf headers with lib/smbconf prefix

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend
Michael Adam [Wed, 21 Jan 2009 16:16:37 +0000 (17:16 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backend

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend
Michael Adam [Wed, 21 Jan 2009 16:14:56 +0000 (17:14 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backend

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init
Michael Adam [Wed, 21 Jan 2009 16:12:50 +0000 (17:12 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_init

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite
Michael Adam [Wed, 21 Jan 2009 16:11:46 +0000 (17:11 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuite

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c
Michael Adam [Wed, 21 Jan 2009 16:11:02 +0000 (17:11 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.c

Michael

15 years agos3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c
Michael Adam [Wed, 21 Jan 2009 16:10:20 +0000 (17:10 +0100)]
s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.c

Michael

15 years agos3:libsmbconf: remove the init headers from smbconf.h
Michael Adam [Wed, 21 Jan 2009 15:59:09 +0000 (16:59 +0100)]
s3:libsmbconf: remove the init headers from smbconf.h

give the smbconf_init() dispatcher and the backends
(smbconf_reg and smbconf_txt) a header of their own each.

This allows to use the basic infrastructure and
single backends individually.

Michael

15 years agos3:libsmbconf: remove unused function smbconf_is_writeable_bystring()
Michael Adam [Wed, 21 Jan 2009 15:24:32 +0000 (16:24 +0100)]
s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()

Michael

15 years agopidl/python: Add explicit casts, fixes warnings about casts when enabled.
Jelmer Vernooij [Wed, 21 Jan 2009 17:38:40 +0000 (18:38 +0100)]
pidl/python: Add explicit casts, fixes warnings about casts when enabled.

15 years agos3/vfs_extd_audit: Don't ignore "syslog = 0".
Karolin Seeger [Wed, 21 Jan 2009 17:31:30 +0000 (18:31 +0100)]
s3/vfs_extd_audit: Don't ignore "syslog = 0".

This fixes bug #5956.
Thanks to Oskar Wycislak <cantorek [at] gmail.com> for reporting
and providing a patch!

Karolin

15 years agoFix warning; base dn is no longer const.
Jelmer Vernooij [Wed, 21 Jan 2009 17:20:23 +0000 (18:20 +0100)]
Fix warning; base dn is no longer const.

15 years agoMove check_python.m4 to common m4 directory.
Jelmer Vernooij [Wed, 21 Jan 2009 17:07:41 +0000 (18:07 +0100)]
Move check_python.m4 to common m4 directory.

15 years agoexpand-includes: Add simple protection against infinite recursion.
Jelmer Vernooij [Wed, 21 Jan 2009 16:32:08 +0000 (17:32 +0100)]
expand-includes: Add simple protection against infinite recursion.

15 years agoAutomagically expand includes in Makefile.in during configure time
Jelmer Vernooij [Wed, 21 Jan 2009 16:21:45 +0000 (17:21 +0100)]
Automagically expand includes in Makefile.in during configure time
when make is not GNU Make.

15 years agoOnly check for Perl once in Samba 3.
Jelmer Vernooij [Wed, 21 Jan 2009 15:49:36 +0000 (16:49 +0100)]
Only check for Perl once in Samba 3.

15 years agoMove check_make.m4 to the top-level.
Jelmer Vernooij [Wed, 21 Jan 2009 15:46:52 +0000 (16:46 +0100)]
Move check_make.m4 to the top-level.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Wed, 21 Jan 2009 15:18:06 +0000 (16:18 +0100)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoReplace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 15:15:53 +0000 (16:15 +0100)]
Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.

15 years agoReorder arguments to ldb_search() to match what is in Samba 4.
Jelmer Vernooij [Wed, 21 Jan 2009 14:18:05 +0000 (15:18 +0100)]
Reorder arguments to ldb_search() to match what is in Samba 4.

15 years agobuild-docs: cleanup exit of the script
Michael Adam [Wed, 21 Jan 2009 14:10:10 +0000 (15:10 +0100)]
build-docs: cleanup exit of the script

exit in the directory where it was called using pushd/popd.

Michael