summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add testsJelmer Vernooij1-3/+21
for 'put' and 'get' commands so we don't break them again. Fixes #3742 (This used to be commit 141600a624ca90374c2f306139015f8c7487cc0f)
2007-10-10r15862: add a LOCAL-EVENT torture testStefan Metzmacher1-1/+4
- it currently tests the standard events code - with epoll enabled and disabled metze (This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5)
2007-10-10r15832: put a talloc leak report in the log file at the end of each test runAndrew Tridgell1-1/+1
(This used to be commit 16c67e135a35830aaa937c38fa2ed940decb5a17)
2007-10-10r15785: Change the test names according to changes made in libnet torture test.Rafal Szczesniak1-3/+3
rafal (This used to be commit 857993bfe4179f88227bc1cc7e8a8df10bafb6c1)
2007-10-10r15684: fix option passingStefan Metzmacher1-2/+2
metze (This used to be commit c567d92f5bae4459220a4411dc7ec8867ea1dafe)
2007-10-10r15665: ejsnet test should be better now, after changes in deleteRafal Szczesniak1-1/+1
user routine. rafal (This used to be commit 9bb54159298d7cf59bbc8be0657968fa957fa9e6)
2007-10-10r15642: add an '--always-create' option to mkproto.plStefan Metzmacher1-4/+9
with this the proto headers will be always regenerated, even if the content hasn't changed you can use currently by #>make MK_PROTO_ALWAYS_CREATE=yes' or #>export MK_PROTO_ALWAYS_CREATE=yes #>make metze (This used to be commit 248d56af9d8841a0953686c7f2c2fac60bb41595)
2007-10-10r15627: Disabling test of ejsnet till the time I find the reason whyRafal Szczesniak1-1/+1
it's segfaulting. It's late so I just don't want to keep the build farm all in red PANIC messages. rafal (This used to be commit 6c41e64ce7a11a439cc720966b127e42b53c8711)
2007-10-10r15622: pass 'target:samba4=yes' to samba4's smbtorture when running ↵Stefan Metzmacher1-0/+2
samba4's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba4 metze (This used to be commit 430c7143c66846565e851a3243db0d81ec886d6e)
2007-10-10r15619: use source/version.h againStefan Metzmacher1-1/+1
I have removed the old files from the unpacked area, so we should not get any problems on the build farm metze (This used to be commit a54f9a4fa83afb66d95ee8488c6aa02f4d92d74b)
2007-10-10r15517: fixed the segv in provision. The problem was that SAMBA_VERSION_STRINGAndrew Tridgell1-1/+1
was defined recursively as the mkversion.sh script was putting the new version in the wrong spot (This used to be commit 962afd362cd5612ef6b527b24c8f80c98eafe984)
2007-10-10r15513: only run 'svn info' and 'svk info' onceStefan Metzmacher1-13/+20
metze (This used to be commit 82cd1de3fb061e0f02455be06506b5aed157b0e5)
2007-10-10r15510: As discussed on samba-technical, move the VERSION system back to aAndrew Bartlett1-19/+11
#define based system only. This avoids allocation in the fault code. Andrew Bartlett (This used to be commit 31c97b4e67ba6a188d0ed4844ca4f2f86f29514f)
2007-10-10r15486: Ensure that our Samba3-like implementation of fake-GSSAPI is tested.Andrew Bartlett1-0/+4
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 888e2b7f4ec8e50869d323e51f191e018f8620ec)
2007-10-10r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett3-7/+11
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 b3212d1fb91b26c1d326a289560106dffe1d2e80)
2007-10-10r15390: Make test output a bit prettier.Tim Potter1-0/+3
(This used to be commit 7e4d3bb81859d27424edf5cbcc1101c414160c0c)
2007-10-10r15378: Fix installheader script. Alexander, this will break installation of ↵Jelmer Vernooij1-11/+4
headers for srcdir != builddir (This used to be commit 527a40d80b096a0716fe71eae5a65e2a136a7ac5)
2007-10-10r15291: $f already has the $srcdir prefixedStefan Metzmacher1-1/+1
metze (This used to be commit db36bf4a32dd750821afd35057141b0d91f175d0)
2007-10-10r15275: run RPC-SRVSRV in make testStefan Metzmacher1-1/+1
metze (This used to be commit 4044d7959b226ed85a2d32bfe5d15536e39e42ab)
2007-10-10r15267: Fix call to mkdir() for old versions of perl. This should fix ↵Jelmer Vernooij1-1/+1
installation on sun1. (This used to be commit a56900a7a2e40f17df9a49e7aa3faf561173fe37)
2007-10-10r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach1-0/+1
byte counts be given in convenient units. (This used to be commit 1b8891a2f389c1016c3cfcbe635ed86d015554d8)
2007-10-10r15099: An attempt to fix BSD make portability issues. With these changes ↵Alexander Bokovoy2-3/+3
Samba 4 builds successfully on NetBSD 3.0 (This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8)
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to ↵Alexander Bokovoy4-12/+70
make constructs (This used to be commit 9329854489e2c231ffb7986d39009e0936873c11)
2007-10-10r14971: Update test script with new location of tdb and ldb wrappers.Tim Potter1-1/+1
(This used to be commit 7794dcd096d011ff0d8d9717040c879e0ec8c67f)
2007-10-10r14929: add some commentsStefan Metzmacher1-2/+15
metze (This used to be commit 5d40e10d8e5cef542826cd6ebda85cd602a2bf11)
2007-10-10r14919: disable the BASE-DEFER_OPEN test until it gets fixed (it sleeps forAndrew Tridgell1-2/+2
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 d63d113c8aaa0104ab23380533dbc081c1ab0898)
2007-10-10r14908: Fix LD_LIBRARY_PATHJelmer Vernooij1-1/+1
(This used to be commit c4668192f96b9b32af23a05f9f97dc87fdc41089)
2007-10-10r14878: Write swig wrappers for ldb_init() and ldb_connect().Tim Potter1-0/+1
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 704787978aa705edba233249e8eab236ffe303a4)
2007-10-10r14873: Add skeleton swig ldb interface.Tim Potter1-0/+1
(This used to be commit c6c759e19f7fb9232d9c97b66d140c1bb0876dff)
2007-10-10r14819: list all tests smbtorture offers and explicit list testsStefan Metzmacher1-16/+28
for skipping metze (This used to be commit 127fe33c460ff77c53ad53728782bdb119bcdfb4)
2007-10-10r14815: BASE-DIR doesn't exists...Stefan Metzmacher1-1/+1
metze (This used to be commit 711df01cc82037b47f750572387accbf28d10bfc)
2007-10-10r14814: also run the BASE-DIR test with 'make test'Stefan Metzmacher1-1/+1
metze (This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f)
2007-10-10r14802: Fix typo.Tim Potter1-1/+1
(This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f)
2007-10-10r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter1-0/+19
Add the start of a test framework for swigged functionality. (This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c)
2007-10-10r14740: Try loading shared libs from the bin/ directory (useful for running ↵Jelmer Vernooij1-0/+3
'make test' without developer mode) (This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea)
2007-10-10r14738: do some different lookupsStefan Metzmacher1-5/+5
metze (This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a)
2007-10-10r14717: Don't provision the system as 'localhost', but instead list localhostAndrew Bartlett1-2/+7
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 cc7c84bfc947e28bae56815d8bde5d0565328e2b)
2007-10-10r14661: Install symlinks for shared librariesJelmer Vernooij1-0/+4
(This used to be commit 3286636dbb78485e57357a2e7c23579e808264b2)
2007-10-10r14607: Update mkproto.pl to only write out new header files if the contents ↵Jelmer Vernooij1-37/+88
changed. (This used to be commit 06403ea2be9ce38dbd099e710ccf17dc4340fa43)
2007-10-10r14549: Use make-compatible syntax in extra_cflags.txt so we can avoidJelmer Vernooij1-2/+4
cflags.pl when using GNU make (This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
2007-10-10r14534: Update docoJelmer Vernooij1-0/+3
(This used to be commit 0944dca9586e3dc5ef4a9516c47151d8b121767f)
2007-10-10r14481: Change paths in headers on the fly when installing. Adds a simple textJelmer Vernooij1-8/+70
file that contains the paths where headers need to be installed. (This used to be commit c3d975f4dce85245c7ba2b159c1128711d828291)
2007-10-10r14479: Cope with _PUBLIC_ not being defined. Needed for when external projectsJelmer Vernooij1-0/+4
include this header. (This used to be commit 9bfc3c2537eb7183ba722c8c83248521c2126109)
2007-10-10r14471: Convert installheader script to perlJelmer Vernooij2-26/+44
(This used to be commit c6a478a1af38cad5622d3c3c53a7a99f9770b169)
2007-10-10r14281: Pull apart LIBDIR and MODULESDIRJelmer Vernooij1-1/+0
Move architecture-independent data to DATADIR (was LIBDIR) (This used to be commit 2c7b62a861f702067e8df4c3239ac7e377631a15)
2007-10-10r13982: Add support for prototypes spread across multiple lines. Try to keep ↵Jelmer Vernooij1-21/+71
line empty after inserting new prototypes. (This used to be commit d3a21b58d488bcd74ca873ea045fbf2a787ad552)
2007-10-10r13976: Add simple script for updating existing prototypes in a header fileJelmer Vernooij1-0/+189
(This used to be commit 265cfb39c386e6a630f14e2c339d62d2c3dfa12e)
2007-10-10r13964: make lp_* functions publicStefan Metzmacher1-6/+6
metze (This used to be commit 2db081fd708ff2403082e31a777320a713e74756)
2007-10-10r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij1-1/+1
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 ea9988dfda6df09f1ee8f9aea1dc5b96fff52ee6)
2007-10-10r13896: Get rid of 'use warnings' as it isn't very portable..Jelmer Vernooij1-1/+0
(This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)