summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-10-10r22305: fix make test using a absolute path forStefan Metzmacher2-11/+19
--with-selftest-prefix metze (This used to be commit b9dc78c3ad4c636bd8356978c18313ab4277cd64)
2007-10-10r22300: fix make everything, we need to build shared libraries...Stefan Metzmacher1-3/+3
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-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher3-25/+35
metze (This used to be commit b69c950858d837d7bd734d418129ade69106a00d)
2007-10-10r22296: heimdal/lib/roken/roken.h.in includes <socket_wrapper.h>Stefan Metzmacher1-4/+7
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-10r22295: Use delegated credentials and kerberos to test the pass-thoughAndrew Bartlett2-5/+4
authenticatication as well as the ntvfs/cifs layer. Andrew Bartlett (This used to be commit a59ec710ce546f3948bdb655dfcb98e2aa55f039)
2007-10-10r22294: Lock the delegated credentials to being kerberos only, we just don'tAndrew Bartlett1-0/+6
have the data for anything else. Andrew Bartlett (This used to be commit 9e0c0cd0ff678388436430bb1ba4eb7595cbefbd)
2007-10-10r22293: Try to make it more clear what failed to parse.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 144ab7294d76397a5e6662d344105a0d59c9f423)
2007-10-10r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (likeAndrew Bartlett1-16/+19
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-10r22290: Fedora DS is incredibly picky about newlines...Andrew Bartlett1-2/+1
(This used to be commit 0e80f456e87f4c742dee3e1de3d95cd007d09bbc)
2007-10-10r22289: Another fedora ds fixJelmer Vernooij1-1/+1
(This used to be commit 25a7eabc6bca3e7cdc0d0d0bf1b0981873fe7b83)
2007-10-10r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch.Andrew Bartlett1-4/+4
Andrew Bartlett (This used to be commit 5e9f7805f067ff029bc916f5bc694d9d9001da72)
2007-10-10r22287: Fix some issues in fedora ds code.Jelmer Vernooij1-4/+6
(This used to be commit e820f1d0f398a6ebfdf5be2f756f9f256d9c88d5)
2007-10-10r22286: Import branch that converted the Samba4 test target code to perl and ↵Jelmer Vernooij10-670/+513
makes the code a bit clearer. (This used to be commit e3ba5ced0440e736f0f140e12a8c728f79a20bb2)