1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

12491 Commits

Author SHA1 Message Date
Jelmer Vernooij
cf4d161f15 r22769: Fix include location.
(This used to be commit 74d51579af)
2007-10-10 14:52:16 -05:00
Rafal Szczesniak
665065a1df r22764: - replace talloc_zero with composite_create
- use event context provided with libnet context instead of creating
  a new one

rafal
(This used to be commit ce8414b3da)
2007-10-10 14:52:16 -05:00
Rafal Szczesniak
da7f449a07 r22763: replace talloc_zero calls with composite_create and add more
allocation checks.

rafal
(This used to be commit 621f3e5674)
2007-10-10 14:52:16 -05:00
Jelmer Vernooij
cc26fe9b74 r22762: Some ldb_map changes:
* Change license to LGPL, so it can be used by non-Samba users of
LDB (cleared with Martin as well).

* Include ldb_map in standalone build.

* Move ldb_map to its own directory
(This used to be commit a90202abca)
2007-10-10 14:52:15 -05:00
Stefan Metzmacher
7ef755d150 r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_string()
- update manpage and add comments about _talloc_set_name_const(ret, ret);
  in all places which use them

metze
(This used to be commit 5cd100de82)
2007-10-10 14:52:15 -05:00
Stefan Metzmacher
aa4ab6d3c1 r22757: test if calling talloc_free() works on parent elements from within a destrutor
metze
(This used to be commit 305117fae0)
2007-10-10 14:52:15 -05:00
Andrew Bartlett
112728c651 r22756: Make it easier to setup an LDAP replica. Provision with
--partitions-only (suggestions for a better name welcome) will setup
the partitions records, but no any data in those partitions.  This can
then point at the already configured remote LDAP server.

Andrew Bartlett
(This used to be commit ee7b06fc83)
2007-10-10 14:52:15 -05:00
Stefan Metzmacher
19d56c775a r22752: bail out on talloc failure
metze
(This used to be commit da92bf88e5)
2007-10-10 14:52:10 -05:00
Jelmer Vernooij
31b47acf52 r22750: dlopen() is always available now (and returns a correct error if not supported by the system), thanks to libreplace.
(This used to be commit 1152a4f56d)
2007-10-10 14:52:09 -05:00
Stefan Metzmacher
7fe9a3255a r22749: fix memory leak of nbt_name_request structure which are used to send replies
and never have an async callback that could free it.

we only had the memory leak in the error path the
standard path was ok.

metze
(This used to be commit d2a2fe662d)
2007-10-10 14:52:09 -05:00
Stefan Metzmacher
68b531e817 r22748: fix memleaks by passing an mem_ctx to
irpc_servers_byname()

metze
(This used to be commit b54584dfab)
2007-10-10 14:52:09 -05:00
Stefan Metzmacher
56ab0cd77c r22746: fix the build of the sqlite module
metze
(This used to be commit cd958034df)
2007-10-10 14:52:08 -05:00
Stefan Metzmacher
7a919bede7 r22743: set the talloc name to the string...
metze
(This used to be commit d907fb26a7)
2007-10-10 14:52:08 -05:00
Jelmer Vernooij
b157580538 r22742: Fix tests.
(This used to be commit 7240c2d7e3)
2007-10-10 14:52:08 -05:00
Jelmer Vernooij
ac0e2b606f r22741: Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.
(This used to be commit 40d6235b24)
2007-10-10 14:52:08 -05:00
Rafal Szczesniak
0ad4c05508 r22735: correct some comments
rafal
(This used to be commit 6d4268bcd3)
2007-10-10 14:52:07 -05:00
Rafal Szczesniak
fbe82f1375 r22734: - use samr pipe if it is already opened
- close connection handle after domains enumeration
- collect domain names in subsequent rounds of enumeration
  (if there are more than one)

rafal
(This used to be commit 5ab76ce515)
2007-10-10 14:52:07 -05:00
Stefan Metzmacher
84ea1aa3fc r22723: fix compiler warnings
metze
(This used to be commit d8440f0579)
2007-10-10 14:52:07 -05:00
Stefan Metzmacher
9dba7d7613 r22722: fix dependencies
metze
(This used to be commit 0397eca102)
2007-10-10 14:52:07 -05:00
Stefan Metzmacher
c722b7ad60 r22721: use only included talloc and tdb untill jelmer
fixes the code to support both...

the problem is that we always add EXT::TALLOC in config.mk
before 'include lib/talloc/config.mk'

metze
(This used to be commit fa5b22e0c6)
2007-10-10 14:52:06 -05:00
Stefan Metzmacher
aed8091df0 r22718: remove autoconf warnings, we should only include
.m4 files only once

metze
(This used to be commit 81f906537d)
2007-10-10 14:52:03 -05:00
Jelmer Vernooij
ca72dbec9a r22699: Reduce amount of magic required for popt detection.
(This used to be commit 05ca6ecef7)
2007-10-10 14:52:03 -05:00
Jelmer Vernooij
b3a4fd11e9 r22698: Support using system tdb, when available.
(This used to be commit 4d3f02e845)
2007-10-10 14:52:03 -05:00
Jelmer Vernooij
30baa7f39e r22697: Support building with external talloc.
(This used to be commit 3a2f9e0977)
2007-10-10 14:52:02 -05:00
Simo Sorce
31d28c5b8c r22696: Make sure this is an ascii char
spotted by Volker
(This used to be commit e24812016f)
2007-10-10 14:52:02 -05:00
Volker Lendecke
d6121458b0 r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This is
an attempt to work around this: Maybe it helps if we include other stuff
first.

This raises a question however: Do we want the DN handling to be locale
dependent? isalpha() can return different things depending on the
current locale.
(This used to be commit 75ba82dee0)
2007-10-10 14:52:02 -05:00
Jelmer Vernooij
bb71fc3856 r22687: use DESTDIR.
(This used to be commit 0b34da929f)
2007-10-10 14:52:02 -05:00
Jelmer Vernooij
9b03417172 r22684: Fix native Samba build.
(This used to be commit 582e743e68)
2007-10-10 14:52:01 -05:00
Stefan Metzmacher
9644ced731 r22683: fix the logic for skipping the pipe_dead()
code on the 2nd run.

