ira/wip.git
15 years agonet_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Gerald (Jerry) Carter [Fri, 3 Oct 2008 15:51:54 +0000 (10:51 -0500)]
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.

This is helpful on multihomed hosts that only require a subset
of IP addresses be registered with DNS.

15 years agolibaddns: Use the same prerequisite for DDNS update as Windows XP.
Gerald (Jerry) Carter [Fri, 3 Oct 2008 15:51:21 +0000 (10:51 -0500)]
libaddns: Use the same prerequisite for DDNS update as Windows XP.

   Hostname, TYPE: CNAME, CLASS: NONE

This has to have been broken for ages.  I cannot see
how it would have worked in any environment.

15 years agoFix regressions in patchfile after last patch, several other minor fixes.
Matthias Dieter Wallnöfer [Fri, 3 Oct 2008 12:29:47 +0000 (14:29 +0200)]
Fix regressions in patchfile after last patch, several other minor fixes.

15 years agoFix crash bugs in error paths: ac is not yet initialized here, and we don't
Simo Sorce [Thu, 2 Oct 2008 21:15:00 +0000 (17:15 -0400)]
Fix crash bugs in error paths: ac is not yet initialized here, and we don't
need to call ldb_module_done in the main module functions, we can directly
return an error. ldb_module_done() is for callbacks

15 years agoDon't reject a successful alloc :-(.
Jeremy Allison [Thu, 2 Oct 2008 19:21:11 +0000 (12:21 -0700)]
Don't reject a successful alloc :-(.
Jeremy.

15 years agos4:blackblox/test_ldb: test searches via wellknownObjects
Stefan Metzmacher [Thu, 2 Oct 2008 16:49:11 +0000 (18:49 +0200)]
s4:blackblox/test_ldb: test searches via wellknownObjects

metze

15 years agos4:setup: add wellknownObjects to the domain object
Stefan Metzmacher [Thu, 2 Oct 2008 09:56:12 +0000 (11:56 +0200)]
s4:setup: add wellknownObjects to the domain object

metze

15 years agoFix bug 5805: don't close stdout
Derrell Lipman [Thu, 2 Oct 2008 13:03:32 +0000 (09:03 -0400)]
Fix bug 5805: don't close stdout

- When calling setup_logging multiple times, the code was closing the debug
  file descriptor before opening or assigning the new one.  We don't, however,
  want to close the debug file descriptor if it is stdout.

Derrell

15 years agos4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()
Stefan Metzmacher [Thu, 2 Oct 2008 09:25:13 +0000 (11:25 +0200)]
s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()

metze

15 years agos4:rootdse: for now don't pass down controls for the rootdse search
Stefan Metzmacher [Thu, 2 Oct 2008 09:20:10 +0000 (11:20 +0200)]
s4:rootdse: for now don't pass down controls for the rootdse search

metze

15 years agos4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls
Stefan Metzmacher [Thu, 2 Oct 2008 09:22:33 +0000 (11:22 +0200)]
s4:partition: register DOMAIN_SCOPE and SEARCH_OPTIONS controls

metze

15 years agos4:partition: pass down the SEARCH_OPTIONS control as uncritical
Stefan Metzmacher [Thu, 2 Oct 2008 09:11:14 +0000 (11:11 +0200)]
s4:partition: pass down the SEARCH_OPTIONS control as uncritical

metze

15 years agos4:linked_attributes: fix a crash bug when the definition of a target attribute is...
Stefan Metzmacher [Thu, 2 Oct 2008 09:05:02 +0000 (11:05 +0200)]
s4:linked_attributes: fix a crash bug when the definition of a target attribute is missing

