Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24345: Add --format=html option to selftest. | Jelmer Vernooij | 6 | -9/+166 |
2007-10-10 | r24342: Move environments into a separate directory. | Jelmer Vernooij | 7 | -94/+33 |
2007-10-10 | r24339: Move output functions to separate files. | Jelmer Vernooij | 4 | -179/+228 |
2007-10-10 | r24338: Add callbacks for starting and finishing tests. | Jelmer Vernooij | 2 | -11/+44 |
2007-10-10 | r24337: Make libreplace provide offsetof. | Jelmer Vernooij | 3 | -4/+5 |
2007-10-10 | r24336: Use standard data type uint32_t rather than tdb-specific u32. | Jelmer Vernooij | 8 | -59/+56 |
2007-10-10 | r24335: Fix -N support. | Jelmer Vernooij | 2 | -1/+3 |
2007-10-10 | r24333: Add convenience function for checking the contents of a file in tests. | Jelmer Vernooij | 3 | -3/+29 |
2007-10-10 | r24313: Merge r23377 from 3_2 | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24301: The less escape characters the better. This changes the winbind | Andrew Bartlett | 2 | -3/+4 |
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 | r24286: (missed from previous commit) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24285: A number of machines on the build farm fail because while they use | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24284: change brlock_tdb.c to use the dbwrap API. This actually makes the | Andrew Tridgell | 3 | -100/+67 |
2007-10-10 | r24283: added a dbwrap API for temporary databases, based on the one from the | Andrew Tridgell | 5 | -0/+357 |
2007-10-10 | r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, as | Andrew Bartlett | 2 | -5/+10 |
2007-10-10 | r24277: Tidyup as requested by metze. | Andrew Bartlett | 1 | -8/+14 |
2007-10-10 | r24276: don't mark a stream readable until after the messaging setup is | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r24275: - setup the connection to the ctdb daemon | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r24274: - merge from ctdb bzr tree | Andrew Tridgell | 8 | -23/+200 |
2007-10-10 | r24273: Fix bug #4817 by <mwallnoefer@yahoo.de>. (Unable to add a computer | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r24263: Fix bug 4846 (unable to copy users in MMC Active Directory Users and | Andrew Bartlett | 2 | -5/+51 |
2007-10-10 | r24262: Set the objectCategory by default in the objectclass module, rather t... | Andrew Bartlett | 3 | -9/+13 |
2007-10-10 | r24261: Fix the standalone ldb build after I moved the objectclass module out. | Andrew Bartlett | 2 | -3/+0 |
2007-10-10 | r24260: Ensure we always override any existing values for these generated | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24259: Rework the objectclass module to use the new schema, rather than the | Andrew Bartlett | 3 | -38/+37 |
2007-10-10 | r24249: Thse generated attributes should not be pushed this far down the stack | Andrew Bartlett | 1 | -69/+0 |
2007-10-10 | r24248: Attempt to fix bug #4830 by <mwallnoefer@yahoo.de>. If there is no | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r24247: Remove extra newlines from ldb_debug() calls - it already adds one. | Andrew Bartlett | 3 | -23/+23 |
2007-10-10 | r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing | Andrew Bartlett | 3 | -9/+11 |
2007-10-10 | r24245: Fix bug #4828 - we need to set the samba LDB debug handler early, so | Andrew Bartlett | 1 | -10/+20 |
2007-10-10 | r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6... | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24146: It is not an error for a Win2k3-only server not to support the NT4 | Andrew Bartlett | 3 | -0/+5 |
2007-10-10 | r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo | Andrew Bartlett | 6 | -7/+20 |
2007-10-10 | r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing range | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r24112: Complete initialistion of the libnet_ctx when setting up the domain. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24111: Untested code is broken code, untested code is broken code... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r24110: I hate seeing callers manually filling in the composite context. Use | Andrew Bartlett | 2 | -4/+3 |
2007-10-10 | r24109: Add a wb_name2domain call | Kai Blin | 2 | -0/+132 |
2007-10-10 | r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c... | Kai Blin | 3 | -23/+51 |
2007-10-10 | r24083: Don't fail the test (looking for the user in the enum) if we didn't | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r24082: Following the removal of a fanstsy condition from the SAMR testsuite, | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r24081: Domain Controllers are also shown in this enumeration. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r24080: Set the primary group (matching windows) when creating new users in | Andrew Bartlett | 3 | -4/+30 |
2007-10-10 | r24076: Make ldap.js pass against Win2k3 again (looks like we don't match AD | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r24075: As suggested by metze, match the behaviour of ntvfs_posix, and remove | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 3 | -6/+73 |
2007-10-10 | r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse | Andrew Bartlett | 3 | -27/+72 |
2007-10-10 | r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need to | Andrew Bartlett | 4 | -10/+83 |
2007-10-10 | r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>. | Andrew Bartlett | 2 | -155/+188 |