thanks volker for finding this!

metze
(This used to be commit 00ccc217da)
2007-10-10 14:52:01 -05:00
Jelmer Vernooij
e0e8fc3db4 r22682: Fix standalone ldb build when parent directory name != ldb.
(This used to be commit 532f28724d)
2007-10-10 14:52:01 -05:00
Jelmer Vernooij
52fb06edc2 r22681: Fix standalone ldb build when parent directory name != ldb.
(This used to be commit 1093875d59)
2007-10-10 14:52:00 -05:00
Volker Lendecke
be7eb080fe r22680: Fix a talloc ctx name
(This used to be commit 3c46831f66)
2007-10-10 14:52:00 -05:00
Rafal Szczesniak
d02dc1b674 r22672: use composite_create calls instead of talloc_zero.
rafal
(This used to be commit 969b175c73)
2007-10-10 14:52:00 -05:00
Andrew Tridgell
5f475b80ee r22670: changed the RAW-NOTIFY test to support clustered testing (two nodes)
(This used to be commit 12ce85aea1)
2007-10-10 14:52:00 -05:00
Stefan Metzmacher
aa95279b81 r22669: fix uninitialized element which was causing a crash with 'net password set'
metze
(This used to be commit 9bbe473356)
2007-10-10 14:51:59 -05:00
Jelmer Vernooij
9fc5647043 r22668: Fix ldb build
(This used to be commit 331a0f608f)
2007-10-10 14:51:59 -05:00
Stefan Metzmacher
c83c6740ab r22667: revert revision 22640 as it breaks nested structs in idl
metze
(This used to be commit b5c84460fc)
2007-10-10 14:51:59 -05:00
Jelmer Vernooij
1477b7a24f r22665: Change version back to 0.9.
(This used to be commit 5037373c4c)
2007-10-10 14:51:59 -05:00
Stefan Metzmacher
91ec102fb9 r22662: disable shared library support on Tru64
metze
(This used to be commit 75d5155cd3)
2007-10-10 14:51:58 -05:00
Stefan Metzmacher
6c6c5927a1 r22661: optimize the handling of directly triggered timed events:
- if someone adds a timed_event with a zero timeval
  we now avoid serval gettimeofday() calls and the
  event handler doesn't get the current time when it's
  called, instead we also pass a zero timeval

- this also makes sure multiple timed events with a zero timeval
  are processed in the order there're added.

the little benchmark shows that processing 2000000 directly timed events
is now much faster, while avoiding syscalls at all!

> time ./evtest (with the old code)

real    0m6.388s
user    0m1.740s
sys     0m4.632s
> time ./evtest (with the new code)

real    0m1.498s
user    0m1.496s
sys     0m0.004s
metze@SERNOX:~/devel/samba/4.0/samba4-ci/source> cat evtest.c
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
#include <talloc.h>
#include <events.h>

static void dummy_fde_handler(struct event_context *ev_ctx, struct fd_event *fde,
                              uint16_t flags, void *private_data)
{
}

static void timeout_handler(struct event_context *ev, struct timed_event *te,
                            struct timeval tval, void *private_data)
{
        uint32_t *countp = (uint32_t *)private_data;
        (*countp)++;
        if (*countp > 2000000) exit(0);
        event_add_timed(ev, ev, tval, timeout_handler, countp);
}

int main(void)
{
        struct event_context *ev;
        struct timeval tval =  { 0, 0 };
        uint32_t count = 0;
        ev = event_context_init(NULL);
        event_add_fd(ev, ev, 0, 0, dummy_fde_handler, NULL);
        event_add_timed(ev, ev, tval, timeout_handler, &count);
        return event_loop_wait(ev);
}
(This used to be commit 4db64b4ce2)
2007-10-10 14:51:58 -05:00
Stefan Metzmacher
e4161f9dee r22658: - add AC_GNU_SOURCE macro for systems which don't have it
(sles8)
- fix compiler warning on some systems

metze
(This used to be commit 2097ac64fc)
2007-10-10 14:51:58 -05:00
Jelmer Vernooij
f239b809b4 r22642: Allow standalone build to work without tdb or talloc checked out, but
provided by the system.
(This used to be commit bdde740551)
2007-10-10 14:51:57 -05:00
Stefan Metzmacher
0bc6c5a7b1 r22640: - generate nicer output
- fix compiler warning about unused ';'

metze
(This used to be commit 715060187f)
2007-10-10 14:51:57 -05:00
Jelmer Vernooij
8f786106a5 r22637: Install tdbbackup and tdbdump again.
(This used to be commit 8197cb975e)
2007-10-10 14:51:57 -05:00
Stefan Metzmacher
7983989508 r22635: make it possible to not turn off dns canonicalization of hostnames
with krb5:set_dns_canonicalize=yes

needed for the drsuapi replication, but we should fix this with
a kdc locator plugin ...

metze
(This used to be commit f0a12355bc)
2007-10-10 14:51:56 -05:00
Andrew Tridgell
19a6878380 r22634: make the events system much less dependent on the samba4 build system
(This used to be commit b0c8c1cd21)
2007-10-10 14:51:56 -05:00
Andrew Tridgell
20a0206a10 r22632: merged volkers select events fix
(This used to be commit 216aa06fe6)
2007-10-10 14:51:56 -05:00
Stefan Metzmacher
de9768764d r22629: if irpc gets freed within event_loop_once() we crash...
so deferr the freeing

metze
(This used to be commit 3a30bc0d61)
2007-10-10 14:51:56 -05:00
Stefan Metzmacher
298f178dca r22628: convert to new composite api
and free the smbcli_request explicit to fix a crash where
the request handler gets called after its private data is already
freed

metze
(This used to be commit 55306c6188)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
e2633be313 r22627: fix crash msgs_tmp isn't always initialized
and we don't need an extra allocated string anyway

