summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20565: configure the list of global ldb modules also in js codeStefan Metzmacher2-11/+26
2007-10-10r20564: Regenerate.Jelmer Vernooij1-34/+34
2007-10-10r20563: Start using the new parser in ParseExpr(). It's now trivial to use thisJelmer Vernooij3-503/+36
2007-10-10r20562: Start building expr parser. Add separate copy of Yapp::DriverJelmer Vernooij3-6/+484
2007-10-10r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij2-0/+1473
2007-10-10r20560: make it possible to configure the backend and modulesStefan Metzmacher3-18/+29
2007-10-10r20557: use ${DOMAINDN} instead of ${BASEDN}Stefan Metzmacher12-80/+80
2007-10-10r20556: Add more tests to make sure nothing breaks when I replace the ParseEx...Jelmer Vernooij1-1/+19
2007-10-10r20555: fix typo...Stefan Metzmacher1-1/+1
2007-10-10r20554: - use ${ROOTDN} for the rootDomainNamingContextStefan Metzmacher2-2/+3
2007-10-10r20553: add ${CONFIGDN} and ${SCHEMADN} instead of using hardcoded pathsStefan Metzmacher13-704/+706
2007-10-10r20552: Little Samba3 test to force smb_close to return an error. Set delete ...Volker Lendecke2-1/+72
2007-10-10r20551: use variable instead of hardcoded value for the default siteStefan Metzmacher1-2/+2
2007-10-10r20550: Use standard error mechanism in parser.Jelmer Vernooij3-139/+154
2007-10-10r20549: obvious bug fix..Volker Lendecke1-1/+1
2007-10-10r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij12-16/+6
2007-10-10r20547: Add tests for expected errors/warnings.Jelmer Vernooij4-2/+90
2007-10-10r20545: Fix is_constant().Jelmer Vernooij2-4/+7
2007-10-10r20543: Merge some pidl bug fixes:Jelmer Vernooij2-11/+62
2007-10-10r20540: darn, also need to fix this event_context referenceAndrew Tridgell1-2/+2
2007-10-10r20539: - split the common timer related events code into events_timed.cAndrew Tridgell14-292/+1172