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