metze
(This used to be commit 44c27b2fe6)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
037a3e0fc2 r22626: test member server with local and domain credentials
metze
(This used to be commit 79c1133467)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
0f50e7b812 r22625: hopefully fix make test on solaris
metze
(This used to be commit 32c805919f)
2007-10-10 14:51:55 -05:00
Stefan Metzmacher
614cb1e9db r22624: - configure other auth methods for the member server
- use the netbiosname as domain and realm for the provision
  of the member server

metze
(This used to be commit fdb08a5b9c)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
d67c96504c r22623: export SMB_CONF_PATH from selftest.pl
metze
(This used to be commit 6fb6666e42)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
f7e0935727 r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
very usefull for make testenv!

this makes it also possible to pass a config file to smbscript

metze
(This used to be commit f65fcd764b)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
a5df01c992 r22621: fix the 'sam' auth module
metze
(This used to be commit 255acbb113)
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
a475bfdcca r22620: fix compiler warnings
metze
(This used to be commit b7adc88e74)
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
2c78837e34 r22619: fix pidl warnings
metze
(This used to be commit 4105e3db31)
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
bab99337f8 r22618: handle the properties related to the type
and not to 'declare' to avoid a pidl warning with:

declare [switch_type(uint16)] union netr_Validation;

void foo([in] uint16 level, [in,switch_is(level)] netrValidation info);

metze
(This used to be commit 3b3344f1df)
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
118313f9a3 r22617: assume we have defered elements if the type is just provides via
'declare' this should fix the problem with the winbind IRPC calls

metze
(This used to be commit 5abbb4673a)
2007-10-10 14:51:52 -05:00
Andrew Tridgell
b7e20c87e3 r22616: allow the unclist file to not specify a share name, and instead
inherit the share name from the command line if it is not
specified. This allows you to just specify the servers in the unclist,
and connect to the same share on all servers.
(This used to be commit 946f5d09ae)
2007-10-10 14:51:52 -05:00
Andrew Bartlett
f5a94f978b r22612: Fix more cases where we have uninitialised values in the
composite_context, because we don't use the creation function.

Andrew Bartlett
(This used to be commit e37064e356)
2007-10-10 14:51:52 -05:00
Stefan Metzmacher
2c65bbc984 r22610: fix build with included popt
metze
(This used to be commit aece281c3b)
2007-10-10 14:51:52 -05:00
Stefan Metzmacher
49aee27f86 r22609: skip BASE-UTABLE (400s) and BASE-SMB (837s)
maybe we should have a "make completetest"
that includes all benchmark and scanner tests,
which we can run before doing a release...

metze
(This used to be commit 924102aa1d)
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
950ba8f3d4 r22608: use a shorter share name as testparm complained about
a share name longer than 12 chars

metze
(This used to be commit f8c1b561e9)
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
3c3869cea6 r22607: work with the solaris version of popt
metze
(This used to be commit c992e882b5)
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
16df1115fe r22606: don't every try to prompt within make test...
metze
(This used to be commit eb0f257cd1)
2007-10-10 14:51:51 -05:00
Jelmer Vernooij
c0ac3d26ab r22605: Set up all required environments before starting tests.
(This used to be commit adf835a324)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
b481b29a1a r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
(This used to be commit 5ff665b653)
2007-10-10 14:51:50 -05:00
Stefan Metzmacher
b8bba729dd r22601: run net join with the correct socket_wrapper and krb5 configuration
metze
(This used to be commit 3064d881e3)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
42cf31f3c6 r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
d8e28e1f6d r22599: Document member server.
(This used to be commit 4ef937a08d)
2007-10-10 14:51:49 -05:00
Jelmer Vernooij
2ea1896591 r22598: Simplify includes for replace.
(This used to be commit e72cec408e)
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
201408141d r22597: try to pass on some more boxes in the build-farm without timeout
metze
(This used to be commit f7a3d78fef)
2007-10-10 14:51:49 -05:00
Jelmer Vernooij
c9cf06b146 r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.
This should make it easier to allow use of system tdb or talloc libs using
pkg-config.
(This used to be commit a3ec90a263)
2007-10-10 14:51:48 -05:00
Jelmer Vernooij
b0411352a8 r22595: Add version numbers.
(This used to be commit 54cc097e0f)
2007-10-10 14:51:48 -05:00
Andrew Bartlett
ebf5f9f1ef r22594: This helped coax out valgrind errors last night, but we don't need it any more.
Andrew Bartlett
(This used to be commit 367231ea21)
2007-10-10 14:51:48 -05:00
Andrew Bartlett
fcdb99f7ce r22582: Cleanups towards making winbind work again. We still have a long way to go, as this has bitrotted over the past months.
This change in particular catches winbind up with the next
composite_create() function.

We also needed to remove an unused flags field, and fill in the lm
response.

Andrew Bartlett
(This used to be commit bd26e4ffaf)
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
ea34bca0bd r22581: disable BASE-UTABLE and BASE-SMB on the ntvfs/cifs share
we should maybe disable them complete they're protocol scanners!
and take more than 400s each

metze
(This used to be commit 592d2c0017)
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
c5693fc49d r22580: remove not yet needed line...
metze
(This used to be commit 57939600ee)
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
628ff1bea3 r22579: disable progress printing in the build-farm
metze
(This used to be commit 93089ad5e8)
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
1e84e4026e r22575: move script/tests/ -> selftest/
as discussed with jelmer and abartlet

metze
(This used to be commit e9fe3c40e1)
2007-10-10 14:51:46 -05:00
Andrew Bartlett
82ad0ea6ea r22572: Don't manually set objectGUID values
(This used to be commit b5afec8b82)
2007-10-10 14:51:46 -05:00
Stefan Metzmacher
c36eedf35c r22571: - don't use "localhost" anymore in our tests
- use different passwords for dc and member

metze
(This used to be commit 9e882cbde2)
2007-10-10 14:51:46 -05:00
Stefan Metzmacher
498166904d r22570: run the NBT tests against DC and MEMBER
metze
(This used to be commit 307cee21e4)
2007-10-10 14:51:45 -05:00
Stefan Metzmacher
ba204fe350 r22569: use the $SERVER_IP for the LDAP-* tests because I'll later change
$SERVER from localhost to localdc.

we should find out why this is needed and add explicit name resolution
in related code...

