kai/samba.git
13 years agowaf: Remove lib prefix from libraries manually.
Jelmer Vernooij [Sun, 24 Oct 2010 17:42:58 +0000 (10:42 -0700)]
waf: Remove lib prefix from libraries manually.

13 years agotorture_local: Add missing dependency on socket_wrapper.
Jelmer Vernooij [Sun, 24 Oct 2010 08:49:03 +0000 (01:49 -0700)]
torture_local: Add missing dependency on socket_wrapper.

13 years agowaf: build private libraries with so names.
Jelmer Vernooij [Sun, 24 Oct 2010 07:54:40 +0000 (00:54 -0700)]
waf: build private libraries with so names.

13 years agodcerpc_dns: Change back to subsystem for the moment.
Jelmer Vernooij [Sun, 24 Oct 2010 02:27:03 +0000 (19:27 -0700)]
dcerpc_dns: Change back to subsystem for the moment.

13 years agos4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij [Sun, 24 Oct 2010 01:41:59 +0000 (18:41 -0700)]
s4: Drop duplicate 'lib' prefix for private libraries.

13 years agos3: Fix some DEBUG msgs
Volker Lendecke [Tue, 26 Oct 2010 14:36:38 +0000 (16:36 +0200)]
s3: Fix some DEBUG msgs

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Oct 26 15:20:01 UTC 2010 on sn-devel-104

13 years agos3: Package tdbrestore in RHEL-CTDB
Volker Lendecke [Tue, 26 Oct 2010 15:17:57 +0000 (09:17 -0600)]
s3: Package tdbrestore in RHEL-CTDB

13 years agos3: Pass tdb_flags to ctdbd when attaching to a db
Volker Lendecke [Mon, 25 Oct 2010 09:07:36 +0000 (11:07 +0200)]
s3: Pass tdb_flags to ctdbd when attaching to a db

This is required to make ctdb create databases with INCOMPATIBLE_HASH

13 years agos4:samr RPC server - "dcesrv_samr_info_DomGeneralInformation" - count always all...
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 18:48:18 +0000 (20:48 +0200)]
s4:samr RPC server - "dcesrv_samr_info_DomGeneralInformation" - count always all type of groups

One pair are universal an global groups (on the SAMR pipe called "groups") and
the other one are the domain and builtin local groups (on the SAMR pipe called
"aliases").

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 25 19:37:27 UTC 2010 on sn-devel-104

13 years agos4:samr RPC server - remove a somewhat pointless comment
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 18:39:05 +0000 (20:39 +0200)]
s4:samr RPC server - remove a somewhat pointless comment

Regardless if groups and users do exist in the builtin domain or not we do
count always all users, groups and aliases.

13 years agos4:"samdb_search_count" - introduce a "mem_ctx" parameter
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 16:14:02 +0000 (18:14 +0200)]
s4:"samdb_search_count" - introduce a "mem_ctx" parameter

All other "samdb_search_*" calls do have one - why "samdb_search_count" doesn't?

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 25 17:42:33 UTC 2010 on sn-devel-104

13 years agoldb:gendb_* calls: support a "NULL" resultset parameter
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 16:10:04 +0000 (18:10 +0200)]
ldb:gendb_* calls: support a "NULL" resultset parameter

This is useful for "samdb_search_count" where only the amount of entries
matters.

13 years agos4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also
Kamen Mazdrashki [Sat, 9 Oct 2010 03:47:20 +0000 (06:47 +0300)]
s4-test: Extend DRS-msDSIntId test to verify Configuration NC replica also

Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Mon Oct 25 13:13:48 UTC 2010 on sn-devel-104

13 years agos4:samldb LDB module - other indentation fixes on error messages
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 11:33:13 +0000 (13:33 +0200)]
s4:samldb LDB module - other indentation fixes on error messages

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 25 12:31:57 UTC 2010 on sn-devel-104

13 years agos4:ldap.py - prove the denied multi-valued replace requests
Matthias Dieter Wallnöfer [Sun, 24 Oct 2010 19:32:30 +0000 (21:32 +0200)]
s4:ldap.py - prove the denied multi-valued replace requests

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 25 11:49:19 UTC 2010 on sn-devel-104

