samba.git
13 years agopidl:NDR: [in,out,string] doesn't need to pointers
Stefan Metzmacher [Wed, 25 Aug 2010 09:02:52 +0000 (11:02 +0200)]
pidl:NDR: [in,out,string] doesn't need to pointers

metze

13 years agopidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers
Stefan Metzmacher [Wed, 25 Aug 2010 09:07:29 +0000 (11:07 +0200)]
pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers

If the conversion from CH_UTF16 to CH_UNIX uses multi-byte characters
in CH_UNIX, we should not silently truncate the string, but return
an error.

metze

13 years agopidl:Samba4/NDR/Client: fix skip reason for unsized arrays
Stefan Metzmacher [Wed, 25 Aug 2010 09:13:08 +0000 (11:13 +0200)]
pidl:Samba4/NDR/Client: fix skip reason for unsized arrays

metze

13 years agoselftest/Subunit.pm: fix perl warnings
Stefan Metzmacher [Sat, 28 Aug 2010 07:42:10 +0000 (09:42 +0200)]
selftest/Subunit.pm: fix perl warnings

Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136

metze

13 years agos3: Those functions are no macros anymore :-)
Volker Lendecke [Sat, 28 Aug 2010 10:54:22 +0000 (12:54 +0200)]
s3: Those functions are no macros anymore :-)

13 years agolib/util: remove implicit discard_const_p() from SAFE_FREE()
Stefan Metzmacher [Sat, 28 Aug 2010 06:38:48 +0000 (08:38 +0200)]
lib/util: remove implicit discard_const_p() from SAFE_FREE()

This should fix a lot of warnings on IRIX.
If callers know what they're doing they can use discard_const_p()
on their own.

metze

13 years agos3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX
Stefan Metzmacher [Sat, 28 Aug 2010 06:27:08 +0000 (08:27 +0200)]
s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX

metze

13 years agoRevert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"
Stefan Metzmacher [Sat, 28 Aug 2010 06:25:19 +0000 (08:25 +0200)]
Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"

This reverts commit 3d4fb698660381e650d7caeb5b7cff12847c0fb8.

This was wrong... The problem was in the caller, sa_len is a macro on irix

metze

13 years agoFix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest to a...
Jeremy Allison [Fri, 27 Aug 2010 22:25:04 +0000 (15:25 -0700)]
Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest to a share.

Fix "security = share" with SMB2 by mapping internally
to "security = user" and "map to guest = Bad User".

Jeremy.

13 years agos3: Lift smbd_server_fd() from smb_pam_passcheck
Volker Lendecke [Sat, 21 Aug 2010 12:41:01 +0000 (14:41 +0200)]
s3: Lift smbd_server_fd() from smb_pam_passcheck

13 years agos3: Lift smbd_server_fd() from smb_pam_start
Volker Lendecke [Sat, 21 Aug 2010 12:38:11 +0000 (14:38 +0200)]
s3: Lift smbd_server_fd() from smb_pam_start

smb_pam_passcheck() is the only caller that fills in NULL, all other callers
now properly fill rhost

13 years agos3: Pass "private_data" through string_combinations()
Volker Lendecke [Sat, 21 Aug 2010 12:48:28 +0000 (14:48 +0200)]
s3: Pass "private_data" through string_combinations()

13 years agos4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown"
Matthias Dieter Wallnöfer [Fri, 27 Aug 2010 17:02:49 +0000 (19:02 +0200)]
s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown"

Hopefully this fixes the build on Solaris 8.

13 years agos4:torture/spoolss_access.c - fix discarded const warning
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 20:48:27 +0000 (22:48 +0200)]
s4:torture/spoolss_access.c - fix discarded const warning

"discard_const_p" seems the most appropriate here.

13 years agos4:torture/raw/notify.c - freeable stuff shouldn't be "const"
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 20:43:05 +0000 (22:43 +0200)]
s4:torture/raw/notify.c - freeable stuff shouldn't be "const"

