r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
[bbaumbach/samba-autobuild/.git] / source4 / lib / registry / common /
2007-10-10 Jelmer Vernooijr14599: Pass ACLs down the registry layer.
2007-10-10 Jelmer Vernooijr13969: Make these names lowercase as well (just like...
2007-10-10 Jelmer Vernooijr13899: Get the shared library build building again...
2007-10-10 Jelmer Vernooijr13855: Docs for the registry library as well
2007-10-10 Jelmer Vernooijr13655: Use new name of build header
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Andrew Tridgellr11476: finally fixed the intermittent registry server...
2007-10-10 Jelmer Vernooijr10604: Put in the new registry "patchfile" code (simil...
2007-10-10 Jelmer Vernooijr10207: Add some const
2007-10-10 Jelmer Vernooijr10026: Move registry header file to lib/registry
2007-10-10 Jelmer Vernooijr10020: Support for malloc / realloc / free in HBIN...
2007-10-10 Jelmer Vernooijr10016: Support reading security descriptors on keys.
2007-10-10 Jelmer Vernooijr10007: Merge data_blk and data_len member of registry_...
2007-10-10 Andrew Tridgellr9503: removed duplicate REG_* defines from registry...
2007-10-10 Tim Potterr9357: Remove DBGC_CLASS cruft copied over from Samba...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Jelmer Vernooijr5240: Don't return WERR_OK when no values were found...
2007-10-10 Stefan Metzmacherr5134: - fix types to always use _t types
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4479: added the function talloc_autofree_context(...
2007-10-10 Jelmer Vernooijr4390: Registry value and key names are case-insensitive
2007-10-10 Jelmer Vernooijr4373: Support setting values and fix a segfault
2007-10-10 Jelmer Vernooijr4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values...
2007-10-10 Jelmer Vernooijr4213: Store REG_SZ in UTF16, not the unix charset..
2007-10-10 Jelmer Vernooijr4209: Fix several smaller bugs
2007-10-10 Jelmer Vernooijr4204: Arguments to reg_del_key more like the RPC for...
2007-10-10 Jelmer Vernooijr4166: More small API fixes, keep registry structs...
2007-10-10 Jelmer Vernooijr4155: More destinction between hives and predefined...
2007-10-10 Jelmer Vernooijr4154: Add definitions for HKEY_PERFORMANCE_TEXT and...
2007-10-10 Jelmer Vernooijr4141: Fix crash bug in ldb backend
2007-10-10 Jelmer Vernooijr4140: Get rid of close_hive (replace it with talloc...
2007-10-10 Jelmer Vernooijr4137: Make *_open_key take a registry_key instead...
2007-10-10 Andrew Tridgellr4135: improve a debug message
2007-10-10 Jelmer Vernooijr4132: - Bunch of rather large fixes in the registry
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Jelmer Vernooijr3374: Couple of bug fixes
2007-10-10 Jelmer Vernooijr3369: More registry updates
2007-10-10 Jelmer Vernooijr3368: Default to rpc backend with binding "ncalrpc...
2007-10-10 Jelmer Vernooijr3367: More registry updates.
2007-10-10 Jelmer Vernooijr3348: More registry fixes and additions. The following...
2007-10-10 Jelmer Vernooijr3340: Various fixes in the registry code. Implement...
2007-10-10 Jelmer Vernooijr2913: - Don't print hive name if it is NULL (regtree)
2007-10-10 Jelmer Vernooijr2897: Fix double registration (of the registry subsyst...
2007-10-10 Andrew Tridgellr2672: don't call a variable "dup" as that conflicts...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2623: don't do pointer arithmetic on void*, as it...
2007-10-10 Jelmer Vernooijr2518: Some long overdue changes:
2007-10-10 Jelmer Vernooijr2257: Tab completion support in regshell (complete...
2007-10-10 Jelmer Vernooijr2254: Fix a couple of compiler warnings...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Jelmer Vernooijr1118: Read-only enumeration of keys in the LDB backend...
2007-10-10 Jelmer Vernooijr955: Update debian package rules... builds now
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr893: a few more _t conversions
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Jelmer Vernooijr833: Compile error
2007-10-10 Jelmer Vernooijr832: Only show menu items for backends if they're...
2007-10-10 Jelmer Vernooijr829: Implement 'hive' command
2007-10-10 Jelmer Vernooijr828: Some fixes in the core and regshell concerning...
2007-10-10 Jelmer Vernooijr825: - Introduce support for multiple roots (or 'hives')
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Stefan Metzmacherr425: add some comments to ugly code parts
2007-10-10 Jelmer Vernooijr187: RPC registry backend fixes
2007-10-10 Jelmer Vernooijr183: More bugfixes
2007-10-10 Jelmer Vernooijr182: Fix a couple of segfaults
2007-10-10 Jelmer Vernooijr181: Parsing windows '95 registry files now works...
2007-10-10 Jelmer Vernooijr169: Fix gregedit
2007-10-10 Jelmer Vernooijr168: - Cleanups in rpc backend
2007-10-10 Jelmer Vernooijr166: Fix enumerating values in nt4 backend
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2007-10-10 Jelmer Vernooijr36: - Start using memory pools in the registry library
2007-10-10 Jelmer Vernooijr31: More registry updates. regdiff/regpatch work now.
2007-10-10 Jelmer Vernooijr20: Add the registry library. Still needs a lot of...