summaryrefslogtreecommitdiff
path: root/source3/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r13316: Let the carnage begin....Gerald Carter2-6/+19
Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
2007-10-10r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter1-1/+6
* update output from mkversion.sh to include the SAMBA_VENDOR_PATCH (This used to be commit 485f0370942880a71095da5096e414b28193b150)
2007-10-10r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter1-10/+23
(This used to be commit d40f06018b9197c35a10cc9ab284dd596244f47b)
2007-10-10r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2-5/+5
shell script portability issues in 'make test' (This used to be commit 19339a9510467b4b2cf3889bc6a08563cdc940f4)
2007-10-10r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵Gerald Carter1-16/+4
broken since r10656 (This used to be commit 85ea7afd8bd30e0a2bcbc7181f75fde63b016a34)
2007-10-10r12040: merging packaging fixes from release branchGerald Carter1-3/+2
(This used to be commit 47a9f2c3d6039a07a6970ac181aeb2888d47a353)
2007-10-10r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter1-1/+1
This feature got broken in some of the other updates. Now each open handle stores an pointer to an open tdb data structure (not the tdb pointer itself). Clearing can be done with a simple elog_close_tdb( elog, True ) to force a close and then calling elog_open_tdb( logname, True ) to force an tdb truncate. Permissions on existing tdbs are maintained which is important. * We don't currently handle backup. Haven't looked at the format of a backuped up eventlog to know what the deal is. (This used to be commit 2df34c9403446d12f1ceeac38cbda5d3ba805b02)
2007-10-10r11728: Ensure to check for the config.log in ${SRCDIR}.Lars Müller1-3/+14
Revert jerry's revert from 11685. :) At the moment I don't see a way to check if there is an empty ${SMBWRAPPER} or none. If there is a way to check if ${SMBWRAPPER} isn't set at all we could make the installman script even work if config.log does not exist. (This used to be commit 3e3113a1fab282c0f652340d1027bb614ef93ec3)
2007-10-10r11685: reverting Lar's change to nistallman from r11224 since it breaks ↵Gerald Carter1-14/+3
'make installman' outside the source tree; will fix up after the rc1 release (This used to be commit 61e7366e0f545e8ef1aad45a3ab3f6aac1ca6049)
2007-10-10r11224: Add feature to get our configuration from config.log into installman.sh.Lars Müller1-3/+14
This allows us to install for example smbsh.1 only if SMBWRAPPER is set. Removed also one rm call as we copy and do not append to the same file in the next step. There is no file permission risk as we chmod 0644 in any case later. Replaced one basename call by shell substitution. (This used to be commit 3944dfbff4f7f951d35e7893f7ab56ed2e9d76b0)
2007-10-10r11152: fix some regressions caused by the trunk->3.0 merge when install ↵Gerald Carter1-1/+1
docs with SWAT (This used to be commit e3c68738663701fde21baef03c36de303e7f1636)
2007-10-10r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter1-1/+1
(This used to be commit b7fc4045185f2f0ec27aa72656163e9249ad7b85)
2007-10-10r10676: reverting bad merge for install manpages scriptGerald Carter1-1/+1
(This used to be commit 50549fa9b3f6d6eaf7da70cb8d7595b32917aade)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter5-44/+26
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r9618: adding get/put tests from Don WatsonGerald Carter2-3/+30
(This used to be commit a94de276aec174bc05406ff52568e9fcd05c114e)
2007-10-10r9615: trying a 3 second timeout on smbcontrolGerald Carter1-4/+7
(This used to be commit 4e62a51bf68e8ef19beed63a7520e0db20321b11)
2007-10-10r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter3-6/+14
(This used to be commit 0626bb68411225d5402221ec9b305390393c38e5)
2007-10-10r9585: update test #1Gerald Carter1-0/+1
(This used to be commit 7a150ffde5cb8eb5198ac351161c3d651fb279a9)
2007-10-10r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter1-0/+13
'make test' (This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
2007-10-10r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter4-1/+107
infrastructre) (This used to be commit c64f5666b8d1f9fb617b1cf89d6157a0c3fa9da9)
2007-10-10r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter3-21/+76
(This used to be commit dbaaf81cec59aae01e71bbb639e1937ebee2454d)
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison1-1/+1
UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
2007-10-10r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller1-1/+6
We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618 (This used to be commit 26bf1d223efd011ca7c4d5c7d5de23d0f9ad0823)
2007-10-10r8992: More make test work. Adding a way to order tests (might changeGerald Carter3-7/+26
my mind on this later). (This used to be commit 136fe3f15e74686882f7c1e5a46fcc0bcf7d51a6)
2007-10-10r8990: First trivial example of 'make test'Gerald Carter3-0/+110
(This used to be commit 11c886394970713a226d1fe46a4931ef97bb39a8)
2007-10-10r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter1-2/+2
(This used to be commit 6fb371f0c87379a9812ff0cad30c739df171a462)
2007-10-10r8388: fix typo in installman scriptGerald Carter1-1/+1
(This used to be commit 30b03519c0320bdc85ece51aaf814c4b66896df8)
2007-10-10r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter1-0/+4
(This used to be commit 1ce5cc2a5f3da7ef6874cae5b433c139d68589c6)
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-0/+4
safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
2007-10-10r7788: Update install swat message to reflect the fact that swat/READMETim Potter1-1/+1
no longer exists. Bugzilla #2808. (This used to be commit 88a3faf84eb74a2a8c5a100170f82102c74e9939)
2007-10-10r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.Volker Lendecke1-1/+1
Volker (This used to be commit 94acb93f57b963bf137c6ddd644a147f4d0b5175)
2007-10-10r6925: merge rev 6920 from 4_0:Stefan Metzmacher1-1/+6
display the SVN revision in svk build of tree's directly mirrored from samba.org metze (This used to be commit 110c0f6f36b8a5e7b0e1bf4477605ed81aca5580)
2007-10-10r6354: merge from 4_0 rev 6353:Stefan Metzmacher1-0/+3
we need the english output from the svn commands metze (This used to be commit 6b84f30e3d746a13613d94071501430fef8ee2ca)
2007-10-10r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij1-1/+1
in one lanuage, English, at the moment). Fixes #2261. If other languages might are added in the future, this parameter will still not be needed. (This used to be commit d41e790b4ba96b42ae80f51925a86a3344d3fd39)
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-1/+1
* rewrote the tdb layout of privilege records in account_pol.tdb (allow for 128 bits instead of 32 bit flags) * migrated to using SE_PRIV structure instead of the PRIVILEGE_SET structure. The latter is now used for parsing routines mainly. Still need to incorporate some client support into 'net' so for setting privileges. And make use of the SeAddUserPrivilege right. (This used to be commit 41dc7f7573c6d637e19a01e7ed0e716ac0f1fb15)
2007-10-10r3924: fix installswat once again after the image target location had ↵Gerald Carter1-1/+1
changed in the docs (This used to be commit ddb5823ac23b8d61c29d73f4f5bae1c3a319a1f4)
2007-10-10r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison1-1/+1
Should be ready for the new directory code now... Jeremy. (This used to be commit c2eff8ef1b65570d2e590f62f026cc18f9142652)
2007-10-10r1410: fix another bug caused by the docs target directories changeGerald Carter1-1/+1
(This used to be commit e13d15994d93b0b17ea4f547cc6e279c3509a7d0)
2007-10-10r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter1-1/+1
(This used to be commit 89a11b5d7c0939c9344115ef509cbb0567d7524a)
2007-10-10r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵Gerald Carter1-1/+1
in libadskerberos_keyatb.c (This used to be commit 837f56ec8bc171497fb84d332002776313c26305)
2007-10-10r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison1-1/+1
add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy. (This used to be commit e5b3094c4cc75eb07f667dd1aeb73921ed7366ac)
2007-10-10r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison1-1/+1
it compiles with Heimdal. Jeremy. (This used to be commit dd07278b892770ac51750b87a4ab902d4de3a960)
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open ↵Jeremy Allison1-1/+1
fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy. (This used to be commit 894cc6d16296b934c112786eec896846156aee5d)
2007-10-10r824: merge from: SAMBA_4_0:Stefan Metzmacher1-1/+1
use 'Last Change Rev:' instead of 'Revision:' from the svn info output for setting the SVN_REVISION in version.h metze (This used to be commit 7cc35ba06644669e64460b03c141a23ad7a516d7)
2007-10-10r496: fixing swat welcome page -- added links to example guide, devel guide, ↵Gerald Carter1-21/+34
and howto (all in multi page format) (This used to be commit 984d9fe271a86da696cedb81aa9de46c5716bba3)
2007-10-10r413: merge from 4_0:Stefan Metzmacher1-6/+1
as we decide to not do 3.0.2a releases anymore, remove the generation stuff from VERSION and mkversion.sh metze (This used to be commit 25cbca89baa89327384e80ad5f71577c3db6d6a2)
2007-10-10r215: merge over svk fixes from 4_0Stefan Metzmacher1-7/+15
metze (This used to be commit 2326c9e0a239de6997a40d8d28c39b9aea965feb)
2007-10-10r208: merge the version schema changes from 4_0Stefan Metzmacher1-19/+11
metze (This used to be commit 4d9d8e83aa367fe17a74b81d4417cc2cfbdf200e)
2007-10-10r39: * importing .cvsignore filesGerald Carter1-2/+0
* updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 00fa66df3edeb92ec5efd49bd61f98691e74877a)