1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

12632 Commits

Author SHA1 Message Date
Stefan Metzmacher
ad6b43ae3b r22360: print out the name of the PCAP file and move setup and cleanup
of pcap files into functions

metze
(This used to be commit dea42ce55965d22ff82279cacd8939b1e133ff1e)
2007-10-10 14:51:07 -05:00
Stefan Metzmacher
1711fed0dd r22359: try to fix the start failures in the build-farm by creating the prefix dir
before using abs_path()

metze
(This used to be commit a3f35f5af4533d7903c2a1e181017b310baa9d71)
2007-10-10 14:51:07 -05:00
Jelmer Vernooij
a0bfcfa55d r22357: Don't use 'our'
(This used to be commit 7989ee2aa015264dc9334b5e15d4fe6cb55f4e09)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
efe1883d9b r22356: Simple refactoring.
(This used to be commit 913aa17b0278e0861f2662768453e436a3d71e1e)
2007-10-10 14:51:06 -05:00
Rafal Szczesniak
c8151033bf r22346: Fix small mistake - after sending rpc request we should go to await
rpc result state instead of idle.

rafal
(This used to be commit 00098b6d554d54c5a13b5a58a8b0372239c4c985)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
a60ab76694 r22339: Run some more tests.
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
2007-10-10 14:51:06 -05:00
Jelmer Vernooij
8636c243d6 r22338: Allow regexes in known-failures file
(This used to be commit 74efac5ce2655e47f8274f484630b82b6d5fcb24)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
08a44496d1 r22337: print out the smbd log output after each test
metze
(This used to be commit b6b95180d3fb851264fd64eb5a0de4803ee0892a)
2007-10-10 14:51:05 -05:00
Jelmer Vernooij
0fe8434b3b r22336: Add some more share tests.
(This used to be commit dfc88ad698644fe90f0275c457e7b84ddde302a4)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
cef04ba64f r22335: output the error code
metze
(This used to be commit cf3a176615943fd552bd153a1760cbb21ab75db2)
2007-10-10 14:51:05 -05:00
Stefan Metzmacher
249174cfc5 r22334: don't print the test output if the test passed
(in build-farm mode)

use scalar(localtime()) instead of system("date")

metze
(This used to be commit d1d485fd0c0b9ebc1c9d5635397ee44d7c7406bb)
2007-10-10 14:51:04 -05:00
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 cf9508cd5615c01557b8011608b216542817c25b)
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 3d3c0b36cbb0a34b3e241575d79427936aaa8306)
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 e102863020c98565155d1f6f8454db3ac3da884b)
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 4a77fc9cf5037a851b605dde8f5deb5d22f025c3)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
f40244af7b r22328: Add initial testsuite for share code.
(This used to be commit 3d079732a9cf15fcc3638db5f77bb45d7580d251)
2007-10-10 14:51:03 -05:00
Jelmer Vernooij
21379ee620 r22326: Merge some more test improvements.
(This used to be commit 3f85eab5908b8aa6761f23702f987d89f2977179)
2007-10-10 14:51:03 -05:00
Rafal Szczesniak
c2d5d6d046 r22325: Typo fix
rafal
(This used to be commit 543bbb4e5603a1941e63458bbf7b8476e7a7d304)
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 3f717e7fc7b0876de01cac375ef3151700066e0d)
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 4e8d9d3f6066d86af0e6dbe1f7091ce848dceb4f)
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 63b89ccbebee6b1a73ac495e03c566e0b39e4646)
2007-10-10 14:51:02 -05:00
Stefan Metzmacher
81fb404a6f r22319: sync lib/tdb/ with samba3
metze
(This used to be commit 8f24f6b38e967075589529a08c68a1a56f9f0499)
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 4a95e893087e6e3194cd18289a9bf019d0f0abde)
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 d5b13e79233090b1bd1c2efbc910336afced015e)
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 589364d98f67bd4a2a07e6b87c6a8b394372950c)
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 a2025687e27e7f07c3c8902a52861891b240b639)
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 9e6ed9ed0fd2b65c87d5bcfd99f88fe035c6c362)
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 10ed5c39692ff4a6b61ec9c6d046b2ee2202fc02)
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 44e1459373821adf4ed41a814a1be238442e37fb)
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 b9dc78c3ad4c636bd8356978c18313ab4277cd64)
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 a50ae5d8637871b3ac06d0c7bb7cff45e68d5b12)
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 b69c950858d837d7bd734d418129ade69106a00d)
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 38aeb585a19e1d022a8c559cc6d08391b270785b)
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 a59ec710ce546f3948bdb655dfcb98e2aa55f039)
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 9e0c0cd0ff678388436430bb1ba4eb7595cbefbd)
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 144ab7294d76397a5e6662d344105a0d59c9f423)
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 24ca1e180c9c35f0e87d49c9c8f8b936b4c88572)
2007-10-10 14:50:57 -05:00
Andrew Bartlett
ed4df962f4 r22290: Fedora DS is incredibly picky about newlines...
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
2007-10-10 14:50:57 -05:00
Jelmer Vernooij
fabbcb6104 r22289: Another fedora ds fix
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
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 5e9f7805f067ff029bc916f5bc694d9d9001da72)
2007-10-10 14:50:56 -05:00
Jelmer Vernooij
5dc27b3681 r22287: Fix some issues in fedora ds code.
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
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 e3ba5ced0440e736f0f140e12a8c728f79a20bb2)
2007-10-10 14:50:56 -05:00
Andrew Bartlett
aacabe9c57 r22284: Make this script executable
(This used to be commit b0cbf169366e3624f4d8c2b1a65e478e72734871)
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 8b6d9076040b27fb13b99209116973f5abcec667)
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 24324fbcff1a896c55e789063f9916dbd092956d)
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 2abc79680f8342c9a7a6c1f3746489dd598b7bf8)
2007-10-10 14:50:55 -05:00
Stefan Metzmacher
9f7406f795 r22267: protect #define __location__ with an #ifndef
metze
(This used to be commit 138ffd6d486bb315ee6933f25e693d4207d870d6)
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 99125fe76a115b237e18c6a8b73e4adffc5ffb8d)
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 9e3142a1bb3f3b3e06ea1a54215474d88de4d44d)
2007-10-10 14:50:49 -05:00
Stefan Metzmacher
daf889dff2 r22259: libreplace always provides strptime()
metze
(This used to be commit 312d3e1f0d30390f140cb91cae893a8d729de930)
2007-10-10 14:50:49 -05:00