summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4141: Fix crash bug in ldb backendJelmer Vernooij2007-10-102-9/+9
* r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij2007-10-102-19/+25
* r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij2007-10-105-34/+41
* r4135: improve a debug messageAndrew Tridgell2007-10-101-1/+1
* r4133: Cache results of subkey and value queriesJelmer Vernooij2007-10-101-26/+58
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2007-10-1015-307/+416
* r4124: include locale.h to get LC_ALL in include/system/iconv.hAndrew Tridgell2007-10-101-1/+1
* r4123: set locale to C to ensure ascii string functions workAndrew Tridgell2007-10-101-0/+11
* r4116: fixed compilation of EnumValue code in winreg rpc backendAndrew Tridgell2007-10-101-17/+13
* r4106: Add full name of two more hivesJelmer Vernooij2007-10-101-0/+4
* r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell2007-10-103-4/+12
* r4064: use the same name for type on both endsStefan Metzmacher2007-10-101-1/+1
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-102-6/+6
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-109-84/+36
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-102-5/+5
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-1010-26/+25
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-104-30/+5
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-0/+17
* r4045: readd krb5 support defaulted to disableStefan Metzmacher2007-10-101-0/+2
* r4040: sorry today is not my day...Stefan Metzmacher2007-10-101-2/+2
* r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell2007-10-101-0/+3
* r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher2007-10-101-2/+2
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-104-4/+4
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r4027: add a useful function for debuggingStefan Metzmacher2007-10-101-0/+18
* r4022: fix compiler warningsStefan Metzmacher2007-10-104-6/+7
* r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2007-10-102-2/+7
* r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell2007-10-101-2/+21
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-104-69/+6
* r3968: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r3965: fix compiler warningsStefan Metzmacher2007-10-101-3/+1
* r3964: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r3961: - fix compiler warningsStefan Metzmacher2007-10-102-7/+3
* r3960: fix compiler warningsStefan Metzmacher2007-10-102-3/+2