summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r24284: change brlock_tdb.c to use the dbwrap API. This actually makes theAndrew Tridgell2007-10-103-100/+67
* r24283: added a dbwrap API for temporary databases, based on the one from theAndrew Tridgell2007-10-105-0/+357
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-102-5/+10
* r24277: Tidyup as requested by metze.Andrew Bartlett2007-10-101-8/+14
* r24276: don't mark a stream readable until after the messaging setup isAndrew Tridgell2007-10-101-2/+4
* r24275: - setup the connection to the ctdb daemonAndrew Tridgell2007-10-101-0/+17
* r24274: - merge from ctdb bzr treeAndrew Tridgell2007-10-108-23/+200
* r24273: Fix bug #4817 by <mwallnoefer@yahoo.de>. (Unable to add a computerAndrew Bartlett2007-10-101-5/+10
* r24263: Fix bug 4846 (unable to copy users in MMC Active Directory Users andAndrew Bartlett2007-10-102-5/+51
* r24262: Set the objectCategory by default in the objectclass module, rather t...Andrew Bartlett2007-10-103-9/+13
* r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett2007-10-102-3/+0
* r24260: Ensure we always override any existing values for these generatedAndrew Bartlett2007-10-101-0/+4
* r24259: Rework the objectclass module to use the new schema, rather than theAndrew Bartlett2007-10-103-38/+37
* r24249: Thse generated attributes should not be pushed this far down the stackAndrew Bartlett2007-10-101-69/+0
* r24248: Attempt to fix bug #4830 by <mwallnoefer@yahoo.de>. If there is noAndrew Bartlett2007-10-101-0/+1
* r24247: Remove extra newlines from ldb_debug() calls - it already adds one.Andrew Bartlett2007-10-103-23/+23
* r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixingAndrew Bartlett2007-10-103-9/+11
* r24245: Fix bug #4828 - we need to set the samba LDB debug handler early, soAndrew Bartlett2007-10-101-10/+20
* r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6...Kai Blin2007-10-101-1/+1
* r24146: It is not an error for a Win2k3-only server not to support the NT4Andrew Bartlett2007-10-103-0/+5
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-106-7/+20
* r24118: Start fixing #4842 (usrmgr polcies menu not working) by removing rangeAndrew Bartlett2007-10-101-1/+1
* r24112: Complete initialistion of the libnet_ctx when setting up the domain.Andrew Bartlett2007-10-101-0/+4
* r24111: Untested code is broken code, untested code is broken code...Andrew Bartlett2007-10-102-2/+2
* r24110: I hate seeing callers manually filling in the composite context. UseAndrew Bartlett2007-10-102-4/+3
* r24109: Add a wb_name2domain callKai Blin2007-10-102-0/+132
* r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c...Kai Blin2007-10-103-23/+51
* r24083: Don't fail the test (looking for the user in the enum) if we didn'tAndrew Bartlett2007-10-101-3/+7
* r24082: Following the removal of a fanstsy condition from the SAMR testsuite,Andrew Bartlett2007-10-101-7/+0
* r24081: Domain Controllers are also shown in this enumeration.Andrew Bartlett2007-10-101-2/+2
* r24080: Set the primary group (matching windows) when creating new users inAndrew Bartlett2007-10-103-4/+30
* r24076: Make ldap.js pass against Win2k3 again (looks like we don't match ADAndrew Bartlett2007-10-101-1/+6
* r24075: As suggested by metze, match the behaviour of ntvfs_posix, and removeAndrew Bartlett2007-10-101-0/+1
* r24074: Test both permitted logon hours and permitted workstations in theAndrew Bartlett2007-10-103-6/+73
* r24061: Anther part of bug #4823, which is that until now Samba4 didn't parseAndrew Bartlett2007-10-103-27/+72
* r24060: Fix bug #4806 by Matthias Wallnöfer <mwallnoefer@yahoo.de>: We need toAndrew Bartlett2007-10-104-10/+83
* r24059: Fix bug 4822 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>.Andrew Bartlett2007-10-102-155/+188
* r24054: Fix some warningsVolker Lendecke2007-10-101-2/+2
* r24053: Ensure we filter EnumDomainUsers with the supplied mask.Andrew Bartlett2007-10-102-34/+100
* r24052: Fix some of the NT4 usrmgr.exe portions of bug 4815.Andrew Bartlett2007-10-103-16/+209
* r24051: more monitor function calls and monitor msg namesRafal Szczesniak2007-10-107-44/+103
* r24041: After metze's ack, check in torture_comment from Zack KrischVolker Lendecke2007-10-101-2/+2
* r24012: Remove duplicate code block (from bad merge).Andrew Bartlett2007-10-101-17/+0
* r24011: Keep the connect handle around in libnet, in case we want it.Andrew Bartlett2007-10-102-0/+2
* r24010: Fix warning for the function paramter to qsort().Andrew Bartlett2007-10-101-1/+1
* r23995: Work to allow mimir's libnet code to be called from winbind.Andrew Bartlett2007-10-109-57/+53
* r23994: Finish my work to ensure that non-root and non-administrator usersAndrew Bartlett2007-10-104-166/+193
* r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett2007-10-101-1/+4
* r23982: Fix use-after-realloc() found by valgrind and mwallnoefer@yahoo.de.Andrew Bartlett2007-10-101-1/+5
* r23980: Fix one more use of pwrite in expand_file.Michael Adam2007-10-101-1/+10