summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r20562: Start building expr parser. Add separate copy of Yapp::DriverJelmer Vernooij2007-10-103-6/+484
* r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij2007-10-102-0/+1473
* r20560: make it possible to configure the backend and modulesStefan Metzmacher2007-10-103-18/+29
* r20557: use ${DOMAINDN} instead of ${BASEDN}Stefan Metzmacher2007-10-1012-80/+80
* r20556: Add more tests to make sure nothing breaks when I replace the ParseEx...Jelmer Vernooij2007-10-101-1/+19
* r20555: fix typo...Stefan Metzmacher2007-10-101-1/+1
* r20554: - use ${ROOTDN} for the rootDomainNamingContextStefan Metzmacher2007-10-102-2/+3
* r20553: add ${CONFIGDN} and ${SCHEMADN} instead of using hardcoded pathsStefan Metzmacher2007-10-1013-704/+706
* r20552: Little Samba3 test to force smb_close to return an error. Set delete ...Volker Lendecke2007-10-102-1/+72
* r20551: use variable instead of hardcoded value for the default siteStefan Metzmacher2007-10-101-2/+2
* r20550: Use standard error mechanism in parser.Jelmer Vernooij2007-10-103-139/+154
* r20549: obvious bug fix..Volker Lendecke2007-10-101-1/+1
* r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij2007-10-1012-16/+6
* r20547: Add tests for expected errors/warnings.Jelmer Vernooij2007-10-104-2/+90
* r20545: Fix is_constant().Jelmer Vernooij2007-10-102-4/+7
* r20543: Merge some pidl bug fixes:Jelmer Vernooij2007-10-102-11/+62
* r20540: darn, also need to fix this event_context referenceAndrew Tridgell2007-10-101-2/+2
* r20539: - split the common timer related events code into events_timed.cAndrew Tridgell2007-10-1014-292/+1172
* r20531: - create the rdn attribute which is an alias for the 'name' attributeStefan Metzmacher2007-10-101-0/+180
* r20529: very, very ugly...Stefan Metzmacher2007-10-102-5/+5
* r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke2007-10-101-0/+80
* r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher2007-10-101-2/+2
* r20522: make a copy of the objectguid ldb module because:Stefan Metzmacher2007-10-102-0/+275
* r20520: allow the caller to pass NULL if it doesn't want a session infoStefan Metzmacher2007-10-101-3/+10
* r20519: Web Application FrameworkDerrell Lipman2007-10-103-15/+17
* r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta dataStefan Metzmacher2007-10-103-4/+97