Andrew Bartlett
38f9de8ae5
r22333: Use kerberos and the ntvfs/cifs backend for just one test, in the
...
quicktest.
Andrew Bartlett
(This used to be commit cf9508cd56
)
2007-10-10 14:51:04 -05:00
Stefan Metzmacher
f4ec06d8db
r22332: escape bad chars with '_' to form a nice filename
...
metze
(This used to be commit 3d3c0b36cb
)
2007-10-10 14:51:04 -05:00
Stefan Metzmacher
f9e5d77b9c
r22331: remove run_test_buildfarm() function
...
and pass buildfarm specific msg_ops to run_test()
instead
metze
(This used to be commit e102863020
)
2007-10-10 14:51:03 -05:00
Stefan Metzmacher
ab9b8d3604
r22329: abstract the output handling of run_test()
...
via function pointers
metze
(This used to be commit 4a77fc9cf5
)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
f40244af7b
r22328: Add initial testsuite for share code.
...
(This used to be commit 3d079732a9
)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
21379ee620
r22326: Merge some more test improvements.
...
(This used to be commit 3f85eab590
)
2007-10-10 14:51:03 -05:00
Rafal Szczesniak
c2d5d6d046
r22325: Typo fix
...
rafal
(This used to be commit 543bbb4e56
)
2007-10-10 14:51:02 -05:00
Rafal Szczesniak
671d785c16
r22324: Another step closer to nice listing of user accounts.
...
rafal
(This used to be commit 3f717e7fc7
)
2007-10-10 14:51:02 -05:00
Rafal Szczesniak
4a23a696b9
r22323: - add credentials property to NetContext object
...
- change a comment (matches the idea better)
rafal
(This used to be commit 4e8d9d3f60
)
2007-10-10 14:51:02 -05:00
Andrew Bartlett
e18eed167a
r22322: Cut timelimits for BENCH tests run in quicktest.
...
Andrew Bartlett
(This used to be commit 63b89ccbeb
)
2007-10-10 14:51:02 -05:00
Stefan Metzmacher
81fb404a6f
r22319: sync lib/tdb/ with samba3
...
metze
(This used to be commit 8f24f6b38e
)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
45e8a27d98
r22312: avoid the need of typing 'run' into each gdb xterm
...
if someone knows how to tell gdb to only exit
if 'run' exists clean via the if/else logic
please tell me!
see http://davis.lbl.gov/Manuals/GDB/gdb_20.html#SEC194 )
but there's no useful example :-(
metze
(This used to be commit 4a95e89308
)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
cc098d19bc
r22311: use different ip-addresses for dc and member
...
metze
(This used to be commit d5b13e7923
)
2007-10-10 14:51:01 -05:00
Stefan Metzmacher
a412c3fc2f
r22310: - use 'everything' instead of 'all libraries'
...
- add gdbtest-env
metze
(This used to be commit 589364d98f
)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
ba5c8ee627
r22309: cosmetic changes...
...
force that make install first builds everything and then installs
metze
(This used to be commit a2025687e2
)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
71270d5e1c
r22308: disabled shared libraries on aix and openbsd
...
until we can link libtorture.so and libntvfs.so
there
metze
(This used to be commit 9e6ed9ed0f
)
2007-10-10 14:51:00 -05:00
Stefan Metzmacher
8934c3f68e
r22307: when no lex or yacc is found:
...
- just touch $DEST if it's already there and newer than $SRC
- touch $DEST if it's already there but older than $SRC and print warnings
to stderr
- otherwise return an error
when lex or yacc is found:
- just touch $DEST if it's already there and newer than $SRC
- otherwise regenerate $DEST from $SRC using lex or yacc
I don't like that every 'make' tries to regenerate because the timestamp
of $DEST is never updated...
metze
(This used to be commit 10ed5c3969
)
2007-10-10 14:51:00 -05:00
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