metze
(This used to be commit 8336e85aad)
2007-10-10 14:51:45 -05:00
Stefan Metzmacher
d17ae2fe82 r22568: use the $SERVER_IP for the NET-* tests because I'll later change
$SERVER from localhost to localdc

mimir: please take a look why that's needed at all, as it shouldn't:-)

metze
(This used to be commit b06a9a00cf)
2007-10-10 14:51:45 -05:00
Rafal Szczesniak
2096de0b8d r22567: add NET-API-DOMLIST test to automatic testing.
rafal
(This used to be commit 69a6f655aa)
2007-10-10 14:51:45 -05:00
Rafal Szczesniak
dffe18ed1a r22566: add a simple test of libnet_DomainList function.
rafal
(This used to be commit a1ca08b05b)
2007-10-10 14:51:44 -05:00
Rafal Szczesniak
c66fae011f r22565: add libnet_DomainList function.
rafal
(This used to be commit b17da3b7da)
2007-10-10 14:51:44 -05:00
Jeremy Allison
522f9ace14 r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving
to a separate file.
Jeremy.
(This used to be commit 80706cf98d)
2007-10-10 14:51:44 -05:00
Andrew Bartlett
6736106581 r22559: Make the ad2OLschema tool case insensitive.
Andrew Bartlett
(This used to be commit ddcca38c65)
2007-10-10 14:51:44 -05:00
Andrew Bartlett
729674054a r22558: Move to a static list of enctypes to put into our keytab. In future,
I'll allow this to be configured from the secrets.ldb, but it should
fix some user issues.

Andrew Bartlett
(This used to be commit 0fd74ada22)
2007-10-10 14:51:43 -05:00
Andrew Bartlett
f34c57f4fc r22557: Simo has long bugged me that the paths in the sam.ldb partitions were
not relative to the location of the sam.ldb, but instead
lp_private_dir().

This fixes that issue.

Andrew Bartlett
(This used to be commit c0fd6f6339)
2007-10-10 14:51:43 -05:00
Andrew Bartlett
b006d86e65 r22556: Make the slapd command valid.
Andrew Bartlett
(This used to be commit dfb2fd2b2a)
2007-10-10 14:51:43 -05:00
Stefan Metzmacher
b8fdea2172 r22552: this doesn't need a dc
metze
(This used to be commit 56a86c7cc7)
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
99b2851f46 r22551: use fixed passwords, to make it possible to reproduce stuff
and look into krb5 blobs when using wireshark on
--socket-wrapper-pcap created files

metze
(This used to be commit eaf4b9c0ee)
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
ecc37e1dac r22550: nmblookup -U needs an ip address otherwise we depend on gethostbyname()
metze
(This used to be commit 5533fc5063)
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
c1195e0e60 r22549: export some more info ipaddress and in member env also the
details of the dc

metze
(This used to be commit 0c8c1c55f4)
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
e5b0977897 r22548: - maintain a global array of exported envvars
- make it possible to specify the envname for make testenv:
  SELFTEST_TESTENV=member make testenv

metze
(This used to be commit b6b57dd9c9)
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
5d78a487b8 r22547: fix some pathes and make sure we work with relative and abslute prefix pathes
metze
(This used to be commit dc3df1ca43)
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
5b1a01a9c0 r22546: use the same error codes in both share backends
metze
(This used to be commit e0fae01e4c)
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
9a66e0f7fb r22545: fix formating and a compiler warning
metze
(This used to be commit 5e627cc7c0)
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
18d141a3cf r22544: use the same syntax as in all other files
maybe that fixes make test on all sun hosts...

metze
(This used to be commit 2597152126)
2007-10-10 14:51:40 -05:00
Jeremy Allison
ca3a7a5578 r22541: Added talloc_size_strict macro.
Jeremy.
(This used to be commit 219e1cae77)
2007-10-10 14:51:40 -05:00
Jeremy Allison
3477721278 r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.
(This used to be commit ba1a66cc6f)
2007-10-10 14:51:40 -05:00
Jeremy Allison
b06fc3b53c r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.
(This used to be commit 1ef269067c)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
5a616802ff r22538: same day late at night in au...:-)
fix the strcasecmp_m() returns 0 for a match

also use the correct array element to fill priv->dcinfo

the fixes the problems where ldb changes the order of the search results
when changing the main dc netbios name from "localhost" to "localtest"

metze
(This used to be commit 25fffe385e)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
aad487ac94 r22536: resolve name before passing to cldap
metze
(This used to be commit 2d28258406)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
383fc70970 r22535: pass down $(TESTS) to all test variants
metze
(This used to be commit c27519d351)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
9c6c917571 r22534: don't remove socket and fd_event before we told the
packet layer.

also fix double free (left over from cut-n-paste)

metze
(This used to be commit a26db7e694)
2007-10-10 14:51:38 -05:00
Andrew Bartlett
4d23d4b210 r22531: Fix up OpenLDAP schema map to almost pass 'make test'.
Andrew Bartlett
(This used to be commit ef9320ae5b)
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
e5ea03737f r22530: use message() to make --quiet work
metze
(This used to be commit 7c381b2d4f)
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
42b133748f r22528: remember that the connection was marked dead and don't
allow sending packet over the broken connection,
as we would segfault...

metze
(This used to be commit 738b2c7411)
2007-10-10 14:51:38 -05:00
Andrew Bartlett
ba6f0b0c48 r22522: Print why we can't find these entries.
Andrew Bartlett
(This used to be commit 465f181168)
2007-10-10 14:51:37 -05:00
Andrew Bartlett
9aeaac2c2b r22521: Don't fail the module load just because we don't have a schema yet.
This code to be replaced by metze's schema loader soon...

Andrew Bartlett
(This used to be commit a354ec2822)
2007-10-10 14:51:37 -05:00
Jelmer Vernooij
771b57b3fc r22520: Fix the TYPE command.
(This used to be commit b81b0d3308)
2007-10-10 14:51:37 -05:00
Rafal Szczesniak
29c2744f96 r22519: convert libnet_DomainOpenSamr function from state-handling routine
to composite_continue.

