1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

305 Commits

Author SHA1 Message Date
Volker Lendecke
8c7d6cab19 r17116: Jerry, I can't reach you right now, but r17110 broke the build.
Please check.

Volker
2007-10-10 11:38:13 -05:00
Gerald Carter
2c7448e43e r17110: revert a bad merge from the old trunk 2007-10-10 11:38:12 -05:00
Volker Lendecke
bcb196d21e r17095: Activate RPC-SAMBA3-SHARESEC 2007-10-10 11:38:11 -05:00
Volker Lendecke
8c6088f2bd r17077: Activate RPC-SAMBA3-GETUSERNAME in the build farm 2007-10-10 11:38:10 -05:00
Volker Lendecke
c89471e157 r17032: I thought I had already merged this from trunk:
> r16959 | vlendec | 2006-07-11 23:10:44 +0200 (Di, 11 Jul 2006) | 1 line
>
> get_share_security does not need snum, activate RPC-SAMBA3-SRVSVC

Volker
2007-10-10 11:19:21 -05:00
Jeremy Allison
9dafb7f48c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
to do the upper layer directories but this is what
everyone is waiting for....

Jeremy.
2007-10-10 11:19:14 -05:00
James Peach
3eee126458 r16289: Fix smbclient test hang. This is caused by readline refusing to believe
the end of file it receives when reading from a pipe after we force
interactive mode.
2007-10-10 11:17:31 -05:00
James Peach
dff1eba81e r16273: Add smbclient tests to verify that
in interactive mode, smbclient always prompts on stdout
        in non-interactive mode, smbclient never prompts
2007-10-10 11:17:30 -05:00
Alexander Bokovoy
a18af427d7 r16138: By default, rootsbindir relies on SBINDIR so import it here 2007-10-10 11:17:22 -05:00
Alexander Bokovoy
5ffb424641 r16136: By default, rootsbindir relies on SBINDIR so import it here 2007-10-10 11:17:22 -05:00
Gerald Carter
9be3e07884 r16130: fix a shell portability issue for Solaris sh in installman.sh 2007-10-10 11:17:22 -05:00
Stefan Metzmacher
bed220afb8 r16025: make sure the samba4's smbtorture can be executed
metze
2007-10-10 11:17:18 -05:00
Stefan Metzmacher
b9d1440f46 r15989: try to make timelimit.c more portable
Patch from Bjoern Jacke (Thanks!)

metze
2007-10-10 11:17:17 -05:00
Stefan Metzmacher
6d35268639 r15967: enable RAW-OPLOCK in samba3 make test
metze
2007-10-10 11:17:15 -05:00
Volker Lendecke
53bd3fa30a r15924: Ok, the Solaris fix broke AIX. Next try :-)
Volker
2007-10-10 11:17:13 -05:00
Volker Lendecke
c9542c64ce r15918: Attempt to bring Solaris into make test. The Solaris shell does not like the
isolated !.

Metze, can you check this?

Thanks,

Volker
2007-10-10 11:17:13 -05:00
Volker Lendecke
17f701ab4f r15917: Activate RPC-AUTHCONTEXT in "make test" 2007-10-10 11:17:13 -05:00
Jim McDonough
de836d2077 r15873: Use short signal names to placate ksh trap. bash seems to accept either
and even uses them on the manpage.  this should now enable make test on
AIX.
2007-10-10 11:17:11 -05:00
Jim McDonough
0ee78d96d9 r15872: Take one step toward getting this working on AIX. the [-z ] stuff
doesn't work there.
2007-10-10 11:17:11 -05:00
Stefan Metzmacher
8709bba24a r15735: also export PREFIX as testit from test_functions.sh needs it
metze
2007-10-10 11:17:10 -05:00
Stefan Metzmacher
e5a8553a57 r15732: samba3 now passes BASE-DENY1
metze
2007-10-10 11:17:09 -05:00
Gerald Carter
94e0bc5013 r15717: BUG 3711: patch from Leonid Kabanov <lkabanov@mail.ru> for some solaris sheel scripting bugs with 'make test' 2007-10-10 11:17:09 -05:00
Stefan Metzmacher
b79ceece95 r15691: - samba3 also pass RAW-CHKPATH, RAW-SEEK, RAW-SFILEINFO-BUG
- samba3 pass the limited version of RAW-LOCK
  (the lock cancel and error checking tests are skipped)

metze
2007-10-10 11:17:07 -05:00
Stefan Metzmacher
fc343051af r15686: - start testing the RAW-* tests in make test
- RAW-READ now passes samba3
- skip the rest for now

