summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell5-4/+14
2007-10-10r4513: add experimental modification attribute checkingSimo Sorce1-1/+451
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce4-3/+501
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell1-0/+0
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell3-7/+7
2007-10-10r4481: get rid of the last leakAndrew Tridgell1-1/+3
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell5-4/+36
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell9-77/+73
2007-10-10r4476: added a little gcov howto for ldbAndrew Tridgell1-0/+33
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2-6/+7
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell28-1140/+729
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell9-999/+1420
2007-10-10r4472: improve the discard_const() macro for standalone build of tallocAndrew Tridgell1-1/+6
2007-10-10r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2-3/+3
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell11-17/+1107
2007-10-10r4465: remove unused fileAndrew Tridgell1-69/+0
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell3-0/+153
2007-10-10r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell1-0/+1
2007-10-10r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke1-0/+1
2007-10-10r4390: Registry value and key names are case-insensitiveJelmer Vernooij1-3/+3
2007-10-10r4373: Support setting values and fix a segfaultJelmer Vernooij1-2/+2
2007-10-10r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.Jelmer Vernooij1-4/+5
2007-10-10r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke1-9/+36
2007-10-10r4327: add usefull function if you don't want that the data will talloc_memdu...Stefan Metzmacher1-0/+7
2007-10-10r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij2-6/+36
2007-10-10r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij1-25/+34
2007-10-10r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell1-1/+0
2007-10-10r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell3-8/+19
2007-10-10r4267: fixed the charset code to use the builtin_functions.Andrew Tridgell1-12/+20
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-0/+13
2007-10-10r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell1-0/+1
2007-10-10r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2-13/+4
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij7-67/+160
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij7-192/+172
2007-10-10r4197: Remove silly extra const.Tim Potter2-2/+2
2007-10-10r4167: Fix CreateKeyJelmer Vernooij1-1/+26
2007-10-10r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij7-39/+8
2007-10-10r4155: More destinction between hives and predefined keysJelmer Vernooij7-70/+67
2007-10-10r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij3-12/+12
2007-10-10r4141: Fix crash bug in ldb backendJelmer Vernooij2-9/+9
2007-10-10r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij2-19/+25
2007-10-10r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij5-34/+41
2007-10-10r4135: improve a debug messageAndrew Tridgell1-1/+1
2007-10-10r4133: Cache results of subkey and value queriesJelmer Vernooij1-26/+58
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij15-307/+416
2007-10-10r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell1-1/+1