13 years agos4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 20:35:09 +0000 (22:35 +0200)]
s4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings

Fix the function argument of "pvfs_xattr_ndr_load/save".

13 years agos4:credentials_krb5.c - quiet a Solaris warning
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 20:30:04 +0000 (22:30 +0200)]
s4:credentials_krb5.c - quiet a Solaris warning

13 years agos3: Cache results of finding printer names
Volker Lendecke [Fri, 27 Aug 2010 12:44:16 +0000 (14:44 +0200)]
s3: Cache results of finding printer names

With hundreds of printers or on a slow machine, this can become expensive.

Problem reported and patch sponsored by DESY, Hamburg (www.desy.de)

13 years agolib/tsocket: sa_socklen is a macro on irix, so better use sasocklen
Stefan Metzmacher [Fri, 27 Aug 2010 09:42:05 +0000 (11:42 +0200)]
lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen

metze

13 years agos3: Pass rhost through to smb_pam_passchange
Volker Lendecke [Wed, 18 Aug 2010 17:51:45 +0000 (19:51 +0200)]
s3: Pass rhost through to smb_pam_passchange

13 years agos3-waf: build samldap passdb backend
Sumit Bose [Fri, 27 Aug 2010 09:29:08 +0000 (11:29 +0200)]
s3-waf: build samldap passdb backend

Signed-off-by: Günther Deschner <gd@samba.org>
13 years agos4-dsdb: Fixed a compiler warning.
Nadezhda Ivanova [Fri, 27 Aug 2010 09:34:27 +0000 (12:34 +0300)]
s4-dsdb: Fixed a compiler warning.

13 years agos3: source/ is long gone :-)
Volker Lendecke [Fri, 27 Aug 2010 08:29:26 +0000 (10:29 +0200)]
s3: source/ is long gone :-)

13 years agos4-pynet: pynet depends on pyrpc_util
Andrew Tridgell [Fri, 27 Aug 2010 01:38:46 +0000 (03:38 +0200)]
s4-pynet: pynet depends on pyrpc_util

13 years agopyrpc: Add py_check_dcerpc_type().
Jelmer Vernooij [Fri, 27 Aug 2010 00:17:26 +0000 (02:17 +0200)]
pyrpc: Add py_check_dcerpc_type().

This function checks whether the type of a PyObject matches a
DCE/RPC Python type.

Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>

13 years agoFix bug #7651 - mknod and mkfifo fails with "No such file or directory"
Jeremy Allison [Thu, 26 Aug 2010 23:46:45 +0000 (16:46 -0700)]
Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"

Ensure we check the correct stat struct once we've created the
special fix. Thanks to izh1979@gmail.com for pointing out the
bug.

Jeremy.

13 years agos3-proto: remove obsolete prototypes.
Günther Deschner [Thu, 26 Aug 2010 21:25:00 +0000 (23:25 +0200)]
s3-proto: remove obsolete prototypes.

Guenther

13 years agos3: Fix typos
Volker Lendecke [Thu, 26 Aug 2010 20:01:01 +0000 (22:01 +0200)]
s3: Fix typos

13 years agos3: Remove smbd_server_fd from expand_msdfs_target
Volker Lendecke [Wed, 18 Aug 2010 17:57:21 +0000 (19:57 +0200)]
s3: Remove smbd_server_fd from expand_msdfs_target

13 years agolibcli/auth/ntlm_check.c - fix parameter indentation
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 18:08:15 +0000 (20:08 +0200)]
libcli/auth/ntlm_check.c - fix parameter indentation

13 years agos4:ntlm/auth.c - add a whitespace in a debug output
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 18:07:53 +0000 (20:07 +0200)]
s4:ntlm/auth.c - add a whitespace in a debug output

13 years agos4:dsdb_module_find_dsheuristics - free the "DN" also on other exit cases
Matthias Dieter Wallnöfer [Thu, 26 Aug 2010 16:37:00 +0000 (18:37 +0200)]
s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit cases

