summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-1/+3
* r4609: add a usefull data_blob_dup_talloc() macroStefan Metzmacher2007-10-101-0/+1
* r4593: don't use the _p function in the testsuite, as when built standalone i...Andrew Tridgell2007-10-101-9/+9
* r4592: fixed typo from talloc testsuite fixup for the new syntaxAndrew Tridgell2007-10-101-1/+1
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-106-52/+72
* r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell2007-10-104-26/+26
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-107-17/+18
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-105-4/+14
* r4513: add experimental modification attribute checkingSimo Sorce2007-10-101-1/+451
* r4506: fix compiler warningsStefan Metzmacher2007-10-101-3/+0
* r4505: Add a first very basic schema moduleSimo Sorce2007-10-104-3/+501
* r4503: add an error reporting function (fixes)Simo Sorce2007-10-101-8/+17
* r4502: add an error reporting functionSimo Sorce2007-10-101-1/+17
* r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell2007-10-101-0/+0
* r4488: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell2007-10-103-7/+7
* r4481: get rid of the last leakAndrew Tridgell2007-10-101-1/+3
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-105-4/+36
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-109-77/+73
* r4476: added a little gcov howto for ldbAndrew Tridgell2007-10-101-0/+33
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-102-6/+7
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-1028-1140/+729
* r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell2007-10-109-999/+1420
* r4472: improve the discard_const() macro for standalone build of tallocAndrew Tridgell2007-10-101-1/+6
* r4467: - tdb standalone build doesn't need -DSTANDALONE any moreAndrew Tridgell2007-10-102-3/+3
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-1011-17/+1107
* r4465: remove unused fileAndrew Tridgell2007-10-101-69/+0
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-103-0/+153
* r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'mAndrew Tridgell2007-10-101-0/+1
* r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))...Volker Lendecke2007-10-101-0/+1
* r4390: Registry value and key names are case-insensitiveJelmer Vernooij2007-10-101-3/+3
* r4373: Support setting values and fix a segfaultJelmer Vernooij2007-10-101-2/+2
* r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.Jelmer Vernooij2007-10-101-4/+5
* r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co...Volker Lendecke2007-10-101-9/+36
* r4327: add usefull function if you don't want that the data will talloc_memdu...Stefan Metzmacher2007-10-101-0/+7
* r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij2007-10-102-6/+36
* r4298: Update to credentials.h after feedback from Andrew BartlettJelmer Vernooij2007-10-101-25/+34
* r4282: removed a spurious error message now we remove index entries in the mo...Andrew Tridgell2007-10-101-1/+0
* r4281: fixed an ldb indexing bug in ldb found by volker.Andrew Tridgell2007-10-103-8/+19
* r4267: fixed the charset code to use the builtin_functions.Andrew Tridgell2007-10-101-12/+20
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-0/+13
* r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling inAndrew Tridgell2007-10-101-0/+1
* r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2007-10-102-13/+4
* r4209: Fix several smaller bugsJelmer Vernooij2007-10-107-67/+160
* r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij2007-10-107-192/+172
* r4197: Remove silly extra const.Tim Potter2007-10-102-2/+2
* r4167: Fix CreateKeyJelmer Vernooij2007-10-101-1/+26
* r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij2007-10-107-39/+8
* r4155: More destinction between hives and predefined keysJelmer Vernooij2007-10-107-70/+67
* r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij2007-10-103-12/+12