Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22377: implement check_env() for samba4 | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r22375: implement check_env() logic in the frontend | Stefan Metzmacher | 3 | -1/+37 |
2007-10-10 | r22374: fix perl warnings | Stefan Metzmacher | 1 | -2/+12 |
2007-10-10 | r22361: warnings.pm isn't available on solaris 8 | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22360: print out the name of the PCAP file and move setup and cleanup | Stefan Metzmacher | 2 | -21/+66 |
2007-10-10 | r22359: try to fix the start failures in the build-farm by creating the prefi... | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r22356: Simple refactoring. | Jelmer Vernooij | 1 | -7/+10 |
2007-10-10 | r22339: Run some more tests. | Jelmer Vernooij | 3 | -5/+8 |
2007-10-10 | r22338: Allow regexes in known-failures file | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r22337: print out the smbd log output after each test | Stefan Metzmacher | 3 | -5/+53 |
2007-10-10 | r22335: output the error code | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r22334: don't print the test output if the test passed | Stefan Metzmacher | 1 | -10/+30 |
2007-10-10 | r22333: Use kerberos and the ntvfs/cifs backend for just one test, in the | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r22332: escape bad chars with '_' to form a nice filename | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r22331: remove run_test_buildfarm() function | Stefan Metzmacher | 1 | -48/+25 |
2007-10-10 | r22329: abstract the output handling of run_test() | Stefan Metzmacher | 1 | -15/+57 |
2007-10-10 | r22326: Merge some more test improvements. | Jelmer Vernooij | 2 | -86/+288 |
2007-10-10 | r22312: avoid the need of typing 'run' into each gdb xterm | Stefan Metzmacher | 1 | -0/+17 |
2007-10-10 | r22311: use different ip-addresses for dc and member | Stefan Metzmacher | 1 | -10/+14 |
2007-10-10 | r22307: when no lex or yacc is found: | Stefan Metzmacher | 2 | -5/+29 |
2007-10-10 | r22305: fix make test using a absolute path for | Stefan Metzmacher | 2 | -11/+19 |
2007-10-10 | r22295: Use delegated credentials and kerberos to test the pass-though | Andrew Bartlett | 2 | -5/+4 |
2007-10-10 | r22292: Start the LDAP server inside the same fifo as smbd, as OpenLDAP (like | Andrew Bartlett | 1 | -16/+19 |
2007-10-10 | r22290: Fedora DS is incredibly picky about newlines... | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r22289: Another fedora ds fix | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r22288: Somehow, Jelmer lost a few capital letters. I'll send him a new batch. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r22287: Fix some issues in fedora ds code. | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r22286: Import branch that converted the Samba4 test target code to perl and ... | Jelmer Vernooij | 8 | -567/+513 |
2007-10-10 | r22260: Use single script for creating Samba 4 test environments. Add first test | Jelmer Vernooij | 5 | -93/+11 |
2007-10-10 | r22235: Test kinit, and PKINIT functionality by means of a new blackbox test. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22233: Allow 'REALM' as a global environment variable in the tests. | Andrew Bartlett | 2 | -2/+6 |
2007-10-10 | r22197: fix formating | Stefan Metzmacher | 2 | -12/+10 |
2007-10-10 | r22187: Test kerberos logins in the smbclient blackbox tests, including with a | Andrew Bartlett | 2 | -2/+7 |
2007-10-10 | r22185: Initial work on a 'member' test environment'. | Jelmer Vernooij | 5 | -9/+148 |
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 | 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 |
2007-10-10 | r22162: get the TEST_LDAP mode working again | Andrew Bartlett | 2 | -10/+12 |
2007-10-10 | r22161: Clarify exactly where the socket_wrapper should be handled (early), | Andrew Bartlett | 3 | -18/+16 |
2007-10-10 | r22160: Only use test environment names that actually exist (get make | Andrew Bartlett | 3 | -2/+3 |
2007-10-10 | r22156: - Lazy evaluate variable names. | Jelmer Vernooij | 20 | -288/+186 |
2007-10-10 | r22137: Actually use client.conf, defer more code as far as possible. | Jelmer Vernooij | 2 | -20/+20 |
2007-10-10 | r22134: Create different smb.conf file for the client side. This should make ... | Jelmer Vernooij | 2 | -12/+33 |
2007-10-10 | r22133: Don't push parameters into environment until necessary. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r22121: The RPC-CRACKNAMES test now passes against Samba4. This should help | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r22088: export PIDDIR to make the smbd pid show in 'make testenv' again. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r22077: Import only necessary test variables, more refactoring. | Jelmer Vernooij | 4 | -8/+9 |
2007-10-10 | r22076: Fill in short and long domain names into the generated krb5.conf | Andrew Bartlett | 1 | -1/+6 |