summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common/reg_interface.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15361: Export table of predefined registry keysJelmer Vernooij1-15/+11
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-1/+3
2007-10-10r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij1-1/+1
2007-10-10r13899: Get the shared library build building again. Just compiles for now,Jelmer Vernooij1-14/+14
2007-10-10r13855: Docs for the registry library as wellJelmer Vernooij1-7/+59
2007-10-10r13655: Use new name of build headerJelmer Vernooij1-1/+1
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-8/+8
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+13
2007-10-10r11476: finally fixed the intermittent registry server bug! This has beenAndrew Tridgell1-1/+0
2007-10-10r10207: Add some constJelmer Vernooij1-17/+12
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij1-1/+1
2007-10-10r10020: Support for malloc / realloc / free in HBIN blocksJelmer Vernooij1-0/+5
2007-10-10r10016: Support reading security descriptors on keys.Jelmer Vernooij1-0/+9
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij1-5/+5
2007-10-10r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter1-3/+0
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-7/+0
2007-10-10r5240: Don't return WERR_OK when no values were found (reported by Matt Cobb)Jelmer Vernooij1-4/+4
2007-10-10r5134: - fix types to always use _t typesStefan Metzmacher1-3/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-9/+9
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell1-1/+1
2007-10-10r4390: Registry value and key names are case-insensitiveJelmer Vernooij1-3/+3
2007-10-10r4373: Support setting values and fix a segfaultJelmer Vernooij1-2/+2
2007-10-10r4209: Fix several smaller bugsJelmer Vernooij1-3/+6
2007-10-10r4204: Arguments to reg_del_key more like the RPC for more efficient usageJelmer Vernooij1-150/+5
2007-10-10r4166: More small API fixes, keep registry structs as small as possible.Jelmer Vernooij1-9/+4
2007-10-10r4155: More destinction between hives and predefined keysJelmer Vernooij1-31/+30
2007-10-10r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij1-10/+10
2007-10-10r4141: Fix crash bug in ldb backendJelmer Vernooij1-4/+4
2007-10-10r4140: Get rid of close_hive (replace it with talloc destructors).Jelmer Vernooij1-12/+15
2007-10-10r4137: Make *_open_key take a registry_key instead of a hive (more efficientJelmer Vernooij1-7/+3
2007-10-10r4135: improve a debug messageAndrew Tridgell1-1/+1
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij1-104/+78
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-2/+2
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-1/+1
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij1-15/+0
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-12/+5
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3374: Couple of bug fixesJelmer Vernooij1-1/+1
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 Vernooij1-4/+8
2007-10-10r3367: More registry updates.Jelmer Vernooij1-3/+30
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij1-0/+1
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij1-1/+4
2007-10-10r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij1-0/+1
2007-10-10r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij1-16/+24
2007-10-10r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell1-3/+3