Andrew Tridgell
7947d4c425
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
(This used to be commit 962afd362c
)
2007-10-10 14:05:45 -05:00
Stefan Metzmacher
713f241edc
r15513: only run 'svn info' and 'svk info' once
...
metze
(This used to be commit 82cd1de3fb
)
2007-10-10 14:05:44 -05:00
Andrew Bartlett
721270ebad
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
(This used to be commit 31c97b4e67
)
2007-10-10 14:05:44 -05:00
Andrew Bartlett
985e70189e
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
(This used to be commit 888e2b7f4e
)
2007-10-10 14:05:40 -05:00
Andrew Bartlett
5f4d86f955
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
(This used to be commit b3212d1fb9
)
2007-10-10 14:05:36 -05:00
Tim Potter
635d385ea1
r15390: Make test output a bit prettier.
...
(This used to be commit 7e4d3bb818
)
2007-10-10 14:05:31 -05:00
Jelmer Vernooij
cad3914619
r15378: Fix installheader script. Alexander, this will break installation of headers
...
for srcdir != builddir
(This used to be commit 527a40d80b
)
2007-10-10 14:05:29 -05:00
Stefan Metzmacher
0c910a6e44
r15291: $f already has the $srcdir prefixed
...
metze
(This used to be commit db36bf4a32
)
2007-10-10 14:05:03 -05:00
Stefan Metzmacher
daa7e47b43
r15275: run RPC-SRVSRV in make test
...
metze
(This used to be commit 4044d7959b
)
2007-10-10 14:05:00 -05:00
Jelmer Vernooij
91631d9b90
r15267: Fix call to mkdir() for old versions of perl. This should fix installation on
...
sun1.
(This used to be commit a56900a7a2
)
2007-10-10 14:04:59 -05:00
James Peach
9d9e5abdce
r15187: Introduce new param type P_BYTES. This lets config options which specify
...
byte counts be given in convenient units.
(This used to be commit 1b8891a2f3
)
2007-10-10 14:04:14 -05:00
Alexander Bokovoy
573b2f75fb
r15099: An attempt to fix BSD make portability issues. With these changes Samba 4 builds successfully on NetBSD 3.0
...
(This used to be commit 71ea07e72d
)
2007-10-10 14:04:08 -05:00
Alexander Bokovoy
9cf41988ff
r15036: Add out of tree build support and see how buildfarm will respond to make constructs
...
(This used to be commit 9329854489
)
2007-10-10 14:04:03 -05:00
Tim Potter
860a4ed444
r14971: Update test script with new location of tdb and ldb wrappers.
...
(This used to be commit 7794dcd096
)
2007-10-10 14:00:48 -05:00
Stefan Metzmacher
c35f146d66
r14929: add some comments
...
metze
(This used to be commit 5d40e10d8e
)
2007-10-10 14:00:18 -05:00
Andrew Tridgell
bacf1152fc
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
(This used to be commit d63d113c8a
)
2007-10-10 14:00:16 -05:00
Jelmer Vernooij
ccae1c47f0
r14908: Fix LD_LIBRARY_PATH
...
(This used to be commit c4668192f9
)
2007-10-10 14:00:14 -05:00
Tim Potter
574c9fd685
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.
(This used to be commit 704787978a
)
2007-10-10 14:00:11 -05:00
Tim Potter
e9cf4f3098
r14873: Add skeleton swig ldb interface.
...
(This used to be commit c6c759e19f
)
2007-10-10 14:00:10 -05:00
Stefan Metzmacher
90de5b96a9
r14819: list all tests smbtorture offers and explicit list tests
...
for skipping
metze
(This used to be commit 127fe33c46
)
2007-10-10 13:59:24 -05:00
Stefan Metzmacher
99beb7b329
r14815: BASE-DIR doesn't exists...
...
metze
(This used to be commit 711df01cc8
)
2007-10-10 13:59:23 -05:00
Stefan Metzmacher
d72f821aaa
r14814: also run the BASE-DIR test with 'make test'
...
metze
(This used to be commit b52baadf22
)
2007-10-10 13:59:23 -05:00
Tim Potter
4a1055dfda
r14802: Fix typo.
...
(This used to be commit 757805f020
)
2007-10-10 13:59:21 -05:00
Tim Potter
86971ff3b9
r14798: Get swig building again (by commenting out dcerpc stuff for now).
...
Add the start of a test framework for swigged functionality.
(This used to be commit 3dfd0959f7
)
2007-10-10 13:59:20 -05:00
Jelmer Vernooij
a339d748eb
r14740: Try loading shared libs from the bin/ directory (useful for running 'make test'
...
without developer mode)
(This used to be commit 3aafd09020
)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
e095d9e32a
r14738: do some different lookups
...
metze
(This used to be commit f61bd2e9a2
)
2007-10-10 13:59:18 -05:00
Andrew Bartlett
a0effc9d04
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
(This used to be commit cc7c84bfc9
)
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
268a86e176
r14661: Install symlinks for shared libraries
...
(This used to be commit 3286636dbb
)
2007-10-10 13:59:06 -05:00
Jelmer Vernooij
b5e849f22f
r14607: Update mkproto.pl to only write out new header files if the contents changed.
...
(This used to be commit 06403ea2be
)
2007-10-10 13:59:00 -05:00
Jelmer Vernooij
f200d553fb
r14549: Use make-compatible syntax in extra_cflags.txt so we can avoid
...
cflags.pl when using GNU make
(This used to be commit 4354147f6b
)
2007-10-10 13:58:43 -05:00
Jelmer Vernooij
f9ec6bfb98
r14534: Update doco
...
(This used to be commit 0944dca958
)
2007-10-10 13:58:40 -05:00
Jelmer Vernooij
187628634f
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.
(This used to be commit c3d975f4dc
)
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
43c7536883
r14479: Cope with _PUBLIC_ not being defined. Needed for when external projects
...
include this header.
(This used to be commit 9bfc3c2537
)
2007-10-10 13:57:31 -05:00
Jelmer Vernooij
3bb28c83e2
r14471: Convert installheader script to perl
...
(This used to be commit c6a478a1af
)
2007-10-10 13:57:30 -05:00
Jelmer Vernooij
3cad0b87dc
r14281: Pull apart LIBDIR and MODULESDIR
...
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861
)
2007-10-10 13:57:07 -05:00
Jelmer Vernooij
6e8f1ffc7d
r13982: Add support for prototypes spread across multiple lines. Try to keep line
...
empty after inserting new prototypes.
(This used to be commit d3a21b58d4
)
2007-10-10 13:52:33 -05:00
Jelmer Vernooij
98d4c63867
r13976: Add simple script for updating existing prototypes in a header file
...
(This used to be commit 265cfb39c3
)
2007-10-10 13:52:33 -05:00
Stefan Metzmacher
324fcc27f9
r13964: make lp_* functions public
...
metze
(This used to be commit 2db081fd70
)
2007-10-10 13:52:32 -05:00
Jelmer Vernooij
ce3032cab8
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.
(This used to be commit ea9988dfda
)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
148403594b
r13896: Get rid of 'use warnings' as it isn't very portable..
...
(This used to be commit fd6135aa85
)
2007-10-10 13:52:20 -05:00
Jelmer Vernooij
f6457b3d54
r13867: Wrap the cflags.sh hack in the build system. You can now simply
...
set subsystem-specific compiler flags in the .mk files.
(This used to be commit d512b147e8
)
2007-10-10 13:52:18 -05:00
Andrew Tridgell
ce2c9f22e5
r13854: we now pass BASE-NEGNOWAIT
...
(This used to be commit d55db268ca
)
2007-10-10 13:52:16 -05:00
Andrew Bartlett
77ffddec19
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
(This used to be commit 085ba80cc8
)
2007-10-10 13:52:15 -05:00
Jelmer Vernooij
d4f44993bd
r13753: /bin/sh -> /bin/bash as this script uses some bash-specific constructs
...
(This used to be commit fb620c2706
)
2007-10-10 13:52:09 -05:00
Andrew Tridgell
6b6f516a4a
r13740: the BASE-DELETE test now passes, and is a quick test
...
(This used to be commit b6c2d1e0b9
)
2007-10-10 13:52:08 -05:00
Jelmer Vernooij
dfc517b053
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/
(This used to be commit ba62880f5b
)
2007-10-10 13:52:05 -05:00
Stefan Metzmacher
b518130be3
r13629: export env-vars
...
metze
(This used to be commit fbd78b6272
)
2007-10-10 13:52:02 -05:00
Stefan Metzmacher
a86518f160
r13628: fix the logic:-)
...
metze
(This used to be commit 7f1de54c84
)
2007-10-10 13:52:02 -05:00
Stefan Metzmacher
f2f3e1801b
r13627: split the NBT-WINSREPLICATION tests into multiple tests
...
metze
(This used to be commit ae559920e1
)
2007-10-10 13:52:02 -05:00
Andrew Bartlett
4515708b81
r13605: Use $BASEDN to ensure this works outside of the 'make test' rig.
...
Andrew Bartlett
(This used to be commit b0e7a58cc9
)
2007-10-10 13:51:58 -05:00