jelmer/samba4-debian.git
16 years agor25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.
Michael Adam [Mon, 1 Oct 2007 15:49:56 +0000 (15:49 +0000)]
r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.
To be extended...

Michael

16 years agor25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:
Michael Adam [Mon, 1 Oct 2007 15:45:01 +0000 (15:45 +0000)]
r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:
Compare the lists of sequence numbers obtained by
(a) calling SHOW_SEQUENCE without domain argument and
(b) walking the list of trusted domains.
output the sequence numbers of the individual domains upon success.

Michael

16 years agor25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.
Michael Adam [Sun, 30 Sep 2007 09:19:10 +0000 (09:19 +0000)]
r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.
WINBINDD_GETPWENT is to follow.

Michael

16 years agor25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted domains.
Michael Adam [Sun, 30 Sep 2007 09:15:04 +0000 (09:15 +0000)]
r25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted domains.

Michael

16 years agor25438: start samba3's winbindd in the selftest "dc" env
Stefan Metzmacher [Sun, 30 Sep 2007 09:08:10 +0000 (09:08 +0000)]
r25438: start samba3's winbindd in the selftest "dc" env

metze

16 years agor25437: let the default env for 'make testenv' depend on the target
Stefan Metzmacher [Sun, 30 Sep 2007 09:07:07 +0000 (09:07 +0000)]
r25437: let the default env for 'make testenv' depend on the target
as only samba4 supports the "member target yet.

metze

16 years agor25435: actually pass the statistics to the buildfarm output module
Stefan Metzmacher [Sun, 30 Sep 2007 08:26:53 +0000 (08:26 +0000)]
r25435: actually pass the statistics to the buildfarm output module
to calculate the SELFTEST RUNTIME correct

metze

16 years agor25433: - dcerpc_AuthType is a 8bit enum not 32bit
Stefan Metzmacher [Sun, 30 Sep 2007 07:12:10 +0000 (07:12 +0000)]
r25433: - dcerpc_AuthType is a 8bit enum not 32bit
- also add dcerpc_AuthLevel enum

metze

16 years agor25430: Add the loadparm context to all parametric options.
Jelmer Vernooij [Sat, 29 Sep 2007 18:00:19 +0000 (18:00 +0000)]
r25430: Add the loadparm context to all parametric options.

16 years agor25428: forward declarations of enums are not portable,
Stefan Metzmacher [Sat, 29 Sep 2007 15:16:38 +0000 (15:16 +0000)]
r25428: forward declarations of enums are not portable,
so pass struct cli_credentials *cred instead of
enum credentials_use_kerberos use_kerberos.

metze

16 years agor25427: fix SELFTEST RUNTIME calculation for the build-farm
Stefan Metzmacher [Sat, 29 Sep 2007 08:57:02 +0000 (08:57 +0000)]
r25427: fix SELFTEST RUNTIME calculation for the build-farm

metze

16 years agor25425: move LDB_MODULESDIR define into config.h
Stefan Metzmacher [Sat, 29 Sep 2007 07:57:13 +0000 (07:57 +0000)]
r25425: move LDB_MODULESDIR define into config.h
this hopefully fixes the build on some hosts

metze

16 years agor25421: SHLIBEXT comes in via samba's config.h already
Stefan Metzmacher [Sat, 29 Sep 2007 06:04:40 +0000 (06:04 +0000)]
r25421: SHLIBEXT comes in via samba's config.h already

metze

16 years agor25419: fix generation of git revision calculation
Stefan Metzmacher [Fri, 28 Sep 2007 23:40:47 +0000 (23:40 +0000)]
r25419: fix generation of git revision calculation

metze

16 years agor25411: Fix IPv6 socket backend.
Jelmer Vernooij [Fri, 28 Sep 2007 18:54:55 +0000 (18:54 +0000)]
r25411: Fix IPv6 socket backend.

16 years agor25410: Use C99 struct initialization.
Jelmer Vernooij [Fri, 28 Sep 2007 18:53:26 +0000 (18:53 +0000)]
r25410: Use C99 struct initialization.

16 years agor25409: Add SHOW_SEQUENCE winbind test (struct based).
Michael Adam [Fri, 28 Sep 2007 18:46:55 +0000 (18:46 +0000)]
r25409: Add SHOW_SEQUENCE winbind test (struct based).

Michael

