1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00
Commit Graph

439 Commits

Author SHA1 Message Date
Rafal Szczesniak
6c41e64ce7 r15627: Disabling test of ejsnet till the time I find the reason why
it's segfaulting. It's late so I just don't want to keep the
build farm all in red PANIC messages.

rafal
2007-10-10 14:07:24 -05:00
Stefan Metzmacher
430c7143c6 r15622: pass 'target:samba4=yes' to samba4's smbtorture when running samba4's make test
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba4

metze
2007-10-10 14:07:01 -05:00
Stefan Metzmacher
a54f9a4fa8 r15619: use source/version.h again
I have removed the old files from the unpacked area,
so we should not get any problems on the build farm

metze
2007-10-10 14:07:01 -05:00
Andrew Tridgell
962afd362c r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRING
was defined recursively as the mkversion.sh script was putting the new
version in the wrong spot
2007-10-10 14:05:45 -05:00
Stefan Metzmacher
82cd1de3fb r15513: only run 'svn info' and 'svk info' once
metze
2007-10-10 14:05:44 -05:00
Andrew Bartlett
31c97b4e67 r15510: As discussed on samba-technical, move the VERSION system back to a
#define based system only.  This avoids allocation in the fault code.

Andrew Bartlett
2007-10-10 14:05:44 -05:00
Andrew Bartlett
888e2b7f4e r15486: Ensure that our Samba3-like implementation of fake-GSSAPI is tested.
This also tests that the server accepts the incorrect GSSAPI checksum,
and that we get the right session key.

Andrew Bartlett
2007-10-10 14:05:40 -05:00
Andrew Bartlett
b3212d1fb9 r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
this isn't supported, fallback to NTLM.

Also, where we get a failure as 'logon failure', try and do a '3
tries' for the password, like we already do for CIFS.  (Incomplete:
needs a mapping between RPC errors and the logon failure NTSTATUS).

Because we don't yet support Kerberos sign/seal to win2k3 SP1 for
DCE/RPC, disable this (causing SPNEGO to negotiate NTLM) when kerberos
isn't demanded.

Andrew Bartlett
2007-10-10 14:05:36 -05:00
Tim Potter
7e4d3bb818 r15390: Make test output a bit prettier. 2007-10-10 14:05:31 -05:00
Jelmer Vernooij
527a40d80b r15378: Fix installheader script. Alexander, this will break installation of headers
for srcdir != builddir
2007-10-10 14:05:29 -05:00
Stefan Metzmacher
db36bf4a32 r15291: $f already has the $srcdir prefixed
metze
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
4044d7959b r15275: run RPC-SRVSRV in make test
metze
2007-10-10 14:05:00 -05:00
Jelmer Vernooij
a56900a7a2 r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
sun1.
2007-10-10 14:04:59 -05:00
James Peach
1b8891a2f3 r15187: Introduce new param type P_BYTES. This lets config options which specify
byte counts be given in convenient units.
2007-10-10 14:04:14 -05:00
Alexander Bokovoy
71ea07e72d r15099: An attempt to fix BSD make portability issues. With these changes Samba 4 builds successfully on NetBSD 3.0 2007-10-10 14:04:08 -05:00
Alexander Bokovoy
9329854489 r15036: Add out of tree build support and see how buildfarm will respond to make constructs 2007-10-10 14:04:03 -05:00
Tim Potter
7794dcd096 r14971: Update test script with new location of tdb and ldb wrappers. 2007-10-10 14:00:48 -05:00
Stefan Metzmacher
5d40e10d8e r14929: add some comments
metze
2007-10-10 14:00:18 -05:00
Andrew Tridgell
d63d113c8a r14919: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps for
way too long). Jeremy, whats the idea behind those long sleeps?

its also redundent, as the RAW-MUX test already tests the sharing
violation open delay
2007-10-10 14:00:16 -05:00
Jelmer Vernooij
c4668192f9 r14908: Fix LD_LIBRARY_PATH 2007-10-10 14:00:14 -05:00
Tim Potter
704787978a r14878: Write swig wrappers for ldb_init() and ldb_connect().
Start wrapper for ldb_search().  Currently it returns a list of swig
ldb_message objects.  More unpacking of results required.
2007-10-10 14:00:11 -05:00
Tim Potter
c6c759e19f r14873: Add skeleton swig ldb interface. 2007-10-10 14:00:10 -05:00
Stefan Metzmacher
127fe33c46 r14819: list all tests smbtorture offers and explicit list tests
for skipping

