abartlet/samba.git/.git
14 years agos3compat: cleanup duplicate var declarations
Andrew Tridgell [Thu, 29 Apr 2010 01:05:59 +0000 (11:05 +1000)]
s3compat: cleanup duplicate var declarations

14 years agos3compat: fixed build
Andrew Tridgell [Wed, 28 Apr 2010 08:39:15 +0000 (18:39 +1000)]
s3compat: fixed build

s3dynconfig is not needed any more

14 years agos3compat: we always have krb5.h from the in-tree heimdal
Andrew Tridgell [Wed, 28 Apr 2010 08:32:17 +0000 (18:32 +1000)]
s3compat: we always have krb5.h from the in-tree heimdal

14 years agos3compat: don't propogate the _PUBLIC_ override to dependencies
Andrew Tridgell [Mon, 26 Apr 2010 02:53:54 +0000 (12:53 +1000)]
s3compat: don't propogate the _PUBLIC_ override to dependencies

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: use builtin heimdal for com_err, asn1 and related headers
Andrew Tridgell [Mon, 26 Apr 2010 02:36:57 +0000 (12:36 +1000)]
s3compat: use builtin heimdal for com_err, asn1 and related headers

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: s3 code needs com_err.h
Andrew Tridgell [Mon, 26 Apr 2010 02:25:03 +0000 (12:25 +1000)]
s3compat: s3 code needs com_err.h

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: added option s3compat:gdb = true
Andrew Tridgell [Mon, 26 Apr 2010 02:17:41 +0000 (12:17 +1000)]
s3compat: added option s3compat:gdb = true

this starts a gdb on the s3 fileserver code in a gnome-terminal

14 years agos3compat: use internal heimdal from s4 for s3compat build
Andrew Tridgell [Mon, 26 Apr 2010 01:13:36 +0000 (11:13 +1000)]
s3compat: use internal heimdal from s4 for s3compat build

This brings us a step closer to auth integration

14 years agos3compat: pass interactive flag to s3compat_initialise()
Andrew Tridgell [Mon, 26 Apr 2010 01:12:55 +0000 (11:12 +1000)]
s3compat: pass interactive flag to s3compat_initialise()

14 years agos3compat: fixed the build on systems without a system tevent
Andrew Tridgell [Sun, 25 Apr 2010 12:13:04 +0000 (22:13 +1000)]
s3compat: fixed the build on systems without a system tevent

14 years agos3compat: use a config.h from the waf s3 build for now
Andrew Tridgell [Sun, 25 Apr 2010 12:04:26 +0000 (22:04 +1000)]
s3compat: use a config.h from the waf s3 build for now

We need all the configure options from s3 in the s4 build

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: fixed dependency on build_options.c
Andrew Tridgell [Sun, 25 Apr 2010 11:40:08 +0000 (21:40 +1000)]
s3compat: fixed dependency on build_options.c

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: no s3replace.h for now
Andrew Tridgell [Sun, 25 Apr 2010 11:31:50 +0000 (21:31 +1000)]
s3compat: no s3replace.h for now

14 years agos3compat: change s3compatlib -> s3compatcore
Andrew Tridgell [Sun, 25 Apr 2010 11:27:05 +0000 (21:27 +1000)]
s3compat: change s3compatlib -> s3compatcore

libs3compatlib doesn't sound so nice :)

14 years agos3compat: it is now possible to connect to s3 shares in a s4 server
Andrew Tridgell [Sun, 25 Apr 2010 11:02:10 +0000 (21:02 +1000)]
s3compat: it is now possible to connect to s3 shares in a s4 server

Right now it needs a passdb.tdb from s3.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

14 years agos3compat: first version of s3compat system
Andrew Tridgell [Sun, 25 Apr 2010 02:59:57 +0000 (12:59 +1000)]
s3compat: first version of s3compat system

This is a prototype of a system to allow Samba4 to call functions from
Samba3 via a shared library. We use hide_symbols=True to avoid symbol
conflicts.

14 years agos3:winbindd Add hooks for s3compat into source3/winbindd
Andrew Bartlett [Fri, 14 May 2010 14:10:56 +0000 (00:10 +1000)]
s3:winbindd Add hooks for s3compat into source3/winbindd

