summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-105-8/+11
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-1012-71/+71
* r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caughtJelmer Vernooij2007-10-101-3/+4
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-102-2/+2
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-101-1/+1
* r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2007-10-101-6/+6
* 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
* 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
* 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
* 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
* 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
* r4064: use the same name for type on both endsStefan Metzmacher2007-10-101-1/+1
* r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2007-10-101-4/+4
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-103-12/+12
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-103-3/+3
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-1/+1
* r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij2007-10-101-2/+1
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-108-22/+6
* r3734: Fix some incorrect dependenciesJelmer Vernooij2007-10-101-1/+1
* r3733: More build system fixes/features:Jelmer Vernooij2007-10-102-16/+6
* r3730: More build system fixes and simplificationsJelmer Vernooij2007-10-101-2/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-106-12/+16
* r3546: including includes.h twice causes gcc 3.4 to crash with pchAndrew Tridgell2007-10-101-2/+0
* r3543: fixed some #include lines to make them more consistent, and fixedAndrew Tridgell2007-10-101-1/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-104-0/+4
* r3472: fixed build of reg_backend_gconfAndrew Tridgell2007-10-101-0/+1
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-1011-0/+11
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-104-0/+4
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-104-0/+4
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3374: Couple of bug fixesJelmer Vernooij2007-10-101-1/+1
* r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij2007-10-101-4/+4