1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

12454 Commits

Author SHA1 Message Date
Stefan Metzmacher
57dd182915 r22306: try to make the aix compiler happy
metze
(This used to be commit 44e1459373)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
86a137b6cc r22305: fix make test using a absolute path for
--with-selftest-prefix

metze
(This used to be commit b9dc78c3ad)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
ed4489eb50 r22300: fix make everything, we need to build shared libraries...
this should fix the build-farm where some hosts show
a make install failure, where it's really should be
a make everything build failure

metze
(This used to be commit a50ae5d863)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
4047b20c36 r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
metze
(This used to be commit b69c950858)
2007-10-10 14:50:59 -05:00
Stefan Metzmacher
3eb286b52a r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>
which doesn't work on some hosts in the farm

so include socket_wrapper via "system/network.h" as the rest of samba4

metze
(This used to be commit 38aeb585a1)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
0ca8807734 r22295: Use delegated credentials and kerberos to test the pass-though
authenticatication as well as the ntvfs/cifs layer.

Andrew Bartlett
(This used to be commit a59ec710ce)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
d7fe1f182b r22294: Lock the delegated credentials to being kerberos only, we just don't
have the data for anything else.

Andrew Bartlett
(This used to be commit 9e0c0cd0ff)
2007-10-10 14:50:58 -05:00
Andrew Bartlett
c2688ec228 r22293: Try to make it more clear what failed to parse.
Andrew Bartlett
(This used to be commit 144ab7294d)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
bcf43e1eb0 r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (like
smbd, but not Fedora DS yet) will then shut down when it looses stdin.

This avoids leaving stray slapd processes around, if we don't finish
the script to run the kill.

Also set KRB5_CONFIG in the smbd process again, as we do actually need
this...

Andrew Bartlett
(This used to be commit 24ca1e180c)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
ed4df962f4 r22290: Fedora DS is incredibly picky about newlines...
(This used to be commit 0e80f456e8)
2007-10-10 14:50:57 -05:00
Jelmer Vernooij
fabbcb6104 r22289: Another fedora ds fix
(This used to be commit 25a7eabc6b)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
15416dc72e r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.
Andrew Bartlett
(This used to be commit 5e9f7805f0)
2007-10-10 14:50:56 -05:00
Jelmer Vernooij
5dc27b3681 r22287: Fix some issues in fedora ds code.
(This used to be commit e820f1d0f3)
2007-10-10 14:50:56 -05:00
Jelmer Vernooij
2c247996a9 r22286: Import branch that converted the Samba4 test target code to perl and makes the code a bit clearer.
(This used to be commit e3ba5ced04)
2007-10-10 14:50:56 -05:00
Andrew Bartlett
aacabe9c57 r22284: Make this script executable
(This used to be commit b0cbf16936)
2007-10-10 14:50:56 -05:00
Stefan Metzmacher
5b7afb8a9f r22279: add a lot more detailed strtoll() and strtoull() tests
metze
(This used to be commit 8b6d907604)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
7e13a1c96a r22273: - provide __LINESTR__ macro
- add __STRINGSTRING() macro to really create a string of __LINE__
- fix __location__ macro

metze
(This used to be commit 24324fbcff)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
3dd41c856e r22270: provide __location__ in replace.h
and see how the build-farm likes this simpler version

metze
(This used to be commit 2abc79680f)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
9f7406f795 r22267: protect #define __location__ with an #ifndef
metze
(This used to be commit 138ffd6d48)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
9a7d2f8e54 r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
and #ifndef doesn't work.

metze
(This used to be commit 99125fe76a)
2007-10-10 14:50:54 -05:00
Jelmer Vernooij
7836c2d101 r22260: Use single script for creating Samba 4 test environments. Add first test
that uses the member environment.
(This used to be commit 9e3142a1bb)
2007-10-10 14:50:49 -05:00
Stefan Metzmacher
daf889dff2 r22259: libreplace always provides strptime()
metze
(This used to be commit 312d3e1f0d)
2007-10-10 14:50:49 -05:00
Stefan Metzmacher
aabf459ca6 r22258: make ntvfs a library again
metze
(This used to be commit 26566222ec)
2007-10-10 14:50:48 -05:00
Stefan Metzmacher
e91776220c r22257: disable shared libraries on IRIX for now
as us4 fails to link libtorture.so because of an argv overflow

metze
(This used to be commit c924b0b89c)
2007-10-10 14:50:48 -05:00
Jelmer Vernooij
92573a7176 r22256: Use shorter directory names for tests.
(This used to be commit cddf4d95aa)
2007-10-10 14:50:47 -05:00
Stefan Metzmacher
43b16443de r22253: - make the strtoll tests more verbose
- add initial strtoull tests