16 years agor25404: fix the build
Stefan Metzmacher [Fri, 28 Sep 2007 05:19:37 +0000 (05:19 +0000)]
r25404: fix the build

metze

16 years agor25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij [Fri, 28 Sep 2007 01:17:46 +0000 (01:17 +0000)]
r25398: Parse loadparm context to all lp_*() functions.

16 years agor25395: Fix help for --socket-wrapper-pcap.
Jelmer Vernooij [Thu, 27 Sep 2007 23:44:38 +0000 (23:44 +0000)]
r25395: Fix help for --socket-wrapper-pcap.

16 years agor25394: Print out version info in test output for use by Samba 3.
Jelmer Vernooij [Thu, 27 Sep 2007 23:38:30 +0000 (23:38 +0000)]
r25394: Print out version info in test output for use by Samba 3.

16 years agor25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij [Thu, 27 Sep 2007 23:31:28 +0000 (23:31 +0000)]
r25392: Add loadparm context as argument in a couple more places.

16 years agor25386: add 'make testsuite' target that tries to at least compile
Stefan Metzmacher [Thu, 27 Sep 2007 22:47:25 +0000 (22:47 +0000)]
r25386: add 'make testsuite' target that tries to at least compile
smbtorture, smbclient and cifsdd which are used by samba3's
'make test' in future.

metze

16 years agor25385: Don't clutter the buildfarm output with SKIP: lines.
Jelmer Vernooij [Thu, 27 Sep 2007 22:18:06 +0000 (22:18 +0000)]
r25385: Don't clutter the buildfarm output with SKIP: lines.

16 years agor25384: Support DGRAM IPv6 sockets.
Jelmer Vernooij [Thu, 27 Sep 2007 21:17:44 +0000 (21:17 +0000)]
r25384: Support DGRAM IPv6 sockets.

16 years agor25383: Patch from Amin Azez <azez@ufomechanic.net> to give better message
Andrew Bartlett [Thu, 27 Sep 2007 20:45:42 +0000 (20:45 +0000)]
r25383: Patch from Amin Azez <azez@ufomechanic.net> to give better message
when a template file is missing.

Andrew Bartlett

16 years agor25379: Use loadparm context parameter in a lot more places.
Jelmer Vernooij [Thu, 27 Sep 2007 19:49:53 +0000 (19:49 +0000)]
r25379: Use loadparm context parameter in a lot more places.

16 years agor25377: Simplify code a little by employing commonly used functions.
Rafal Szczesniak [Thu, 27 Sep 2007 15:51:07 +0000 (15:51 +0000)]
r25377: Simplify code a little by employing commonly used functions.

rafal

16 years agor25376: Add the new file to the build.
Rafal Szczesniak [Thu, 27 Sep 2007 15:48:33 +0000 (15:48 +0000)]
r25376: Add the new file to the build.

rafal

16 years agor25375: Put commonly used functions in one place.
Rafal Szczesniak [Thu, 27 Sep 2007 15:47:43 +0000 (15:47 +0000)]
r25375: Put commonly used functions in one place.

rafal

16 years agor25374: create an enum for the authentication types instead of defining them as
Ronnie Sahlberg [Thu, 27 Sep 2007 03:40:04 +0000 (03:40 +0000)]
r25374: create an enum for the authentication types instead of defining them as
constants

16 years agor25373: add three more authentication types
Ronnie Sahlberg [Thu, 27 Sep 2007 03:17:24 +0000 (03:17 +0000)]
r25373: add three more authentication types

16 years agor25368: Add the test of group add routine.
Rafal Szczesniak [Thu, 27 Sep 2007 00:27:26 +0000 (00:27 +0000)]
r25368: Add the test of group add routine.

rafal

16 years agor25367: Add initial implementation of internal group add function.
Rafal Szczesniak [Thu, 27 Sep 2007 00:25:54 +0000 (00:25 +0000)]
r25367: Add initial implementation of internal group add function.

rafal

16 years agor25365: Clearer test names
Jelmer Vernooij [Wed, 26 Sep 2007 23:44:50 +0000 (23:44 +0000)]
r25365: Clearer test names

16 years agor25364: List skipped testsuites in summary only.
Jelmer Vernooij [Wed, 26 Sep 2007 23:36:07 +0000 (23:36 +0000)]
r25364: List skipped testsuites in summary only.