metze
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
711df01cc8 r14815: BASE-DIR doesn't exists...
metze
2007-10-10 13:59:23 -05:00
Stefan Metzmacher
b52baadf22 r14814: also run the BASE-DIR test with 'make test'
metze
2007-10-10 13:59:23 -05:00
Tim Potter
757805f020 r14802: Fix typo. 2007-10-10 13:59:21 -05:00
Tim Potter
3dfd0959f7 r14798: Get swig building again (by commenting out dcerpc stuff for now).
Add the start of a test framework for swigged functionality.
2007-10-10 13:59:20 -05:00
Jelmer Vernooij
3aafd09020 r14740: Try loading shared libs from the bin/ directory (useful for running 'make test'
without developer mode)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
f61bd2e9a2 r14738: do some different lookups
metze
2007-10-10 13:59:18 -05:00
Andrew Bartlett
cc7c84bfc9 r14717: Don't provision the system as 'localhost', but instead list localhost
as an alias.  The netbios name is then 'localtest', which will resolve
with netbios and work with krb5.

Andrew Bartlett
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
3286636dbb r14661: Install symlinks for shared libraries 2007-10-10 13:59:06 -05:00
Jelmer Vernooij
06403ea2be r14607: Update mkproto.pl to only write out new header files if the contents changed. 2007-10-10 13:59:00 -05:00
Jelmer Vernooij
4354147f6b r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid
cflags.pl when using GNU make
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
0944dca958 r14534: Update doco 2007-10-10 13:58:40 -05:00
Jelmer Vernooij
c3d975f4dc r14481: Change paths in headers on the fly when installing. Adds a simple text
file that contains the paths where headers need to be installed.
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
9bfc3c2537 r14479: Cope with _PUBLIC_ not being defined. Needed for when external projects
include this header.
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
c6a478a1af r14471: Convert installheader script to perl 2007-10-10 13:57:30 -05:00
Jelmer Vernooij
2c7b62a861 r14281: Pull apart LIBDIR and MODULESDIR
Move architecture-independent data to DATADIR (was LIBDIR)
2007-10-10 13:57:07 -05:00
Jelmer Vernooij
d3a21b58d4 r13982: Add support for prototypes spread across multiple lines. Try to keep line
empty after inserting new prototypes.
2007-10-10 13:52:33 -05:00
Jelmer Vernooij
265cfb39c3 r13976: Add simple script for updating existing prototypes in a header file 2007-10-10 13:52:33 -05:00
Stefan Metzmacher
2db081fd70 r13964: make lp_* functions public
metze
2007-10-10 13:52:32 -05:00
Jelmer Vernooij
ea9988dfda r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used
to not export symbols when building shared libraries. Symbols that have to be
available to users of the library can be explicitly exported by
prepending them with _PUBLIC_ in the C source.
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
fd6135aa85 r13896: Get rid of 'use warnings' as it isn't very portable.. 2007-10-10 13:52:20 -05:00
Jelmer Vernooij
d512b147e8 r13867: Wrap the cflags.sh hack in the build system. You can now simply
set subsystem-specific compiler flags in the .mk files.
2007-10-10 13:52:18 -05:00
Andrew Tridgell
d55db268ca r13854: we now pass BASE-NEGNOWAIT 2007-10-10 13:52:16 -05:00
Andrew Bartlett
085ba80cc8 r13850: Test (and fix) not using SPNEGO at all, but instead using raw NTLMSSP.
The switch to turn off SPNEGO in the client is a bit messy, but it works.

Andrew Bartlett
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
fb620c2706 r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs 2007-10-10 13:52:09 -05:00
Andrew Tridgell
b6c2d1e0b9 r13740: the BASE-DELETE test now passes, and is a quick test 2007-10-10 13:52:08 -05:00
Jelmer Vernooij
ba62880f5b r13658: More moving around of files:
- Collect the generic utility functions into a lib/util/ (a la GLib is
		for the GNOME folks)
 - Remove even more files from include/
2007-10-10 13:52:05 -05:00
Stefan Metzmacher
fbd78b6272 r13629: export env-vars
metze
2007-10-10 13:52:02 -05:00