summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22398: try to let all tests pass 5400 seconds is not enoughStefan Metzmacher2-3/+3
with the amount of tests we run now. metze (This used to be commit b0a1f730f9d83546064b7438b8dac350eeb32a3b)
2007-10-10r22397: hopefully fix the build on some aix hosts in the build-farmStefan Metzmacher1-1/+1
we need to make sure -Iheimdal/lib/gssapi comes before -I/usr/local/include metze (This used to be commit a6ba465fa8b0a4a0835593526d3f2670736c2c8e)
2007-10-10r22396: remove unused varsStefan Metzmacher1-4/+0
metze (This used to be commit ff3ad7e5db64a27ec95475c40be094c7d69ae008)
2007-10-10r22387: see if this fixes the build on the aix1 hostsStefan Metzmacher1-1/+1
metze (This used to be commit fbf1b1bfa015e2126102d8eaf8861d779c21d969)
2007-10-10r22386: another unused includeStefan Metzmacher1-1/+0
metze (This used to be commit 3561258866c4844b0223cd28a5073953e48aa7e5)
2007-10-10r22385: remove unused includeStefan Metzmacher1-1/+0
metze (This used to be commit c8a210bc6fa2529944bb1303ba06fe0734bdd23e)
2007-10-10r22384: print out the total selftest runtimeStefan Metzmacher1-0/+3
and the time for each test we hit the max runtime of smbd on some hosts metze (This used to be commit 7b173c3421c30d6b5ce67f87ee81f011734e8c1a)
2007-10-10r22383: maybe this fixes the mkdir not enough args failureStefan Metzmacher1-0/+1
on sun1 metze (This used to be commit 8b8152b49010a078ac9219265227e8ea7c8a3909)
2007-10-10r22382: fix memory leakStefan Metzmacher1-1/+4
metze (This used to be commit 1998961e34f4c0ce6cdcfa193770b371d5e7727c)
2007-10-10r22381: fix memory leakStefan Metzmacher1-1/+1
metze (This used to be commit 4bfe900d1b4bd037ce0115cf34761066f667beb6)
2007-10-10r22380: get the output of the exited smbd...Stefan Metzmacher1-0/+4
this shows all the memory leaks now... metze (This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd)
2007-10-10r22379: add missing fileStefan Metzmacher1-0/+94
metze (This used to be commit 893b6f56b6aef14de7b54c57c23b8a2f885ba6ce)
2007-10-10r22378: none needs to be checked firstStefan Metzmacher1-3/+3
metze (This used to be commit 7688919ab879706450a745b59fe5ef2506c25943)
2007-10-10r22377: implement check_env() for samba4Stefan Metzmacher1-2/+3
metze (This used to be commit 4fe8e724efaced6c04388c70712413dfc1bb9f00)
2007-10-10r22375: implement check_env() logic in the frontendStefan Metzmacher3-1/+37
metze (This used to be commit 0b48ca5d3ebe8fe29774d85ee15e473af8c0714d)
2007-10-10r22374: fix perl warningsStefan Metzmacher1-2/+12
metze (This used to be commit e8dd140a03eb8ee5f444551a05d313864801c50e)
2007-10-10r22373: move in_list() to util_strlist.c to remove the dependencyStefan Metzmacher2-24/+25
from util.o to next_token() and strcasecmp_m() with this the pidl tests link better on some hosts metze (This used to be commit 54bfc1dccc40883d602402865eff3cfae676e9af)
2007-10-10r22372: split out become_daemon() into it's own functionStefan Metzmacher2-67/+2
this remove the dependency of util.o to swrap_close which causes sometrouble with the pidl tests on some hosts metze (This used to be commit 8cd36c47aaf1098876bceb314cb0a1f39369cb46)
2007-10-10r22371: readd discard_const() to lib/util/util.hStefan Metzmacher1-0/+27
metze (This used to be commit 76fbe90596f5f26c09185129d9a4f3e2b42428e1)
2007-10-10r22369: add ZERO_STRUCT() ... macros to lib/util/util.h againStefan Metzmacher1-0/+41
to fix the openchange build... we need to remove them from libreplace, but I'll think about that next week. metze (This used to be commit 2243142b46e20825339b4f6ed0e878c18e50e45f)
2007-10-10r22368: remove unused header maybe this fixes th ebuild on some hostsStefan Metzmacher1-1/+0
metze (This used to be commit 3fbf80e5bb8e97e7e0387c2f0282d69e76e8e43c)
2007-10-10r22367: prepare merge to samba3Stefan Metzmacher1-0/+4
metze (This used to be commit 8da55d6a64925f55f313c928d0441ff607ab3c07)
2007-10-10r22365: prepare merge to samba3Stefan Metzmacher1-2/+2
metze (This used to be commit 6780c234275b29192c49bf6d45204b0ac458faaf)
2007-10-10r22361: warnings.pm isn't available on solaris 8Stefan Metzmacher1-1/+0
metze (This used to be commit a21a86543f46f677696eb77c140763414600e24d)
2007-10-10r22360: print out the name of the PCAP file and move setup and cleanupStefan Metzmacher2-21/+66
of pcap files into functions metze (This used to be commit dea42ce55965d22ff82279cacd8939b1e133ff1e)
2007-10-10r22359: try to fix the start failures in the build-farm by creating the ↵Stefan Metzmacher1-4/+5
prefix dir before using abs_path() metze (This used to be commit a3f35f5af4533d7903c2a1e181017b310baa9d71)
2007-10-10r22357: Don't use 'our'Jelmer Vernooij6-16/+13
(This used to be commit 7989ee2aa015264dc9334b5e15d4fe6cb55f4e09)
2007-10-10r22356: Simple refactoring.Jelmer Vernooij1-7/+10
(This used to be commit 913aa17b0278e0861f2662768453e436a3d71e1e)
2007-10-10r22339: Run some more tests.Jelmer Vernooij8-107/+118
(This used to be commit 1b73e6a776a3ef478718f656523d125d28589f5c)
2007-10-10r22338: Allow regexes in known-failures fileJelmer Vernooij1-1/+4
(This used to be commit 74efac5ce2655e47f8274f484630b82b6d5fcb24)
2007-10-10r22337: print out the smbd log output after each testStefan Metzmacher3-5/+53
metze (This used to be commit b6b95180d3fb851264fd64eb5a0de4803ee0892a)
2007-10-10r22336: Add some more share tests.Jelmer Vernooij2-6/+144
(This used to be commit dfc88ad698644fe90f0275c457e7b84ddde302a4)
2007-10-10r22335: output the error codeStefan Metzmacher1-0/+4
metze (This used to be commit cf3a176615943fd552bd153a1760cbb21ab75db2)
2007-10-10r22334: don't print the test output if the test passedStefan Metzmacher1-10/+30
(in build-farm mode) use scalar(localtime()) instead of system("date") metze (This used to be commit d1d485fd0c0b9ebc1c9d5635397ee44d7c7406bb)
2007-10-10r22333: Use kerberos and the ntvfs/cifs backend for just one test, in theAndrew Bartlett1-1/+4
quicktest. Andrew Bartlett (This used to be commit cf9508cd5615c01557b8011608b216542817c25b)
2007-10-10r22332: escape bad chars with '_' to form a nice filenameStefan Metzmacher1-1/+3
metze (This used to be commit 3d3c0b36cbb0a34b3e241575d79427936aaa8306)
2007-10-10r22331: remove run_test_buildfarm() functionStefan Metzmacher1-48/+25
and pass buildfarm specific msg_ops to run_test() instead metze (This used to be commit e102863020c98565155d1f6f8454db3ac3da884b)
2007-10-10r22329: abstract the output handling of run_test()Stefan Metzmacher1-15/+57
via function pointers metze (This used to be commit 4a77fc9cf5037a851b605dde8f5deb5d22f025c3)
2007-10-10r22328: Add initial testsuite for share code.Jelmer Vernooij4-3/+92
(This used to be commit 3d079732a9cf15fcc3638db5f77bb45d7580d251)
2007-10-10r22326: Merge some more test improvements.Jelmer Vernooij2-86/+288
(This used to be commit 3f85eab5908b8aa6761f23702f987d89f2977179)
2007-10-10r22323: - add credentials property to NetContext objectRafal Szczesniak2-7/+25
- change a comment (matches the idea better) rafal (This used to be commit 4e8d9d3f6066d86af0e6dbe1f7091ce848dceb4f)
2007-10-10r22322: Cut timelimits for BENCH tests run in quicktest.Andrew Bartlett2-3/+3
Andrew Bartlett (This used to be commit 63b89ccbebee6b1a73ac495e03c566e0b39e4646)
2007-10-10r22319: sync lib/tdb/ with samba3Stefan Metzmacher7-26/+243
metze (This used to be commit 8f24f6b38e967075589529a08c68a1a56f9f0499)
2007-10-10r22312: avoid the need of typing 'run' into each gdb xtermStefan Metzmacher2-3/+20
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-10r22311: use different ip-addresses for dc and memberStefan Metzmacher1-10/+14
metze (This used to be commit d5b13e79233090b1bd1c2efbc910336afced015e)
2007-10-10r22310: - use 'everything' instead of 'all libraries'Stefan Metzmacher1-14/+18
- add gdbtest-env metze (This used to be commit 589364d98f67bd4a2a07e6b87c6a8b394372950c)
2007-10-10r22309: cosmetic changes...Stefan Metzmacher1-2/+2
force that make install first builds everything and then installs metze (This used to be commit a2025687e27e7f07c3c8902a52861891b240b639)
2007-10-10r22308: disabled shared libraries on aix and openbsdStefan Metzmacher1-2/+4
until we can link libtorture.so and libntvfs.so there metze (This used to be commit 9e6ed9ed0fd2b65c87d5bcfd99f88fe035c6c362)
2007-10-10r22307: when no lex or yacc is found:Stefan Metzmacher2-5/+29
- 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-10r22306: try to make the aix compiler happyStefan Metzmacher2-4/+4
metze (This used to be commit 44e1459373821adf4ed41a814a1be238442e37fb)