summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r20647: add cluster codeAndrew Tridgell2007-10-1016-597/+971
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-1031-125/+159
* r20645: Commit the build system changes to allow scripts in config.mk files.Andrew Bartlett2007-10-101-4/+9
* r20643: Remove generated files accidentilly committed.Andrew Bartlett2007-10-104-223/+0
* r20642: This bit of autoconf causes us pain. Revert back to how we had thingsAndrew Bartlett2007-10-101-1/+0
* r20640: Commit part 2/2Andrew Bartlett2007-10-10176-2843/+30855
* r20639: Commit part 1 of 2.Andrew Bartlett2007-10-1017-397/+301
* r20638: Check for NULL pointers (where possible) in print functions. Fixes #4...Jelmer Vernooij2007-10-102-33/+34
* r20637: Don't check for NULL pointers when the pointer is guaranteed to not b...Jelmer Vernooij2007-10-103-42/+219
* r20633: Add another test, fix warnings.Jelmer Vernooij2007-10-101-7/+44
* r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, inVolker Lendecke2007-10-101-261/+2
* r20631: Add some tests for the ndr parser.Jelmer Vernooij2007-10-103-2/+157
* r20629: add a wrapper function for ldb_extended(ldb, DSDB_EXTENDED_REPLICATED...Stefan Metzmacher2007-10-103-1/+311
* r20625: Fix couple of warnings.Jelmer Vernooij2007-10-106-219/+231
* r20624: added AIO read to pvfs backendAndrew Tridgell2007-10-106-4/+129
* r20623: change where the smb.conf parm event:backend is checked to ensure itAndrew Tridgell2007-10-101-4/+6
* r20622: Add in a hack to avoid permitting searches on the value of protectedAndrew Bartlett2007-10-101-1/+23
* r20621: - enable the aio events backend on systems that support itAndrew Tridgell2007-10-103-7/+19
* r20618: Fix a bug in bad_path handling that also exists in 3.0.23: For reply_...Volker Lendecke2007-10-101-5/+16
* r20613: The individual tests are fine, I did run samba3badpath, but raw-samba...Volker Lendecke2007-10-101-0/+3
* r20609: Additional torture test for our bad_path handling. Most of it is disa...Volker Lendecke2007-10-101-2/+210
* r20599: - forward extended operations in the partitions moduleStefan Metzmacher2007-10-102-3/+47
* r20598: add comments and make clear that the void *data element for extended ...Stefan Metzmacher2007-10-101-5/+7
* r20596: add prototypes for the ldb_extended functionsStefan Metzmacher2007-10-101-2/+62
* r20595: W2k and XP don't always show the top directory as hidden, w2k3 does. ...Volker Lendecke2007-10-101-17/+23
* r20594: Match popt.h declaration.James Peach2007-10-101-1/+1
* r20593: Kill annoying warning.James Peach2007-10-101-1/+1
* r20592: Use the Heimdal copy of err.h only if the build host doesn't have it.James Peach2007-10-102-11/+10
* r20591: Revert accidental commit that broke the build.James Peach2007-10-101-5/+0
* r20590: Heimdal uses warn(), so we should prototype it here too.James Peach2007-10-101-0/+6
* r20588: handle extended operations in the ldb_next_request() callStefan Metzmacher2007-10-101-0/+3
* r20587: prepare the DSDB_EXTENDED_REPLICATED_OBJECTS_OID handlingStefan Metzmacher2007-10-102-0/+21
* r20586: - allocate an OID range for LDB/LDAP extended operationsStefan Metzmacher2007-10-101-0/+3
* r20583: implement the frontend calls for extended operationsStefan Metzmacher2007-10-102-5/+112
* r20582: use void *data in the ldb_extended struct to match what we have in ld...Stefan Metzmacher2007-10-101-4/+4
* r20581: - the ldb modules have explicit hooks for extended operationsStefan Metzmacher2007-10-102-2/+6
* r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher2007-10-104-22/+126
* r20577: - allocate an OID range for samba4 LDB/LDAP ControlsStefan Metzmacher2007-10-101-0/+2
* r20576: add functions to get and set dsdb_schema on the ldb contextStefan Metzmacher2007-10-101-0/+34
* r20575: apply records to the test_samdb.ldb (my birthday present to myself...:-)Stefan Metzmacher2007-10-102-4/+86
* r20573: fix handling of pointers handling to elements with the charset propertyStefan Metzmacher2007-10-101-6/+14
* r20572: - prepare a test_samdb.ldb in the NET-API-BECOME-DC torture testStefan Metzmacher2007-10-103-12/+153
* r20571: fix '' caseJelmer Vernooij2007-10-101-2/+2
* r20570: use talloc_asprintf() instead of talloc_asprintf_append()Stefan Metzmacher2007-10-101-3/+4
* r20568: split out the rootdse ldifStefan Metzmacher2007-10-104-20/+33
* r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij2007-10-1010-116/+137
* r20566: Prepending with r-> is no longer necessary.Jelmer Vernooij2007-10-106-18/+18
* r20565: configure the list of global ldb modules also in js codeStefan Metzmacher2007-10-102-11/+26
* r20564: Regenerate.Jelmer Vernooij2007-10-101-34/+34
* r20563: Start using the new parser in ParseExpr(). It's now trivial to use thisJelmer Vernooij2007-10-103-503/+36