summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r20531: - create the rdn attribute which is an alias for the 'name' attributeStefan Metzmacher1-0/+180
2007-10-10r20529: very, very ugly...Stefan Metzmacher2-5/+5
2007-10-10r20525: Closing a dir with del-on-close set requires the same as files: Don't...Volker Lendecke1-0/+80
2007-10-10r20523: match the lDAPDisplayName case insensitiveStefan Metzmacher1-2/+2
2007-10-10r20522: make a copy of the objectguid ldb module because:Stefan Metzmacher2-0/+275
2007-10-10r20520: allow the caller to pass NULL if it doesn't want a session infoStefan Metzmacher1-3/+10
2007-10-10r20519: Web Application FrameworkDerrell Lipman3-15/+17
2007-10-10r20514: implement idl for DsGetNT4ChangeLog() which transferres the meta dataStefan Metzmacher3-4/+97
2007-10-10r20513: this values are the same as in drsuapi_DsReplicaObjectIdentifier3BinaryStefan Metzmacher1-4/+4
2007-10-10r20511: Combine warnings/errors/fatal functions and move them to Parse::Pidl.Jelmer Vernooij8-72/+71
2007-10-10r20510: fix spellingStefan Metzmacher3-25/+25
2007-10-10r20509: Warn about the fact that no tests have been run rather than showing d...Jelmer Vernooij1-0/+5
2007-10-10r20508: Confirm a special case in samba3 reply_getatr that getatr("") always ...Volker Lendecke1-0/+34
2007-10-10r20506: - fix parsing of LinkedAttribute valuesStefan Metzmacher1-4/+13
2007-10-10r20505: I had the wrong ldif name here.Andrew Bartlett1-1/+1
2007-10-10r20504: we handle the attribute values always as DATA_BLOB's andStefan Metzmacher6-317/+254
2007-10-10r20497: Two changes to RAW-OPEN that Samba does not fulfil:Volker Lendecke1-5/+25
2007-10-10r20495: Further notes on joining with fedora DS.Andrew Bartlett4-3/+10
2007-10-10r20494: Dave CB <davecb@spamcop.net> found some stray characters in the docs,Andrew Bartlett1-1/+1
2007-10-10r20493: Add support for the 'Netscape' varient of GUID formatting, used in theAndrew Bartlett1-0/+52
2007-10-10r20492: Add in instructions/sample LDIF to setup Fedora DS as a backend.Andrew Bartlett4-3/+280
2007-10-10r20484: get rid of the special case for DN stringsStefan Metzmacher4-80/+129
2007-10-10r20483: Sorry Volker:-)Stefan Metzmacher1-7/+7
2007-10-10r20481: Fix the build -- Stefan, please look at this ;-))Volker Lendecke1-0/+6
2007-10-10r20480: In Samba3 we don't yet have support for all 4 file times on all platf...Volker Lendecke1-1/+9
2007-10-10r20477: get rid of the spcial case for unicode stringsStefan Metzmacher3-26/+22
2007-10-10r20476: get rid of extra case for uint32 valuesStefan Metzmacher4-61/+52
2007-10-10r20475: remove special case for GUID valuesStefan Metzmacher4-28/+31
2007-10-10r20474: Skip the delete-on-close test on a non-empty directory in raw-unlink forVolker Lendecke1-21/+28
2007-10-10r20473: remove special case for boolean valuesStefan Metzmacher3-19/+13
2007-10-10r20472: add a comment for Object(Replica-Link), it's not clear thatStefan Metzmacher1-0/+6
2007-10-10r20471: implement conversation functions for PRESENTATION_ADDRESS attribute s...Stefan Metzmacher1-3/+102
2007-10-10r20469: w2k3 handles String(Numeric), String(Printable), String(Teletex) and ...Stefan Metzmacher1-11/+9
2007-10-10r20468: Patch from Martin Kuehl <kuehl@univention.de> to make it easier to loadAndrew Bartlett8-217/+273
2007-10-10r20467: Don't segfault if we don't have an OID mapAndrew Bartlett1-1/+1
2007-10-10r20466: I removed the _all only for tests and forgot to revert itStefan Metzmacher1-1/+1
2007-10-10r20464: Make it clear what does the process group stuffAndrew Bartlett1-1/+1
2007-10-10r20463: implement conversation of NTTIME_UTC attribute syntaxStefan Metzmacher1-3/+95
2007-10-10r20462: add functions to handle UTCTime stringsStefan Metzmacher2-8/+87