Merge data_blob_hex_string from Samba4.
[kai/samba.git] / source3 / lib / data_blob.c
2008-04-29 Günther DeschnerMerge data_blob_hex_string from Samba4.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-13 Günther DeschnerMerge data_blob_talloc_zero() from samba4.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeMake data_blob_string_const return null terminated...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Stefan Metzmacherr18709: add some useful function from samba4
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr5907: Fix compile warning noticed by Jason Mader ...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-02-24 Andrew BartlettMerge from HEAD client-side authentication changes:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettSet the length back to zero when we free the data_blob.
2003-01-13 Jeremy AllisonDon't touch data after a free.
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-23 Andrew BartlettNobody uses this, and its really just a layer of intern...
2002-05-22 Andrew BartlettFix a silly memory (getpnam_alloc()) leak spotted by...