13 years agos4:objectclass_attrs LDB module - deny multi-valued replace requests
Matthias Dieter Wallnöfer [Tue, 19 Oct 2010 13:14:53 +0000 (15:14 +0200)]
s4:objectclass_attrs LDB module - deny multi-valued replace requests

This is the AD behaviour. But on attributes with the flag
"FLAG_ATTR_REQ_PARTIAL_SET_MEMBER" it is allowed.

13 years agos4:provision_*_references.ldif - "add" and do not "replace" the "wellKnownObjects"
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 09:28:09 +0000 (11:28 +0200)]
s4:provision_*_references.ldif - "add" and do not "replace" the "wellKnownObjects"

This is the correct AD operation in this case. Multi-valued replaces are
generally denied most of the time.

13 years agos4:samldb LDB module - fix indentations
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 09:05:22 +0000 (11:05 +0200)]
s4:samldb LDB module - fix indentations

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Mon Oct 25 09:48:15 UTC 2010 on sn-devel-104

13 years agos4:samldb LDB module - use "uint32_t" for available krbtgt number
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 09:02:34 +0000 (11:02 +0200)]
s4:samldb LDB module - use "uint32_t" for available krbtgt number

13 years agos4:samldb LDB module - assign better memory contexts in some cases
Matthias Dieter Wallnöfer [Mon, 25 Oct 2010 08:55:11 +0000 (10:55 +0200)]
s4:samldb LDB module - assign better memory contexts in some cases

13 years agos3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP NDR_SPOOLSS'
Stefan Metzmacher [Mon, 25 Oct 2010 06:07:46 +0000 (06:07 +0000)]
s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP NDR_SPOOLSS'

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104

13 years agos3-waf: use NDR_NETLOGON for ntlm_auth
Stefan Metzmacher [Mon, 25 Oct 2010 06:06:32 +0000 (06:06 +0000)]
s3-waf: use NDR_NETLOGON for ntlm_auth

metze

13 years agos3-waf: use NDR_SCHANNEL
Stefan Metzmacher [Mon, 25 Oct 2010 06:05:37 +0000 (06:05 +0000)]
s3-waf: use NDR_SCHANNEL

metze

13 years agos3-waf: use NDR_NTLMSSP subsystem
Stefan Metzmacher [Mon, 25 Oct 2010 06:03:22 +0000 (06:03 +0000)]
s3-waf: use NDR_NTLMSSP subsystem

metze

13 years agos3-waf: add NDR_STANDARD dependencies to fix the build
Stefan Metzmacher [Mon, 25 Oct 2010 05:47:35 +0000 (07:47 +0200)]
s3-waf: add NDR_STANDARD dependencies to fix the build

metze

13 years agos3-waf: use git to calculate the version if available
Stefan Metzmacher [Mon, 25 Oct 2010 06:33:39 +0000 (06:33 +0000)]
s3-waf: use git to calculate the version if available

metze

13 years agos4-waf: don't generate PACKAGE_* defines in config.h
Stefan Metzmacher [Mon, 25 Oct 2010 06:49:46 +0000 (06:49 +0000)]
s4-waf: don't generate PACKAGE_* defines in config.h

- We don't use them anywhere (heimdal has special rules)
- They calculate the version at configure time
  and may contain the wrong git hash while building
- If we really need them in future we should add them
  to version.h and not config.h, as the changing git hash
  will trigger a full rebuild if config.h changes.

metze

13 years agoautobuild: add some comments
Stefan Metzmacher [Mon, 25 Oct 2010 08:16:04 +0000 (08:16 +0000)]
autobuild: add some comments

metze

13 years agoautobuild: run ldb tests with TDB_NO_FSYNC=1
Stefan Metzmacher [Mon, 25 Oct 2010 07:01:28 +0000 (07:01 +0000)]
autobuild: run ldb tests with TDB_NO_FSYNC=1

Only the tdb tests should not have this.

metze

13 years agowaf: moved the -Wl,-no-undefined flags to source4 and ldb
Andrew Tridgell [Mon, 25 Oct 2010 00:29:12 +0000 (11:29 +1100)]
waf: moved the -Wl,-no-undefined flags to source4 and ldb

moved it out of the general waf build as the s3 waf build cannot yet
handle linking with -Wl,-no-undefined

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

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Oct 25 01:12:15 UTC 2010 on sn-devel-104