metze
2007-10-10 11:17:07 -05:00
Stefan Metzmacher
cd2fa1da6c r15682: fix option passing
metze
2007-10-10 11:17:07 -05:00
Stefan Metzmacher
fab4de70b6 r15620: pass 'target:samba3=yes' to samba4's smbtorture when running samba3's make test
we can use this in samba4's smbtorture to disable tests sections which doesn't pass
against samba3

metze
2007-10-10 11:17:03 -05:00
Deryck Hodge
9bf07ba6cc r15466: Install the images for SWAT.
And we don't install any JavaScript (hold over from a prior SWAT
svn ci trunk/ branches/SAMBA_3_0 -m
2007-10-10 11:16:51 -05:00
James Peach
efd961e4ee r15447: Teach "smbd -b" to emit the sizes of a few more types that
might be interesting. Push the spacing across a bit so that
it all lines up nicely.
2007-10-10 11:16:46 -05:00
Stefan Metzmacher
69f489bde0 r14886: reenable BASE-DENY2 and BASE-DENY3
metze
2007-10-10 11:15:52 -05:00
Stefan Metzmacher
1ac5351646 r14884: this doesn't work and causes processes to be left when using ctrl-c (SIGINT)
metze
2007-10-10 11:15:52 -05:00
Stefan Metzmacher
1d52ae786d r14865: - enforce timelimits for the tests
- and skip some long tests for now

metze
2007-10-10 11:15:52 -05:00
Stefan Metzmacher
6f37658f92 r14820: sync test_posix_p3.sh with test_posix.sh from samba4
but only run the BASE-* tests and ignore some more than in samba4

metze
2007-10-10 11:15:49 -05:00
Stefan Metzmacher
20782719d9 r14809: - add my email address
- fix usage()
- remove unused var

metze
2007-10-10 11:15:49 -05:00
Stefan Metzmacher
b120c21669 r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signals
to work,

this is needed when we enable samba3's make test
in the build-farm

metze
2007-10-10 11:15:45 -05:00
Stefan Metzmacher
835f8f4339 r14678: - we need to use 127.0.0.2/8 as interface for the server
as nmbd skip interfaces with address 127.0.0.1
- add samba3 smbclient -L tests
- add samba3 smbtorture tests

metze
2007-10-10 11:15:43 -05:00
Stefan Metzmacher
899fd6808e r14632: add basic 'make test' using samba4's smbtorture
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
2007-10-10 11:15:40 -05:00
Stefan Metzmacher
1b6a643785 r14628: sync timelimit.c with the version from the build-farm repository
metze
2007-10-10 11:15:40 -05:00
Stefan Metzmacher
d9df1853b9 r14624: - add timelimit.c
- 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
2007-10-10 11:15:39 -05:00
Lars Müller
71b2eb55ad r14325: Add pam_modules rule which builds the configure(d) pam modules. This is
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.
2007-10-10 11:15:25 -05:00
Lars Müller
7773b8c9e0 r14056: Also install the mount.smbfs sym link to rootsbindir. Therfore we have
to substitute rootsbindir in {,un}installbin.sh.in.

Pass $prefix as third arg to installbin/ uninstallbin as rootsbindir by
default is $prefix/sbin.
2007-10-10 11:11:09 -05:00
Lars Müller
730d5ec229 r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.
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.
2007-10-10 11:11:08 -05:00
Volker Lendecke
58d5f2031a r13816: Volunteering :-)
> 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
2007-10-10 11:10:55 -05:00
Lars Müller
5119472cdc r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.
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.
2007-10-10 11:10:23 -05:00
Lars Müller
43549301b9 r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is done
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.
2007-10-10 11:10:21 -05:00
Lars Müller
3a6c9999b4 r13645: Revert debug output. 2007-10-10 11:10:21 -05:00
Lars Müller
3aa75f0ff5 r13644: Do not shift anything inside the for loop away. We ineterate over $@. 2007-10-10 11:10:20 -05:00
Lars Müller
5a67b4f5be r13643: Enable script debug output to get some more details why some hosts
return with !=0 after calling installmodules.sh AUTH_MODULES.
2007-10-10 11:10:20 -05:00
Lars Müller
c38adf7131 r13642: Fix install* scripts to use DESTDIR.
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.
2007-10-10 11:10:20 -05:00
Gerald Carter
17e63ac4ed r13316: Let the carnage begin....
Sync with trunk as off r13315
2007-10-10 11:06:23 -05:00
Gerald Carter
485f037094 r13229: * fix bad comparison caught by the AIX compiler in wbinfo code
* update output from mkversion.sh to include the SAMBA_VENDOR_PATCH
2007-10-10 11:06:19 -05:00