Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10304: check for basic ldb_message sanity and return appropriate | Simo Sorce | 4 | -14/+59 |
2007-10-10 | r10303: check no attribute is given empty | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r10302: Introduce ldap like error codes | Simo Sorce | 1 | -0/+91 |
2007-10-10 | r10301: fix standalone compiple after tdb changes | Simo Sorce | 1 | -1/+4 |
2007-10-10 | r10299: remove the public (un)lock functions and introduce a transaction based | Simo Sorce | 13 | -275/+232 |
2007-10-10 | r10294: Generate Makefile directly rather then thru Makefile.in. Autoconf | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10277: do not ovverride LIKE, thanks to derrel I found out how to do | Simo Sorce | 1 | -26/+24 |
2007-10-10 | r10258: Fix an unused/duplicate local variable. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change | Andrew Tridgell | 26 | -2580/+2234 |
2007-10-10 | r10251: some more work on ldb_sqlite3 | Simo Sorce | 5 | -247/+282 |
2007-10-10 | r10250: the comparison is caseless so we must caseless subtract | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r10246: Remove unused function | Jelmer Vernooij | 3 | -218/+1 |
2007-10-10 | r10245: Get rid of XFILE in a few places. | Jelmer Vernooij | 3 | -20/+40 |
2007-10-10 | r10236: fix (C) note | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r10233: add commented PRAGMA to avoid fsyncs | Simo Sorce | 1 | -2/+8 |
2007-10-10 | r10232: Some work on ldb_sqlite3. | Simo Sorce | 2 | -2026/+1377 |
2007-10-10 | r10231: seem I flipped these, fix. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r10207: Add some const | Jelmer Vernooij | 8 | -77/+75 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r10161: Check for alloca.h to prevent incorrect local declaration. | James Peach | 1 | -1/+1 |
2007-10-10 | r10111: Make pidl by default assume the input file is an IDL file rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10104: Fix code before declaration. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r10089: Fix a typo breaking the Makefile generator and therefore - the build. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r10074: Pass CPP to pidl via environment variables rather then config.pm. Thi... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10052: Add 'print' command | Jelmer Vernooij | 1 | -0/+22 |
2007-10-10 | r10043: Only recompile subsystems that actually need recompilation | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10038: Update instructions on using gcov with ldb | Jelmer Vernooij | 1 | -9/+5 |
2007-10-10 | r10030: Add hierarchical memory allocation to TDR's pull functions | Jelmer Vernooij | 5 | -53/+44 |
2007-10-10 | r10028: More registry fixes. | Jelmer Vernooij | 2 | -41/+115 |
2007-10-10 | r10027: Use blob length for keeping track of buffer length, add TODO | Jelmer Vernooij | 3 | -23/+48 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 8 | -8/+186 |
2007-10-10 | r10025: Add some utility functions for storing/loading tdr encoded data | Jelmer Vernooij | 2 | -92/+82 |
2007-10-10 | r10020: Support for malloc / realloc / free in HBIN blocks | Jelmer Vernooij | 3 | -25/+333 |
2007-10-10 | r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed.. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r10016: Support reading security descriptors on keys. | Jelmer Vernooij | 4 | -3/+66 |
2007-10-10 | r10015: Change the NT4 registry backend to use the IDL-generate parse functions. | Jelmer Vernooij | 3 | -1629/+257 |
2007-10-10 | r10013: Support zero-sized strings. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r10009: Fix bug in uint8 parsing functions | Jelmer Vernooij | 1 | -2/+4 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 11 | -83/+75 |
2007-10-10 | r9995: Add file describing the REGF file format in IDL. | Jelmer Vernooij | 1 | -0/+154 |
2007-10-10 | r9993: Gcc is fussy about the lack of parentheses around assignment statements. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r9959: Fix bug where data offset was incorrect after parsing element with | Jelmer Vernooij | 1 | -17/+2 |
2007-10-10 | r9957: Switch to using DATA_BLOBs internally in TDR | Jelmer Vernooij | 2 | -33/+25 |
2007-10-10 | r9949: Portability fixes for mingw32 | Jelmer Vernooij | 2 | -4/+3 |
2007-10-10 | r9948: Be a bit less verbose | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9940: When guessing, don't make DEBUG(1,... errors. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9929: Fix indentation | Andrew Bartlett | 2 | -3/+5 |
2007-10-10 | r9928: ncName is a DN, and needs to use DN matching rules. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r9919: Remove debug statement from samba3sam | Jelmer Vernooij | 2 | -2/+68 |
2007-10-10 | r9918: Fix two copy-n-paste bugs that were preventing the modification | Jelmer Vernooij | 2 | -3/+3 |