13 years agos3-waf: fixed paths in s3 waf build for rpc_server
Andrew Tridgell [Sun, 24 Oct 2010 23:27:14 +0000 (10:27 +1100)]
s3-waf: fixed paths in s3 waf build for rpc_server

paths in waf rules are relative

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

13 years agos3-waf: fixed waf configure for recent changes
Andrew Tridgell [Sun, 24 Oct 2010 23:14:41 +0000 (10:14 +1100)]
s3-waf: fixed waf configure for recent changes

13 years agolibcli/security Remove unused sec_acl_equal()
Andrew Bartlett [Sun, 24 Oct 2010 21:30:00 +0000 (08:30 +1100)]
libcli/security Remove unused sec_acl_equal()

This was orphaned by changing sec_desc_equal() to the stricter
security_descriptor_equal() by
f4195183a47b0e7c8bc9644d62b123f7880f3fcd in 2009.

(The difference here was that sec_acl_equal allowed for equivilent ordering.  I've checked the callers, and this function is only used to skip actual ACL sets, or to reference a cache, so this seems

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun Oct 24 22:21:23 UTC 2010 on sn-devel-104

13 years agos3: Use cli_setpathinfo in cli_posix_unlink_internal
Volker Lendecke [Sun, 24 Oct 2010 16:32:29 +0000 (18:32 +0200)]
s3: Use cli_setpathinfo in cli_posix_unlink_internal

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104

13 years agos3: Avoid passing down a boolean to cli_posix_unlink_internal_send
Volker Lendecke [Sun, 24 Oct 2010 16:27:25 +0000 (18:27 +0200)]
s3: Avoid passing down a boolean to cli_posix_unlink_internal_send

13 years agos3: Use cli_setpathinfo in cli_posix_chown_chmod_internal
Volker Lendecke [Sun, 24 Oct 2010 16:05:03 +0000 (18:05 +0200)]
s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal

13 years agos3: Use cli_setpathinfo in cli_posix_link_internal
Volker Lendecke [Sun, 24 Oct 2010 15:06:47 +0000 (17:06 +0200)]
s3: Use cli_setpathinfo in cli_posix_link_internal

13 years agos3: Use tevent_req_simple_recv_ntstatus where appropriate
Volker Lendecke [Sun, 24 Oct 2010 14:59:56 +0000 (16:59 +0200)]
s3: Use tevent_req_simple_recv_ntstatus where appropriate

13 years agos3: Pass down a level instead of a flag to cli_posix_link_internal
Volker Lendecke [Sun, 24 Oct 2010 14:56:34 +0000 (16:56 +0200)]
s3: Pass down a level instead of a flag to cli_posix_link_internal

13 years agos3: Add async cli_setpathinfo
Volker Lendecke [Sun, 24 Oct 2010 14:45:54 +0000 (16:45 +0200)]
s3: Add async cli_setpathinfo

13 years agos3: Add "setea" to smbclient
Volker Lendecke [Sun, 24 Oct 2010 13:43:34 +0000 (15:43 +0200)]
s3: Add "setea" to smbclient

13 years agos3: Add "geteas" to smbclient
Volker Lendecke [Sun, 24 Oct 2010 11:32:30 +0000 (13:32 +0200)]
s3: Add "geteas" to smbclient

13 years agoAdd dump_data_cb()
Volker Lendecke [Sun, 24 Oct 2010 13:42:45 +0000 (15:42 +0200)]
Add dump_data_cb()

13 years agoAdd print_asc_cb()
Volker Lendecke [Sun, 24 Oct 2010 13:23:41 +0000 (15:23 +0200)]
Add print_asc_cb()

13 years agos4-test: Print correct partition DN in msDSIntId test
Kamen Mazdrashki [Sat, 9 Oct 2010 03:04:52 +0000 (06:04 +0300)]
s4-test: Print correct partition DN in msDSIntId test

Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Sun Oct 24 20:45:21 UTC 2010 on sn-devel-104

13 years agos4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings
Matthias Dieter Wallnöfer [Thu, 14 Oct 2010 20:26:44 +0000 (22:26 +0200)]
s4:dsdb - remove some calls of "samdb_msg_add_string" when we have talloc'ed strings

They can be substituted by "ldb_msg_add_string" if the string was already
talloc'ed.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 24 20:03:27 UTC 2010 on sn-devel-104

13 years agotalloc: pytalloc should not depend on samba specific code
Stefan Metzmacher [Sun, 24 Oct 2010 17:52:01 +0000 (19:52 +0200)]
talloc: pytalloc should not depend on samba specific code

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 19:21:25 UTC 2010 on sn-devel-104

13 years agos3:include: move debug.c prototypes to debug.h
Stefan Metzmacher [Sun, 24 Oct 2010 18:25:18 +0000 (20:25 +0200)]
s3:include: move debug.c prototypes to debug.h

metze

13 years agos3:include: move MAX_DEBUG_LEVEL from local.h to debug.h
Stefan Metzmacher [Sun, 24 Oct 2010 17:44:21 +0000 (19:44 +0200)]
s3:include: move MAX_DEBUG_LEVEL from local.h to debug.h

metze

13 years agos4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"
Matthias Dieter Wallnöfer [Sun, 24 Oct 2010 17:39:26 +0000 (19:39 +0200)]
s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"

In both the "objectguid" and the "repl_meta_data" DSDB module.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sun Oct 24 18:39:43 UTC 2010 on sn-devel-104

13 years agos4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible
Matthias Dieter Wallnöfer [Sun, 24 Oct 2010 17:30:12 +0000 (19:30 +0200)]
s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possible

This should prevent all possible integer storage problems in future.

13 years agopidl:Samba4/NDR/Parser: fix NDR64 union alignment
Stefan Metzmacher [Mon, 16 Aug 2010 15:35:50 +0000 (17:35 +0200)]
pidl:Samba4/NDR/Parser: fix NDR64 union alignment

We need to align before the switch_type and before the
union arms. Both alignments are to the boundary of the largest
possible union arm.

This means that adding a new union arm with a larger alignment
would break compat!!!

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 17:49:23 UTC 2010 on sn-devel-104

13 years agomidltests: add more union_align examples
Stefan Metzmacher [Sun, 24 Oct 2010 16:54:46 +0000 (18:54 +0200)]
midltests: add more union_align examples

This demonstrates the difference between NDR32 and NDR64

metze

13 years agos3: Initialize output vars in parse_ea_blob
Volker Lendecke [Sun, 24 Oct 2010 11:27:33 +0000 (13:27 +0200)]
s3: Initialize output vars in parse_ea_blob

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104

13 years agos4:librpc: we don't need dcerpc client bindings for dns.idl
Stefan Metzmacher [Sun, 24 Oct 2010 10:31:03 +0000 (12:31 +0200)]
s4:librpc: we don't need dcerpc client bindings for dns.idl

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104

13 years agos3: Remove unused cli_get_ea_list_fnum
Volker Lendecke [Sun, 24 Oct 2010 09:38:22 +0000 (11:38 +0200)]
s3: Remove unused cli_get_ea_list_fnum

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104

13 years agos3: Replace cli_qfileinfo_test with a call to cli_qfileinfo
Volker Lendecke [Sun, 24 Oct 2010 09:21:56 +0000 (11:21 +0200)]
s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo

13 years agos3: Convert cli_qfileinfo_basic to cli_qfileinfo
Volker Lendecke [Sat, 23 Oct 2010 20:37:16 +0000 (22:37 +0200)]
s3: Convert cli_qfileinfo_basic to cli_qfileinfo

13 years agos3: Convert cli_qfilename to cli_qfileinfo
Volker Lendecke [Sat, 23 Oct 2010 07:43:31 +0000 (09:43 +0200)]
s3: Convert cli_qfilename to cli_qfileinfo

13 years agos3: Add async cli_qfileinfo
Volker Lendecke [Sat, 23 Oct 2010 07:35:49 +0000 (09:35 +0200)]
s3: Add async cli_qfileinfo

13 years agos3: Rename cli_fileinfo() to cli_fileinfo_basic()
Volker Lendecke [Sat, 23 Oct 2010 07:28:47 +0000 (09:28 +0200)]
s3: Rename cli_fileinfo() to cli_fileinfo_basic()

13 years agotorture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.
Jelmer Vernooij [Sun, 24 Oct 2010 00:18:56 +0000 (17:18 -0700)]
torture/local: Depend on NSS_WRAPPER, even if it wasn't enabled.

torture_local tests nss_wrapper.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 24 01:02:00 UTC 2010 on sn-devel-104

13 years agoldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
Jelmer Vernooij [Sat, 23 Oct 2010 23:38:57 +0000 (16:38 -0700)]
ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
'ldb' python module.

13 years agos4: Rename LIBCLI_NBT -> cli_nbt.
Jelmer Vernooij [Sat, 23 Oct 2010 23:29:45 +0000 (16:29 -0700)]
s4: Rename LIBCLI_NBT -> cli_nbt.

13 years agos4: Rename LIBCLI_LDAP to libcli_ldap.
Jelmer Vernooij [Sat, 23 Oct 2010 23:27:47 +0000 (16:27 -0700)]
s4: Rename LIBCLI_LDAP to libcli_ldap.

13 years agos4: Rename WBCLIENT to wbclient.
Jelmer Vernooij [Sat, 23 Oct 2010 23:23:53 +0000 (16:23 -0700)]
s4: Rename WBCLIENT to wbclient.

13 years agos4: Rename DB_GLUE to db_glue.
Jelmer Vernooij [Sat, 23 Oct 2010 23:21:00 +0000 (16:21 -0700)]
s4: Rename DB_GLUE to db_glue.

13 years agos4: Rename SMBPASSWD to smbpasswd.
Jelmer Vernooij [Sat, 23 Oct 2010 23:19:23 +0000 (16:19 -0700)]
s4: Rename SMBPASSWD to smbpasswd.

Rename DSDB_MODULE to dsdb_module.

13 years agowaf: Lowercase several library names.
Jelmer Vernooij [Sat, 23 Oct 2010 23:12:14 +0000 (16:12 -0700)]
waf: Lowercase several library names.

13 years agos4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij [Sat, 23 Oct 2010 23:05:50 +0000 (16:05 -0700)]
s4: Rename LIBSAMBA-* to libsamba-*

13 years agos4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij [Sat, 23 Oct 2010 22:53:52 +0000 (15:53 -0700)]
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}

