summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2007-10-102-7/+11
| | | | | | | to substitute rootsbindir in {,un}installbin.sh.in. Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by default is $prefix/sbin.
* r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller2007-10-102-3/+3
| | | | | | | | | | | | | | I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile.
* r13816: Volunteering :-)Volker Lendecke2007-10-104-23/+23
| | | | | | | | | | | | | > for the svn log: > > - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead > > Some volunteer wanna check this in? :) > > Cheers > Bjoern Volker
* r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller2007-10-102-10/+10
| | | | | | Instead check for *.dat and *.msg files as done before. Then added files are installed and removed as soon as we have some in the filesystem. It's simpler and less error prone.
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2007-10-1010-121/+344
| | | | | | | | | | | | | | | with the new rules: uninstallservers uninstalldat, uninstallswat (calles uninstallmsg), uninstallmodules, uninstallclientlib, and uninstalllibmsrpc. We still leave directories. We might try to remove the dirs we created in reverse order. The new uninstall scripts are sym links to the respective install scripts. Inside we set mode to install or uninstall. installservers is now used to install the servers. These are no longer installed with installbin.
* r13645: Revert debug output.Lars Müller2007-10-101-4/+0
|
* r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller2007-10-101-5/+0
|
* r13643: Enable script debug output to get some more details why some hostsLars Müller2007-10-101-0/+4
| | | | return with !=0 after calling installmodules.sh AUTH_MODULES.
* r13642: Fix install* scripts to use DESTDIR.Lars Müller2007-10-103-21/+27
| | | | | | | | | | Always pass the INSTALLPERMS and DESTDIR as first and second arg to the scripts. No longer prepend DESTDIR to the remaining args. To fix bug #3282 it is important _not_ to prepend DESTDIR to the source of the sym link pointing to smbmount.
* r13316: Let the carnage begin....Gerald Carter2007-10-102-6/+19
| | | | Sync with trunk as off r13315
* r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2007-10-101-1/+6
| | | | * update output from mkversion.sh to include the SAMBA_VENDOR_PATCH
* r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter2007-10-101-10/+23
|
* r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2007-10-102-5/+5
| | | | shell script portability issues in 'make test'
* r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵Gerald Carter2007-10-101-16/+4
| | | | broken since r10656
* r12040: merging packaging fixes from release branchGerald Carter2007-10-101-3/+2
|
* r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2007-10-101-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.
* r11728: Ensure to check for the config.log in ${SRCDIR}.Lars Müller2007-10-101-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.
* r11685: reverting Lar's change to nistallman from r11224 since it breaks ↵Gerald Carter2007-10-101-14/+3
| | | | 'make installman' outside the source tree; will fix up after the rc1 release
* r11224: Add feature to get our configuration from config.log into installman.sh.Lars Müller2007-10-101-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.
* r11152: fix some regressions caused by the trunk->3.0 merge when install ↵Gerald Carter2007-10-101-1/+1
| | | | docs with SWAT
* r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2007-10-101-1/+1
|
* r10676: reverting bad merge for install manpages scriptGerald Carter2007-10-101-1/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-105-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)
* r9618: adding get/put tests from Don WatsonGerald Carter2007-10-102-3/+30
|
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2007-10-101-4/+7
|
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2007-10-103-6/+14
|
* r9585: update test #1Gerald Carter2007-10-101-0/+1
|
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2007-10-101-0/+13
| | | | 'make test'
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2007-10-104-1/+107
| | | | infrastructre)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2007-10-103-21/+76
|
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2007-10-101-1/+1
| | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy.
* r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2007-10-101-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
* r8992: More make test work. Adding a way to order tests (might changeGerald Carter2007-10-103-7/+26
| | | | my mind on this later).
* r8990: First trivial example of 'make test'Gerald Carter2007-10-103-0/+110
|
* r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter2007-10-101-2/+2
|
* r8388: fix typo in installman scriptGerald Carter2007-10-101-1/+1
|
* r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter2007-10-101-0/+4
|
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-0/+4
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7788: Update install swat message to reflect the fact that swat/READMETim Potter2007-10-101-1/+1
| | | | no longer exists. Bugzilla #2808.
* r7243: Don't look at gencache.tdb for the trusted domains if winbind is around.Volker Lendecke2007-10-101-1/+1
| | | | Volker
* r6925: merge rev 6920 from 4_0:Stefan Metzmacher2007-10-101-1/+6
| | | | | | display the SVN revision in svk build of tree's directly mirrored from samba.org metze
* r6354: merge from 4_0 rev 6353:Stefan Metzmacher2007-10-101-0/+3
| | | | | | we need the english output from the svn commands metze
* r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij2007-10-101-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.
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-101-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.
* r3924: fix installswat once again after the image target location had ↵Gerald Carter2007-10-101-1/+1
| | | | changed in the docs
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2007-10-101-1/+1
| | | | | Should be ready for the new directory code now... Jeremy.
* r1410: fix another bug caused by the docs target directories changeGerald Carter2007-10-101-1/+1
|
* r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter2007-10-101-1/+1
|
* r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵Gerald Carter2007-10-101-1/+1
| | | | in libadskerberos_keyatb.c
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2007-10-101-1/+1
| | | | | | add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy.