Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r9915: Some more mappings. Fix weird sAMAccountName values. | Jelmer Vernooij | 1 | -4/+32 |
2007-10-10 | r9912: Fix another bug in ldb_map. | Jelmer Vernooij | 3 | -77/+97 |
2007-10-10 | r9908: Generate posixUser and posixGroup as well | Jelmer Vernooij | 2 | -56/+66 |
2007-10-10 | r9899: Be more conservative about what is sent to the remote server in ldb_map. | Jelmer Vernooij | 2 | -167/+350 |
2007-10-10 | r9885: Fix code before declarations. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r9881: I can't believe this can make a difference... | Tim Potter | 1 | -2/+2 |
2007-10-10 | r9880: Convert remaining initialisers to more portable form. This should | Tim Potter | 1 | -6/+10 |
2007-10-10 | r9879: A quick check to see if nested initialisers (?) is portable across the | Tim Potter | 1 | -1/+5 |
2007-10-10 | r9857: Fix rename/delete issues | Jelmer Vernooij | 2 | -12/+24 |
2007-10-10 | r9854: Finish ldb_map testsuite | Jelmer Vernooij | 4 | -16/+19 |
2007-10-10 | r9842: More error checks in the ldb_map modules, extend testsuite | Jelmer Vernooij | 1 | -44/+99 |
2007-10-10 | r9835: Make ldb_map compile in the stand-alone LDB build | Jelmer Vernooij | 4 | -45/+48 |
2007-10-10 | r9827: Convert 'passdb backend' rather then 'passdb backends' | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r9816: Work on testsuite for upgrade | Jelmer Vernooij | 2 | -3/+6 |
2007-10-10 | r9813: Conver testsuite for samba3sam module to EJS | Jelmer Vernooij | 1 | -61/+0 |
2007-10-10 | r9808: Improve code that selects what "passdb backend" to import from. | Jelmer Vernooij | 3 | -5/+55 |
2007-10-10 | r9807: Use talloc in fd_lines_load() and file_lines_load(). The return | Jelmer Vernooij | 1 | -7/+20 |
2007-10-10 | r9800: Add EJS interface to param. tridge, sorry this overlaps a bit | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r9798: Add generic functions for handling smb.conf files (the parameters don'... | Jelmer Vernooij | 4 | -104/+29 |
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 5 | -9/+9 |
2007-10-10 | r9791: r11611@blu: tridge | 2005-08-30 21:48:22 +1000 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r9789: Patch from Volker that fixes the build on AIX. | Jelmer Vernooij | 2 | -22/+33 |