13 years agos3-selftest: do not remove nsswrapper environment when running smbtorture4.
Günther Deschner [Thu, 26 Aug 2010 13:49:17 +0000 (15:49 +0200)]
s3-selftest: do not remove nsswrapper environment when running smbtorture4.

Guenther

13 years agowinbindd: Add the client status in the clients list output
Pierre Carrier [Sun, 22 Aug 2010 23:53:40 +0000 (00:53 +0100)]
winbindd: Add the client status in the clients list output

Hello list,

Considered relevant by a customer.
As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL.

--
Pierre

13 years agowinbindd: useless function
Pierre Carrier [Sun, 22 Aug 2010 23:53:39 +0000 (00:53 +0100)]
winbindd: useless function

Hello list,

Seems simple enough for my first patch :)

--
Pierre

13 years agos4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()
Nadezhda Ivanova [Thu, 26 Aug 2010 14:37:49 +0000 (17:37 +0300)]
s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()

13 years agos4-dsdb: Added utility functions for retrieving dSHeuristics from the module stack
Nadezhda Ivanova [Thu, 26 Aug 2010 14:18:40 +0000 (17:18 +0300)]
s4-dsdb: Added utility functions for retrieving dSHeuristics from the module stack

Also a function to check dsHeuristics value to determine of anonymous access should be blocked

13 years agoAdded values for the flags in dSHeuristics
Nadezhda Ivanova [Thu, 26 Aug 2010 14:08:01 +0000 (17:08 +0300)]
Added values for the flags in dSHeuristics

These specify the character position, while the character value of that character
controls behavior

13 years agopidl-python: ensure we allocate ref ptrs before use
Andrew Tridgell [Thu, 26 Aug 2010 07:50:13 +0000 (17:50 +1000)]
pidl-python: ensure we allocate ref ptrs before use

this fixes a crash on samba4.samr.python in the build farm

13 years agos4-devel: added enumprivs developer script
Andrew Tridgell [Thu, 26 Aug 2010 07:41:30 +0000 (17:41 +1000)]
s4-devel: added enumprivs developer script

this enumerates all LSA privileges on a server

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

13 years agos4-net: fixed docstring on spn command
Andrew Tridgell [Thu, 26 Aug 2010 07:32:48 +0000 (17:32 +1000)]
s4-net: fixed docstring on spn command

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

13 years agos4-net: added "net rodc preload" command
Andrew Tridgell [Thu, 26 Aug 2010 06:37:24 +0000 (16:37 +1000)]
s4-net: added "net rodc preload" command

this command will preload the credentials for an account from the full
domain controller

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

13 years agos4-drs: split out drs utility python functions
Andrew Tridgell [Thu, 26 Aug 2010 04:35:30 +0000 (14:35 +1000)]
s4-drs: split out drs utility python functions

these will be re-used by other net commands

13 years agos4-pyrpc: convert rpc_talloc.py test to unittest framework
Andrew Tridgell [Wed, 25 Aug 2010 23:45:16 +0000 (09:45 +1000)]
s4-pyrpc: convert rpc_talloc.py test to unittest framework

This fits in better with our test framework

Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>

13 years agos3-build: Don't paste the summary.
Andreas Schneider [Thu, 26 Aug 2010 09:41:05 +0000 (11:41 +0200)]
s3-build: Don't paste the summary.

The buildfarm outputs the summary if it is available and use the exit
status of the filter or subunit formatter as exit code.

13 years agopidl:Samba3/ClientNDR: remove unused ParseOutputArgument function
Stefan Metzmacher [Wed, 25 Aug 2010 08:07:54 +0000 (10:07 +0200)]
pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function

metze

