summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2007-11-09make test: try to get a more portable way to get UID and GIDStefan Metzmacher1-2/+2
metze (This used to be commit 0dc2d7ec010610c4bdab8eb6d488295a0259fbc9)
2007-11-09make test: start winbinddStefan Metzmacher2-1/+70
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
2007-11-09we don't have build-farm specific tests anymoreStefan Metzmacher1-4/+1
metze (This used to be commit bb125f3e084a99125e92cc6c3aceb7f2b66db678)
2007-11-09make test: activate nss_wrapper for make testStefan Metzmacher1-3/+28
metze (This used to be commit 02cfd283627bd8f10d7beb8d43cead35dd867346)
2007-11-08add '_PUBLIC_' prototypes into proto.hStefan Metzmacher1-2/+2
this makes merging samba4 code easier... metze (This used to be commit 005909726e0121a549abf625a3b443f3a6964d84)
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-0/+2
False instead of NULL. Fix more of the notifications to be correct for Samba4 RAW-NOTIFY torture (we had missed one when calling set_ea_dos_attribute(). Jeremy. (This used to be commit 39d265375cf55eedddef2c4faa65398df73d5ed2)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2-8/+8
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-18don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher1-3/+3
metze (This used to be commit d70ddad2e8fc2f533fb9211223c172c25878254e)
2007-10-18make gdb_backtrace executableStefan Metzmacher1-0/+0
metze (This used to be commit f694df1919fe98c5efef36c867a2be6527efa6ed)
2007-10-11prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher1-77/+17
metze (This used to be commit 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter11-43/+419
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25418: fix generation of git revision calculationStefan Metzmacher1-1/+1
metze (This used to be commit 43df4928ecd61ae071109abb1c72dfd1b78a5a5e)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij7-416/+38
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r25317: Activate raw-samba3rootdirfidVolker Lendecke1-0/+1
(This used to be commit 1cbe40b27c8142c53480fc9c4e1b0c9f14446300)
2007-10-10r25125: create prototypes for 'bool ' functionsStefan Metzmacher1-1/+1
metze (This used to be commit 5afa66970ee831a8be887c9e7eeeaceead6049db)
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)