Windows 2003 has a broken schema where the definition of msDS-IsDomainFor
is missing (which is supposed to be the backlink of the msDS-HasDomainNCs
attribute.

Our schema is extracted from windows 2003, so we have the problem.

As the NET-API-BECOME-DC test triggers this bug, windows 2003
seems to just skip creating a backlink.

metze

15 years agos4:kludge_acl: just fake support for the SD_FLAGS control
Stefan Metzmacher [Thu, 2 Oct 2008 00:44:25 +0000 (02:44 +0200)]
s4:kludge_acl: just fake support for the SD_FLAGS control

metze

15 years agos4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> as basedn
Stefan Metzmacher [Thu, 2 Oct 2008 00:30:48 +0000 (02:30 +0200)]
s4:extended_dn: add support for <GUID=...>, <SID=...> or <WKGUID=...,DC=...> as basedn

We resolve them into the real basedn before do the real search.

metze

15 years agos4:lib/ldb: fix stupid <SID=...> dn parsing bugs
Stefan Metzmacher [Thu, 2 Oct 2008 09:23:21 +0000 (11:23 +0200)]
s4:lib/ldb: fix stupid <SID=...> dn parsing bugs

metze

15 years agoThe IRIX compiler does not like embedded unnamed unions
Volker Lendecke [Thu, 2 Oct 2008 06:09:25 +0000 (08:09 +0200)]
The IRIX compiler does not like embedded unnamed unions

15 years agoAttempt to fix the build on IRIX
Volker Lendecke [Thu, 2 Oct 2008 01:37:52 +0000 (03:37 +0200)]
Attempt to fix the build on IRIX

Under irix, "sa_family" is a #define to sa_union.sa_generic.sa_family2

15 years agoFix bug 5798: "CFLAGS info lost in configure"
Volker Lendecke [Thu, 2 Oct 2008 00:17:04 +0000 (02:17 +0200)]
Fix bug 5798: "CFLAGS info lost in configure"

Michael, please check and merge to the other branches if it's right.

Thanks,

Volker

15 years agoFix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported...
Jeremy Allison [Wed, 1 Oct 2008 23:40:41 +0000 (16:40 -0700)]
Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsupported character set.
Cups 1.3.4 expects utf8 to be used in all messages to/from the server. We may be using a
different character set so we need to use talloc utf8 push/pull functions in all communication.
Needs more testing. Don't release until I've done a thorough test. I also have a version for 3.2.x.
Jeremy.

15 years agoWhitespace cleanup.
Jeremy Allison [Wed, 1 Oct 2008 22:01:05 +0000 (15:01 -0700)]
Whitespace cleanup.
Jeremy.

15 years agoFix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison [Wed, 1 Oct 2008 20:15:54 +0000 (13:15 -0700)]
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
This API is unusual in that if used to remove a non-list head it nulls out
the next and prev pointers. This is what you want for debugging (don't want
an entry removed from the list to be still virtually linked into it) but
means there is no consistent idiom for use as the next and prev pointers
get trashed on removal from the list, meaning you must save them yourself.
You can use it one way when deleting everything via the head pointer, as
this preserves the next pointer, but you *must* use it another way when not
deleting everything via the head pointer. Fix all known uses of this (the main
one is in conn_free_internal() and would not free all the private data entries
for vfs modules. The other changes in web/statuspage.c and winbindd_util.c
are not strictly neccessary, as the head pointer is being used, but I've done
them for consistency. Long term we must revisit this as this API is too hard
to use correctly.
Jeremy.

15 years agoTurn the socket connections into a refcounted list - in the common case there'll...
Jeremy Allison [Wed, 1 Oct 2008 19:50:29 +0000 (12:50 -0700)]
Turn the socket connections into a refcounted list - in the common case there'll now only be one socket per smbd.
Changed the format of the wire data to (a) include a version number (V1) as the first element. (b) removed the
";)" at the end an replaced it with a "\n". Receiver can change back if needed, and now receiver can just log
"as-is" to a text file (making testing easier). Added my (C). Sorry Holger, but I've changed quite a bit now.
Jeremy.

15 years agoFix some syntax errors for use with ReST.
Jelmer Vernooij [Wed, 1 Oct 2008 16:06:55 +0000 (18:06 +0200)]
Fix some syntax errors for use with ReST.

15 years agoFix header.
Jelmer Vernooij [Wed, 1 Oct 2008 15:29:16 +0000 (17:29 +0200)]
Fix header.

15 years agoFix formatting to be compatible with ReST.
Jelmer Vernooij [Wed, 1 Oct 2008 15:28:12 +0000 (17:28 +0200)]
Fix formatting to be compatible with ReST.

15 years agoUpdate to refer to 3 and 4, not just Samba 3.
Jelmer Vernooij [Wed, 1 Oct 2008 15:27:42 +0000 (17:27 +0200)]
Update to refer to 3 and 4, not just Samba 3.

15 years agoConvert to allocated strings. Use write_data(), not send as this doesn't correctly
Jeremy Allison [Tue, 30 Sep 2008 23:19:37 +0000 (16:19 -0700)]
Convert to allocated strings. Use write_data(), not send as this doesn't correctly
deal with EINTR. Jim and Holger please check this still works.
Jeremy.

15 years agoRevert erroneous commit.
Jeremy Allison [Tue, 30 Sep 2008 22:26:26 +0000 (15:26 -0700)]
Revert erroneous commit.
Jeremy.

15 years agoRemove current_user_info - not needed.
Jeremy Allison [Tue, 30 Sep 2008 22:21:58 +0000 (15:21 -0700)]
Remove current_user_info - not needed.
Jeremy.

15 years agoRestructure the module so it connects to the remote data sink
Jeremy Allison [Tue, 30 Sep 2008 22:13:19 +0000 (15:13 -0700)]
Restructure the module so it connects to the remote data sink
on connect, and closes the socket on client disconnect. This should
make it much more efficient. Store the remote fd in a private data
pointer off the handle. Finally we need to remove the fstrings and
convert to allocated buffer storage.
Jeremy.

15 years agoFix the make test problem Karolin reported. Now rename_open_files actually works...
Jeremy Allison [Tue, 30 Sep 2008 20:26:41 +0000 (13:26 -0700)]
Fix the make test problem Karolin reported. Now rename_open_files actually works correctly we must emit the change notify before we change the name, not before.
Jeremy.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell [Tue, 30 Sep 2008 20:02:09 +0000 (13:02 -0700)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agoUse a getatr instead to make things cleaner.
root [Tue, 30 Sep 2008 19:44:24 +0000 (12:44 -0700)]
Use a getatr instead to make things cleaner.
Jeremy.

15 years agoAdd in test name visible on the wire or in debug logs so you can see when particular...
Jeremy Allison [Tue, 30 Sep 2008 19:33:00 +0000 (12:33 -0700)]
Add in test name visible on the wire or in debug logs so you can see when particular tests start.
Jeremy.

15 years agoUse UTF8 rather than the possibly different UNIX charset.
Matthias Dieter Wallnöfer [Tue, 30 Sep 2008 16:10:04 +0000 (18:10 +0200)]
Use UTF8 rather than the possibly different UNIX charset.

15 years agocheck call status not rpc fault code when calling to different levels
Andrew Tridgell [Tue, 30 Sep 2008 15:44:31 +0000 (08:44 -0700)]
check call status not rpc fault code when calling to different levels
of calls

15 years agocope with NULL attr
Andrew Tridgell [Tue, 30 Sep 2008 15:44:06 +0000 (08:44 -0700)]
cope with NULL attr

15 years ago- make bcast name resolution match other name resolution modules for
Andrew Tridgell [Tue, 30 Sep 2008 15:42:12 +0000 (08:42 -0700)]
- make bcast name resolution match other name resolution modules for
  host not found errors

- when we have no resolve context return NT_STATUS_OBJECT_NAME_NOT_FOUND

15 years agoMove Samba4-specific files into source4/
Jelmer Vernooij [Tue, 30 Sep 2008 15:11:39 +0000 (17:11 +0200)]
Move Samba4-specific files into source4/

15 years agoFix FHS flag, rename to --enable-fhs since it's a feature flag
Jelmer Vernooij [Tue, 30 Sep 2008 14:41:21 +0000 (16:41 +0200)]
Fix FHS flag, rename to --enable-fhs since it's a feature flag
and doesn't take any arguments.

15 years agoThe author of the upstream code asked for this code to be GPLv2+ not GPLv3
Andrew Tridgell [Tue, 30 Sep 2008 14:17:02 +0000 (07:17 -0700)]
The author of the upstream code asked for this code to be GPLv2+ not GPLv3

15 years agomerged a bugfix for the idtree code from the Linux kernel. This
Andrew Tridgell [Tue, 30 Sep 2008 14:14:31 +0000 (07:14 -0700)]
merged a bugfix for the idtree code from the Linux kernel. This
matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel.

Many thanks to Jim Houston for pointing out this fix to us

15 years agoCompare sids in samba3sam tests.
Jelmer Vernooij [Tue, 30 Sep 2008 14:02:21 +0000 (16:02 +0200)]
Compare sids in samba3sam tests.

15 years agoMake Sid member variables accessible from Python.
Jelmer Vernooij [Tue, 30 Sep 2008 14:02:09 +0000 (16:02 +0200)]
Make Sid member variables accessible from Python.

15 years agoEnable winreg Python tests - authentication works now.
Jelmer Vernooij [Tue, 30 Sep 2008 13:24:46 +0000 (15:24 +0200)]
Enable winreg Python tests - authentication works now.

15 years agoMerge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij [Tue, 30 Sep 2008 12:57:51 +0000 (14:57 +0200)]
Merge branch 'master' of ssh://git.samba.org/data/git/samba

15 years agos4:drsblob: fix the build
Stefan Metzmacher [Tue, 30 Sep 2008 07:04:52 +0000 (09:04 +0200)]
s4:drsblob: fix the build

metze

15 years agos4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not set...
Stefan Metzmacher [Tue, 30 Sep 2008 06:41:16 +0000 (08:41 +0200)]
s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not set always

metze

15 years agoRework to match new trustDomainPasswords IDL
Andrew Bartlett [Tue, 30 Sep 2008 05:34:30 +0000 (22:34 -0700)]
Rework to match new trustDomainPasswords IDL

15 years agoFix parsing of the trust passwords in LSA CreateTrustedDomainEx*
Andrew Bartlett [Tue, 30 Sep 2008 04:36:21 +0000 (21:36 -0700)]
Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*

15 years agoUse the new 'samba4' name for our internal hdb plugin.
Andrew Bartlett [Wed, 24 Sep 2008 19:53:40 +0000 (12:53 -0700)]
Use the new 'samba4' name for our internal hdb plugin.

15 years agoRename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.
Andrew Bartlett [Wed, 24 Sep 2008 19:53:10 +0000 (12:53 -0700)]
Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.

This avoids one more custom patch to the Heimdal code, and provides a
more standard way to produce hdb plugins in future.

I've renamed from hdb_ldb to hdb_samba4 as it really is not generic
ldb.

Andrew Bartlett

15 years agoNetApp found that we never set the smb signing flags2.
Andrew Bartlett [Wed, 24 Sep 2008 18:20:45 +0000 (11:20 -0700)]
NetApp found that we never set the smb signing flags2.

This was found during testing at the CIFS plugfest.

No other client seems to honour or use this bit, but it is quite
ligitimately required by the spec.

Andrew Bartlett

15 years agosetup the loadparm context for ldb in testjoin
Andrew Tridgell [Tue, 30 Sep 2008 04:59:50 +0000 (21:59 -0700)]
setup the loadparm context for ldb in testjoin

15 years agoreturn a more useful error message when no name resolution methods are
Andrew Tridgell [Tue, 30 Sep 2008 04:59:04 +0000 (21:59 -0700)]
return a more useful error message when no name resolution methods are
available

15 years agos4:selftest: make sure we test RPC-OBJECTUUID with seal
Stefan Metzmacher [Tue, 30 Sep 2008 04:42:53 +0000 (06:42 +0200)]
s4:selftest: make sure we test RPC-OBJECTUUID with seal

metze

15 years agos4:torture/rpc: add RPC-OBJECTUUID
Stefan Metzmacher [Tue, 30 Sep 2008 04:40:15 +0000 (06:40 +0200)]
s4:torture/rpc: add RPC-OBJECTUUID

This test shows that object uuids should be ignored
if they're present in a dcerpc request.

metze

15 years agos4:rpc_server: correctly handle dcerpc requests with object uuids
Stefan Metzmacher [Tue, 30 Sep 2008 03:01:19 +0000 (05:01 +0200)]
s4:rpc_server: correctly handle dcerpc requests with object uuids

metze

15 years agos4:librpc/rpc: correctly sign or seal rpc request with an object guid
Stefan Metzmacher [Tue, 30 Sep 2008 02:59:56 +0000 (04:59 +0200)]
s4:librpc/rpc: correctly sign or seal rpc request with an object guid

metze

15 years agodcerpc.idl: add DCERPC_PFC_OFFSET
Stefan Metzmacher [Tue, 30 Sep 2008 02:59:24 +0000 (04:59 +0200)]
dcerpc.idl: add DCERPC_PFC_OFFSET

metze

15 years agos4:selftest: add "smb.signing" to anon signing tests
Stefan Metzmacher [Tue, 30 Sep 2008 04:43:32 +0000 (06:43 +0200)]
s4:selftest: add "smb.signing" to anon signing tests

metze

15 years agodcesrv: Remove use of global_loadparm.
Jelmer Vernooij [Tue, 30 Sep 2008 04:10:32 +0000 (06:10 +0200)]
dcesrv: Remove use of global_loadparm.

15 years agoUpdate .gitignore for new pidl location.
Jelmer Vernooij [Tue, 30 Sep 2008 04:05:46 +0000 (06:05 +0200)]
Update .gitignore for new pidl location.

15 years agomake sure dcerpc is always initialized.
Jelmer Vernooij [Tue, 30 Sep 2008 04:05:05 +0000 (06:05 +0200)]
make sure dcerpc is always initialized.

15 years agoFix segfault.
Jelmer Vernooij [Tue, 30 Sep 2008 02:22:54 +0000 (04:22 +0200)]
Fix segfault.

15 years agowmi: Use cli_credentials.
Jelmer Vernooij [Tue, 30 Sep 2008 02:22:24 +0000 (04:22 +0200)]
wmi: Use cli_credentials.

15 years agoRemove two more uses of global loadparm by remember required
Jelmer Vernooij [Tue, 30 Sep 2008 02:01:47 +0000 (04:01 +0200)]
Remove two more uses of global loadparm by remember required
details for secondary DCE/RPC connections.

15 years agoEliminate another global_loadparm.
Jelmer Vernooij [Tue, 30 Sep 2008 01:20:46 +0000 (03:20 +0200)]
Eliminate another global_loadparm.

15 years agoCope with API changes.
Jelmer Vernooij [Tue, 30 Sep 2008 01:07:08 +0000 (03:07 +0200)]
Cope with API changes.

15 years agoPass session options around; saves another use of global_loadparm.
Jelmer Vernooij [Tue, 30 Sep 2008 00:47:19 +0000 (02:47 +0200)]
Pass session options around; saves another use of global_loadparm.

15 years agoRemove global_loadparm instance, discard_const_p.
Jelmer Vernooij [Tue, 30 Sep 2008 00:19:15 +0000 (02:19 +0200)]
Remove global_loadparm instance, discard_const_p.

15 years agoRemove global_loadparm instance.
Jelmer Vernooij [Tue, 30 Sep 2008 00:11:55 +0000 (02:11 +0200)]
Remove global_loadparm instance.

15 years agoRemove uses of global_loadparm.
Jelmer Vernooij [Tue, 30 Sep 2008 00:07:14 +0000 (02:07 +0200)]
Remove uses of global_loadparm.

15 years agoRemove global_loadparm instance.
Jelmer Vernooij [Mon, 29 Sep 2008 23:59:10 +0000 (01:59 +0200)]
Remove global_loadparm instance.

15 years agoRemove redundant call.
Jelmer Vernooij [Mon, 29 Sep 2008 23:58:06 +0000 (01:58 +0200)]
Remove redundant call.

15 years agoadded new level for lsalookupnames2
Andrew Tridgell [Mon, 29 Sep 2008 23:51:21 +0000 (16:51 -0700)]
added new level for lsalookupnames2

15 years agoWSPP docs say we need to check that root_dir is NULL
Andrew Tridgell [Mon, 29 Sep 2008 23:51:05 +0000 (16:51 -0700)]
WSPP docs say we need to check that root_dir is NULL

15 years agowe need to return NT_STATUS_INVALID_PARAMETER for bad levels in
Andrew Tridgell [Mon, 29 Sep 2008 23:50:46 +0000 (16:50 -0700)]
we need to return NT_STATUS_INVALID_PARAMETER for bad levels in
lsalookupnames2

15 years agoExplicitly pass on session options to session setup function.
Jelmer Vernooij [Mon, 29 Sep 2008 23:38:51 +0000 (01:38 +0200)]
Explicitly pass on session options to session setup function.

15 years agoPass options struct into session initialization functions rather than
Jelmer Vernooij [Mon, 29 Sep 2008 23:29:53 +0000 (01:29 +0200)]
Pass options struct into session initialization functions rather than
using global_loadparm.

15 years agounmapped SIDs should be rid 0 not rid -1
Andrew Tridgell [Mon, 29 Sep 2008 23:10:54 +0000 (16:10 -0700)]
unmapped SIDs should be rid 0 not rid -1

15 years agoadded some more well known SIDs - thanks to the WSPP LSAT test suite
Andrew Tridgell [Mon, 29 Sep 2008 23:01:07 +0000 (16:01 -0700)]
added some more well known SIDs - thanks to the WSPP LSAT test suite

15 years agoRemove unused uninstallheader script.
Jelmer Vernooij [Mon, 29 Sep 2008 22:48:13 +0000 (00:48 +0200)]
Remove unused uninstallheader script.

15 years agoRe-add uninstallplugins, there has to be at least one instance of this.
Jelmer Vernooij [Mon, 29 Sep 2008 22:32:20 +0000 (00:32 +0200)]
Re-add uninstallplugins, there has to be at least one instance of this.

15 years agoFix installation of misc files.
Jelmer Vernooij [Mon, 29 Sep 2008 22:29:03 +0000 (00:29 +0200)]
Fix installation of misc files.

15 years agoRemove ldb_module_wait implementation - ldb_module.wait() is gone.
Jelmer Vernooij [Mon, 29 Sep 2008 22:28:06 +0000 (00:28 +0200)]
Remove ldb_module_wait implementation - ldb_module.wait() is gone.

15 years agoPatch by Matthias that removes old SWAT support and fixes uninstall.
Matthias Dieter Wallnöfer [Mon, 29 Sep 2008 21:34:05 +0000 (23:34 +0200)]
Patch by Matthias that removes old SWAT support and fixes uninstall.

15 years agomake the schannel creentials persistent
Andrew Tridgell [Mon, 29 Sep 2008 21:04:48 +0000 (14:04 -0700)]
make the schannel creentials persistent

this makes testing with the WSPP test suite much easier over samba
restarts

15 years agoConsistently use lower case variable names for path variables.
Jelmer Vernooij [Mon, 29 Sep 2008 20:57:16 +0000 (22:57 +0200)]
Consistently use lower case variable names for path variables.

Patch by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> and me.

15 years agoStop creating symlinks to libraries without sonames. (caused recursive
Matthias Dieter Wallnöfer [Mon, 29 Sep 2008 20:47:07 +0000 (22:47 +0200)]
Stop creating symlinks to libraries without sonames. (caused recursive
symlinks overwriting the original file).

15 years agoEnsure we null out fsp after a close in all paths.
Jeremy Allison [Mon, 29 Sep 2008 17:57:22 +0000 (10:57 -0700)]
Ensure we null out fsp after a close in all paths.
Jeremy.

15 years agoAvoid freeing fsp twice when opening new_file fails. (Debian #431696)
Jelmer Vernooij [Mon, 29 Sep 2008 17:09:53 +0000 (19:09 +0200)]
Avoid freeing fsp twice when opening new_file fails. (Debian #431696)
If opening new_file fails, fsp would still be set to the files_struct of
old_file.

15 years agos3:mapping_tdb: fix the del_aliasmem() function
Stefan Metzmacher [Thu, 18 Sep 2008 03:01:47 +0000 (05:01 +0200)]
s3:mapping_tdb: fix the del_aliasmem() function

We should not cancel the transaction, when we want to delete a key.

metze

15 years agodocs: Adapt version strings in man vfs_smb_traffic_analyzer.
Karolin Seeger [Mon, 29 Sep 2008 13:39:43 +0000 (15:39 +0200)]
docs: Adapt version strings in man vfs_smb_traffic_analyzer.

Karolin
(cherry picked from commit 662eda8458a304b224b6bc502f8030a07030b7c2)

15 years agoAdd an initial version of a manpage for the vfs_smb_traffic_analyzer module.
Holger Hetterich [Mon, 29 Sep 2008 12:34:36 +0000 (14:34 +0200)]
Add an initial version of a manpage for the vfs_smb_traffic_analyzer module.
(cherry picked from commit 7857b783049b19d32a078927a46cb1070e863b45)

15 years agore-added "winbind:ignore domains" patch
Andrew Tridgell [Wed, 17 Sep 2008 05:37:54 +0000 (15:37 +1000)]
re-added "winbind:ignore domains" patch

This option really is essential, as we discover again and again at
customer sites. Due to bugs in winbind some domains are toxic. When
you are installing at a site and a particular domain in a complex
setup causes winbind to segfault or hang then you need a way to
disable that domain and continue.

In an ideal world winbind could handle arbitrarily complex ADS
domains, but we are nowhere near that yet. If we ever get to that
stage then we won't need this option.

15 years agofixed an (unlikely) memory leak
Andrew Tridgell [Mon, 15 Sep 2008 04:51:35 +0000 (14:51 +1000)]
fixed an (unlikely) memory leak

15 years agofixed a segfault on the ctdb destructor code
Andrew Tridgell [Mon, 15 Sep 2008 04:27:50 +0000 (14:27 +1000)]
fixed a segfault on the ctdb destructor code

15 years agoremoved unused variables
Andrew Tridgell [Wed, 17 Sep 2008 06:23:17 +0000 (16:23 +1000)]
removed unused variables