13 years agosubunit: Make sure "]" in failure reason ends up on its own line, so the
Jelmer Vernooij [Thu, 26 Aug 2010 01:50:08 +0000 (03:50 +0200)]
subunit: Make sure "]" in failure reason ends up on its own line, so the
next subunit parser in the line parses it correctly.

13 years agomanpages: Avoid using Samba-Team specific DTD, which requires net access
Jelmer Vernooij [Thu, 26 Aug 2010 01:49:17 +0000 (03:49 +0200)]
manpages: Avoid using Samba-Team specific DTD, which requires net access
or modification of /etc/catalogs.

13 years agosubunithelper: Pass along lines as normal output when ignoring them for not containin...
Jelmer Vernooij [Thu, 26 Aug 2010 00:25:44 +0000 (02:25 +0200)]
subunithelper: Pass along lines as normal output when ignoring them for not containing commands.

13 years agos3-build: only include rpc_misc.h where needed.
Günther Deschner [Fri, 20 Aug 2010 10:15:13 +0000 (12:15 +0200)]
s3-build: only include rpc_misc.h where needed.

Guenther

13 years agos3-build: use talloc_dict.h only where needed.
Günther Deschner [Wed, 18 Aug 2010 17:05:59 +0000 (19:05 +0200)]
s3-build: use talloc_dict.h only where needed.

Guenther

13 years agos3-build: use dbwrap.h only where needed.
Günther Deschner [Wed, 18 Aug 2010 16:59:23 +0000 (18:59 +0200)]
s3-build: use dbwrap.h only where needed.

Guenther

13 years agos3-build: only include krb5 environment variables where required.
Günther Deschner [Wed, 18 Aug 2010 16:45:36 +0000 (18:45 +0200)]
s3-build: only include krb5 environment variables where required.

Guenther

13 years agos3-build: only include libnscd.h where needed.
Günther Deschner [Wed, 18 Aug 2010 16:36:18 +0000 (18:36 +0200)]
s3-build: only include libnscd.h where needed.

Guenther

13 years agos3-build: include mangle.h only where needed.
Günther Deschner [Wed, 18 Aug 2010 16:34:01 +0000 (18:34 +0200)]
s3-build: include mangle.h only where needed.

Guenther

13 years agos3-dcerpc: only include rpc_dce.h where needed.
Günther Deschner [Wed, 18 Aug 2010 16:26:17 +0000 (18:26 +0200)]
s3-dcerpc: only include rpc_dce.h where needed.

Guenther

13 years agos3-build: remove unrequired ntlmssp forward declaration.
Günther Deschner [Wed, 18 Aug 2010 16:25:54 +0000 (18:25 +0200)]
s3-build: remove unrequired ntlmssp forward declaration.

Guenther

13 years agos3-idmap: only include idmap headers where needed.
Günther Deschner [Wed, 18 Aug 2010 16:13:42 +0000 (18:13 +0200)]
s3-idmap: only include idmap headers where needed.

Guenther

13 years agos3-build: no point in including doserr.h, noone uses them.
Günther Deschner [Wed, 18 Aug 2010 14:51:06 +0000 (16:51 +0200)]
s3-build: no point in including doserr.h, noone uses them.

Guenther

13 years agos3-build: only include "fake_file.h" where needed.
Günther Deschner [Wed, 18 Aug 2010 14:44:47 +0000 (16:44 +0200)]
s3-build: only include "fake_file.h" where needed.

Guenther

13 years agos3-nmbd: move nmbd proto out of main proto.h
Günther Deschner [Wed, 18 Aug 2010 13:22:09 +0000 (15:22 +0200)]
s3-nmbd: move nmbd proto out of main proto.h

Guenther

13 years agos3-build: only include nsswitch header where needed.
Günther Deschner [Wed, 18 Aug 2010 10:42:49 +0000 (12:42 +0200)]
s3-build: only include nsswitch header where needed.

Guenther

13 years agos3-build: remove unrequired forward declaration for struct printjob.
Günther Deschner [Wed, 18 Aug 2010 10:26:53 +0000 (12:26 +0200)]
s3-build: remove unrequired forward declaration for struct printjob.