rafal
(This used to be commit 4a2839d95d)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
4adf0b62a3 r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
781575f508 r22517: Use DESTDIR
(This used to be commit 4614da125f)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
78cf175165 r22516: Use DESTDIR
(This used to be commit d0f8d46813)
2007-10-10 14:51:36 -05:00
Stefan Metzmacher
7236bcf39d r22515: only steal pipe on success
metze
(This used to be commit acfaba06f5)
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
4b0820f9ad r22514: Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian).
(This used to be commit 846cfcf44d)
2007-10-10 14:51:35 -05:00
Stefan Metzmacher
5d2f325f83 r22508: at option for the startup delay
metze
(This used to be commit 09da9f6490)
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
1db793be75 r22503: Add support for dgram to socket_ipv6. No tests yet...
(This used to be commit 2f64b75846)
2007-10-10 14:51:34 -05:00
Andrew Bartlett
6d69e67dfd r22498: The initial LDIF import into Fedora DS didn't work, so just push this
onto the end of dse.ldif.

This make Fedora DS work with multiple naming contexts.

Andrew Bartlett
(This used to be commit 43deee4f93)
2007-10-10 14:51:33 -05:00
Andrew Bartlett
17078a46b8 r22497: Support renaming objectclasses and attributes for the LDAP backend.
OpenLDAP is fussy about operational attributes in user-supplied
schema.

Andrew Bartlett
(This used to be commit d7cd4b768a)
2007-10-10 14:51:33 -05:00
Andrew Bartlett
f1851e7abc r22494: Skip subSchema again, but we will need to remap this objectClass.
Make the Fedora DS backend test again.

Andrew Bartlett
(This used to be commit 65327a0e4d)
2007-10-10 14:51:33 -05:00
Jelmer Vernooij
c58042c90e r22488: Hopefully fix ipv6.
(This used to be commit 7a0da66e39)
2007-10-10 14:51:33 -05:00
Stefan Metzmacher
f66bd1ae54 r22486: add a flag to ignore timeouts of a request and don't close
the connection on timeout

metze
(This used to be commit 6b23ab1fd2)
2007-10-10 14:51:32 -05:00
Stefan Metzmacher
d7b0175249 r22485: don't crash when the main dcerpc code haven't setup
transport.recv_data yet

also return always a usefull error

metze
(This used to be commit 0a8b4c328d)
2007-10-10 14:51:32 -05:00
Andrew Bartlett
3d4c4c5fa3 r22478: Update the LDAP backend code to handle initialisation of multiple
partitions onto the target LDAP server.

Make the LDAP provision run before smbd starts, then stop the LDAP
server.  This ensures this occurs synchronously, We then restart it
for the 'real run' (with slapd's stdin being the FIFO).

This required fixing a few things in the provision scripts, with more
containers being created via a add/modify pair.

Andrew Bartlett
(This used to be commit 860dfa4ea1)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
a62b46b4b2 r22477: When an invaild base is specified to ldb_search, it should return
LDB_ERR_NO_SUCH_OBJECT.  Handle this (found against LDAP, ldb_tdb is
being updated).

Andrew Bartlett
(This used to be commit 93e2ff2e85)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
47e0c78bac r22476: The OID match is used very oddly in AD, as it is often used for fields
that contain attribute names and objectClasses.  Make it a case
insensitive string for now.

Andrew Bartlett
(This used to be commit 9908a05ef7)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
1222a1c456 r22475: Rather than segfault, show the name of the malformed entry.
Andrew Bartlett
(This used to be commit e1536014a0)
2007-10-10 14:51:30 -05:00
Andrew Bartlett
f72d4bfea1 r22474: If ldb does not return sucess, then the res variable may not be valid.
It *should* just be NULL from the initialisation above, but I've had
this not be the case...

Andrew Bartlett
(This used to be commit a2848dbf1f)
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
023e245187 r22472: Commit the start of the DRSUAPI pull replication service.
It doesn't work completely yet because we aren't able to
resolve DNS SRV records. And also we also need a kdc locator
plugin...

But with some hacks the pull replication works fine

metze
(This used to be commit 0dc78f7439)
2007-10-10 14:51:30 -05:00
Simo Sorce
9ec83ae25d r22471: Convert more code to use proper LDB error codes.
This is a 1 to 1 convertion, next step is to make this
code report an error if the basedn is not used, hopefully
avoiding an  explicit search on the base object in the most
common cases.
(This used to be commit 50534c84b4)
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
1912124dbf r22470: merge handling of broken connections from wins replication client code
to the rpc client code

we need to always ask for read events on the socket otherwise we never
get the connection error reported.

shutdown the transport when a request timeout.

metze
(This used to be commit 3403c0cb15)
2007-10-10 14:51:29 -05:00
Jelmer Vernooij
cc5ad07d84 r22462: Fix test suite for ndr parser without using 'our'
(This used to be commit d491e60c70)
2007-10-10 14:51:23 -05:00
Jelmer Vernooij
b0d2090879 r22457: Fix tests for Samba3 client generator.
(This used to be commit cf5162ad10)
2007-10-10 14:51:23 -05:00
Jelmer Vernooij
68d92f0a12 r22456: Merge wireshark and ejs test improvements.
(This used to be commit 0375978403)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
4924d03e6d r22455: split dependecies array for compiling and linking and use better names:-)
calculate the CFLAGS only based on the public dependencies when recursing

metze
(This used to be commit 62f9d0ce1c)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
71761dbae8 r22454: - let asn1_deps.pl calculate the dependencies depending on the IMPORT line in the asn1 file
- fix some heimdal dependencies

metze
(This used to be commit 4e7d2ecfc0)
2007-10-10 14:51:22 -05:00
Jelmer Vernooij
3b39a0df0a r22453: Fix TDR testsuite without using our.
(This used to be commit 2c82aea0d3)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
d511061e6f r22452: fix creation of MK_FILES variable in Makefile
metze
(This used to be commit d970f18144)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
acedd59f35 r22451: allow
SKIP_DEP_FILES=yes make