16 years agor25363: Move service code to separate module.
Jelmer Vernooij [Wed, 26 Sep 2007 23:24:47 +0000 (23:24 +0000)]
r25363: Move service code to separate module.

16 years agor25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from...
Jelmer Vernooij [Wed, 26 Sep 2007 19:28:40 +0000 (19:28 +0000)]
r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from command-line in smbtorture.

16 years agor25360: Allow --skip to be specified more than once.
Jelmer Vernooij [Wed, 26 Sep 2007 19:25:50 +0000 (19:25 +0000)]
r25360: Allow --skip to be specified more than once.

16 years agor25359: Set up Samba3 as dc.
Jelmer Vernooij [Wed, 26 Sep 2007 19:23:54 +0000 (19:23 +0000)]
r25359: Set up Samba3 as dc.

16 years agor25356: Conversion from the old-style composite functions take 2.
Rafal Szczesniak [Wed, 26 Sep 2007 19:05:51 +0000 (19:05 +0000)]
r25356: Conversion from the old-style composite functions take 2.
Let's find out if NET-USERMOD test passes this time on
the build farm...

rafal

16 years agor25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to
Andrew Bartlett [Wed, 26 Sep 2007 17:43:15 +0000 (17:43 +0000)]
r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to
fix a provision without an smb.conf already setup.

Andrew Bartlett

16 years agor25353: Disable one more swig link to for 'make install' to work.
Rafal Szczesniak [Wed, 26 Sep 2007 17:39:39 +0000 (17:39 +0000)]
r25353: Disable one more swig link to for 'make install' to work.

rafal

16 years agor25352: Add a basic WINBINDD_LIST_GROUPS test.
Michael Adam [Wed, 26 Sep 2007 16:53:35 +0000 (16:53 +0000)]
r25352: Add a basic WINBINDD_LIST_GROUPS test.

Michael

16 years agor25351: disable swig for now to get the build working
Andrew Tridgell [Wed, 26 Sep 2007 16:52:50 +0000 (16:52 +0000)]
r25351: disable swig for now to get the build working

16 years agor25350: Add an initial winbindd list-users test.
Michael Adam [Wed, 26 Sep 2007 16:46:20 +0000 (16:46 +0000)]
r25350: Add an initial winbindd list-users test.

Michael

16 years agor25349: add WINBIND-STRUCT-DSGETDCNAME test
Stefan Metzmacher [Wed, 26 Sep 2007 04:53:16 +0000 (04:53 +0000)]
r25349: add WINBIND-STRUCT-DSGETDCNAME test

metze

16 years agor25348: Start working on another Python wrapper.
Tim Potter [Wed, 26 Sep 2007 03:08:40 +0000 (03:08 +0000)]
r25348: Start working on another Python wrapper.

16 years agor25329: A solution to SWIG not being able to handle a structure and a function
Tim Potter [Wed, 26 Sep 2007 01:26:36 +0000 (01:26 +0000)]
r25329: A solution to SWIG not being able to handle a structure and a function
having the same name.  Hey we can now query nbt names from Python.

16 years agor25316: Remove last few instances of old BOOL type in librpc/.
Jelmer Vernooij [Tue, 25 Sep 2007 16:05:08 +0000 (16:05 +0000)]
r25316: Remove last few instances of old BOOL type in librpc/.

16 years agor25315: Revert my last change until I find out what's causing the
Rafal Szczesniak [Tue, 25 Sep 2007 05:59:57 +0000 (05:59 +0000)]
r25315: Revert my last change until I find out what's causing the
problem spotted by the builfarm.

rafal

16 years agor25312: Replace the old-style composite calls.
Rafal Szczesniak [Tue, 25 Sep 2007 04:24:39 +0000 (04:24 +0000)]
r25312: Replace the old-style composite calls.

rafal

16 years agor25310: Make sure we do not regress on r25309
Volker Lendecke [Mon, 24 Sep 2007 19:48:10 +0000 (19:48 +0000)]
r25310: Make sure we do not regress on r25309

16 years agor25308: Remove use of pstring.
Jelmer Vernooij [Mon, 24 Sep 2007 18:47:50 +0000 (18:47 +0000)]
r25308: Remove use of pstring.

16 years agor25307: add string_sub_talloc.
Jelmer Vernooij [Mon, 24 Sep 2007 16:43:16 +0000 (16:43 +0000)]
r25307: add string_sub_talloc.