These extra pointers help the s3compat code do it's job

14 years agos3:auth Improve make_auth_context_text_list API - add const
Andrew Bartlett [Tue, 18 May 2010 03:00:53 +0000 (13:00 +1000)]
s3:auth Improve make_auth_context_text_list API - add const

14 years agos3:auth Enable make_auth_context_subsystem to be replaced in s3compat
Andrew Bartlett [Mon, 17 May 2010 10:47:59 +0000 (20:47 +1000)]
s3:auth Enable make_auth_context_subsystem to be replaced in s3compat

This allows s3compat to replace this with a function that only directs
authentication to the source4 auth subsystem.

Andrew Bartlett

14 years agos3compat-only s3:winbindd Split event handlers from winbindd.c
Andrew Bartlett [Wed, 26 May 2010 01:04:51 +0000 (11:04 +1000)]
s3compat-only s3:winbindd Split event handlers from winbindd.c

This allows the s3compat layer to register the handlers, without
having a conflicting main() function.

Andrew Bartlett

14 years agos3compat-only s3:winbind Split wb_process_request() into a new file
Andrew Bartlett [Fri, 14 May 2010 07:26:46 +0000 (17:26 +1000)]
s3compat-only s3:winbind Split wb_process_request() into a new file

This splits up winbindd.c, which was previously very long.

Andrew Bartlett

14 years agos3compat-only s3:winbindd Move more parts of winbindd.c into winbindd_event.c
Andrew Bartlett [Fri, 14 May 2010 06:21:32 +0000 (16:21 +1000)]
s3compat-only s3:winbindd Move more parts of winbindd.c into winbindd_event.c

This allows another attempt at where to attach s3compat into
source3/winbindd

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3:auth Add error paths for invalid password_state values
Andrew Bartlett [Tue, 4 May 2010 13:44:50 +0000 (23:44 +1000)]
s3:auth Add error paths for invalid password_state values

14 years agos3:auth Change winbindd -> auth interface to more standard structures
Andrew Bartlett [Mon, 17 May 2010 09:04:31 +0000 (19:04 +1000)]
s3:auth Change winbindd -> auth interface to more standard structures

This removes conversions to and from the source3 varient of the
server_info structure when replaced in s3compat, and presents a tidier
interface to winbindd in any case.

Andrew Bartlett

14 years agoauth/common_auth.h Add a few more 'common' functions
Andrew Bartlett [Mon, 17 May 2010 03:38:08 +0000 (13:38 +1000)]
auth/common_auth.h Add a few more 'common' functions

This helps ensure that we don't have different prototypes for the
different implementaitons of these functions.

Andrew Bartlett

14 years agoauth Add kerberos_return_pac() to common_auth.h
Andrew Bartlett [Tue, 18 May 2010 03:11:46 +0000 (13:11 +1000)]
auth Add kerberos_return_pac() to common_auth.h

14 years agoauth Add ads_verify_ticket() to common_auth.h
Andrew Bartlett [Tue, 18 May 2010 03:09:39 +0000 (13:09 +1000)]
auth Add ads_verify_ticket() to common_auth.h

14 years agos3:auth Change 'make_user_info' to be talloc based
Andrew Bartlett [Mon, 17 May 2010 08:10:13 +0000 (18:10 +1000)]
s3:auth Change 'make_user_info' to be talloc based

This is an ideal candidate, as it already uses a free function.  It
now uses talloc destructors to clear the passwords if required.

Andrew Bartlett

14 years agos3:auth Whitespace fixes after auth merge
Andrew Bartlett [Tue, 1 Jun 2010 11:53:42 +0000 (21:53 +1000)]
s3:auth Whitespace fixes after auth merge

14 years agos3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett [Tue, 1 Jun 2010 11:52:01 +0000 (21:52 +1000)]
s3:auth Make Samba3 use the new common struct auth_usersupplied_info

This common structure will make it much easier to produce an auth
module for s3compat that calls Samba4's auth subsystem.

In order the make the link work properly (and not map twice), we mark
both that we did try and map the user, as well as if we changed the
user during the mapping.

Andrew Bartlett