13 years agos4: Rename SAMDB_COMMON to samdb_common.
Jelmer Vernooij [Sat, 23 Oct 2010 22:48:49 +0000 (15:48 -0700)]
s4: Rename SAMDB_COMMON to samdb_common.

13 years agowaf: Rename LIBWINBIND-CLIENT to libwinbind-client
Jelmer Vernooij [Sat, 23 Oct 2010 22:30:42 +0000 (15:30 -0700)]
waf: Rename LIBWINBIND-CLIENT to libwinbind-client

13 years agos4: Rename NSS_WRAPPER to nss_wrapper.
Jelmer Vernooij [Sat, 23 Oct 2010 22:19:49 +0000 (15:19 -0700)]
s4: Rename NSS_WRAPPER to nss_wrapper.

Only link to nss_wrapper when it is enabled.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104

13 years agos4: Rename UID_WRAPPER to uid_wrapper.
Jelmer Vernooij [Sat, 23 Oct 2010 21:59:43 +0000 (23:59 +0200)]
s4: Rename UID_WRAPPER to uid_wrapper.

Only link to uid_wrapper when it is enabled.

13 years agos4: Rename WRAP_XATTR to wrap_xattr.
Jelmer Vernooij [Sat, 23 Oct 2010 21:53:08 +0000 (23:53 +0200)]
s4: Rename WRAP_XATTR to wrap_xattr.

