summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-1/+6
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-2814-77/+483
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-192-2/+65
| | | | * updating release notes to match
* r16175: sync up with SAMBA_3_0 to release (r16156)Gerald Carter2006-06-132-0/+2
|
* r16130: fix a shell portability issue for Solaris sh in installman.shGerald Carter2006-06-091-2/+2
|
* r16106: add missing symlinksGerald Carter2006-06-083-0/+3
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-085-17/+15
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-234-38/+28
|
* r15135: working on 3.0.23pre1; sync to SAMBA_3_0 r15132Gerald Carter2006-04-1922-443/+1182
|\
| * r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher2006-04-032-1/+2
| | | | | | | | metze
| * r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher2006-04-031-4/+1
| | | | | | | | | | | | (SIGINT) metze
| * r14865: - enforce timelimits for the testsStefan Metzmacher2006-04-023-3/+7
| | | | | | | | | | | | - and skip some long tests for now metze
| * r14820: sync test_posix_p3.sh with test_posix.sh from samba4Stefan Metzmacher2006-03-301-17/+28
| | | | | | | | | | | | but only run the BASE-* tests and ignore some more than in samba4 metze
| * r14809: - add my email addressStefan Metzmacher2006-03-301-3/+5
| | | | | | | | | | | | | | - fix usage() - remove unused var metze
| * r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher2006-03-271-3/+11
| | | | | | | | | | | | | | | | | | to work, this is needed when we enable samba3's make test in the build-farm metze
| * r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher2006-03-236-18/+104
| | | | | | | | | | | | | | | | as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze
| * r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher2006-03-218-271/+475
| | | | | | | | | | | | | | | | | | | | I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze
| * r14628: sync timelimit.c with the version from the build-farm repositoryStefan Metzmacher2006-03-211-20/+39
| | | | | | | | metze
| * r14624: - add timelimit.cStefan Metzmacher2006-03-211-0/+78
| | | | | | | | | | | | | | | | | | - add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze
| * r14325: Add pam_modules rule which builds the configure(d) pam modules. This isLars Müller2006-03-131-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called as part of the all rule (again only if pam modules are requested by configure). Add pam_winbind rule. Ensure proto_exists before we build the pam modules. Add test_pam_modules rule to test if the built pam modules have any unresolved symbols. For test_pam_modules we use script/tests/dlopen.sh which was written by Nalin Dahyabhai <nalin@redhat.com>. Thanks Nalin! RedHat and SuSE use this script to test nss and pam modules since several years.
| * r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we haveLars Müller2006-03-082-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üller2006-03-082-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 Lendecke2006-03-034-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üller2006-02-252-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üller2006-02-2410-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üller2006-02-231-4/+0
| |
| * r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller2006-02-231-5/+0
| |
| * r13643: Enable script debug output to get some more details why some hostsLars Müller2006-02-231-0/+4
| | | | | | | | return with !=0 after calling installmodules.sh AUTH_MODULES.
| * r13642: Fix install* scripts to use DESTDIR.Lars Müller2006-02-223-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 Carter2006-02-032-6/+19
| | | | | | | | Sync with trunk as off r13315
| * r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter2006-01-301-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 Carter2006-01-231-10/+23
| |
| * r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2006-01-182-5/+5
| | | | | | | | shell script portability issues in 'make test'
| * r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵Gerald Carter2005-12-201-16/+4
| | | | | | | | broken since r10656
| * r12040: merging packaging fixes from release branchGerald Carter2005-12-031-3/+2
| |
| * r11761: * fix clearing of event logs by truncating the tdb.Gerald Carter2005-11-171-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üller2005-11-141-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 Carter2005-11-111-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üller2005-10-201-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 Carter2005-10-181-1/+1
| | | | | | | | docs with SWAT
| * r10904: build patches from Marc Balmer <marc@msys.ch> when builddir!=srcdirGerald Carter2005-10-111-1/+1
| |
* | r13230: ready to do for 3.0.21bGerald Carter2006-01-301-1/+6
| |
* | r13105: pulling some code over for the 3.0.21b release....first take at itGerald Carter2006-01-243-15/+28
| |
* | r12399: grabbing the installswat fixes from 3.0...no one to packagingGerald Carter2005-12-201-16/+4
| |
* | r12033: portability fixes for installman script and some egnored filesGerald Carter2005-12-021-3/+2
| |
* | r12017: starting the sync up for 3.0.21. Gotten through r11915Gerald Carter2005-12-022-4/+15
| | | | | | | | | | | | | | | | so far. Jeremy, This is turning out ot be more changes that I anticipated and may end up being a full sync. But the changes appear sar or on a non-default code path.
* | r11686: mdege installman revert from 3.0?Gerald Carter2005-11-111-14/+3
| |
* | r11590: syncing up for 3.0.21rc1Gerald Carter2005-11-091-3/+14
| |
* | r11152: fix some regressions caused by the trunk->3.0 merge when install ↵Gerald Carter2005-10-181-1/+1
| | | | | | | | docs with SWAT
* | r11118: syncing up some changez from 3.0 tree for the first 3.0.21 preview ↵Gerald Carter2005-10-171-1/+1
|/ | | | release