summaryrefslogtreecommitdiffstats
path: root/source3/script
Commit message (Collapse)AuthorAgeFilesLines
* r20334: Activate RAW-MKDIRVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 8f76914e01f73149f549ebd6d8f9e549772dbb84)
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-0/+1
| | | | | more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5)
* r20255: Activate BASE-SAMBA3ERROR in the build farmVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 7e0005c14b6852be756dbdacd1412077f2cf57f5)
* r20150: better memory handling for some functions, make sure we don'tSimo Sorce2007-10-101-2/+4
| | | | | leak memory by using the wrong(long lived) mem context (This used to be commit a28cdd6e742cb72a728bd337546ee95fd4160ed8)
* r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2007-10-101-0/+5
| | | | (This used to be commit 609dbec600048718b86cd1ecdc2ce49bbdeb803c)
* r19444: merge from samba4:Stefan Metzmacher2007-10-101-0/+2
| | | | | | | reset trap when we have removed the test specifc files already metze (This used to be commit 36065025c70d4ae3115554aac44c8807725a63b7)
* r19342: we only have one BASE-LOCK test in samba4's smbtorture nowStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit a2c20811d6ef2a20326bcc2d4c2bb2cbb49f6394)
* r19248: Activate RPC-SAMBA3-WKSSVCVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit ed6070b7a053e162a9ac5809ff54181c04267f00)
* r19181: merge from samba4:Stefan Metzmacher2007-10-101-1/+6
| | | | | | | | with "export MAKE_TEST_KEEP_PCAP=yes" make test doesn't delete the generated pcap files metze (This used to be commit 74212c30563826e2248c1cb16e4c953a28a25488)
* r19170: use a very clever trick to pass the binary name to theStefan Metzmacher2007-10-102-2/+15
| | | | | | | | | | gdb_backtrace script, I never noticed that %$(envvar) exists... Thanks to Bjoern Jacke for the suggestion! metze (This used to be commit 12a37bab3eafdabeb4f0dc23254bdec41860cd87)
* r19169: port the trick to only display the smbd and nmbd log outputStefan Metzmacher2007-10-101-4/+27
| | | | | | | of the current test metze (This used to be commit f668d4839de0ec98fcacf2efb6a69970757bebdd)
* r19168: use the correct configurationStefan Metzmacher2007-10-101-4/+4
| | | | | metze (This used to be commit bf90ac567fc809bb8949b066e822a88170b73ac5)
* r19164: merge the gdb_backtrace script from samba4Stefan Metzmacher2007-10-101-25/+71
| | | | | | | | | | | | this more portable and try to make use of ladebug on Tru64, but that only works when the binary is passed as 2nd arg to gdb_backtrace as Tru64 doesn't know /proc/${PID}/exe we need to find a way to pass the progname in 'panic action' in samba3 metze (This used to be commit 2f55fd82ff5db82974f91648cc386daa423e38be)
* r19151: Create some dummy printers in the build farmVolker Lendecke2007-10-101-0/+11
| | | | (This used to be commit c26a20e6d5ac36be137fa63f477155a9613f050f)
* r19119: try to be more portable...Stefan Metzmacher2007-10-101-7/+7
| | | | | metze (This used to be commit 380e647534730313ee57d1acf2756708b7c9676d)
* r19104: Fix from Björn JACKE <bjoern@j3e.de>Jeremy Allison2007-10-101-1/+1
| | | | | | "here's a small fix for gdb_backtrace." Jeremy. (This used to be commit a0b4e5d11857cd067c60dd99dc5f00ee62a1354d)
* r19100: merge from samba4:Stefan Metzmacher2007-10-101-5/+20
| | | | | | | | | export MAKE_TEST_ENABLE_PCAP=yes enables SOCKET_WRAPPER_PCAP_FILE support in make test metze (This used to be commit 5faf816885b7a1bca5a25ab1ef5151d4e364cbda)
* r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSSVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 3bf313240c8dcabc28a2fbf35a68daf8274cf659)
* r19040: use more portable shellscripting, hopefully give better results on Tru64Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit e8dd73f79656d9ef6faf9fceb84dc8702ac8e10a)
* r19038: build libreplace testsuite as replacetortStefan Metzmacher2007-10-101-0/+3
| | | | | | | and run it with make test metze (This used to be commit 9db9eb199f1902cb7e7f4f700b8594f4fc98ae8a)
* r18951: socket_wrapper has only 16 interfaces anymore...Stefan Metzmacher2007-10-101-8/+9
| | | | | metze (This used to be commit a1966a9c073b597407ee925d1fda53dfa7453e98)
* r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off ↵Volker Lendecke2007-10-101-1/+2
| | | | | | | | | on that one that there's no point yet to run this in the build farm. Volker (This used to be commit bbd9f0bb6f58cda0ed4f18a3c19221cacfef1c0f)
* r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell2007-10-101-0/+214
| | | | | See the discussion of this on the samba-technical list (This used to be commit 4ad1436ceae0128e187222fce0fc79adb3049d3f)
* r18823: Fix some errors in the srsvc handling code and start running the ↵Jelmer Vernooij2007-10-101-1/+1
| | | | | | | RPC-SRVSVC test against samba3. (This used to be commit f0508ecb44f13e9e9e521e2534889e98a31d2372)
* r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2007-10-101-1/+1
| | | | | | | in (and using elsewhere) next_codepoint from Samba4. Jerry please test. Jeremy. (This used to be commit ece00b70a4621633f1ac9e576c4bbe332031de09)
* r18778: Fix comparison.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 0a198e6096d24297995d761635044ad8081fb197)
* r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set.Jelmer Vernooij2007-10-101-3/+5
| | | | (This used to be commit 72b51c889124f0b0da22b4c9b04e0276f9cbfbc7)
* r18618: * remove svn:externalsGerald Carter2007-10-101-1/+1
| | | | | | * 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files (This used to be commit e936d39e00f07d942ce977b9a725ebe7b9e57625)
* r18612: remove RPC-ECHO till it gets fixedStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2afeec3d15740261356b5a51b0413378f8d10cf5)
* r18572: Use the autogenerated client and server for the echo interface and ↵Jelmer Vernooij2007-10-101-3/+3
| | | | | | | implement some of the missing functions. RPC-ECHO now passes against Samba3. (This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
* r18481: Use pidl-generated server side code for dfs.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 3f337c104d42321595161d0283b39357df252a8e)
* r18387: remove echo of pidl command line (was used for debugging)Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 848edce91288750881f538e1dd8ed4220047af6f)
* r18380: the panic action command needs to be different in samba4Stefan Metzmacher2007-10-101-9/+17
| | | | | | | samba4 uses %PID% where samba3 uses %d metze (This used to be commit 4424aebdcef951b23e28041faa201ff7c95fa144)
* r18379: make the gdb_backtrace executableStefan Metzmacher2007-10-101-0/+0
| | | | | metze (This used to be commit f4023dc39e97bf8b1d1642f7eb0e8cb00557aa7f)
* r18232: - Trim number of regexes applied to generated filesJelmer Vernooij2007-10-101-5/+2
| | | | | | - Fix syntax error in shell script (refused by dash) - Regenerate output (This used to be commit 4dba965f9aa30eb2a54dc68e1bd5137ec6f5e6be)
* r18230: Build Samba3 RPC client<->libndr glue code.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit c77ddae4f0e30c821f54300f4485ab5d447b49ce)
* r18229: regenerated unixinfo files and add a few header stubs. Almost ↵Gerald Carter2007-10-101-3/+20
| | | | | | autogenerated now (This used to be commit b860685a8117c3876158ac7b8db63cda9b415239)
* r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter2007-10-101-0/+40
| | | | | | | initial work. I'm including the librpc/gen_ndr directory in svn temporarily just to get some compile issues straightened out. (This used to be commit cf271aa433cfa606be5dbf3ed1d94fe3caf57653)
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 1115745caed3093c25d6be01ffee21819fb0a675)
* r18069: it isn't a good idea to run the PIPE_NUMBER test on a file share...Stefan Metzmacher2007-10-101-2/+2
| | | | | | | | | | But I wonder why it is so slow on my laptop and takes only 1 second on the 'opi' build farm host. I got only 2-3 opens per second... metze (This used to be commit d5c55e731adbd5f05fdea8550b64186b2ca7c2b8)
* r17953: run bin/talloctort with samba3's make testStefan Metzmacher2007-10-102-0/+21
| | | | | metze (This used to be commit 2d3ab069ddcb28ebd7cc72021a3510a606b50630)
* r17934: allow srcdir != builddir for 'make test'Gerald Carter2007-10-104-6/+7
| | | | (This used to be commit 70f223554922947a17e81f1002b184db879a2195)
* r17880: On host "tridge" in the build farm the tests fail because smbd hangs ↵Volker Lendecke2007-10-101-0/+3
| | | | | | | | | | | | in in 'connecting to cups server on localhost'. There is no cups on that host, but the TCP connection hangs in SYN_SENT. Probably some firewall rule. Work around that. Volker (This used to be commit ab4e7b34da00c2a8f3244d84f08037ddfadf85d5)
* r17623: Revert accidential commitVolker Lendecke2007-10-102-3/+2
| | | | (This used to be commit 8dcc4e7dd6dd879f341b58fc04cb1308c0463862)
* r17622: Add a framework for a printing backend designed to support the build ↵Volker Lendecke2007-10-102-2/+3
| | | | | | | | | | | | farm. If we want to walk more printing code in the build farm I think doing that with a customized printing backend is much easier than with a set of shell scripts. Jerry, comments? Volker (This used to be commit 949cd6b992364d2bc60fd59051b6ac1c4cc4288c)
* r17554: CleanupVolker Lendecke2007-10-101-2/+1
| | | | (This used to be commit 761cbd52f0cff6b864c506ec03c94039b6101ef9)
* r17457: Add a test to do some operations on group mapping.Volker Lendecke2007-10-101-2/+2
| | | | | Volker (This used to be commit 68db058fdf508d5b4d38731ece21f5d92feca00c)
* r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ↵Volker Lendecke2007-10-101-0/+1
| | | | | | | | | keys, this can trivially be added later. Volker (This used to be commit 6915adb9780052952e4a1d9e1c3e6cac06f48463)
* r17116: Jerry, I can't reach you right now, but r17110 broke the build.Volker Lendecke2007-10-101-1/+1
| | | | | | | Please check. Volker (This used to be commit 8c7d6cab19a3b0e68ebb5fe9abb22bcb42703d37)
* r17110: revert a bad merge from the old trunkGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 2c7448e43ea82138cdb7f3f6d61372e2027ddc83)