Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25928: Split up torture-local a bit. | Jelmer Vernooij | 2 | -14/+1 |
2007-12-21 | r25927: Move share tests to param directory. | Jelmer Vernooij | 2 | -211/+1 |
2007-12-21 | r25926: Move iconv test to iconv code directory. | Jelmer Vernooij | 2 | -425/+1 |
2007-12-21 | r25903: Move more files out of torture/ | Jelmer Vernooij | 4 | -343/+3 |
2007-12-21 | r25902: Move messaging tests to same directory as code. | Jelmer Vernooij | 3 | -411/+2 |
2007-12-21 | r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 4 | -20/+20 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 3 | -4/+12 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25392: Add loadparm context as argument in a couple more places. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r25306: Add tests for string_sub(). | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 6 | -20/+21 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 3 | -0/+3 |
2007-10-10 | r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24686: Make sure control messages are on a new line. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r24685: Don't warn about iconv tests not being usable until they're actually ... | Jelmer Vernooij | 1 | -22/+31 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r24502: More work to get LOCAL-EVENT passing on all platforms: | Andrew Bartlett | 1 | -8/+1 |
2007-10-10 | r24390: Another attempt to find out why we fail the LOCAL-EVENT test on some ... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24300: Try to get the LOCAL-EVENT test to pass on hosts with epoll() in | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 10 | -30/+20 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r22883: Indentation. | Andrew Bartlett | 1 | -12/+12 |
2007-10-10 | r22833: use EVENT_FD_AUTOCLOSE in our event test suite | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r22579: disable progress printing in the build-farm | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r22546: use the same error codes in both share backends | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22545: fix formating and a compiler warning | Stefan Metzmacher | 1 | -30/+24 |
2007-10-10 | r22407: this dependecies should be private | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r22336: Add some more share tests. | Jelmer Vernooij | 1 | -5/+143 |
2007-10-10 | r22328: Add initial testsuite for share code. | Jelmer Vernooij | 3 | -1/+83 |
2007-10-10 | r22286: Import branch that converted the Samba4 test target code to perl and ... | Jelmer Vernooij | 1 | -32/+0 |
2007-10-10 | r22216: move strptime testsuite into it's own file | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are in | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21909: Merge some of my recent improvements to the test infrastructure: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21791: This test is still just as valid without as much CPU time wasted. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r21694: Some more testing updates. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r21691: Add testsuite for lib/charset | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r21688: Add simple tests for genrand | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r21671: Add initial simple tests for socket wrapper | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r21656: Move tests a bit closer to the things they test, should make syncing ... | Jelmer Vernooij | 8 | -774/+7 |
2007-10-10 | r21653: Add two more tdr tests. | Jelmer Vernooij | 1 | -0/+32 |
2007-10-10 | r21421: Fix a memleak. This made tdb look considerably worse than necessary. | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r21418: Return the ratio as well | Simo Sorce | 1 | -2/+8 |
2007-10-10 | r21386: Run all NDR tests in the buildfarm, import some functions from Samba3... | Jelmer Vernooij | 3 | -213/+3 |
2007-10-10 | r21213: the build farm seems to show that FreeBSD 6.2 has two different error | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r21211: fixed 3 places that assumed that torture_fail() didn't call | Andrew Tridgell | 3 | -8/+8 |
2007-10-10 | r20990: check for errors from event_loop_once() | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r20962: Fix lcov | Jelmer Vernooij | 3 | -0/+64 |
2007-10-10 | r20955: Add tests | Jelmer Vernooij | 1 | -0/+131 |
2007-10-10 | r20930: use sigaction() instead of signal() | Andrew Tridgell | 1 | -55/+64 |