16 years agor25306: Add tests for string_sub().
Jelmer Vernooij [Mon, 24 Sep 2007 15:55:26 +0000 (15:55 +0000)]
r25306: Add tests for string_sub().

16 years agor25305: Fix installation of missing headers.
Jelmer Vernooij [Mon, 24 Sep 2007 13:22:30 +0000 (13:22 +0000)]
r25305: Fix installation of missing headers.

16 years agor25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I
Andrew Bartlett [Mon, 24 Sep 2007 11:34:26 +0000 (11:34 +0000)]
r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that I
used subobj.ROLE and not subobj.SERVERROLE as the rest of the code
does.

Andrew Bartlett

16 years agor25303: Print out the options the provision script generated. This should
Andrew Bartlett [Mon, 24 Sep 2007 09:34:54 +0000 (09:34 +0000)]
r25303: Print out the options the provision script generated.  This should
help users produce predictable setups.

Andrew Bartlett

16 years agor25302: try to fix the build
Stefan Metzmacher [Mon, 24 Sep 2007 05:11:03 +0000 (05:11 +0000)]
r25302: try to fix the build

metze

16 years agor25301: Merge my includes.h cleanups.
Jelmer Vernooij [Sun, 23 Sep 2007 21:35:03 +0000 (21:35 +0000)]
r25301: Merge my includes.h cleanups.

16 years agor25300: Update howto.txt with modified provision syntax.
Andrew Bartlett [Sat, 22 Sep 2007 12:57:50 +0000 (12:57 +0000)]
r25300: Update howto.txt with modified provision syntax.

Andrew Bartlett

16 years agor25299: Modify the provision script to take an additional argument: --server-role
Andrew Bartlett [Sat, 22 Sep 2007 12:57:17 +0000 (12:57 +0000)]
r25299: Modify the provision script to take an additional argument:  --server-role

This must be set to either 'domain controller', 'domain member' or 'standalone'.

The default for the provision now changes to 'standalone'.

This is not because Samba4 is particularlly useful in that mode, but
because we still want a positive sign from the administrator that we
should advertise as a DC.

We now do more to ensure the 'standalone' and 'member server'
provision output is reasonable, and try not to set odd things into the
database that only belong for the DC.

Andrew Bartlett

16 years agor25298: regenerate lex.c files with config.h as first include
Stefan Metzmacher [Sat, 22 Sep 2007 09:44:29 +0000 (09:44 +0000)]
r25298: regenerate lex.c files with config.h as first include
this should help on aix 5.3.

metze

16 years agor25297: - fix sed arguments to make the replacement work
Stefan Metzmacher [Sat, 22 Sep 2007 09:42:38 +0000 (09:42 +0000)]
r25297: - fix sed arguments to make the replacement work
- always add #include "config.h" in the first line

metze

16 years agor25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put
Volker Lendecke [Sat, 22 Sep 2007 09:22:58 +0000 (09:22 +0000)]
r25296: Apply patch by Elrond <elrond+sambaclassic@samba-tng.org>: Put
__location__ into a few printfs.

Thanks,

Volker

16 years agor25293: add WINBIND-STRUCT-CHECK_MACHACC test
Stefan Metzmacher [Fri, 21 Sep 2007 14:22:23 +0000 (14:22 +0000)]
r25293: add WINBIND-STRUCT-CHECK_MACHACC test

metze

16 years agor25292: minor cleanup
Stefan Metzmacher [Fri, 21 Sep 2007 13:55:21 +0000 (13:55 +0000)]
r25292: minor cleanup

metze

16 years agor25291: add WINBIND-STRUCT-PRIV_PIPE_DIR test
Stefan Metzmacher [Fri, 21 Sep 2007 13:23:43 +0000 (13:23 +0000)]
r25291: add WINBIND-STRUCT-PRIV_PIPE_DIR test

this may needs
--option="torture:winbindd private pipe dir=/var/lib/samba/winbindd_privileged"

metze

16 years agor25290: remove wrong comment
Stefan Metzmacher [Fri, 21 Sep 2007 12:55:16 +0000 (12:55 +0000)]
r25290: remove wrong comment

metze

16 years agor25289: add WINBIND-STRUCT-INFO test
Stefan Metzmacher [Fri, 21 Sep 2007 12:49:32 +0000 (12:49 +0000)]
r25289: add WINBIND-STRUCT-INFO test