metze
(This used to be commit 31fab208f6)
2007-10-10 14:51:21 -05:00
Andrew Bartlett
ca33b7e675 r22443: It isn't fatal to get the case wrong on this stuff.
Andrew Bartlett
(This used to be commit 55639277b2)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
d8e01cb9bd r22442: fix the build without autodependencies
metze
(This used to be commit 9e68b0490d)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
c20df73427 r22440: fix autodependencies build
metze
(This used to be commit ced8b67377)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
80d4b8c14d r22439: fix some dependencies
metze
(This used to be commit fb2c89bf90)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
f71b2fdfe2 r22438: get rid of printf format warnings in heimdal code
metze
(This used to be commit 2ab998da99)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
2acf0d6537 r22437: fix dependencies
metze
(This used to be commit ca6594eb6b)
2007-10-10 14:51:19 -05:00
Stefan Metzmacher
75d36415e9 r22436: allow:
AUTOGEN_SKIP_SWAT=yes ./autogen.sh

metze
(This used to be commit 8f86e6eba9)
2007-10-10 14:51:19 -05:00
Andrew Bartlett
c6343915bf r22427: Abort in a few more cases of failure to provision.
Andrew Bartlett
(This used to be commit 113544876f)
2007-10-10 14:51:19 -05:00
Andrew Tridgell
a395425870 r22424: fixed the bad merge (thanks to metze for pointing out)
(This used to be commit bffb8f8800)
2007-10-10 14:51:18 -05:00
Andrew Tridgell
b17445950e r22423: don't need popt here
(This used to be commit fd8594d62e)
2007-10-10 14:51:18 -05:00
Andrew Tridgell
046870c023 r22422: merged tdb changes from ctdb
(This used to be commit a0ff739bca)
2007-10-10 14:51:17 -05:00
Andrew Tridgell
650d81b252 r22421: merged in latest ctdb changes from bzr
(This used to be commit 3633f862b9)
2007-10-10 14:51:17 -05:00
Stefan Metzmacher
66a9f1e276 r22420: fix smbd timeout
metze
(This used to be commit 3ac671bd5c)
2007-10-10 14:51:17 -05:00
James Peach
34952e81fa r22415: Remove test directory once we are finished. Merge -r 22393:22394
from SAMBA_3_0.
(This used to be commit a8fe3c34e2)
2007-10-10 14:51:17 -05:00
Stefan Metzmacher
86d376e484 r22414: use more portable perl
hopefully fix solaris 8...

metze
(This used to be commit 103df4465e)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
cd63c810c6 r22410: disallow PUBLIC_ options on MODULE and BINARY
metze
(This used to be commit b60a4f2765)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
3c070cb7c4 r22409: try to fix selftest.pl on systems with old perl versions
metze
(This used to be commit 81a2a144df)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
a81f2396a4 r22408: more private dependecies
split MODULE::DCESRV from SUBSYSTEM::dcerpc_server

metze
(This used to be commit c7518d6140)
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
65881651c6 r22407: this dependecies should be private
metze
(This used to be commit 7ad60e62fd)
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
344cde462e r22406: this dependencies should also be private
metze
(This used to be commit 7f07895cac)
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
1c8b46bb72 r22405: fix memory leak in error path
metze
(This used to be commit d19195bfa5)
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
44760c3e6f r22404: more dependencies which should be private
metze
(This used to be commit e0e35965d1)
2007-10-10 14:51:14 -05:00
Stefan Metzmacher
35ffca8932 r22403: this dependencies should be private
metze
(This used to be commit c3cc03ffb2)
2007-10-10 14:51:14 -05:00
Stefan Metzmacher
8a33415f11 r22400: only add srcdir and builddir path if they differ
metze
(This used to be commit 581f33d920)
2007-10-10 14:51:14 -05:00
Stefan Metzmacher
cfb00400df r22399: fix major memory leak
metze
(This used to be commit cc71fa3496)
2007-10-10 14:51:14 -05:00
Stefan Metzmacher
b9ed2cc4ba r22398: try to let all tests pass 5400 seconds is not enough
with the amount of tests we run now.

metze
(This used to be commit b0a1f730f9)
2007-10-10 14:51:13 -05:00
Stefan Metzmacher
1fc97d3ee4 r22397: hopefully fix the build on some aix hosts in the build-farm
we need to make sure -Iheimdal/lib/gssapi comes before -I/usr/local/include

metze
(This used to be commit a6ba465fa8)
2007-10-10 14:51:13 -05:00
Stefan Metzmacher
4194a55726 r22396: remove unused vars
metze
(This used to be commit ff3ad7e5db)
2007-10-10 14:51:13 -05:00
Stefan Metzmacher
b4a6a14017 r22387: see if this fixes the build on the aix1 hosts
metze
(This used to be commit fbf1b1bfa0)
2007-10-10 14:51:12 -05:00
Stefan Metzmacher
4d9a158089 r22386: another unused include
metze
(This used to be commit 3561258866)
2007-10-10 14:51:12 -05:00
Stefan Metzmacher
17328316de r22385: remove unused include
metze
(This used to be commit c8a210bc6f)
2007-10-10 14:51:12 -05:00
Stefan Metzmacher
3e6c45455f r22384: print out the total selftest runtime
and the time for each test

we hit the max runtime of smbd on some hosts

metze
(This used to be commit 7b173c3421)
2007-10-10 14:51:12 -05:00
Stefan Metzmacher
8b3830fbbf r22383: maybe this fixes the mkdir not enough args failure
on sun1

metze
(This used to be commit 8b8152b490)
2007-10-10 14:51:11 -05:00
Stefan Metzmacher
4d0650e023 r22382: fix memory leak
metze
(This used to be commit 1998961e34)
2007-10-10 14:51:11 -05:00
Stefan Metzmacher
c13a4084f2 r22381: fix memory leak
metze
(This used to be commit 4bfe900d1b)
2007-10-10 14:51:11 -05:00
Stefan Metzmacher
fdae545292 r22380: get the output of the exited smbd...
this shows all the memory leaks now...