14 years agos4:auth Move struct auth_usersupplied_info to a common location
Andrew Bartlett [Tue, 4 May 2010 06:44:08 +0000 (16:44 +1000)]
s4:auth Move struct auth_usersupplied_info to a common location

This also changes the calling convention slightly - we should always
allocate this with talloc_zero() to allow some elements to be
optional.  Some elements may only make sense in Samba3, which I hope
will use this common structure.

Andrew Bartlett

14 years agos3:auth Rename user_info->domain -> user_info->mapped.domain_name
Andrew Bartlett [Tue, 1 Jun 2010 11:11:14 +0000 (21:11 +1000)]
s3:auth Rename user_info->domain -> user_info->mapped.domain_name

This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett

14 years agos3:auth Rename user_info->client_domain -> user_info->client.domain_name
Andrew Bartlett [Tue, 1 Jun 2010 11:08:38 +0000 (21:08 +1000)]
s3:auth Rename user_info->client_domain -> user_info->client.domain_name

This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett

14 years agos3:auth fix header comment for internal_username -> mapped.account_name
Andrew Bartlett [Tue, 1 Jun 2010 11:01:23 +0000 (21:01 +1000)]
s3:auth fix header comment for internal_username -> mapped.account_name

14 years agos3:auth Rename user_info->internal_username -> user_info->mapped.account_name
Andrew Bartlett [Tue, 1 Jun 2010 10:30:56 +0000 (20:30 +1000)]
s3:auth Rename user_info->internal_username -> user_info->mapped.account_name

This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett

14 years agos3:auth Rename user_info->smb_name -> user_info->client.account_name
Andrew Bartlett [Tue, 1 Jun 2010 10:27:03 +0000 (20:27 +1000)]
s3:auth Rename user_info->smb_name -> user_info->client.account_name

This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett

14 years agoEnsure we remove SMB2 cancel requests from the active queue
Jeremy Allison [Wed, 2 Jun 2010 23:57:08 +0000 (16:57 -0700)]
Ensure we remove SMB2 cancel requests from the active queue
now we don't remove them in the talloc destructor.

Jeremy.

14 years agoFix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.
Jeremy Allison [Wed, 2 Jun 2010 23:43:31 +0000 (16:43 -0700)]
Fix a crash bug found by Ira Cooper <samba@ira.wakeful.net>.

A create call comes in, goes async (on the oplock request).
At a later time (just before a cancel request is received)
it completes, and goes through smbd_smb2_request_reply() to
send the reply to the create call.

However, the output socket queue is full, so when
tstream_writev_queue_send() is called from smbd_smb2_request_reply(),
the smb2req stays on the "being processed" queue on
sconn->smb2.requests, as only when tstream_writev_queue_send() completes
is smbd_smb2_request_writev_done() get called, which will TALLOC_FREE
the smb2req (and thus take if off the queue).

The cancel comes in, gets processed and looks through the
requests on the queue, and BANG - hits the smb2req that
has already been processed and is outgoing....

Remove the request from the queue once
tstream_writev_queue_send() is called and not in the talloc
destructor function.

Jeremy.

14 years agos3: remove unused librpc/ndr/sid.c.
Günther Deschner [Wed, 2 Jun 2010 22:09:26 +0000 (00:09 +0200)]
s3: remove unused librpc/ndr/sid.c.

Guenther

14 years agoMove to using a DATA_BLOB inside of struct aio_extra, not a char *.
Jeremy Allison [Wed, 2 Jun 2010 17:25:56 +0000 (10:25 -0700)]
Move to using a DATA_BLOB inside of struct aio_extra, not a char *.

Will make using AIO in SMB2 easier.

Jeremy.

14 years agos3-selftest: Fix blackbox smbclient s3 tests during make selftest.
Günther Deschner [Wed, 2 Jun 2010 13:35:33 +0000 (15:35 +0200)]
s3-selftest: Fix blackbox smbclient s3 tests during make selftest.

Guenther

14 years agos3: Allow previous password to be stored and use it to check tickets
Matthieu Patou [Fri, 21 May 2010 07:57:29 +0000 (11:57 +0400)]
s3: Allow previous password to be stored and use it to check tickets

This patch is to fix bug 7099. It stores the current password in the
 previous password key when the password is changed. It also check the
 user ticket against previous password.

