r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)
[sfrench/samba-autobuild/.git] / source4 / lib / registry /
2007-10-10 Andrew Tridgellr9567: fixed the winreg IDL for CreateKey, including...
2007-10-10 Andrew Tridgellr9503: removed duplicate REG_* defines from registry...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr9390: fixed mixing of code and data
2007-10-10 Andrew Tridgellr9387: regedit uses "New Key #nn" for newly created...
2007-10-10 Andrew Tridgellr9386: OpenKey with a bad name must return WERR_BADFILE...
2007-10-10 Tim Potterr9381: Line wrapping.
2007-10-10 Andrew Tridgellr9378: initialise the last_mod attribute in the ldb...
2007-10-10 Tim Potterr9357: Remove DBGC_CLASS cruft copied over from Samba...
2007-10-10 Andrew Tridgellr9338: fixed the winreg IDL to be correct for the EnumK...
2007-10-10 Andrew Tridgellr9209: - fixed the ldb registry backend to work with...
2007-10-10 Jelmer Vernooijr8966: Simplify the makefile generation system a bit.
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Tim Potterr8171: According to Samba 3 and Ethereal, the winreg_Op...
2007-10-10 Jelmer Vernooijr7943: Add 'make manpages', fix 'make installman' and...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Bartlettr7525: Unify lp_load(), load_interfaces and logging...
2007-10-10 Jelmer Vernooijr7373: Disable reg_gconf by default, allow building...
2007-10-10 Jelmer Vernooijr7248: Remove enum that is causing trouble on AIX
2007-10-10 Jelmer Vernooijr7113: Move manpages from docs repository to source...
2007-10-10 Tim Potterr6951: Fix all calls to setup_logging() that use 'True...
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Tim Potterr6520: Fix unused variable warning.
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Jelmer Vernooijr6045: Couple of small GTK+ fixes
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Jelmer Vernooijr5917: First step in using the new cli_credentials...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Jelmer Vernooijr5680: Don't crash if none of the predefined keys is...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5303: fixed build of gconf registry backend
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
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 Jelmer Vernooijr4623: Convert values from UTF8 to UTF16 in gconf regis...
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 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
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 Vernooijr4371: Add "Create Key", "Delete Key" and "Delete Value...
2007-10-10 Jelmer Vernooijr4299: Store REG_SZ, REG_EXPAND_SZ and REG_DWORD values...
2007-10-10 Jelmer Vernooijr4298: Update to credentials.h after feedback from...
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 Vernooijr4167: Fix CreateKey
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 Vernooijr4133: Cache results of subkey and value queries
2007-10-10 Jelmer Vernooijr4132: - Bunch of rather large fixes in the registry
2007-10-10 Andrew Tridgellr4116: fixed compilation of EnumValue code in winreg...
2007-10-10 Jelmer Vernooijr4106: Add full name of two more hives
2007-10-10 Stefan Metzmacherr4064: use the same name for type on both ends
2007-10-10 Andrew Tridgellr4058: added a type safe version of smb_xmalloc()
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 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Jelmer Vernooijr3881: Split up the LIBNDR_GEN subsystem into NDR_...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3734: Fix some incorrect dependencies
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3546: including includes.h twice causes gcc 3.4 to...
2007-10-10 Andrew Tridgellr3543: fixed some #include lines to make them more...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3472: fixed build of reg_backend_gconf
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 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3374: Couple of bug fixes
2007-10-10 Jelmer Vernooijr3370: Initial work on Add Key/Delete Key/Add Value...
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 Andrew Tridgellr3323: more warning reductions
2007-10-10 Jelmer Vernooijr3164: Look up ncalrpc identifiers using the EPMAPPER...
2007-10-10 Jelmer Vernooijr2914: ... and support enumerating values (data is...
2007-10-10 Jelmer Vernooijr2913: - Don't print hive name if it is NULL (regtree)
2007-10-10 Jelmer Vernooijr2911: Fix bug in opening relative keys
2007-10-10 Jelmer Vernooijr2898: - Support enumerating remote registry values
2007-10-10 Jelmer Vernooijr2897: Fix double registration (of the registry subsyst...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Stefan Metzmacherr2686: remove unused gtk+ check
2007-10-10 Andrew Tridgellr2672: don't call a variable "dup" as that conflicts...
next