summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij1-12/+0
2007-10-10r10312: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r10305: start implementing better error handlingSimo Sorce16-354/+310
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce4-14/+59
2007-10-10r10303: check no attribute is given emptySimo Sorce1-0/+5
2007-10-10r10302: Introduce ldap like error codesSimo Sorce1-0/+91
2007-10-10r10301: fix standalone compiple after tdb changesSimo Sorce1-1/+4
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce13-275/+232
2007-10-10r10294: Generate Makefile directly rather then thru Makefile.in. AutoconfJelmer Vernooij1-1/+1
2007-10-10r10277: do not ovverride LIKE, thanks to derrel I found out how to doSimo Sorce1-26/+24
2007-10-10r10258: Fix an unused/duplicate local variable.Tim Potter1-2/+0
2007-10-10r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell26-2580/+2234
2007-10-10r10251: some more work on ldb_sqlite3Simo Sorce5-247/+282
2007-10-10r10250: the comparison is caseless so we must caseless subtractSimo Sorce1-1/+1
2007-10-10r10246: Remove unused functionJelmer Vernooij3-218/+1
2007-10-10r10245: Get rid of XFILE in a few places.Jelmer Vernooij3-20/+40
2007-10-10r10236: fix (C) noteSimo Sorce1-0/+1
2007-10-10r10233: add commented PRAGMA to avoid fsyncsSimo Sorce1-2/+8
2007-10-10r10232: Some work on ldb_sqlite3.Simo Sorce2-2026/+1377
2007-10-10r10231: seem I flipped these, fix.Simo Sorce1-2/+2
2007-10-10r10207: Add some constJelmer Vernooij8-77/+75
2007-10-10r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell1-5/+0
2007-10-10r10161: Check for alloca.h to prevent incorrect local declaration.James Peach1-1/+1
2007-10-10r10111: Make pidl by default assume the input file is an IDL file ratherJelmer Vernooij1-1/+1
2007-10-10r10104: Fix code before declaration.Tim Potter1-1/+1
2007-10-10r10089: Fix a typo breaking the Makefile generator and therefore - the build.Rafal Szczesniak1-1/+1
2007-10-10r10074: Pass CPP to pidl via environment variables rather then config.pm. Thi...Jelmer Vernooij1-1/+1
2007-10-10r10052: Add 'print' commandJelmer Vernooij1-0/+22
2007-10-10r10043: Only recompile subsystems that actually need recompilationJelmer Vernooij1-0/+1
2007-10-10r10038: Update instructions on using gcov with ldbJelmer Vernooij1-9/+5
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij5-53/+44
2007-10-10r10028: More registry fixes.Jelmer Vernooij2-41/+115
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij3-23/+48
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij8-8/+186
2007-10-10r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij2-92/+82
2007-10-10r10020: Support for malloc / realloc / free in HBIN blocksJelmer Vernooij3-25/+333
2007-10-10r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij1-1/+5
2007-10-10r10016: Support reading security descriptors on keys.Jelmer Vernooij4-3/+66
2007-10-10r10015: Change the NT4 registry backend to use the IDL-generate parse functions.Jelmer Vernooij3-1629/+257
2007-10-10r10013: Support zero-sized strings.Jelmer Vernooij1-0/+5
2007-10-10r10009: Fix bug in uint8 parsing functionsJelmer Vernooij1-2/+4
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij11-83/+75
2007-10-10r9995: Add file describing the REGF file format in IDL.Jelmer Vernooij1-0/+154
2007-10-10r9993: Gcc is fussy about the lack of parentheses around assignment statements.Tim Potter1-1/+1
2007-10-10r9959: Fix bug where data offset was incorrect after parsing element withJelmer Vernooij1-17/+2
2007-10-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij2-33/+25
2007-10-10r9949: Portability fixes for mingw32Jelmer Vernooij2-4/+3
2007-10-10r9948: Be a bit less verboseJelmer Vernooij1-1/+1
2007-10-10r9940: When guessing, don't make DEBUG(1,... errors.Andrew Bartlett1-2/+2
2007-10-10r9929: Fix indentationAndrew Bartlett2-3/+5