Signed-off-by: Günther Deschner <gd@samba.org>
14 years agos3: Add vfs_linux_xfs_sgid
Volker Lendecke [Tue, 5 Jan 2010 09:42:38 +0000 (10:42 +0100)]
s3: Add vfs_linux_xfs_sgid

http://oss.sgi.com/bugzilla/show_bug.cgi?id=280 shows an old Linux XFS bug that
still exists: Under certain circumstances the SGID bit is not inherited.

14 years agos3-waf: Fix up smbclient dependencies
Kai Blin [Wed, 2 Jun 2010 09:28:54 +0000 (11:28 +0200)]
s3-waf: Fix up smbclient dependencies

14 years agos3-waf: Fixed dependencies of the the krbclient subsystem.
Kai Blin [Wed, 2 Jun 2010 09:21:18 +0000 (11:21 +0200)]
s3-waf: Fixed dependencies of the the krbclient subsystem.

14 years agos3-waf: Fixed dependencies of the the avahi subsystem.
Andreas Schneider [Wed, 2 Jun 2010 09:19:36 +0000 (11:19 +0200)]
s3-waf: Fixed dependencies of the the avahi subsystem.

14 years agos4:ldb_msg_element_compare - fix typo in comment
Matthias Dieter Wallnöfer [Wed, 2 Jun 2010 07:30:54 +0000 (09:30 +0200)]
s4:ldb_msg_element_compare - fix typo in comment

14 years agos4:lib/ldb/pyldb_util.c - add a cast to quiet a warning
Matthias Dieter Wallnöfer [Tue, 1 Jun 2010 17:59:56 +0000 (19:59 +0200)]
s4:lib/ldb/pyldb_util.c - add a cast to quiet a warning

Jelmer, please fix if it isn't correct.

14 years agoSMB2: Fix rename on Windows 7.
Ira Cooper [Wed, 2 Jun 2010 00:09:29 +0000 (17:09 -0700)]
SMB2: Fix rename on Windows 7.

This removes some code Jeremy (jra) suspected was bad.  It turns out that the
command window rename command will not work with the offending code in place.

With it removed the bug is gone, and rename works.

14 years agoDon't use sigev_value.sival_int to just store the mid, use sigev_value.sival_ptr...
Jeremy Allison [Tue, 1 Jun 2010 23:05:44 +0000 (16:05 -0700)]
Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_ptr to store the private data structure.

This allows easier use from SMB2. Ensure aio is initialized before the
aio_pending_size check else aio will never be used.

Jeremy.

14 years agos3-eventlog: try to pass RPC-EVENTLOG during make test as non-root.
Günther Deschner [Tue, 1 Jun 2010 21:02:13 +0000 (23:02 +0200)]
s3-eventlog: try to pass RPC-EVENTLOG during make test as non-root.

Guenther

14 years agos3-vfs: Send the share name instead of the path in smb_traffic_analyzer.
Holger Hetterich [Sun, 30 May 2010 16:52:17 +0000 (18:52 +0200)]
s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.

In protocol v2, the name of the service should be sent instead of the
path.

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agos4-smbtorture: skip driverName and printerName DsSpooler tests for now.
Günther Deschner [Tue, 1 Jun 2010 14:48:51 +0000 (16:48 +0200)]
s4-smbtorture: skip driverName and printerName DsSpooler tests for now.

Guenther

14 years agos4-smbtorture: Make sure RPC-SPOOLSS and RPC-SPOOLSS-PRINTER pass against s3.
Günther Deschner [Tue, 1 Jun 2010 14:46:37 +0000 (16:46 +0200)]
s4-smbtorture: Make sure RPC-SPOOLSS and RPC-SPOOLSS-PRINTER pass against s3.

Printjobs are extremely fragile beasts on paused virtual printers within make
test. Very often the printq updater in the background is not fast enough, so
subsequent tests don't get to the updated information. Something to remember and
to work on later...

Guenther

14 years agolib/replace: fix some c++ build warnings in testsuite.
Günther Deschner [Tue, 1 Jun 2010 14:04:19 +0000 (16:04 +0200)]
lib/replace: fix some c++ build warnings in testsuite.

Guenther

