Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22257: disable shared libraries on IRIX for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r22256: Use shorter directory names for tests. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22253: - make the strtoll tests more verbose | Stefan Metzmacher | 1 | -7/+56 |
2007-10-10 | r22250: try to fix the build on aix1 in the farm | Stefan Metzmacher | 2 | -1/+7 |
2007-10-10 | r22246: only test strtoll once | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22243: remove useless printf's | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r22242: ctdb init now takes a process model | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22239: use strlcpy instead of strcpy to make the IBM checker happy | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22238: Because these utilities compile in socket_wrapper.ho, they may need | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r22237: this init fn doesn't exist yet | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r22236: Update to Heimdal's socket_wrapper, which supports IPv6. | Andrew Bartlett | 3 | -162/+396 |
2007-10-10 | r22235: Test kinit, and PKINIT functionality by means of a new blackbox test. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22234: merge test suite changes from bzr tree | Andrew Tridgell | 11 | -289/+154 |
2007-10-10 | r22233: Allow 'REALM' as a global environment variable in the tests. | Andrew Bartlett | 2 | -2/+6 |
2007-10-10 | r22232: add a special message handler ID meaning "all messages please" | Andrew Tridgell | 3 | -3/+8 |
2007-10-10 | r22231: merge from bzr ctdb tree | Andrew Tridgell | 54 | -343/+8058 |
2007-10-10 | r22226: move discard_const macros to librelace | Stefan Metzmacher | 4 | -29/+24 |
2007-10-10 | r22223: make comparing of struct tm more verbose and more portable | Stefan Metzmacher | 1 | -5/+25 |
2007-10-10 | r22218: fix libreplace standalone build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22217: merge from samba3 21944: | Stefan Metzmacher | 2 | -1/+6 |
2007-10-10 | r22216: move strptime testsuite into it's own file | Stefan Metzmacher | 4 | -116/+159 |
2007-10-10 | r22215: add strptime replacement to libreplace based on the patch | Stefan Metzmacher | 6 | -0/+1130 |
2007-10-10 | r22208: Print the target principal name, to help with kdc unreachable errors. | Andrew Bartlett | 1 | -7/+4 |
2007-10-10 | r22203: Improve the replace testsuite a bit. | Jelmer Vernooij | 1 | -11/+151 |
2007-10-10 | r22201: crash fix... | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22200: make ntvfs a subsystem as linking ntvfs.so.1 uses | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r22199: fix typo | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22197: fix formating | Stefan Metzmacher | 2 | -12/+10 |
2007-10-10 | r22196: give better error codes to make RPC-UNIXINFO pass | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r22195: fix compiler warnings and convert the whole torture/rpc/unixinfo.c code | Stefan Metzmacher | 1 | -26/+19 |
2007-10-10 | r22194: fix compiler warning and | Stefan Metzmacher | 1 | -4/+9 |
2007-10-10 | r22193: fix compiler warning and formating | Stefan Metzmacher | 1 | -8/+7 |
2007-10-10 | r22192: fix compiler warnings | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r22191: Add a samba4kinit binary to the build, so I can test using an existing | Andrew Bartlett | 6 | -2/+1308 |
2007-10-10 | r22190: fix compiler warnings and remove unused talloc_reference() | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r22189: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22188: fix formating bug | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22187: Test kerberos logins in the smbclient blackbox tests, including with a | Andrew Bartlett | 3 | -2/+11 |
2007-10-10 | r22186: fix build with autodependencies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22185: Initial work on a 'member' test environment'. | Jelmer Vernooij | 5 | -9/+148 |
2007-10-10 | r22184: On some hosts, parsing a compleatly invalid principal causes heimadal | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r22183: Perl might not be in /usr/bin/perl, so use $(PERL) from the makefile | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22182: Skip a few tests that will not pass against the ntvfs/posix layer, | Andrew Bartlett | 1 | -0/+20 |
2007-10-10 | r22180: Re-add testing of the CIFS backend. | Andrew Bartlett | 2 | -0/+22 |
2007-10-10 | r22177: Restore the PIDDIR mapping for the client 'pid directory', as this is | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r22176: Make the LOCAL-MESSAGING test pass again. Messaging sockets are in | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22171: At least walk over the test_SetupCredentials2 before bailing as 'we | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r22170: To get the smbclient blackbox test to pass again, we need to get the | Andrew Bartlett | 1 | -6/+11 |
2007-10-10 | r22168: Ensure we actually run all the transports for the slow tests | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r22167: This seems to get Fedora DS to run the tests again. | Andrew Bartlett | 1 | -2/+2 |