metze/samba/wip.git
10 years agoFix entryCSN format
Howard Chu [Thu, 19 Sep 2013 17:41:02 +0000 (10:41 -0700)]
Fix entryCSN format

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
10 years agos4-openldap: Remove use of talloc_reference in ldb_map_outbound.c
Nadezhda Ivanova [Wed, 18 Sep 2013 22:31:24 +0000 (15:31 -0700)]
s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c

Instead of referencing the values array of the element to the new element, copy them, to
avoid use of talloc_reference and remove a warning of talloc_steal with reference.
The issue is only relevant when openldap backend is used.

Signed-off-by: Nadezhda Ivanova <nivanova@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
10 years agos4-openldap: Added an -H option to delegation script
Nadezhda Ivanova [Sun, 22 Sep 2013 18:24:57 +0000 (11:24 -0700)]
s4-openldap: Added an -H option to delegation script

Also calling delegation locally without credentials, as this is not really
necessary and causes selftest errors against the openldap backend.

Signed-off-by: Nadezhda Ivanova <nivanova@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agoDrop paged-search from OpenLDAP stack
Howard Chu [Mon, 16 Sep 2013 21:12:42 +0000 (14:12 -0700)]
Drop paged-search from OpenLDAP stack

Unnecessary, waste of time

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
10 years agoAdd LDB_MAP_RENDROP option
Howard Chu [Wed, 18 Sep 2013 23:50:34 +0000 (16:50 -0700)]
Add LDB_MAP_RENDROP option

Like LDB_MAP_RENAME, but drop the attribute if it occurs in an Add request.
Used for distinguishedName attribute, is read-only and generated but for
some bizarre reason AD allows it in an Add request.

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
10 years agoReturn a couple more attrs by default
Howard Chu [Thu, 19 Sep 2013 00:10:07 +0000 (17:10 -0700)]
Return a couple more attrs by default

Seems to want name and distinguishedName to always be returned.

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
10 years agoCleanup start/stop code
Howard Chu [Thu, 19 Sep 2013 12:52:59 +0000 (05:52 -0700)]
Cleanup start/stop code

teardown was bailing out before stopping slapd.
Use fork/exec to start slapd, just like samba.

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
10 years agopidl: Generate wireshark that conforms to the rules of Wireshark project
Matthieu Patou [Mon, 23 Sep 2013 05:23:51 +0000 (22:23 -0700)]
pidl: Generate wireshark that conforms to the rules of Wireshark project

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Sep 24 02:04:05 CEST 2013 on sn-devel-104

10 years agopidl: Generate NDR64/NDR32 aware code for the wireshark dissectors
Matthieu Patou [Mon, 23 Sep 2013 05:10:10 +0000 (22:10 -0700)]
pidl: Generate NDR64/NDR32 aware code for the wireshark dissectors

Signed-off-by: Matthieu Patou <mat@matws.net>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
10 years agoidl: fix frsrpc idl with NDR64 fields
Matthieu Patou [Mon, 23 Sep 2013 02:50:10 +0000 (19:50 -0700)]
idl: fix frsrpc idl with NDR64 fields

Signed-off-by: Matthieu Patou <mat@matws.net>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
10 years agoidl: remove duplicate flag
Matthieu Patou [Mon, 23 Sep 2013 01:29:56 +0000 (18:29 -0700)]
idl: remove duplicate flag

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
10 years agofrstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe
Stefan Metzmacher [Mon, 23 Sep 2013 06:09:37 +0000 (08:09 +0200)]
frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe

That way we get hexdump -C style output for the content of the pipe chunks.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
10 years agodrsuapi.idl: change the range for attribute values to 26214400 bytes.
Stefan Metzmacher [Mon, 23 Sep 2013 06:05:41 +0000 (08:05 +0200)]
drsuapi.idl: change the range for attribute values to 26214400 bytes.

This matches the IDL from [MS-DRSR].

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
10 years agolibrpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()
Stefan Metzmacher [Mon, 23 Sep 2013 05:39:43 +0000 (07:39 +0200)]
librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()

It's much easier to look at hexdump -C style output than
a few thousand lines with 1 byte each.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
10 years agolibrpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 aware
Stefan Metzmacher [Mon, 23 Sep 2013 05:20:00 +0000 (07:20 +0200)]
librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 aware