metze
(This used to be commit 29c0b56449)
2007-10-10 14:51:11 -05:00
Stefan Metzmacher
b0ddff0324 r22379: add missing file
metze
(This used to be commit 893b6f56b6)
2007-10-10 14:51:10 -05:00
Stefan Metzmacher
fefc459b8f r22378: none needs to be checked first
metze
(This used to be commit 7688919ab8)
2007-10-10 14:51:10 -05:00
Stefan Metzmacher
e4fb7098cd r22377: implement check_env() for samba4
metze
(This used to be commit 4fe8e724ef)
2007-10-10 14:51:10 -05:00
Stefan Metzmacher
e2deb00136 r22375: implement check_env() logic in the frontend
metze
(This used to be commit 0b48ca5d3e)
2007-10-10 14:51:10 -05:00
Stefan Metzmacher
49f71c5c97 r22374: fix perl warnings
metze
(This used to be commit e8dd140a03)
2007-10-10 14:51:09 -05:00
Stefan Metzmacher
3c5618fb1b r22373: move in_list() to util_strlist.c to remove the dependency
from util.o to next_token() and strcasecmp_m()

with this the pidl tests link better on some hosts

metze
(This used to be commit 54bfc1dccc)
2007-10-10 14:51:09 -05:00
Stefan Metzmacher
6bc249edbf r22372: split out become_daemon() into it's own function
this remove the dependency of util.o to swrap_close
which causes sometrouble with the pidl tests
on some hosts

metze
(This used to be commit 8cd36c47aa)
2007-10-10 14:51:09 -05:00
Stefan Metzmacher
4bb0cb7449 r22371: readd discard_const() to lib/util/util.h
metze
(This used to be commit 76fbe90596)
2007-10-10 14:51:09 -05:00
Stefan Metzmacher
f21cdbc942 r22369: add ZERO_STRUCT() ... macros to lib/util/util.h again
to fix the openchange build...

we need to remove them from libreplace, but I'll think about that
next week.

metze
(This used to be commit 2243142b46)
2007-10-10 14:51:08 -05:00
Stefan Metzmacher
52f655d689 r22368: remove unused header maybe this fixes th ebuild on some hosts
metze
(This used to be commit 3fbf80e5bb)
2007-10-10 14:51:08 -05:00
Stefan Metzmacher
35bc907a63 r22367: prepare merge to samba3
metze
(This used to be commit 8da55d6a64)
2007-10-10 14:51:08 -05:00
Stefan Metzmacher
361e0b0bd7 r22365: prepare merge to samba3
metze
(This used to be commit 6780c23427)
2007-10-10 14:51:07 -05:00
Stefan Metzmacher
558e5ddc52 r22361: warnings.pm isn't available on solaris 8
metze
(This used to be commit a21a86543f)
2007-10-10 14:51:07 -05:00
Stefan Metzmacher
ad6b43ae3b r22360: print out the name of the PCAP file and move setup and cleanup
of pcap files into functions

metze
(This used to be commit dea42ce559)
2007-10-10 14:51:07 -05:00
Stefan Metzmacher
1711fed0dd r22359: try to fix the start failures in the build-farm by creating the prefix dir
before using abs_path()

metze
(This used to be commit a3f35f5af4)
2007-10-10 14:51:07 -05:00
Jelmer Vernooij
a0bfcfa55d r22357: Don't use 'our'
(This used to be commit 7989ee2aa0)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
efe1883d9b r22356: Simple refactoring.
(This used to be commit 913aa17b02)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
a60ab76694 r22339: Run some more tests.
(This used to be commit 1b73e6a776)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
8636c243d6 r22338: Allow regexes in known-failures file
(This used to be commit 74efac5ce2)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
08a44496d1 r22337: print out the smbd log output after each test
metze
(This used to be commit b6b95180d3)
2007-10-10 14:51:05 -05:00
Jelmer Vernooij
0fe8434b3b r22336: Add some more share tests.
(This used to be commit dfc88ad698)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
cef04ba64f r22335: output the error code
metze
(This used to be commit cf3a176615)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
249174cfc5 r22334: don't print the test output if the test passed
(in build-farm mode)

use scalar(localtime()) instead of system("date")

metze
(This used to be commit d1d485fd0c)
2007-10-10 14:51:04 -05:00
Andrew Bartlett
38f9de8ae5 r22333: Use kerberos and the ntvfs/cifs backend for just one test, in the
quicktest.

Andrew Bartlett
(This used to be commit cf9508cd56)
2007-10-10 14:51:04 -05:00
Stefan Metzmacher
f4ec06d8db r22332: escape bad chars with '_' to form a nice filename
metze
(This used to be commit 3d3c0b36cb)
2007-10-10 14:51:04 -05:00
Stefan Metzmacher
f9e5d77b9c r22331: remove run_test_buildfarm() function
and pass buildfarm specific msg_ops to run_test()
instead

metze
(This used to be commit e102863020)
2007-10-10 14:51:03 -05:00
Stefan Metzmacher
ab9b8d3604 r22329: abstract the output handling of run_test()
via function pointers

metze
(This used to be commit 4a77fc9cf5)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
f40244af7b r22328: Add initial testsuite for share code.
(This used to be commit 3d079732a9)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
21379ee620 r22326: Merge some more test improvements.
(This used to be commit 3f85eab590)
2007-10-10 14:51:03 -05:00
Rafal Szczesniak
4a23a696b9 r22323: - add credentials property to NetContext object
- change a comment (matches the idea better)

rafal
(This used to be commit 4e8d9d3f60)
2007-10-10 14:51:02 -05:00
Andrew Bartlett
e18eed167a r22322: Cut timelimits for BENCH tests run in quicktest.
Andrew Bartlett
(This used to be commit 63b89ccbeb)
2007-10-10 14:51:02 -05:00
Stefan Metzmacher
81fb404a6f r22319: sync lib/tdb/ with samba3
metze
(This used to be commit 8f24f6b38e)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
45e8a27d98 r22312: avoid the need of typing 'run' into each gdb xterm
if someone knows how to tell gdb to only exit
if 'run' exists clean via the if/else logic
please tell me!

see http://davis.lbl.gov/Manuals/GDB/gdb_20.html#SEC194)
but there's no useful example :-(