14 years agos4: check the sacl and dacl pointers on the old sd
Anatoliy Atanasov [Tue, 1 Jun 2010 12:05:02 +0000 (15:05 +0300)]
s4: check the sacl and dacl pointers on the old sd

14 years agos3-waf: Fix the build
Kai Blin [Tue, 1 Jun 2010 13:37:40 +0000 (15:37 +0200)]
s3-waf: Fix the build

14 years agos3: remove unused prototype for lp_idmap_domains().
Michael Adam [Tue, 1 Jun 2010 13:31:17 +0000 (15:31 +0200)]
s3: remove unused prototype for lp_idmap_domains().

14 years agos3-waf: Add check for dirent.d_off member
Kai Blin [Tue, 1 Jun 2010 08:31:11 +0000 (10:31 +0200)]
s3-waf: Add check for dirent.d_off member

14 years agos3:winbindd: make sure we only call static_init_idmap once
Stefan Metzmacher [Mon, 31 May 2010 08:57:52 +0000 (10:57 +0200)]
s3:winbindd: make sure we only call static_init_idmap once

metze

Signed-off-by: Michael Adam <obnox@samba.org>
14 years agos3:winbind Ensure we always init idmap_passdb before we use it
Andrew Bartlett [Mon, 24 May 2010 04:55:17 +0000 (14:55 +1000)]
s3:winbind Ensure we always init idmap_passdb before we use it

It seems that it is possible for idmap_init_passdb_domain() to be run
before idmap_init_domain(), so ensure we run the static init functions
in both.

Andrew Bartlett

Signed-off-by: Michael Adam <obnox@samba.org>
14 years agos3:idmap Use idmap.idl defined structures and constants
Andrew Bartlett [Mon, 24 May 2010 00:51:10 +0000 (10:51 +1000)]
s3:idmap Use idmap.idl defined structures and constants

This allows these structures to be shared across all of Samba

The additional name type ID_TYPE_BOTH is unused in source3 code at
this time.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
14 years agos4-configure: Fix typo in comment.
Karolin Seeger [Tue, 1 Jun 2010 08:02:14 +0000 (10:02 +0200)]
s4-configure: Fix typo in comment.

Karolin

14 years agoselftest: Fix typo in comment.
Karolin Seeger [Tue, 1 Jun 2010 07:45:19 +0000 (09:45 +0200)]
selftest: Fix typo in comment.

Karolin

14 years agos4-heimdal: Fix typo in comment.
Karolin Seeger [Tue, 1 Jun 2010 07:35:53 +0000 (09:35 +0200)]
s4-heimdal: Fix typo in comment.

Karolin

14 years agos4-cracknames: Fix typo in debug message.
Karolin Seeger [Tue, 1 Jun 2010 07:33:53 +0000 (09:33 +0200)]
s4-cracknames: Fix typo in debug message.

Karolin

14 years agos3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info
Andrew Bartlett [Tue, 1 Jun 2010 01:23:50 +0000 (11:23 +1000)]
s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_info

14 years agos4:ntlmssp Use common code for ntlmssp_sign.c
Andrew Bartlett [Tue, 25 May 2010 11:18:15 +0000 (21:18 +1000)]
s4:ntlmssp Use common code for ntlmssp_sign.c

The common code does not have a mem_ctx on ntlmssp_check_packet() and
ntlmssp_unseal_packet().

We do however need some internal working of the code exposed, so some
structures are moved to ntlmssp_sign.h

Andrew Bartlett

14 years agos4:ntlmssp Use the new common ntlmssp.h
Andrew Bartlett [Tue, 25 May 2010 10:20:46 +0000 (20:20 +1000)]
s4:ntlmssp Use the new common ntlmssp.h

14 years agos4:ntlmssp Merge ntlmssp structures with version from source3/
Andrew Bartlett [Tue, 25 May 2010 09:59:23 +0000 (19:59 +1000)]
s4:ntlmssp Merge ntlmssp structures with version from source3/

Use this as an excuse to get rid of ntlmssp_set_domain() etc, which
don't do anything useful now that msrpc_parse() use talloc anyway.

Andrew Bartlett