metze
(This used to be commit 5d1e0f167a)
2007-10-10 14:50:46 -05:00
Stefan Metzmacher
f0c9bc037e r22250: try to fix the build on aix1 in the farm
metze
(This used to be commit 0a04ed570b)
2007-10-10 14:50:46 -05:00
Stefan Metzmacher
4b2b3bb706 r22246: only test strtoll once
metze
(This used to be commit 236def3494)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
abe4d9a93f r22243: remove useless printf's
metze
(This used to be commit 8267e2964e)
2007-10-10 14:50:45 -05:00
Andrew Tridgell
5abd69f99d r22242: ctdb init now takes a process model
(This used to be commit ec611774da)
2007-10-10 14:50:45 -05:00
Stefan Metzmacher
69370d05c9 r22239: use strlcpy instead of strcpy to make the IBM checker happy
metze
(This used to be commit d51af1b3ac)
2007-10-10 14:50:45 -05:00
Andrew Bartlett
0583d4d643 r22238: Because these utilities compile in socket_wrapper.ho, they may need
-lsocket on some systems.

Andrew Bartlett
(This used to be commit 4273fecfb7)
2007-10-10 14:50:44 -05:00
Andrew Tridgell
0ea0b01ea2 r22237: this init fn doesn't exist yet
(This used to be commit 6d9d62dca3)
2007-10-10 14:50:44 -05:00
Andrew Bartlett
cb8ed81b64 r22236: Update to Heimdal's socket_wrapper, which supports IPv6.
To make this pass, I needed to add support for 6 and 17 as valid
protocol values to socket().

Andrew Bartlett
(This used to be commit 2254e61a1e)
2007-10-10 14:50:41 -05:00
Andrew Bartlett
b0cbe9ae4a r22235: Test kinit, and PKINIT functionality by means of a new blackbox test.
Andrew Bartlett
(This used to be commit 7f27bfc356)
2007-10-10 14:50:41 -05:00
Andrew Tridgell
e24cf89288 r22234: merge test suite changes from bzr tree
(This used to be commit d825f4e6cc)
2007-10-10 14:50:41 -05:00
Andrew Bartlett
3f7d52d538 r22233: Allow 'REALM' as a global environment variable in the tests.
Set the default socket_wrapper interface inside the test env setup, so
it actually stays (fixes LOCAL-SOCKET failures).

Andrew Bartlett
(This used to be commit 783c57bf1c)
2007-10-10 14:50:41 -05:00
Andrew Tridgell
71c5586d30 r22232: add a special message handler ID meaning "all messages please"
This better fits the way Samba4 does message dispatch
(This used to be commit 2c12f8e72f)
2007-10-10 14:50:40 -05:00
Andrew Tridgell
c9f04d8648 r22231: merge from bzr ctdb tree
(This used to be commit 807b959082)
2007-10-10 14:50:40 -05:00
Stefan Metzmacher
bb36705c8d r22226: move discard_const macros to librelace
metze
(This used to be commit c2cfee6d25)
2007-10-10 14:50:40 -05:00
Stefan Metzmacher
7b2b43920b r22223: make comparing of struct tm more verbose and more portable
metze
(This used to be commit 2552a3300b)
2007-10-10 14:50:40 -05:00
Stefan Metzmacher
aeb3f7fb9a r22222: a dummy commit:-)
metze
(This used to be commit aab2fe6c18)
2007-10-10 14:50:39 -05:00
Stefan Metzmacher
e369a15fa4 r22218: fix libreplace standalone build
metze
(This used to be commit 398e008ea7)
2007-10-10 14:50:39 -05:00
Stefan Metzmacher
6262602b4f r22217: merge from samba3 21944:
move acl header checks to the correct place only

metze
(This used to be commit be84eb68e1)
2007-10-10 14:50:39 -05:00
Stefan Metzmacher
aea41afb52 r22216: move strptime testsuite into it's own file
so we can include it for the configure test

as it seems that strptime() is really broken on some hosts
in the build farm, re should use the replacement code
when we detect this in the configure test

metze
(This used to be commit 08a5e97606)
2007-10-10 14:50:38 -05:00
Stefan Metzmacher
eb49760603 r22215: add strptime replacement to libreplace based on the patch
from jojowil@hvcc.edu to bug 4063

also add a testsuite for strptime()

metze
(This used to be commit aba6452170)
2007-10-10 14:50:38 -05:00
Andrew Bartlett
2bedec23ee r22208: Print the target principal name, to help with kdc unreachable errors.
Andrew Bartlett
(This used to be commit bbde5b6a2f)
2007-10-10 14:50:38 -05:00
Jelmer Vernooij
f2e611f355 r22203: Improve the replace testsuite a bit.
(This used to be commit 7003a6fa1a)
2007-10-10 14:50:38 -05:00
Stefan Metzmacher
3dc258faa7 r22201: crash fix...
metze
(This used to be commit 60799d171f)
2007-10-10 14:50:37 -05:00
Stefan Metzmacher
3529cf25eb r22200: make ntvfs a subsystem as linking ntvfs.so.1 uses
ca. 800 cmdline args to ld and that fails on some hosts
in the build-farm, lets see if they will be happier now

metze
(This used to be commit fda810ff12)
2007-10-10 14:50:37 -05:00