this may needs --option="torture:winbindd separator=+"

metze

16 years agor25288: add WINBIND-STRUCT-DOMAIN_INFO test
Stefan Metzmacher [Fri, 21 Sep 2007 12:35:44 +0000 (12:35 +0000)]
r25288: add WINBIND-STRUCT-DOMAIN_INFO test

metze

16 years agor25284: add WINBIND-STRUCT-DOMAIN_NAME test
Stefan Metzmacher [Fri, 21 Sep 2007 11:51:04 +0000 (11:51 +0000)]
r25284: add WINBIND-STRUCT-DOMAIN_NAME test

this may needs --option="torture:winbindd netbios domain=BAR"

metze

16 years agor25283: add WINBIND-STRUCT-NETBIOS_NAME test.
Stefan Metzmacher [Fri, 21 Sep 2007 11:43:06 +0000 (11:43 +0000)]
r25283: add WINBIND-STRUCT-NETBIOS_NAME test.

this may needs --option="torture:winbindd netbios name=FOO"

metze

16 years agor25282: add WINBIND-STRUCT-INTERFACE_VERSION test
Stefan Metzmacher [Fri, 21 Sep 2007 11:30:44 +0000 (11:30 +0000)]
r25282: add WINBIND-STRUCT-INTERFACE_VERSION test

metze

16 years agor25280: call WINBINDD_GETDCNAME for each domain returned from WINBINDD_LIST_TRUSTDOMS
Stefan Metzmacher [Fri, 21 Sep 2007 10:43:21 +0000 (10:43 +0000)]
r25280: call WINBINDD_GETDCNAME for each domain returned from WINBINDD_LIST_TRUSTDOMS

metze

16 years agor25279: - test in the generic get_trusted_domains() function that we got
Stefan Metzmacher [Fri, 21 Sep 2007 10:40:10 +0000 (10:40 +0000)]
r25279: - test in the generic get_trusted_domains() function that we got
  at least 2 domains.
- change the ordering of the tests

metze

16 years agor25278: add a more extented macro for doing struct based winbind requests
Stefan Metzmacher [Fri, 21 Sep 2007 10:36:51 +0000 (10:36 +0000)]
r25278: add a more extented macro for doing struct based winbind requests

metze

16 years agor25269: this doesn't fix the problems with BSD make completely...
Stefan Metzmacher [Fri, 21 Sep 2007 09:00:25 +0000 (09:00 +0000)]
r25269: this doesn't fix the problems with BSD make completely...

metze

16 years agor25268: Thanks to Andrew Kroeger for pointing out on IRC that this is
Andrew Bartlett [Fri, 21 Sep 2007 05:49:48 +0000 (05:49 +0000)]
r25268: Thanks to Andrew Kroeger for pointing out on IRC that this is
compleatly dead code.

Andrew Bartlett

16 years agor25267: Move PRINTF_ATTRIBUTE to lib/util as well.
Jelmer Vernooij [Fri, 21 Sep 2007 02:00:50 +0000 (02:00 +0000)]
r25267: Move PRINTF_ATTRIBUTE to lib/util as well.

16 years agor25266: Fix case.
Jelmer Vernooij [Fri, 21 Sep 2007 00:42:51 +0000 (00:42 +0000)]
r25266: Fix case.

16 years agor25265: Move attribute definitions to lib/util.
Jelmer Vernooij [Fri, 21 Sep 2007 00:09:13 +0000 (00:09 +0000)]
r25265: Move attribute definitions to lib/util.

16 years agor25264: add a test to verify that the ACLs are checked when a normal user connects...
Ronnie Sahlberg [Thu, 20 Sep 2007 23:27:28 +0000 (23:27 +0000)]
r25264: add a test to verify that the ACLs are checked when a normal user connects to SAMR

16 years agor25263: add a test to check the accessmasks and ACLs on policy handles returned on the
Ronnie Sahlberg [Thu, 20 Sep 2007 22:57:57 +0000 (22:57 +0000)]
r25263: add a test to check the accessmasks and ACLs on policy handles returned on the
SAMR pipe.

also test which bits in the accessmasks grant which right to perform operations on the returned policy handle

16 years agor25262: add WINBIND-STRUCT-LIST_TRUSTDOM torture test
Stefan Metzmacher [Thu, 20 Sep 2007 18:44:59 +0000 (18:44 +0000)]
r25262: add WINBIND-STRUCT-LIST_TRUSTDOM torture test