13 years agos4: Rename LIBEVENTS to libevents.
Jelmer Vernooij [Sat, 23 Oct 2010 21:49:33 +0000 (23:49 +0200)]
s4: Rename LIBEVENTS to libevents.

13 years agos4: Rename NDR_TABLE to ndr_table.
Jelmer Vernooij [Sat, 23 Oct 2010 21:41:19 +0000 (23:41 +0200)]
s4: Rename NDR_TABLE to ndr_table.

13 years agos4: Rename LIBNETIF to libnetif.
Jelmer Vernooij [Sat, 23 Oct 2010 21:36:32 +0000 (23:36 +0200)]
s4: Rename LIBNETIF to libnetif.

13 years agowaf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij [Sat, 23 Oct 2010 21:26:43 +0000 (23:26 +0200)]
waf: Rename some BUNDLED_ functios to PRIVATE_.

13 years agocreate_descriptor.c - fix comment
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 20:50:29 +0000 (22:50 +0200)]
create_descriptor.c - fix comment

The location in MS-DTYPE changed.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 21:33:46 UTC 2010 on sn-devel-104

13 years agos4:provision.py - add the correct "CN=Sites" security descriptor
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 19:26:05 +0000 (21:26 +0200)]
s4:provision.py - add the correct "CN=Sites" security descriptor

