Refactor the dns_open_connection code so that duplicate code is removed and ensure...
[sfrench/samba-autobuild/.git] / lib / dbwrap / dbwrap_rbt.c
2015-11-27 Stefan Metzmacherdbwrap_rbt: fix modifying the db during traverse
2015-11-27 Stefan Metzmacherdbwrap_rbt: add nested traverse protection
2015-11-27 Stefan Metzmacherdbwrap_rbt: use talloc_zero_size() instead of a partial...
2015-09-22 Volker Lendeckedbwrap: Make dbwrap_db_id return size_t
2015-07-20 Volker Lendeckedbwrap_rbt: Make "key" and "value" aligned to 16 byte
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-11-29 Volker Lendeckedbwrap: Use talloc_zero in db_open_rbt
2012-06-22 Rusty Russelldbwrap: dbwrap_hash_size().
2012-06-22 Rusty Russelldbwrap: dbwrap_name().
2012-06-15 Volker Lendeckedbwrap: Remove an unnecessary ZERO_STRUCT
2012-05-31 Stefan Metzmacherlib/dbwrap: make it possible to delete/store the curren...
2012-05-30 Stefan Metzmacherlib/dbwrap: don't alter the record on failure in db_rbt...
2012-05-30 Stefan Metzmacherlib/dbwrap: fix db_rbt_store and update the per record...
2012-05-30 Stefan Metzmacherlib/dbwrap: remove unused per db_record pointer in...
2012-05-15 Volker Lendeckedbwrap: Fix Coverity ID 242750 Incorrect sizeof expression
2012-05-14 Michael Adammove the dbwrap library to the top level