summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25104: Fix extra lines added by mistake.Jeremy Allison1-2/+2
Jeremy. (This used to be commit a28a35f9cdddb9da1b2adb9e2e6c86d78cf07ea6)
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-0/+3
and make valgrindtest. Final step will be to change srvstr_get_path() to return talloced memory in the major codepaths. Jeremy. (This used to be commit cf6b6f9c3a38b68d2671c753f412772344506742)
2007-10-10r24974: catch SIGINT and SIGQUIT like SIGTERMStefan Metzmacher1-0/+2
metze (This used to be commit ab15f5c3e72df6272db9a4431f720f604fcf40f2)
2007-10-10r24802: Activate new testsVolker Lendecke2-0/+2
RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK (This used to be commit 1f396cc237e3861b216d03a7af9e461578cf448a)
2007-10-10r24605: remove some stuff samba3 doesn't need any moreStefan Metzmacher1-14/+0
metze (This used to be commit 5514e8487fee453b730a966ebc6fcdcd56da047a)
2007-10-10r24421: Ignore long #defines (like for registry keys).Günther Deschner1-1/+2
Guenther (This used to be commit b310b1dfd69ba0470b66eb84007f28e5e69e92e7)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell3-6/+3
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison3-3/+3
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r23685: merge from SAMBA_4_0:Stefan Metzmacher1-2/+2
Only use the bzr and git information when there's a .bzr or .git in the top branch directory I use bzr for my home directory and bzr version-info in ~/devel/samba/4.0/samba4-git gives the info about the ~/.bzr branch metze (This used to be commit e4df2e1c2d302613b1e7f44f13db9435bdafb30f)
2007-10-10r23670: Fix mkversion.sh for the git case: Only use the first line whereVolker Lendecke1-1/+1
"commit" occurs (This used to be commit 0e9aeec37008e5b882ce91c44ee201ef779ecabe)
2007-10-10r23606: Merge Samba4 mkversion.sh to Samba3.Kai Blin1-45/+108
(This used to be commit 6566e24c13aaf974b756c230d4890357e7adf73d)
2007-10-10r23599: Add new version of indent script copied from the the LinuxGerald Carter1-16/+7
kernel tree. (This used to be commit bc422ab5f152c3d7ff730a2e0a80ad3a196a797a)
2007-10-10r23598: Add script for running indent and remove .indent.pro fileGerald Carter1-0/+21
(This used to be commit 58a68daef0e4b34606c63670982e95298804a99b)
2007-10-10r23597: add a few utility scripts for code formattingGerald Carter2-0/+33
(This used to be commit 3fc0bd3e540652742f5bdd7afa88d80b893e50cd)
2007-10-10r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke1-1/+1
With the target being open we have to return NT_STATUS_ACCESS_DENIED and root_fid != 0 leads to NT_STATUS_INVALID_PARAMETER (This used to be commit b599e5b1e10bdf825b2ce53de4a6ec35726d00f6)
2007-10-10r23489: (Re-)Add tdbtorture as a build target to 3_0_26.Michael Adam1-0/+3
Add the tdbtorture test to the test script in 3_0 and 3_0_26. Michael (This used to be commit 30d71cf4b8decd6fad0c44a3eb57e29ea7d898a0)
2007-10-10r23429: Ooops, sorry.Volker Lendecke1-3/+3
Revert an accidential checkin of r23410. Volker (This used to be commit 23ecb5439f509f8f1eef6dded74357af5760094f)
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-3/+3
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker (This used to be commit 15553d6327a3aecdd2b0b94a3656d04bf4106323)
2007-10-10r23093: Allow modules with the same name but different types.James Peach1-3/+11
(This used to be commit 190a69b1f9d7a0f858ed56c505c2d3c473273463)
2007-10-10r22998: merge from SAMBA_4_0:Stefan Metzmacher1-1/+1
only if the output of which has a leading '/' the output is useful... metze (This used to be commit 5c5aa1f862ad5e765b18c8dbc981af3012b48cb7)
2007-10-10r22401: Add bzr revision+nick support to mkversion.sh.Michael Adam1-0/+9
The plan is to actually synchronize with SAMBA_4_0's mkversion.sh, which is more elaborate. But there are a few differences in behaviour I still have to check. So I am cheching this here in for a start... Michael (This used to be commit dec7e31f298c565b49b7bd650e164274d0f61778)
2007-10-10r21950: After discussion with the Apple and Linux client maintainers,James Peach1-1/+6
changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25. (This used to be commit e7b21b1ef3f79c0df2bae5f15c345ef74292c404)
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach4-16/+7
(This used to be commit 7e862b908057b7971f8163ee94c9358a63998e87)
2007-10-10r21766: Fix compiler warning.James Peach4-7/+16
(This used to be commit f82ac78b2fa623f5868201bd54ffac9c8f318eef)
2007-10-10r21565: Import ndrdump (doesn't compile yet, needs table support functions).Jelmer Vernooij1-0/+3
(This used to be commit 9a9b9421673ed1c455658d8ae79d7a1522a1baa7)
2007-10-10r21202: On some build hosts, the first tests fail with CONNECTION_REFUSED. On myVolker Lendecke1-1/+1
solaris 9 box I could solve that with an increased wait time. Volker (This used to be commit 4ea654857af48640d86377418f7a91a91c830ced)
2007-10-10r21165: Lets try the build farm without inotify, we're seeing someVolker Lendecke1-0/+1
NT_STATUS_IO_TIMEOUT with it. Samba4 disables inotify as well. Does anybody know why Samba4 does it? Maybe the same justification holds for 3 as well. Volker (This used to be commit de216a574c49f97e86a90c96627de4b5a3ea4b1c)
2007-10-10r21150: Activate RAW-NOTIFYVolker Lendecke1-1/+1
(This used to be commit 39809d7391723d3c310fc11705b1de20074c4bbf)
2007-10-10r21034: Don't force user to have pidl in their PATH.James Peach1-1/+5
(This used to be commit 9e2118969d444d2ffd1e9818cbbb155238fab719)
2007-10-10r20668: Also do not install the smbumount man page if we don't build smbumount.Lars Müller1-1/+1
(This used to be commit 82ce272b2464f06e8bcbed6452621daa05e12b5d)
2007-10-10r20666: Also do not install the smbmnt man page if SMBMOUNT_PROGS is not set.Lars Müller1-1/+1
(This used to be commit aa122be8f7a33ebceeb43e4f0c5362047560b199)
2007-10-10r20663: Do not install smbmount man page if we didn't called configureLars Müller1-0/+1
--with-smbmount. (This used to be commit ee12348cf1e93d0e75714f3883bfea6525797dc1)
2007-10-10r20535: Fix make install to work when root doesn't haveJeremy Allison1-3/+7
write access into the source tree (like when your directory is nfs mounted for example....). Jeremy. (This used to be commit 7dcb61d1b2d08270a8c718328a26ef4866a1c500)
2007-10-10r20502: Activate RAW-RENAME, my Linux box passes thisVolker Lendecke1-1/+1
(This used to be commit 56c8d2cfed273655b2c79b3a2c613a7253e05221)
2007-10-10r20499: Activate RAW-OPEN in the build farmVolker Lendecke1-1/+1
(This used to be commit a0d5de61a10321ee2edd832dcda611230d796dd6)
2007-10-10r20482: Make us survive and activate RAW-CLOSEVolker Lendecke1-1/+1
(This used to be commit 471c6e6a2142afbca36163bcdbb5b6fb4e7ac774)
2007-10-10r20478: Make us survive & activate RAW-UNLINKVolker Lendecke2-1/+4
(This used to be commit 4f0f917b344743e16e8bacf4e72529a2890590fe)
2007-10-10r20334: Activate RAW-MKDIRVolker Lendecke1-1/+1
(This used to be commit 8f76914e01f73149f549ebd6d8f9e549772dbb84)
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-0/+1
more no previous prototype warnings (This used to be commit 41be182f78762372ae13759ede5d2bd40a71d7f5)
2007-10-10r20255: Activate BASE-SAMBA3ERROR in the build farmVolker Lendecke1-1/+1
(This used to be commit 7e0005c14b6852be756dbdacd1412077f2cf57f5)
2007-10-10r20150: better memory handling for some functions, make sure we don'tSimo Sorce1-2/+4
leak memory by using the wrong(long lived) mem context (This used to be commit a28cdd6e742cb72a728bd337546ee95fd4160ed8)
2007-10-10r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke1-0/+5
(This used to be commit 609dbec600048718b86cd1ecdc2ce49bbdeb803c)
2007-10-10r19444: merge from samba4:Stefan Metzmacher1-0/+2
reset trap when we have removed the test specifc files already metze (This used to be commit 36065025c70d4ae3115554aac44c8807725a63b7)
2007-10-10r19342: we only have one BASE-LOCK test in samba4's smbtorture nowStefan Metzmacher1-2/+2
metze (This used to be commit a2c20811d6ef2a20326bcc2d4c2bb2cbb49f6394)
2007-10-10r19248: Activate RPC-SAMBA3-WKSSVCVolker Lendecke1-1/+1
(This used to be commit ed6070b7a053e162a9ac5809ff54181c04267f00)
2007-10-10r19181: merge from samba4:Stefan Metzmacher1-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)
2007-10-10r19170: use a very clever trick to pass the binary name to theStefan Metzmacher2-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)
2007-10-10r19169: port the trick to only display the smbd and nmbd log outputStefan Metzmacher1-4/+27
of the current test metze (This used to be commit f668d4839de0ec98fcacf2efb6a69970757bebdd)
2007-10-10r19168: use the correct configurationStefan Metzmacher1-4/+4
metze (This used to be commit bf90ac567fc809bb8949b066e822a88170b73ac5)
2007-10-10r19164: merge the gdb_backtrace script from samba4Stefan Metzmacher1-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)