Guenther

13 years agos3-build: only include memcache.h where needed.
Günther Deschner [Wed, 18 Aug 2010 10:24:35 +0000 (12:24 +0200)]
s3-build: only include memcache.h where needed.

Guenther

13 years agos3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.
Günther Deschner [Wed, 25 Aug 2010 22:13:55 +0000 (00:13 +0200)]
s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.

Guenther

13 years agos3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.
Günther Deschner [Wed, 25 Aug 2010 22:13:00 +0000 (00:13 +0200)]
s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.

Guenther

13 years agos3-build: remove RPC_CLIENT_OBJ1.
Günther Deschner [Wed, 25 Aug 2010 22:05:34 +0000 (00:05 +0200)]
s3-build: remove RPC_CLIENT_OBJ1.

Guenther

13 years agos3-waf: remove RPC_CLIENT_SRC1.
Günther Deschner [Wed, 25 Aug 2010 22:05:16 +0000 (00:05 +0200)]
s3-waf: remove RPC_CLIENT_SRC1.

Guenther

13 years agos3-build: use LIBMSRPC_OBJ instead of single files.
Günther Deschner [Wed, 25 Aug 2010 22:03:42 +0000 (00:03 +0200)]
s3-build: use LIBMSRPC_OBJ instead of single files.

Guenther

13 years agos3-waf: use LIBMSRPC_SRC instead of single files.
Günther Deschner [Wed, 25 Aug 2010 22:03:15 +0000 (00:03 +0200)]
s3-waf: use LIBMSRPC_SRC instead of single files.

Guenther

13 years agos3-waf: only link in samr util code where needed.
Günther Deschner [Thu, 19 Aug 2010 22:11:33 +0000 (00:11 +0200)]
s3-waf: only link in samr util code where needed.

Guenther

13 years agos3-build: only link in samr util code where needed.
Günther Deschner [Thu, 19 Aug 2010 22:10:14 +0000 (00:10 +0200)]
s3-build: only link in samr util code where needed.

Guenther

13 years agos3-build: remove RPC_PARSE_OBJ.
Günther Deschner [Thu, 19 Aug 2010 14:18:10 +0000 (16:18 +0200)]
s3-build: remove RPC_PARSE_OBJ.

Guenther

13 years agos3-waf: remove RPC_PARSE_SRC.
Günther Deschner [Thu, 19 Aug 2010 14:25:55 +0000 (16:25 +0200)]
s3-waf: remove RPC_PARSE_SRC.

Guenther

13 years agos3-build: only link in epmapper client code where needed.
Günther Deschner [Wed, 25 Aug 2010 21:53:24 +0000 (23:53 +0200)]
s3-build: only link in epmapper client code where needed.

Guenther

13 years agos3-waf: only link in epmapper client code where needed.
Günther Deschner [Mon, 16 Aug 2010 22:59:23 +0000 (00:59 +0200)]
s3-waf: only link in epmapper client code where needed.

Guenther

13 years agos3-build: only link in netlogon client code where needed.
Günther Deschner [Wed, 25 Aug 2010 21:15:52 +0000 (23:15 +0200)]
s3-build: only link in netlogon client code where needed.

Guenther

13 years agos3-waf: only link in netlogon client code where needed.
Günther Deschner [Wed, 25 Aug 2010 21:14:33 +0000 (23:14 +0200)]
s3-waf: only link in netlogon client code where needed.

Guenther

13 years agos3: separate out cli schannel functions that depend on cli_netlogon.
Günther Deschner [Mon, 16 Aug 2010 22:46:25 +0000 (00:46 +0200)]
s3: separate out cli schannel functions that depend on cli_netlogon.

Guenther

13 years agos3-build: only link in samr client code where needed.
Günther Deschner [Fri, 13 Aug 2010 10:32:53 +0000 (12:32 +0200)]
s3-build: only link in samr client code where needed.

