Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r22070: merge in the changes from the bzr ctdb tree, and convert the brlock | Andrew Tridgell | 8 | -67/+211 |
2007-10-10 | r22063: Fix the RPC-EPMAPPER test. | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r22053: remove samba3 specific stuff from tdbtool | Stefan Metzmacher | 1 | -77/+0 |
2007-10-10 | r22052: merge tdbtool from samba3 and build it | Stefan Metzmacher | 2 | -252/+395 |
2007-10-10 | r22048: Sigh. Commit the other half of r22047. | James Peach | 1 | -34/+0 |
2007-10-10 | r22047: Move suffix rules into smb_build. Enable $< if we are building with | James Peach | 1 | -0/+52 |
2007-10-10 | r22046: Rever r22040, which breaks the build on FreeBSD 5.4 (BSD make). | James Peach | 1 | -8/+4 |
2007-10-10 | r22041: merge trivial changes from samba3 | Stefan Metzmacher | 6 | -16/+20 |
2007-10-10 | r22040: Use $< to specify the immediate prerequisit instead of $*. This is | James Peach | 1 | -4/+8 |
2007-10-10 | r22038: - fix perl warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22037: Make sure STATICDIR exists before linking a static archive. | James Peach | 1 | -0/+1 |
2007-10-10 | r22036: Make sure both srcdir and builddir are in VPATH. | James Peach | 1 | -3/+5 |
2007-10-10 | r22035: Introduce HOSTLD which is needed to link the asn1 compiler when cross | James Peach | 2 | -1/+29 |
2007-10-10 | r22034: Use builddir and srcdir instead on samba_builddir and samba_srcdir. | James Peach | 1 | -2/+2 |
2007-10-10 | r22032: Make sure static libraries end up in bin/static. | James Peach | 1 | -0/+1 |
2007-10-10 | r22031: Make sure we rewrite the include directives in CFLAGS to contain | James Peach | 2 | -4/+20 |
2007-10-10 | r22030: Simplify include parsing for config.mk files, making sure we get | James Peach | 1 | -31/+73 |
2007-10-10 | r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case. | James Peach | 4 | -4/+18 |
2007-10-10 | r22028: Fix include path for the srcidr != builddir case. | James Peach | 1 | -1/+1 |
2007-10-10 | r22027: Allow separate build and source directories. Don't follow symlinks | James Peach | 1 | -8/+27 |
2007-10-10 | r22025: patch from Ronnie to make locktest also test the behaviour of pid | Andrew Tridgell | 1 | -6/+60 |
2007-10-10 | r22021: use the pid specified in the individual locks, not the request pid, in | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r22004: Check for dereferencing null pointers. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r21996: Fix a bug for invalid casts of pointers. | Jelmer Vernooij | 1 | -1/+8 |
2007-10-10 | r21995: Patch from Ronnie Sahlberg. | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r21971: Fill in some more values in config files from variables, so we can | Andrew Bartlett | 1 | -6/+9 |
2007-10-10 | r21970: Ensure that Fedora DS can be shut down correctly with the stop script: | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r21951: Hopefully fix valgrind warning. | James Peach | 1 | -0/+1 |
2007-10-10 | r21949: After discussion with the Apple and Linux client maintainers, | James Peach | 3 | -8/+18 |
2007-10-10 | r21943: don't send unitialized data | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21928: fix the interface uuid of wzcsvc. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21911: Some more work on making the ncacn_np handling in smbd be less special. | Jelmer Vernooij | 2 | -4/+48 |
2007-10-10 | r21910: Clean up some unused functions. | Jelmer Vernooij | 23 | -137/+48 |
2007-10-10 | r21909: Merge some of my recent improvements to the test infrastructure: | Jelmer Vernooij | 31 | -276/+381 |
2007-10-10 | r21859: add a comment why we remove the rid_crypt obfuscation | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r21843: the computer_dn isn't needed anymore because we don't manually reset ... | Stefan Metzmacher | 1 | -14/+1 |