Pair-Programmed-With: Matthieu Patou <mat@matws.net>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
10 years agos4:torture:ldap: Fix misleading output
Howard Chu [Wed, 18 Sep 2013 22:29:38 +0000 (15:29 -0700)]
s4:torture:ldap: Fix misleading output

Looks like an errant copy/paste from the Abandon test.

Signed-off-by: Howard Chu <hyc@symas.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Mon Sep 23 22:47:50 CEST 2013 on sn-devel-104

10 years agos3:modules: vfs_afsacl has the afs_syscall prototype via proto.h
Michael Adam [Mon, 23 Sep 2013 17:38:12 +0000 (19:38 +0200)]
s3:modules: vfs_afsacl has the afs_syscall prototype via proto.h

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
10 years agos3:include: remove duplicate prototypes from afs functions from proto.h
Michael Adam [Mon, 23 Sep 2013 00:37:16 +0000 (02:37 +0200)]
s3:include: remove duplicate prototypes from afs functions from proto.h

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agoafs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not defined.
Michael Adam [Mon, 23 Sep 2013 00:36:28 +0000 (02:36 +0200)]
afs: implement afs_syscall() always, returning -1 if FAKE_KASERVER is not defined.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
10 years agoafs: format afs_syscall() properly
Michael Adam [Mon, 23 Sep 2013 00:35:58 +0000 (02:35 +0200)]
afs: format afs_syscall() properly

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: remove remaining occurrences of vars=locals() of source3/wscript_build
Michael Adam [Mon, 23 Sep 2013 08:11:18 +0000 (10:11 +0200)]
build: remove remaining occurrences of vars=locals() of source3/wscript_build

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary split_tokens directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:06:38 +0000 (10:06 +0200)]
build: list source of binary split_tokens directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of dbwrap_torture directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:05:43 +0000 (10:05 +0200)]
build: list source of dbwrap_torture directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary dbwrap_tool directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:04:53 +0000 (10:04 +0200)]
build: list source of binary dbwrap_tool directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary rpc_open_tcp directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:04:04 +0000 (10:04 +0200)]
build: list source of binary rpc_open_tcp directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary vlp directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:03:08 +0000 (10:03 +0200)]
build: list source of binary vlp directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary ntlm_auth directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:02:11 +0000 (10:02 +0200)]
build: list sources of binary ntlm_auth directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library nss_wins directly in dev
Michael Adam [Mon, 23 Sep 2013 08:01:07 +0000 (10:01 +0200)]
build: list sources of library nss_wins directly in dev

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbfilter directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 08:00:21 +0000 (10:00 +0200)]
build: list source of binary smbfilter directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary debug2html directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:59:38 +0000 (09:59 +0200)]
build: list sources of binary debug2html directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary sharesec() directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:58:30 +0000 (09:58 +0200)]
build: list source of binary sharesec() directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary eventlogadm directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:57:41 +0000 (09:57 +0200)]
build: list source of binary eventlogadm directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbcquotas directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:56:53 +0000 (09:56 +0200)]
build: list source of binary smbcquotas directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbcacls directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:55:56 +0000 (09:55 +0200)]
build: list source of binary smbcacls directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary locktest2 directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:55:14 +0000 (09:55 +0200)]
build: list source of binary locktest2 directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary log2pcap directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:54:28 +0000 (09:54 +0200)]
build: list source of binary log2pcap directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary vfstest directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:53:43 +0000 (09:53 +0200)]
build: list sources of binary vfstest directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary pdbtest directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:52:44 +0000 (09:52 +0200)]
build: list source of binary pdbtest directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary msgtest direcly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:51:54 +0000 (09:51 +0200)]
build: list source of binary msgtest direcly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of smbtorture(3) directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:50:57 +0000 (09:50 +0200)]
build: list sources of smbtorture(3) directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary nmblookup directly in source, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:49:10 +0000 (09:49 +0200)]
build: list source of binary nmblookup directly in source, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbspool directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:48:26 +0000 (09:48 +0200)]
build: list source of binary smbspool directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary net directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:47:36 +0000 (09:47 +0200)]
build: list sources of binary net directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys LIBNET_SAMSYNC directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:44:25 +0000 (09:44 +0200)]
build: list sources of subsys LIBNET_SAMSYNC directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys LIBNET_DSSYNC directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:43:33 +0000 (09:43 +0200)]
build: list source of subsys LIBNET_DSSYNC directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys LIBNET directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:42:22 +0000 (09:42 +0200)]
build: list source of subsys LIBNET directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary smbconftort directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:41:22 +0000 (09:41 +0200)]
build: list sources of binary smbconftort directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of libsmbconf directly in def.
Michael Adam [Mon, 23 Sep 2013 07:40:28 +0000 (09:40 +0200)]
build: list sources of libsmbconf directly in def.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library smbsharemodes directly in def, remov vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:39:10 +0000 (09:39 +0200)]
build: list sources of library smbsharemodes directly in def, remov vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: remove unused variable LIBSMBCLIENT_THREAD_SRC
Michael Adam [Mon, 23 Sep 2013 07:38:19 +0000 (09:38 +0200)]
build: remove unused variable LIBSMBCLIENT_THREAD_SRC

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary rpcclinet directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:36:10 +0000 (09:36 +0200)]
build: list sources of binary rpcclinet directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbget directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:33:57 +0000 (09:33 +0200)]
build: list source of binary smbget directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary pdbedit directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:32:58 +0000 (09:32 +0200)]
build: list source of binary pdbedit directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbpasswd directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:32:05 +0000 (09:32 +0200)]
build: list source of binary smbpasswd directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys PASSWD_UTIL directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:24:28 +0000 (09:24 +0200)]
build: list source of subsys PASSWD_UTIL directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary test_lp_load directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:23:47 +0000 (09:23 +0200)]
build: list sources of binary test_lp_load directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary smbta-util directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:22:56 +0000 (09:22 +0200)]
build: list sources of binary smbta-util directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
10 years agobuild: list source of binary testparm directly in dev, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:21:53 +0000 (09:21 +0200)]
build: list source of binary testparm directly in dev, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of smbtree direclty in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:20:54 +0000 (09:20 +0200)]
build: list sources of smbtree direclty in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary smbcontrol directly in sources, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:19:31 +0000 (09:19 +0200)]
build: list sources of binary smbcontrol directly in sources, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary smbstatus directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:18:48 +0000 (09:18 +0200)]
build: list sources of binary smbstatus directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys PRINTBACKEND direclty in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:17:18 +0000 (09:17 +0200)]
build: list sources of subsys PRINTBACKEND direclty in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys PRINTBASE directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:16:28 +0000 (09:16 +0200)]
build: list sources of subsys PRINTBASE directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys PRINTING directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:14:07 +0000 (09:14 +0200)]
build: list sources of subsys PRINTING directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of binary smbd/smbd diectly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:12:21 +0000 (09:12 +0200)]
build: list source of binary smbd/smbd diectly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys DCUTIL directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:11:10 +0000 (09:11 +0200)]
build: list sources of subsys DCUTIL directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys SLCACHE directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:09:47 +0000 (09:09 +0200)]
build: list sources of subsys SLCACHE directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys PLAINTEXT_AUTH directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:08:29 +0000 (09:08 +0200)]
build: list sources of subsys PLAINTEXT_AUTH directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of FNAME_UTIL directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:07:16 +0000 (09:07 +0200)]
build: list source of FNAME_UTIL directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library smbd_base directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 07:06:25 +0000 (09:06 +0200)]
build: list sources of library smbd_base directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of binary profiles directly in def, remov vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:58:56 +0000 (08:58 +0200)]
build: list sources of binary profiles directly in def, remov vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys PROFILE directly in definition
Michael Adam [Mon, 23 Sep 2013 06:58:00 +0000 (08:58 +0200)]
build: list source of subsys PROFILE directly in definition

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys GROUPDB direclty in def
Michael Adam [Mon, 23 Sep 2013 06:57:08 +0000 (08:57 +0200)]
build: list source of subsys GROUPDB direclty in def

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of lib pdb directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:54:58 +0000 (08:54 +0200)]
build: list sources of lib pdb directly in def, removing vars=locals()