metze

16 years agor25259: try to work arround the build failures on OpenBSD 3.7
Stefan Metzmacher [Thu, 20 Sep 2007 14:36:11 +0000 (14:36 +0000)]
r25259: try to work arround the build failures on OpenBSD 3.7

metze

16 years agor25256: Fix missing field set in libnet_ModifyUser routine.
Rafal Szczesniak [Thu, 20 Sep 2007 10:23:02 +0000 (10:23 +0000)]
r25256: Fix missing field set in libnet_ModifyUser routine.

Submitted by Matthias Dieter Wallnoefer <mwallnoefer@yahoo.de>

rafal

16 years agor25251: move macro defines to the end of replace.h
Stefan Metzmacher [Thu, 20 Sep 2007 09:11:58 +0000 (09:11 +0000)]
r25251: move macro defines to the end of replace.h
and move the include location sys/param.h
before we redefine missing macros

metze

16 years agor25249: Thanks to Andrew Kroeger for pointing out this silly typo (calling
Andrew Bartlett [Thu, 20 Sep 2007 07:51:08 +0000 (07:51 +0000)]
r25249: Thanks to Andrew Kroeger for pointing out this silly typo (calling
end_transaction in delete_tranaction would be very much the wrong
thing to do) in the update_keytab module.

Andrew Bartlett

16 years agor25242: remove sequence_number out of WINBINDD_DOMAIN_INFO call
Stefan Metzmacher [Wed, 19 Sep 2007 19:09:02 +0000 (19:09 +0000)]
r25242: remove sequence_number out of WINBINDD_DOMAIN_INFO call
as this is always answered by the winbindd parent and will
most times return old sequence number values.

metze

16 years agor25235: add simple WINBIND-STRUCT-GETDCNAME test
Stefan Metzmacher [Wed, 19 Sep 2007 16:24:12 +0000 (16:24 +0000)]
r25235: add simple WINBIND-STRUCT-GETDCNAME test

metze

16 years agor25234: make WINBIND-STRUCT-PING a benchmark test
Stefan Metzmacher [Wed, 19 Sep 2007 16:22:19 +0000 (16:22 +0000)]
r25234: make WINBIND-STRUCT-PING a benchmark test

which runs WINBIND_PING for 5 seconds

metze

16 years agor25231: revert hunk that was commited together with the change to gplv3
Stefan Metzmacher [Wed, 19 Sep 2007 14:55:10 +0000 (14:55 +0000)]
r25231: revert hunk that was commited together with the change to gplv3
was revision 23801

metze

16 years agor25221: Experiment with Jelmer's new generic loadparm code.
Tim Potter [Wed, 19 Sep 2007 01:59:06 +0000 (01:59 +0000)]
r25221: Experiment with Jelmer's new generic loadparm code.

16 years agor25220: Comment out obsolete functions.
Tim Potter [Wed, 19 Sep 2007 01:57:26 +0000 (01:57 +0000)]
r25220: Comment out obsolete functions.

16 years agor25219: remove unused check for precompiled headers.
Jelmer Vernooij [Tue, 18 Sep 2007 23:19:04 +0000 (23:19 +0000)]
r25219: remove unused check for precompiled headers.

16 years agor25218: After discussion with Simo, remove the subclass support from LDB.
Andrew Bartlett [Tue, 18 Sep 2007 22:43:06 +0000 (22:43 +0000)]
r25218: After discussion with Simo, remove the subclass support from LDB.

Subclass support was designed to avoid needing to spell out the full
list of objectClasses that an entry was in.  However, Samba4 now
enforces this restriction in the objectClass module, and the way
subclass matching was handled was complex and counter-intuitive in my
opinion (and did not match LDAP).

Andrew Bartlett

16 years agor25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro
Stefan Metzmacher [Tue, 18 Sep 2007 13:47:10 +0000 (13:47 +0000)]
r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro

I'm not updating any code here, as in a few places the
existing code seems totaly broken to me...

metze

16 years agor25216: make talloc_append_string() a deprecated macro instead of
Stefan Metzmacher [Tue, 18 Sep 2007 13:45:43 +0000 (13:45 +0000)]
r25216: make talloc_append_string() a deprecated macro instead of
having it as a real function.

metze