metze
(This used to be commit 4a95e89308)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
cc098d19bc r22311: use different ip-addresses for dc and member
metze
(This used to be commit d5b13e7923)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
a412c3fc2f r22310: - use 'everything' instead of 'all libraries'
- add gdbtest-env

metze
(This used to be commit 589364d98f)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
ba5c8ee627 r22309: cosmetic changes...
force that make install first builds everything and then installs

metze
(This used to be commit a2025687e2)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
71270d5e1c r22308: disabled shared libraries on aix and openbsd
until we can link libtorture.so and libntvfs.so
there

metze
(This used to be commit 9e6ed9ed0f)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
8934c3f68e r22307: when no lex or yacc is found:
- just touch $DEST if it's already there and newer than $SRC
- touch $DEST if it's already there but older than $SRC and print warnings
  to stderr
- otherwise return an error

when lex or yacc is found:
- just touch $DEST if it's already there and newer than $SRC
- otherwise regenerate $DEST from $SRC using lex or yacc

I don't like that every 'make' tries to regenerate because the timestamp
of $DEST is never updated...

metze
(This used to be commit 10ed5c3969)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
57dd182915 r22306: try to make the aix compiler happy
metze
(This used to be commit 44e1459373)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
86a137b6cc r22305: fix make test using a absolute path for
--with-selftest-prefix

metze
(This used to be commit b9dc78c3ad)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
ed4489eb50 r22300: fix make everything, we need to build shared libraries...
this should fix the build-farm where some hosts show
a make install failure, where it's really should be
a make everything build failure

metze
(This used to be commit a50ae5d863)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
4047b20c36 r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
metze
(This used to be commit b69c950858)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
3eb286b52a r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>
which doesn't work on some hosts in the farm

so include socket_wrapper via "system/network.h" as the rest of samba4

metze
(This used to be commit 38aeb585a1)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
0ca8807734 r22295: Use delegated credentials and kerberos to test the pass-though
authenticatication as well as the ntvfs/cifs layer.

Andrew Bartlett
(This used to be commit a59ec710ce)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
d7fe1f182b r22294: Lock the delegated credentials to being kerberos only, we just don't
have the data for anything else.

Andrew Bartlett
(This used to be commit 9e0c0cd0ff)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
c2688ec228 r22293: Try to make it more clear what failed to parse.
Andrew Bartlett
(This used to be commit 144ab7294d)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
bcf43e1eb0 r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (like
smbd, but not Fedora DS yet) will then shut down when it looses stdin.

This avoids leaving stray slapd processes around, if we don't finish
the script to run the kill.

Also set KRB5_CONFIG in the smbd process again, as we do actually need
this...

Andrew Bartlett
(This used to be commit 24ca1e180c)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
ed4df962f4 r22290: Fedora DS is incredibly picky about newlines...
(This used to be commit 0e80f456e8)
2007-10-10 14:50:57 -05:00
Jelmer Vernooij
fabbcb6104 r22289: Another fedora ds fix
(This used to be commit 25a7eabc6b)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
15416dc72e r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.
Andrew Bartlett
(This used to be commit 5e9f7805f0)
2007-10-10 14:50:56 -05:00
Jelmer Vernooij
5dc27b3681 r22287: Fix some issues in fedora ds code.
(This used to be commit e820f1d0f3)
2007-10-10 14:50:56 -05:00
Jelmer Vernooij
2c247996a9 r22286: Import branch that converted the Samba4 test target code to perl and makes the code a bit clearer.
(This used to be commit e3ba5ced04)
2007-10-10 14:50:56 -05:00
Stefan Metzmacher
5b7afb8a9f r22279: add a lot more detailed strtoll() and strtoull() tests
metze
(This used to be commit 8b6d907604)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
7e13a1c96a r22273: - provide __LINESTR__ macro
- add __STRINGSTRING() macro to really create a string of __LINE__
- fix __location__ macro

metze
(This used to be commit 24324fbcff)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
3dd41c856e r22270: provide __location__ in replace.h
and see how the build-farm likes this simpler version

metze
(This used to be commit 2abc79680f)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
9f7406f795 r22267: protect #define __location__ with an #ifndef
metze
(This used to be commit 138ffd6d48)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
9a7d2f8e54 r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
and #ifndef doesn't work.

metze
(This used to be commit 99125fe76a)
2007-10-10 14:50:54 -05:00
Jelmer Vernooij
7836c2d101 r22260: Use single script for creating Samba 4 test environments. Add first test
that uses the member environment.
(This used to be commit 9e3142a1bb)
2007-10-10 14:50:49 -05:00
Stefan Metzmacher
daf889dff2 r22259: libreplace always provides strptime()
metze
(This used to be commit 312d3e1f0d)
2007-10-10 14:50:49 -05:00
Stefan Metzmacher
aabf459ca6 r22258: make ntvfs a library again
metze
(This used to be commit 26566222ec)
2007-10-10 14:50:48 -05:00
Stefan Metzmacher
e91776220c r22257: disable shared libraries on IRIX for now
as us4 fails to link libtorture.so because of an argv overflow

metze
(This used to be commit c924b0b89c)
2007-10-10 14:50:48 -05:00
Jelmer Vernooij
92573a7176 r22256: Use shorter directory names for tests.
(This used to be commit cddf4d95aa)
2007-10-10 14:50:47 -05:00
Stefan Metzmacher
43b16443de r22253: - make the strtoll tests more verbose
- add initial strtoull tests

metze
(This used to be commit 5d1e0f167a)
2007-10-10 14:50:46 -05:00
Stefan Metzmacher
f0c9bc037e r22250: try to fix the build on aix1 in the farm
metze
(This used to be commit 0a04ed570b)
2007-10-10 14:50:46 -05:00
Stefan Metzmacher
4b2b3bb706 r22246: only test strtoll once
metze
(This used to be commit 236def3494)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
abe4d9a93f r22243: remove useless printf's
metze
(This used to be commit 8267e2964e)
2007-10-10 14:50:45 -05:00
Andrew Tridgell
5abd69f99d r22242: ctdb init now takes a process model
(This used to be commit ec611774da)
2007-10-10 14:50:45 -05:00