r24665: Close file handles properly.
[vlendec/samba-autobuild/.git] / source4 / lib / registry / reg_backend_ldb.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Stefan Metzmacherr17713: fix compiler warnings
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Jelmer Vernooijr14599: Pass ACLs down the registry layer.
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr11472: use talloc_get_type() to try to catch an interm...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Jelmer Vernooijr10207: Add some const
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 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 Andrew Tridgellr9378: initialise the last_mod attribute in the ldb...
2007-10-10 Andrew Tridgellr9209: - fixed the ldb registry backend to work with...
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 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
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 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 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 Jelmer Vernooijr4133: Cache results of subkey and value queries
2007-10-10 Jelmer Vernooijr4132: - Bunch of rather large fixes in the registry