summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19569: Require that all public header files have a destination path. FixJelmer Vernooij5-6/+11
places where this was currently not the case. (This used to be commit 3894497a232df8cf0457c7439c9ae347f63f24a1)
2007-10-10r19568: When we get back a skew error, try with no skew. This allows us toAndrew Bartlett2-42/+50
recover from inheriting an invalid skew from a ccache. Andrew Bartlett (This used to be commit 4881f0583dd42083bb2bc2eeca32316f890c4804)
2007-10-10r19567: Make it easier to control the debug level in the test scripts, by notAndrew Bartlett1-1/+1
specifying it on the smbd command line. Andrew Bartlett (This used to be commit 8b71f4b31f0fcb054784117c33987719e3c9110c)
2007-10-10r19566: Predeclare some useful structures.Andrew Bartlett1-0/+3
(This used to be commit 160a59f0733a90db157ad48747c7fb72c2912829)
2007-10-10r19565: the scripts do work :)Andrew Tridgell1-2/+0
(This used to be commit 59c30478a19ba466d16de21062bed5a4f525f344)
2007-10-10r19564: testing build farm scripts, apologies for the noiseAndrew Tridgell1-0/+2
(jelmer didn't see some breakage emails lately, I want to ensure its working) (This used to be commit a675118a66993ff4868f2fad0c8f887feb93581b)
2007-10-10r19563: - make --num-progs a valid smbtorture option again. It's commonlyAndrew Tridgell1-2/+6
used. - mark -t as an integer option (This used to be commit 6602b605f6565c592500900e0f797f216f9910ff)
2007-10-10r19562: Support returning simple scalars.Jelmer Vernooij1-0/+7
(This used to be commit 8bd12d3fdb23a532bf6b46bc88a21837303a0374)
2007-10-10r19561: Remove debug statement.Jelmer Vernooij1-3/+0
(This used to be commit 910b56e72924661f30e43ca0e832b743e8d78d19)
2007-10-10r19560: Fix handling of PARAM_VALUE.Jelmer Vernooij1-1/+3
(This used to be commit dde3d5342cd8b67ec4a0929f3e5577d6b1e7d16b)
2007-10-10r19559: Fix handling of types where the name isn't prefixed by the interface ↵Jelmer Vernooij1-7/+4
name. Based on patch by Julien Kerihuel. (This used to be commit 466e9c12a5f9bd2f7bf00c710bd9a537b48e7864)
2007-10-10r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch byJelmer Vernooij1-1/+2
Kai Blin. (This used to be commit d599bb8f98c01459dfbafe041f481d301316057c)
2007-10-10r19557: Fix lookup table for WERROR.Jelmer Vernooij1-1/+4
Fix perl warnings when using NTSTATUS as return type. (This used to be commit 577cd1625d97efae7bb397570de81a6a5ac0b1b0)
2007-10-10r19556: Remove unused option.Jelmer Vernooij3-3/+0
(This used to be commit 827af8654940243c21eb12e9f1934a13272a6b00)
2007-10-10r19555: Silently ignore --use-cached-creds for compatibility with Samba3's ↵Jelmer Vernooij1-0/+3
ntlm_auth. Patch by Kai Blin. (This used to be commit 2167552b9a869c408c5ba17dcba3367241934767)
2007-10-10r19554: Remove short option for --shell, as it overlaps with the option used forJelmer Vernooij1-1/+1
configuration files. (This used to be commit c2e58aa3e67ad6a03464ada5ae0e1437f3863b64)
2007-10-10r19553: Add check for correct API usage.Jelmer Vernooij1-0/+2
(This used to be commit 9e2206ae99ed6dc64788b71f1301bd188ab0026d)
2007-10-10r19551: List full names for the known failing tests.Jelmer Vernooij1-3/+3
(This used to be commit 657c39ac6e4320554b6bb79e604feedb368c9dd5)
2007-10-10r19550: the sense of this test was wrongAndrew Tridgell1-2/+2
(This used to be commit 4dcc26d0a67ec4a611e789b299a1db7ecf297e66)
2007-10-10r19549: fixed some indentationAndrew Tridgell2-4/+4
(This used to be commit ea1e4685d914c09d615bb7c4a5678b5de00da5f4)
2007-10-10r19548: this talloc_free() is definately wrong.Andrew Tridgell1-1/+0
(This used to be commit b412a8390588fcbb655252fcc4cccbf3b3b84b5c)
2007-10-10r19547: Fix use of v1_enum on enums used in return types.Jelmer Vernooij1-5/+5
(This used to be commit dbae9b4e4ea38806062ba34dcf05a67c2e7af043)
2007-10-10r19546: fix number of bytes pushed when using switch_type() set to enum types.Jelmer Vernooij2-1/+2
die() on invalid used of enum_type_fn() (This used to be commit de6198c893737e63a5ff70684c1df212da054988)
2007-10-10r19545: Allow enums as return types in code generated for wireshark. ↵Jelmer Vernooij1-15/+37
Originally based on a patch by Julien Kerihuel. (This used to be commit 705cd03c53f097086ef4f5aee9311a45bd19afa2)
2007-10-10r19544: Fix case of 'warning'.Jelmer Vernooij2-2/+2
(This used to be commit 4f1f541837db31322d875b6d2452c3f3a0d37fcd)
2007-10-10r19543: Make dynconfig less special.Jelmer Vernooij2-5/+3
(This used to be commit 2780274e6fb25cec78ad341239090ed286ed1a45)
2007-10-10r19541: Explicitly segfault when the API is being used incorrectly. PreviouslyJelmer Vernooij1-13/+0
this would've caused a silent premature return. (This used to be commit 91ae5a803334f77c2328ea12542158aab4da2da8)
2007-10-10r19539: Move pidfile to smbd/Jelmer Vernooij4-12/+8
(This used to be commit eefa64cbe392c4c4dcbf71b8bcf5128cce0339ba)
2007-10-10r19538: This is getting silly, but I needed an easy way to run 'make testenv'Andrew Bartlett1-0/+5
under valgrind. Andrew Bartlett (This used to be commit f2bdbacaa9796ba30689eae295199983cc352590)
2007-10-10r19537: Report correct test names when tests failed.Jelmer Vernooij2-1/+6
(This used to be commit 7b93b3c8be3d2a253b0737be893e7eb1b7c94dba)
2007-10-10r19536: Make output understandable (newlines)Simo Sorce1-19/+19
(This used to be commit 6960dd2075ed75c844c4a17e215991db2fb72c0d)
2007-10-10r19535: Fix warnings.Jelmer Vernooij1-2/+2
(This used to be commit 7443f4847df6614797c937dd8d45bf7b37464a20)
2007-10-10r19532: oops forgot thisSimo Sorce1-2/+2
(This used to be commit 9af225e319838a33141daa450473c157ecd65cd3)
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce16-205/+238
(This used to be commit 889fb983ba1cf8a11424a8b3dc3a5ef76e780082)
2007-10-10r19523: Remove unused functions.Andrew Bartlett1-152/+0
Andrew Bartlett (This used to be commit 3a3c1040a97e1d7d64e9e151ea4e1af79dcb976e)
2007-10-10r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett3-21/+44
dependency loops). This moves the evaluation of the SASL mechansim list to display in the rootDSE to the ldap server. Andrew Bartlett (This used to be commit 379da475e224d93c05d91b37902c121eb4007d97)
2007-10-10r19521: Fix memory leak.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit cf1b0cc19fc7aad2a44777929861e70497ccef7d)
2007-10-10r19520: Try not to read past the end of the ldb buffer.Andrew Bartlett1-6/+5
Andrew Bartlett (This used to be commit 3a103149a6c083b80f25163c0f3762f86bb496c1)
2007-10-10r19513: Add support for recipes (using '@')Jelmer Vernooij1-2/+31
(This used to be commit dbe5e8dd8c0986e5ab55a072957048f633838157)
2007-10-10r19512: Add --shell option to smbtorture (first work towards support for ↵Jelmer Vernooij2-10/+54
'recipes') (This used to be commit 087a8e80a9e912b330178b8c647b83381635f8e9)
2007-10-10r19511: Remove unused externs.Jelmer Vernooij1-2/+0
(This used to be commit a58a366beadd5558449d2b87b4b8d2777e1da309)
2007-10-10r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij7-8/+8
(This used to be commit f5d6b3ca29788d171d53822a26295ae895a5ed8f)
2007-10-10r19509: Simplify buildsystem code, create proper symlinks for aliases.Jelmer Vernooij1-36/+17
(This used to be commit a6d610805970dcb8b2676db9074432a094f7c149)
2007-10-10r19508: fixed SMB2-SETINFOAndrew Tridgell1-1/+1
the pvfs_acl_xattr backend was not being initialised (This used to be commit 44c897764e6e2b9cfc4398fd3df52dc3eda6b341)
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared ↵Jelmer Vernooij33-42/+79
libraries works again now, by specifying --enable-dso to configure. (This used to be commit 7a01235067a4800b07b8919a6a475954bfb0b04c)
2007-10-10r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check forAndrew Tridgell2-37/+67
CAP_LARGE_FILES (This used to be commit 66bebb210550793d0e7fe1b6a03a5140455ae72f)
2007-10-10r19505: fixed a valgrind errorAndrew Tridgell1-0/+4
(This used to be commit 8b9359aa7d7b60e0d5e36a2c736278f39dcb07bf)
2007-10-10r19504: - fixed a free error in file_lines_parseAndrew Tridgell4-15/+41
- added a function to test for large file support - enable CAP_LARGE_FILES only if the test passes - don't test at large offsets if the server doesn't set CAP_LARGE_FILES (This used to be commit c5423ea22bdaa055807d4e6f7ac4be934194fe45)
2007-10-10r19503: it only makes sense to run the LOCAL-ICONV test on 'known good'Andrew Tridgell1-1/+7
platforms as it tests the system iconv with the built in iconv. Limit the test to Linux to avoid spurious errors. (This used to be commit 9e1a8475ca7d1f8490cf8502c08a2544cfec5599)
2007-10-10r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell2-18/+20
as well? The server side change is needed to fix a valgrind error, which was possibly exploitable if the client sent deliberately bad data (This used to be commit e3c04cf165fe15739197b2713e78046399aa7653)