summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18380: the panic action command needs to be different in samba4Stefan Metzmacher1-9/+17
samba4 uses %PID% where samba3 uses %d metze (This used to be commit 4424aebdcef951b23e28041faa201ff7c95fa144)
2007-10-10r18379: make the gdb_backtrace executableStefan Metzmacher1-0/+0
metze (This used to be commit f4023dc39e97bf8b1d1642f7eb0e8cb00557aa7f)
2007-10-10r18232: - Trim number of regexes applied to generated filesJelmer Vernooij1-5/+2
- Fix syntax error in shell script (refused by dash) - Regenerate output (This used to be commit 4dba965f9aa30eb2a54dc68e1bd5137ec6f5e6be)
2007-10-10r18230: Build Samba3 RPC client<->libndr glue code.Jelmer Vernooij1-1/+1
(This used to be commit c77ddae4f0e30c821f54300f4485ab5d447b49ce)
2007-10-10r18229: regenerated unixinfo files and add a few header stubs. Almost ↵Gerald Carter1-3/+20
autogenerated now (This used to be commit b860685a8117c3876158ac7b8db63cda9b415239)
2007-10-10r18193: Not quite to autogenerated NDR but closer thanks to Jelmer'sGerald Carter1-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)
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-0/+1
(This used to be commit 1115745caed3093c25d6be01ffee21819fb0a675)
2007-10-10r18069: it isn't a good idea to run the PIPE_NUMBER test on a file share...Stefan Metzmacher1-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)
2007-10-10r17953: run bin/talloctort with samba3's make testStefan Metzmacher2-0/+21
metze (This used to be commit 2d3ab069ddcb28ebd7cc72021a3510a606b50630)
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter4-6/+7
(This used to be commit 70f223554922947a17e81f1002b184db879a2195)
2007-10-10r17880: On host "tridge" in the build farm the tests fail because smbd hangs ↵Volker Lendecke1-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)
2007-10-10r17623: Revert accidential commitVolker Lendecke2-3/+2
(This used to be commit 8dcc4e7dd6dd879f341b58fc04cb1308c0463862)
2007-10-10r17622: Add a framework for a printing backend designed to support the build ↵Volker Lendecke2-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)
2007-10-10r17554: CleanupVolker Lendecke1-2/+1
(This used to be commit 761cbd52f0cff6b864c506ec03c94039b6101ef9)
2007-10-10r17457: Add a test to do some operations on group mapping.Volker Lendecke1-2/+2
Volker (This used to be commit 68db058fdf508d5b4d38731ece21f5d92feca00c)
2007-10-10r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ↵Volker Lendecke1-0/+1
keys, this can trivially be added later. Volker (This used to be commit 6915adb9780052952e4a1d9e1c3e6cac06f48463)
2007-10-10r17116: Jerry, I can't reach you right now, but r17110 broke the build.Volker Lendecke1-1/+1
Please check. Volker (This used to be commit 8c7d6cab19a3b0e68ebb5fe9abb22bcb42703d37)
2007-10-10r17110: revert a bad merge from the old trunkGerald Carter1-1/+1
(This used to be commit 2c7448e43ea82138cdb7f3f6d61372e2027ddc83)
2007-10-10r17095: Activate RPC-SAMBA3-SHARESECVolker Lendecke1-1/+1
(This used to be commit bcb196d21ea7eb13af02bb0c2fa85f0d363b55a1)
2007-10-10r17077: Activate RPC-SAMBA3-GETUSERNAME in the build farmVolker Lendecke1-1/+1
(This used to be commit 8c6088f2bd0a5e3a854a31fe428d841d61055a30)
2007-10-10r17032: I thought I had already merged this from trunk:Volker Lendecke1-0/+1
> r16959 | vlendec | 2006-07-11 23:10:44 +0200 (Di, 11 Jul 2006) | 1 line > > get_share_security does not need snum, activate RPC-SAMBA3-SRVSVC Volker (This used to be commit c89471e15766fcdbfa4f40701e12c19f95c2d8ef)
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison5-7/+28
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
2007-10-10r16289: Fix smbclient test hang. This is caused by readline refusing to believeJames Peach1-3/+11
the end of file it receives when reading from a pipe after we force interactive mode. (This used to be commit 3eee12645883df21efa5175b10854a965fc90422)
2007-10-10r16273: Add smbclient tests to verify thatJames Peach2-2/+57
in interactive mode, smbclient always prompts on stdout in non-interactive mode, smbclient never prompts (This used to be commit dff1eba81ed4bdd6dbf2df6e7c28b0da74a39615)
2007-10-10r16138: By default, rootsbindir relies on SBINDIR so import it hereAlexander Bokovoy1-0/+1
(This used to be commit a18af427d7ea7b5a04d7006d10299d9e43317ae4)
2007-10-10r16136: By default, rootsbindir relies on SBINDIR so import it hereAlexander Bokovoy1-0/+1
(This used to be commit 5ffb424641bfc71ce396800a6e426015b11fd6ba)
2007-10-10r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter1-2/+2
(This used to be commit 9be3e07884e7f8121bc64766e7d036495cd94a15)
2007-10-10r16025: make sure the samba4's smbtorture can be executedStefan Metzmacher1-2/+3
metze (This used to be commit bed220afb816138a3e806c5d20e812667f6994ae)
2007-10-10r15989: try to make timelimit.c more portableStefan Metzmacher1-9/+2
Patch from Bjoern Jacke (Thanks!) metze (This used to be commit b9d1440f46f443851607300e31b123d6afa81c06)
2007-10-10r15967: enable RAW-OPLOCK in samba3 make testStefan Metzmacher2-1/+3
metze (This used to be commit 6d35268639a7796583f5cc7bee12cf884a207af2)
2007-10-10r15924: Ok, the Solaris fix broke AIX. Next try :-)Volker Lendecke1-2/+2
Volker (This used to be commit 53bd3fa30ad1f8bada4a49e4c79ea7ff70188174)
2007-10-10r15918: Attempt to bring Solaris into make test. The Solaris shell does not ↵Volker Lendecke1-2/+2
like the isolated !. Metze, can you check this? Thanks, Volker (This used to be commit c9542c64ce2a21671b8f4e30780e8a6e07ab6632)
2007-10-10r15917: Activate RPC-AUTHCONTEXT in "make test"Volker Lendecke1-1/+3
(This used to be commit 17f701ab4f46502ca7a957d3e79b005a0acebdc1)
2007-10-10r15873: Use short signal names to placate ksh trap. bash seems to accept eitherJim McDonough1-2/+2
and even uses them on the manpage. this should now enable make test on AIX. (This used to be commit de836d2077e53c07a50c51d1580f8e93700eb5bd)
2007-10-10r15872: Take one step toward getting this working on AIX. the [-z ] stuffJim McDonough1-2/+2
doesn't work there. (This used to be commit 0ee78d96d9bd039084a270172316d80df4c00248)
2007-10-10r15735: also export PREFIX as testit from test_functions.sh needs itStefan Metzmacher1-1/+1
metze (This used to be commit 8709bba24a2359aff14920b1dab6b51f21401149)
2007-10-10r15732: samba3 now passes BASE-DENY1Stefan Metzmacher1-1/+1
metze (This used to be commit e5a8553a57e0b1463a421ba69631f234184404b0)
2007-10-10r15717: BUG 3711: patch from Leonid Kabanov <lkabanov@mail.ru> for some ↵Gerald Carter1-2/+2
solaris sheel scripting bugs with 'make test' (This used to be commit 94e0bc50135646039a2ebcf5c922a82cc0c4a2e7)
2007-10-10r15691: - samba3 also pass RAW-CHKPATH, RAW-SEEK, RAW-SFILEINFO-BUGStefan Metzmacher1-4/+4
- samba3 pass the limited version of RAW-LOCK (the lock cancel and error checking tests are skipped) metze (This used to be commit b79ceece9550c0fe9f59ae59bad6709351e93906)
2007-10-10r15686: - start testing the RAW-* tests in make testStefan Metzmacher1-1/+5
- RAW-READ now passes samba3 - skip the rest for now metze (This used to be commit fc343051afe560b1ddb8715dbc574e2ae645571e)
2007-10-10r15682: fix option passingStefan Metzmacher1-2/+2
metze (This used to be commit cd2fa1da6cdcaaa8a4d92a38163d54ecc0f9d756)
2007-10-10r15620: pass 'target:samba3=yes' to samba4's smbtorture when running ↵Stefan Metzmacher1-0/+2
samba3's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba3 metze (This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464)
2007-10-10r15466: Install the images for SWAT.Deryck Hodge1-24/+1
And we don't install any JavaScript (hold over from a prior SWAT svn ci trunk/ branches/SAMBA_3_0 -m (This used to be commit 9bf07ba6cc82113b94f4d1bdac3a95262fff18c0)
2007-10-10r15447: Teach "smbd -b" to emit the sizes of a few more types thatJames Peach1-8/+15
might be interesting. Push the spacing across a bit so that it all lines up nicely. (This used to be commit efd961e4eefb774c7bdaef098e2b67062a7dffd3)
2007-10-10r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher2-1/+2
metze (This used to be commit 69f489bde07d4c66bdf4dd3a2411d40ed868d144)
2007-10-10r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher1-4/+1
(SIGINT) metze (This used to be commit 1ac5351646b18f28b1f9ed477b6e6046e1bdf783)
2007-10-10r14865: - enforce timelimits for the testsStefan Metzmacher3-3/+7
- and skip some long tests for now metze (This used to be commit 1d52ae786d400441d9f5b30b4fa9e4e8ff64f7e4)
2007-10-10r14820: sync test_posix_p3.sh with test_posix.sh from samba4Stefan Metzmacher1-17/+28
but only run the BASE-* tests and ignore some more than in samba4 metze (This used to be commit 6f37658f927c103a71e918ab5ac78d61cd570c36)
2007-10-10r14809: - add my email addressStefan Metzmacher1-3/+5
- fix usage() - remove unused var metze (This used to be commit 20782719d9eda7609788c132356db7107b7fe04a)
2007-10-10r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher1-3/+11
to work, this is needed when we enable samba3's make test in the build-farm metze (This used to be commit b120c21669a91a097f044530a1f7c59043465841)