Stefan Metzmacher
f65fcd764b
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
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
255acbb113
r22621: fix the 'sam' auth module
...
metze
2007-10-10 14:51:54 -05:00
Stefan Metzmacher
b7adc88e74
r22620: fix compiler warnings
...
metze
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
4105e3db31
r22619: fix pidl warnings
...
metze
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
3b3344f1df
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
2007-10-10 14:51:53 -05:00
Stefan Metzmacher
5abbb4673a
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
2007-10-10 14:51:52 -05:00
Andrew Tridgell
946f5d09ae
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.
2007-10-10 14:51:52 -05:00
Andrew Bartlett
e37064e356
r22612: Fix more cases where we have uninitialised values in the
...
composite_context, because we don't use the creation function.
Andrew Bartlett
2007-10-10 14:51:52 -05:00
Stefan Metzmacher
aece281c3b
r22610: fix build with included popt
...
metze
2007-10-10 14:51:52 -05:00
Stefan Metzmacher
924102aa1d
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
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
f8c1b561e9
r22608: use a shorter share name as testparm complained about
...
a share name longer than 12 chars
metze
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
c992e882b5
r22607: work with the solaris version of popt
...
metze
2007-10-10 14:51:51 -05:00
Stefan Metzmacher
eb0f257cd1
r22606: don't every try to prompt within make test...
...
metze
2007-10-10 14:51:51 -05:00
Jelmer Vernooij
adf835a324
r22605: Set up all required environments before starting tests.
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
5ff665b653
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
2007-10-10 14:51:50 -05:00
Stefan Metzmacher
3064d881e3
r22601: run net join with the correct socket_wrapper and krb5 configuration
...
metze
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
9b991ce9ca
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
4ef937a08d
r22599: Document member server.
2007-10-10 14:51:49 -05:00
Jelmer Vernooij
e72cec408e
r22598: Simplify includes for replace.
2007-10-10 14:51:49 -05:00
Stefan Metzmacher
f7a3d78fef
r22597: try to pass on some more boxes in the build-farm without timeout
...
metze
2007-10-10 14:51:49 -05:00
Jelmer Vernooij
a3ec90a263
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.
2007-10-10 14:51:48 -05:00
Jelmer Vernooij
54cc097e0f
r22595: Add version numbers.
2007-10-10 14:51:48 -05:00
Andrew Bartlett
367231ea21
r22594: This helped coax out valgrind errors last night, but we don't need it any more.
...
Andrew Bartlett
2007-10-10 14:51:48 -05:00
Andrew Bartlett
bd26e4ffaf
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
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
592d2c0017
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
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
57939600ee
r22580: remove not yet needed line...
...
metze
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
93089ad5e8
r22579: disable progress printing in the build-farm
...
metze
2007-10-10 14:51:47 -05:00
Stefan Metzmacher
e9fe3c40e1
r22575: move script/tests/ -> selftest/
...
as discussed with jelmer and abartlet
metze
2007-10-10 14:51:46 -05:00
Andrew Bartlett
b5afec8b82
r22572: Don't manually set objectGUID values
2007-10-10 14:51:46 -05:00
Stefan Metzmacher
9e882cbde2
r22571: - don't use "localhost" anymore in our tests
...
- use different passwords for dc and member
metze
2007-10-10 14:51:46 -05:00
Stefan Metzmacher
307cee21e4
r22570: run the NBT tests against DC and MEMBER
...
metze
2007-10-10 14:51:45 -05:00
Stefan Metzmacher
8336e85aad
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
2007-10-10 14:51:45 -05:00
Stefan Metzmacher
b06a9a00cf
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
2007-10-10 14:51:45 -05:00
Rafal Szczesniak
69a6f655aa
r22567: add NET-API-DOMLIST test to automatic testing.
...
rafal
2007-10-10 14:51:45 -05:00
Rafal Szczesniak
a1ca08b05b
r22566: add a simple test of libnet_DomainList function.
...
rafal
2007-10-10 14:51:44 -05:00
Rafal Szczesniak
b17da3b7da
r22565: add libnet_DomainList function.
...
rafal
2007-10-10 14:51:44 -05:00
Jeremy Allison
80706cf98d
r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving
...
to a separate file.
Jeremy.
2007-10-10 14:51:44 -05:00
Andrew Bartlett
ddcca38c65
r22559: Make the ad2OLschema tool case insensitive.
...
Andrew Bartlett
2007-10-10 14:51:44 -05:00
Andrew Bartlett
0fd74ada22
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
2007-10-10 14:51:43 -05:00
Andrew Bartlett
c0fd6f6339
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
2007-10-10 14:51:43 -05:00
Andrew Bartlett
dfb2fd2b2a
r22556: Make the slapd command valid.
...
Andrew Bartlett
2007-10-10 14:51:43 -05:00
Stefan Metzmacher
56a86c7cc7
r22552: this doesn't need a dc
...
metze
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
eaf4b9c0ee
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
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
5533fc5063
r22550: nmblookup -U needs an ip address otherwise we depend on gethostbyname()
...
metze
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
0c8c1c55f4
r22549: export some more info ipaddress and in member env also the
...
details of the dc
metze
2007-10-10 14:51:42 -05:00
Stefan Metzmacher
b6b57dd9c9
r22548: - maintain a global array of exported envvars
...
- make it possible to specify the envname for make testenv:
SELFTEST_TESTENV=member make testenv
metze
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
dc3df1ca43
r22547: fix some pathes and make sure we work with relative and abslute prefix pathes
...
metze
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
e0fae01e4c
r22546: use the same error codes in both share backends
...
metze
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
5e627cc7c0
r22545: fix formating and a compiler warning
...
metze
2007-10-10 14:51:41 -05:00
Stefan Metzmacher
2597152126
r22544: use the same syntax as in all other files
...
maybe that fixes make test on all sun hosts...
metze
2007-10-10 14:51:40 -05:00