14 years agos3:param Put 'server_role' functions in another file.
Andrew Bartlett [Tue, 18 May 2010 12:10:13 +0000 (22:10 +1000)]
s3:param Put 'server_role' functions in another file.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3:param Add helper function to get at Gobals.iDomainMaster
Andrew Bartlett [Tue, 18 May 2010 12:07:48 +0000 (22:07 +1000)]
s3:param Add helper function to get at Gobals.iDomainMaster

This is needed for a future split out of the server_role code.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3-waf: Check for device major and minor macros
Kai Blin [Mon, 31 May 2010 21:02:16 +0000 (23:02 +0200)]
s3-waf: Check for device major and minor macros

14 years agos3-waf: Add check for asm/types.h
Kai Blin [Mon, 31 May 2010 20:39:47 +0000 (22:39 +0200)]
s3-waf: Add check for asm/types.h

14 years agopyldb_util: Remove dependency on LIBPYTHON - it's already there
Jelmer Vernooij [Mon, 31 May 2010 21:10:59 +0000 (23:10 +0200)]
pyldb_util: Remove dependency on LIBPYTHON - it's already there
implicitly and not available in the standalone build.

14 years agos4:samldb LDB module - start on a sequential trigger implementation
Matthias Dieter Wallnöfer [Mon, 31 May 2010 11:58:27 +0000 (13:58 +0200)]
s4:samldb LDB module - start on a sequential trigger implementation

This is a start to allow the triggers to be called sequentially.

14 years agoldb:ldb_msg_add_steal_string - prevent also there the addition of strings with length 0
Matthias Dieter Wallnöfer [Mon, 31 May 2010 20:22:37 +0000 (22:22 +0200)]
ldb:ldb_msg_add_steal_string - prevent also there the addition of strings with length 0

14 years agos4:dsdb_load_udv_v1 - "uint32_t" counter type fits better than "unsigned int"
Matthias Dieter Wallnöfer [Mon, 31 May 2010 20:04:29 +0000 (22:04 +0200)]
s4:dsdb_load_udv_v1 - "uint32_t" counter type fits better than "unsigned int"

14 years agos3-waf: Check if compiler supports LL suffix
Kai Blin [Mon, 31 May 2010 06:36:29 +0000 (08:36 +0200)]
s3-waf: Check if compiler supports LL suffix

14 years agos3-waf: Check for broken nisplus include files
Kai Blin [Mon, 31 May 2010 06:35:58 +0000 (08:35 +0200)]
s3-waf: Check for broken nisplus include files

14 years agos3-smbd: remove unused sconn from token_contains_name().
Günther Deschner [Mon, 31 May 2010 19:49:04 +0000 (21:49 +0200)]
s3-smbd: remove unused sconn from token_contains_name().

Guenther

14 years agos3:winbindd move reinit_after_fork() back out of winbindd_register_handlers
Andrew Bartlett [Thu, 13 May 2010 07:07:15 +0000 (17:07 +1000)]
s3:winbindd move reinit_after_fork() back out of winbindd_register_handlers

This particular init function needs to be done in a native Samba3
build, but it turns out to be difficult for s3compat, which has other
code listening on the sockets.

Andrew Bartlett

14 years agos3:winbind Make state->mem_ctx a talloc child of state
Andrew Bartlett [Mon, 24 May 2010 00:11:23 +0000 (10:11 +1000)]
s3:winbind Make state->mem_ctx a talloc child of state

This way everything is destoryed at the conclusion of
the connection correctly.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agos3:winbind tidy up connecting the winbind sockets.
Andrew Bartlett [Mon, 17 May 2010 09:34:32 +0000 (19:34 +1000)]
s3:winbind tidy up connecting the winbind sockets.

By putting this code inline in winbindd_setup_listeners() we remove 2
static variables and simplify the code.

By putting the get_winbind_priv_pipe_dir() in the same file, we allow
it to be reimplemented in s3compat.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
14 years agoRevert "s3:winbindd Split helper functions to allow s3compat to call them"
Andrew Bartlett [Fri, 14 May 2010 03:11:48 +0000 (13:11 +1000)]
Revert "s3:winbindd Split helper functions to allow s3compat to call them"

I'm experimenting with a different entry point

This reverts commit f5c0f90da5f5372ca6b7a72daa8d073a2444a068.