Also, remove a comment
"#FIXME: lib/winbind_util.c probably is not part of PASSDB_SRC"
while moving he list:
lib/winbind_util.c is in fact a winbind wrapper for passdb.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys LOCKING directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:47:20 +0000 (08:47 +0200)]
build: list sources of subsys LOCKING directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys RPC_CLIENT_SCHANNEL direclty in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:45:21 +0000 (08:45 +0200)]
build: list source of subsys RPC_CLIENT_SCHANNEL direclty in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys LIBEVENTLOG directly in definition, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:44:17 +0000 (08:44 +0200)]
build: list source of subsys LIBEVENTLOG directly in definition, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of SERVICES directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:43:28 +0000 (08:43 +0200)]
build: list sources of SERVICES directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of REG_API_REGF directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:41:53 +0000 (08:41 +0200)]
build: list sources of REG_API_REGF directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys REG_FULL directly in def, remov vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:40:46 +0000 (08:40 +0200)]
build: list sources of subsys REG_FULL directly in def, remov vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys REG_SMBCONF directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:38:45 +0000 (08:38 +0200)]
build: list sources of subsys REG_SMBCONF directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of lib smbregistry directly in def, remove vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:38:04 +0000 (08:38 +0200)]
build: list sources of lib smbregistry directly in def, remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of lib msrpc3 directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:33:08 +0000 (08:33 +0200)]
build: list sources of lib msrpc3 directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library libsmb directly in def, also removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:32:01 +0000 (08:32 +0200)]
build: list sources of library libsmb directly in def, also removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys TLDAP directly in definition
Michael Adam [Mon, 23 Sep 2013 06:30:14 +0000 (08:30 +0200)]
build: list sources of subsys TLDAP directly in definition

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys LIBNTLMSSP in definition, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:28:14 +0000 (08:28 +0200)]
build: list sources of subsys LIBNTLMSSP in definition, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsys LIBNMB directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:24:04 +0000 (08:24 +0200)]
build: list sources of subsys LIBNMB directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of lib secrets3 directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:05:50 +0000 (08:05 +0200)]
build: list sources of lib secrets3 directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsys LIBADS_PRINTER directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:03:56 +0000 (08:03 +0200)]
build: list source of subsys LIBADS_PRINTER directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsystem LIBADS_SERVER directly in def, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:02:52 +0000 (08:02 +0200)]
build: list sources of subsystem LIBADS_SERVER directly in def, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library ads directly in sources, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:01:39 +0000 (08:01 +0200)]
build: list sources of library ads directly in sources, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of library gpo directly in definition, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 06:00:16 +0000 (08:00 +0200)]
build: list sources of library gpo directly in definition, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsystem KRBCLIENT directly in defintion, removing vars=locals()
Michael Adam [Mon, 23 Sep 2013 05:58:32 +0000 (07:58 +0200)]
build: list source of subsystem KRBCLIENT directly in defintion, removing vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsystem param directly in definition
Michael Adam [Mon, 23 Sep 2013 05:57:22 +0000 (07:57 +0200)]
build: list source of subsystem param directly in definition

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of subsystem PARAM_UTIL directly in definition and remove vars...
Michael Adam [Mon, 23 Sep 2013 05:55:52 +0000 (07:55 +0200)]
build: list source of subsystem PARAM_UTIL directly in definition and remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list source of library popt_samba3 directly in definition and rm vars=locals()
Michael Adam [Mon, 23 Sep 2013 05:54:19 +0000 (07:54 +0200)]
build: list source of library popt_samba3 directly in definition and rm vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsystem samba3util directly in definition and remove vars...
Michael Adam [Mon, 23 Sep 2013 05:51:12 +0000 (07:51 +0200)]
build: list sources of subsystem samba3util directly in definition and remove vars=locals()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: split REG_PARSE_PRS as subsystem and list sources of REGFIO directly.
Michael Adam [Mon, 23 Sep 2013 05:49:33 +0000 (07:49 +0200)]
build: split REG_PARSE_PRS as subsystem and list sources of REGFIO directly.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of libcli_netlogon3 library directly in the definition
Michael Adam [Mon, 23 Sep 2013 05:44:58 +0000 (07:44 +0200)]
build: list sources of libcli_netlogon3 library directly in the definition

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
10 years agobuild: list sources of subsystem LIBCLI_SAMR directly in the definition
Michael Adam [Mon, 23 Sep 2013 05:43:49 +0000 (07:43 +0200)]
build: list sources of subsystem LIBCLI_SAMR directly in the definition

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>