summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/common
Commit message (Expand)AuthorAgeFilesLines
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.Jelmer Vernooij2007-10-101-1/+1
* r15361: Export table of predefined registry keysJelmer Vernooij2007-10-101-15/+11
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-101-1/+3
* r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij2007-10-101-1/+1
* r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij2007-10-102-18/+18
* r13855: Docs for the registry library as wellJelmer Vernooij2007-10-102-9/+67
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-8/+8
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+13
* r11476: finally fixed the intermittent registry server bug! This has beenAndrew Tridgell2007-10-101-1/+0
* r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij2007-10-101-18/+22
* r10207: Add some constJelmer Vernooij2007-10-101-17/+12
* r10026: Move registry header file to lib/registryJelmer Vernooij2007-10-102-2/+2
* r10020: Support for malloc / realloc / free in HBIN blocksJelmer Vernooij2007-10-101-0/+5
* r10016: Support reading security descriptors on keys.Jelmer Vernooij2007-10-101-0/+9
* r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij2007-10-102-27/+17
* r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell2007-10-101-0/+1
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-102-6/+0
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-102-45/+0
* r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)Jelmer Vernooij2007-10-101-4/+4
* r5134: - fix types to always use _t typesStefan Metzmacher2007-10-102-8/+8
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-102-12/+12
* 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-101-1/+1
* r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell2007-10-101-1/+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
* r4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values in human-readable (an...Jelmer Vernooij2007-10-101-1/+1
* r4213: Store REG_SZ in UTF16, not the unix charset..Jelmer Vernooij2007-10-101-6/+4
* r4209: Fix several smaller bugsJelmer Vernooij2007-10-102-11/+65
* r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij2007-10-102-150/+92
* r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij2007-10-101-9/+4
* r4155: More destinction between hives and predefined keysJelmer Vernooij2007-10-101-31/+30
* r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij2007-10-101-10/+10
* r4141: Fix crash bug in ldb backendJelmer Vernooij2007-10-101-4/+4
* r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij2007-10-101-12/+15
* r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij2007-10-101-7/+3
* r4135: improve a debug messageAndrew Tridgell2007-10-101-1/+1
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2007-10-101-104/+78
* r4055: fixed more places to use type safe allocation macrosAndrew Tridgell2007-10-101-2/+2
* r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell2007-10-101-1/+1
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-15/+0
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-12/+5
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-102-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3374: Couple of bug fixesJelmer Vernooij2007-10-101-1/+1
* r3369: More registry updatesJelmer Vernooij2007-10-101-3/+73
* r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij2007-10-101-4/+8