14 years agos3-netlogon: Fix crash bug in _netr_NetrEnumerateTrustedDomains().
Günther Deschner [Mon, 31 May 2010 19:26:30 +0000 (21:26 +0200)]
s3-netlogon: Fix crash bug in _netr_NetrEnumerateTrustedDomains().

Guenther

14 years agoRevert "ldb: Remove Samba-specific symbols."
Simo Sorce [Mon, 31 May 2010 18:50:07 +0000 (14:50 -0400)]
Revert "ldb: Remove Samba-specific symbols."

This reverts commit fe8302b235197e359a20ba0489eb72b54793963e.

Jelmer, please do not re-re-revert this until we can properly handle
*both* s4 and standalone ldb builds.

14 years agowafsamba: Only try to build manpages if XSLTPROC was actually found.
Jelmer Vernooij [Mon, 31 May 2010 18:44:30 +0000 (20:44 +0200)]
wafsamba: Only try to build manpages if XSLTPROC was actually found.

14 years agopyldb: Remove duplicate copy of function.
Jelmer Vernooij [Mon, 31 May 2010 18:44:12 +0000 (20:44 +0200)]
pyldb: Remove duplicate copy of function.

14 years agoldb: Remove unexisting and mistyped function from header
Simo Sorce [Mon, 31 May 2010 17:54:00 +0000 (13:54 -0400)]
ldb: Remove unexisting and mistyped function from header

14 years agoldb: Install ldb_handlers.h header.
Jelmer Vernooij [Mon, 31 May 2010 16:29:11 +0000 (18:29 +0200)]
ldb: Install ldb_handlers.h header.

14 years agoldb: Remove Samba-specific symbols.
Jelmer Vernooij [Mon, 31 May 2010 16:28:09 +0000 (18:28 +0200)]
ldb: Remove Samba-specific symbols.

14 years agoldb: Move utility functions to separate file.
Jelmer Vernooij [Mon, 31 May 2010 16:12:05 +0000 (18:12 +0200)]
ldb: Move utility functions to separate file.

14 years agoldb: Fix dependencies when building with system ldb.
Jelmer Vernooij [Mon, 31 May 2010 14:05:41 +0000 (16:05 +0200)]
ldb: Fix dependencies when building with system ldb.

14 years agos3:smbd map_username() doesn't need sconn anymore
Simo Sorce [Mon, 31 May 2010 14:52:06 +0000 (10:52 -0400)]
s3:smbd map_username() doesn't need sconn anymore

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agos3:smbd user_ok doesn't need sconn anymore
Simo Sorce [Mon, 31 May 2010 14:47:01 +0000 (10:47 -0400)]
s3:smbd user_ok doesn't need sconn anymore

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agos3:smbd user_in_list() doesn't need sconn anymore
Simo Sorce [Mon, 31 May 2010 14:45:24 +0000 (10:45 -0400)]
s3:smbd user_in_list() doesn't need sconn anymore

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agos3:smbd user_in_network() doesn't need sconn anymore
Simo Sorce [Mon, 31 May 2010 14:43:19 +0000 (10:43 -0400)]
s3:smbd user_in_network() doesn't need sconn anymore

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agos3:smbd make yp cache local.
Simo Sorce [Mon, 31 May 2010 14:36:02 +0000 (10:36 -0400)]
s3:smbd make yp cache local.

The my_yp_domain variable is just a static cache needed to avoid
making over and over expensive and potentially blocking calls to
yp_get_default_domain().
Instead of keeping this onto the smbd_server_connection struct, just
keep it local to the only function ever using this variable.

This disentagle this function (and a number of calling functions)
from having to pass around smbd_server_connection and thus having
to link against smbd. It also removes a few ifdefs.

Nothing changes from a global/local pov, as the smbd_server_connection
variable passed around is also a global one.

Signed-off-by: Andreas Schneider <asn@samba.org>
14 years agobuildtools/wafsamba: use build group 'final' for the creation of manpages
Stefan Metzmacher [Mon, 31 May 2010 15:51:21 +0000 (17:51 +0200)]
buildtools/wafsamba: use build group 'final' for the creation of manpages

This way we don't try to build manpages just for waf build --target=smbtorture

metze