Guenther

13 years agos3-waf: only link in samr client code where needed.
Günther Deschner [Fri, 13 Aug 2010 10:27:20 +0000 (12:27 +0200)]
s3-waf: only link in samr client code where needed.

Guenther

13 years agos3-build: only link in lsa client code where needed.
Günther Deschner [Thu, 12 Aug 2010 17:13:16 +0000 (19:13 +0200)]
s3-build: only link in lsa client code where needed.

Guenther

13 years agos3-waf: only link in lsa client code where needed.
Günther Deschner [Thu, 12 Aug 2010 17:06:57 +0000 (19:06 +0200)]
s3-waf: only link in lsa client code where needed.

Guenther

13 years agos3-build: only link in srvsvc client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:58:49 +0000 (18:58 +0200)]
s3-build: only link in srvsvc client code where needed.

Guenther

13 years agos3-waf: only link in srvsvc client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:52:23 +0000 (18:52 +0200)]
s3-waf: only link in srvsvc client code where needed.

Guenther

13 years agos3-build: only link in wkssvc client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:47:51 +0000 (18:47 +0200)]
s3-build: only link in wkssvc client code where needed.

Guenther

13 years agos3-waf: only link in wkssvc client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:47:38 +0000 (18:47 +0200)]
s3-waf: only link in wkssvc client code where needed.

Guenther

13 years agos3-build: only link in svcctl client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:42:06 +0000 (18:42 +0200)]
s3-build: only link in svcctl client code where needed.

Guenther

13 years agos3-waf: only link in svcctl client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:41:45 +0000 (18:41 +0200)]
s3-waf: only link in svcctl client code where needed.

Guenther

13 years agos3-build: only link in dssetup client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:36:16 +0000 (18:36 +0200)]
s3-build: only link in dssetup client code where needed.

Guenther

13 years agos3-waf: only link in dssetup client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:36:06 +0000 (18:36 +0200)]
s3-waf: only link in dssetup client code where needed.

Guenther

13 years agos3-build: only link in initshutdown client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:30:57 +0000 (18:30 +0200)]
s3-build: only link in initshutdown client code where needed.

Guenther

13 years agos3-waf: only link in initshutdown client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:30:46 +0000 (18:30 +0200)]
s3-waf: only link in initshutdown client code where needed.

Guenther

13 years agos3-build: only link in echo client code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:22:31 +0000 (18:22 +0200)]
s3-build: only link in echo client code where needed.

Guenther

13 years agos3-waf: only link in eventlog echo code where needed.
Günther Deschner [Thu, 12 Aug 2010 16:22:19 +0000 (18:22 +0200)]
s3-waf: only link in eventlog echo code where needed.

Guenther

13 years agos3-build: only link in dfs client code where needed.
Günther Deschner [Thu, 12 Aug 2010 15:50:37 +0000 (17:50 +0200)]
s3-build: only link in dfs client code where needed.

Guenther

13 years agos3-waf: only link in dfs client code where needed.
Günther Deschner [Thu, 12 Aug 2010 15:47:48 +0000 (17:47 +0200)]
s3-waf: only link in dfs client code where needed.

Guenther

13 years agos3-build: only link in drsuapi client code where needed.
Günther Deschner [Thu, 12 Aug 2010 15:45:54 +0000 (17:45 +0200)]
s3-build: only link in drsuapi client code where needed.

Guenther

13 years agos3-waf: only link in drsuapi client code where needed.
Günther Deschner [Thu, 12 Aug 2010 15:42:59 +0000 (17:42 +0200)]
s3-waf: only link in drsuapi client code where needed.

Guenther

13 years agos3-build: only link in ntsvcs client code where needed.
Günther Deschner [Thu, 12 Aug 2010 15:40:18 +0000 (17:40 +0200)]
s3-build: only link in ntsvcs client code where needed.

Guenther