summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4371: Add "Create Key", "Delete Key" and "Delete Value" buttons.Jelmer Vernooij1-4/+5
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-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-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-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-10r4064: use the same name for type on both endsStefan Metzmacher1-1/+1
2007-10-10r4058: added a type safe version of smb_xmalloc()Andrew Tridgell1-4/+4
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell3-12/+12
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell3-3/+3
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij1-2/+1
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij8-22/+6
2007-10-10r3734: Fix some incorrect dependenciesJelmer Vernooij1-1/+1
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij2-16/+6
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij1-2/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij6-12/+16
2007-10-10r3546: including includes.h twice causes gcc 3.4 to crash with pchAndrew Tridgell1-2/+0
2007-10-10r3543: fixed some #include lines to make them more consistent, and fixedAndrew Tridgell1-1/+1
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell4-0/+4
2007-10-10r3472: fixed build of reg_backend_gconfAndrew Tridgell1-0/+1
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell11-0/+11
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell4-0/+4
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell4-0/+4
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3374: Couple of bug fixesJelmer Vernooij1-1/+1
2007-10-10r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij1-4/+4
2007-10-10r3369: More registry updatesJelmer Vernooij1-3/+73
2007-10-10r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij6-13/+24
2007-10-10r3367: More registry updates.Jelmer Vernooij3-3/+44
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij3-7/+50
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij3-3/+9
2007-10-10r3323: more warning reductionsAndrew Tridgell4-42/+13
2007-10-10r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij1-1/+6
2007-10-10r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij1-30/+11
2007-10-10r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij3-12/+9