This should help to fix bug #7403.

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 20:16:59 UTC 2010 on sn-devel-104

13 years agos4:schema.py - reformat and fix the security descriptor
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 18:27:50 +0000 (20:27 +0200)]
s4:schema.py - reformat and fix the security descriptor

- Now it matches Windows's order
- It contained a superfluous entry (an "Administrator" user grant)

13 years agoldb: Support using system pyldb library.
Jelmer Vernooij [Sat, 23 Oct 2010 18:41:27 +0000 (20:41 +0200)]
ldb: Support using system pyldb library.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 19:24:25 UTC 2010 on sn-devel-104

13 years agoldb: Install pkg-config file for pyldb.
Jelmer Vernooij [Sat, 23 Oct 2010 18:39:48 +0000 (20:39 +0200)]
ldb: Install pkg-config file for pyldb.

13 years agoldb: Install pyldb-util as public library.
Jelmer Vernooij [Sat, 23 Oct 2010 18:38:52 +0000 (20:38 +0200)]
ldb: Install pyldb-util as public library.

13 years agotdb: Revert re-addition of tdb_set_logging_function.
Jelmer Vernooij [Sat, 23 Oct 2010 17:53:38 +0000 (19:53 +0200)]
tdb: Revert re-addition of tdb_set_logging_function.

I accidentally committed this patch which we carry in the Debian
packages.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104

13 years agoldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP...
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 14:54:55 +0000 (16:54 +0200)]
ldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP backend

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104

13 years agos4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 14:15:51 +0000 (16:15 +0200)]
s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control

This control is exactly thought for the actions which previously were performed
using the RELAX one.

We agreed that the RELAX control will only remain for interactions with OpenLDAP.

13 years agoldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIONAL_OID
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 14:06:17 +0000 (16:06 +0200)]
ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIONAL_OID

It's nicer to have this consistent with "BYPASS_PASSWORD_HASH".

13 years agos4:dns_server - fix counter types
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 13:52:34 +0000 (15:52 +0200)]
s4:dns_server - fix counter types

13 years agotdb: commit the version 1.2.7 signatures
Matthias Dieter Wallnöfer [Sat, 23 Oct 2010 14:36:45 +0000 (16:36 +0200)]
tdb: commit the version 1.2.7 signatures

13 years agos4 dns: Implement update record prescan logic
Kai Blin [Sun, 3 Oct 2010 10:21:00 +0000 (12:21 +0200)]
s4 dns: Implement update record prescan logic

Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104

13 years agos4 dns: Add stub checking if updates are allowed
Kai Blin [Sat, 2 Oct 2010 22:40:32 +0000 (00:40 +0200)]
s4 dns: Add stub checking if updates are allowed

13 years agos4 dns: Add a prerequisites check for updates
Kai Blin [Mon, 11 Oct 2010 21:40:18 +0000 (23:40 +0200)]
s4 dns: Add a prerequisites check for updates

13 years agos4 dns: Switch to WERROR
Kai Blin [Mon, 11 Oct 2010 21:39:44 +0000 (23:39 +0200)]
s4 dns: Switch to WERROR

13 years agos4 dns: Split up the code into multiple files for easier development
Kai Blin [Fri, 1 Oct 2010 19:59:22 +0000 (12:59 -0700)]
s4 dns: Split up the code into multiple files for easier development

13 years agos4 dns: More work on updates
Kai Blin [Mon, 11 Oct 2010 21:50:16 +0000 (23:50 +0200)]
s4 dns: More work on updates

13 years agos4 dns: Map between NTSTATUS and dns error codes
Kai Blin [Mon, 11 Oct 2010 21:22:55 +0000 (23:22 +0200)]
s4 dns: Map between NTSTATUS and dns error codes

13 years agos4 dns: Better error handling when parsing invalid or unknown records
Kai Blin [Fri, 1 Oct 2010 03:35:00 +0000 (20:35 -0700)]
s4 dns: Better error handling when parsing invalid or unknown records