summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4123: set locale to C to ensure ascii string functions workAndrew Tridgell1-0/+11
2007-10-10r4116: fixed compilation of EnumValue code in winreg rpc backendAndrew Tridgell1-17/+13
2007-10-10r4106: Add full name of two more hivesJelmer Vernooij1-0/+4
2007-10-10r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell3-4/+12
2007-10-10r4064: use the same name for type on both endsStefan Metzmacher1-1/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2-6/+6
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell9-84/+36
2007-10-10r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2-5/+5
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell10-26/+25
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell4-30/+5
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-0/+17
2007-10-10r4045: readd krb5 support defaulted to disableStefan Metzmacher1-0/+2
2007-10-10r4040: sorry today is not my day...Stefan Metzmacher1-2/+2
2007-10-10r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell1-0/+3
2007-10-10r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher1-2/+2
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell4-4/+4
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r4027: add a useful function for debuggingStefan Metzmacher1-0/+18
2007-10-10r4022: fix compiler warningsStefan Metzmacher4-6/+7
2007-10-10r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2-2/+7
2007-10-10r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell1-2/+21
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher4-69/+6
2007-10-10r3968: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3965: fix compiler warningsStefan Metzmacher1-3/+1
2007-10-10r3964: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3961: - fix compiler warningsStefan Metzmacher2-7/+3
2007-10-10r3960: fix compiler warningsStefan Metzmacher2-3/+2
2007-10-10r3926: fix compiler warningsStefan Metzmacher1-4/+0
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij6-14/+177
2007-10-10r3897: add a locking infrastructureSimo Sorce6-18/+111
2007-10-10r3891: Add rot (Running Object Table) interfaceJelmer Vernooij1-0/+1
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij3-4/+34
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher3-139/+1
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher34-137/+354
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher2-3/+3