Age | Commit message (Expand) | Author | Files | Lines |
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 | 4 | -3/+14 |
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 | r22179: Store resource id along with the object itself to be able to return | Rafal Szczesniak | 1 | -1/+2 |
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 | 2 | -6/+13 |
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 | r22166: Stop heimdal from trying to prototype innetgr in roken, now we don't | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r22165: merge transaction fix from samba3 | Andrew Tridgell | 1 | -0/+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 | r22152: merge from samba3: | Stefan Metzmacher | 4 | -39/+2 |
2007-10-10 | r22137: Actually use client.conf, defer more code as far as possible. | Jelmer Vernooij | 2 | -20/+20 |
2007-10-10 | r22136: Fix incorrect event handling. | Rafal Szczesniak | 2 | -4/+10 |
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 | r22120: Expand the RPC-CRACKNAMES test, to test more values and expose patterns. | Andrew Bartlett | 3 | -25/+89 |
2007-10-10 | r22119: Where we get a request to 'crack' a user principal name from a | Andrew Bartlett | 1 | -22/+52 |
2007-10-10 | r22118: Add another RPC-CRACKNAMES test, but allow a way to skip sub-parts of | Andrew Bartlett | 1 | -4/+17 |
2007-10-10 | r22117: merged from bzr | Andrew Tridgell | 5 | -12/+27 |
2007-10-10 | r22116: Only query by SID if we have a SID | Andrew Bartlett | 1 | -24/+23 |
2007-10-10 | r22115: I don't like the DOMAIN environment variable. It really isn't a good | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r22114: merge from bzr tree | Andrew Tridgell | 3 | -37/+407 |
2007-10-10 | r22098: merged from bzr tree | Andrew Tridgell | 5 | -1/+45 |
2007-10-10 | r22090: fix error handling in cldap client library to cope with bad host names | Andrew Tridgell | 2 | -6/+13 |
2007-10-10 | r22089: check the return value of interpret_addr2() | Andrew Tridgell | 1 | -0/+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 | r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clustered | Andrew Tridgell | 3 | -0/+250 |
2007-10-10 | r22086: Bail out early on some of these failures. | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r22085: correct copyright on opendb_ctdb.c | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r22084: use a TDB_INTERNAL tdb for the local ctdb tdb for now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22083: opendb backend to ctdb now passes simple tests | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r22082: merged the ctdb changes from bzr | Andrew Tridgell | 9 | -16/+753 |
2007-10-10 | r22081: transaction_brlock() should be static | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r22077: Import only necessary test variables, more refactoring. | Jelmer Vernooij | 5 | -10/+10 |
2007-10-10 | r22076: Fill in short and long domain names into the generated krb5.conf | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r22075: Configure the bitwise match plugin, until it becomes accepted upstream. | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r22074: More refactoring. | Jelmer Vernooij | 3 | -36/+30 |
2007-10-10 | r22072: in order to implement the opendb ctdb backend, I've found that the | Andrew Tridgell | 1 | -0/+15 |