summaryrefslogtreecommitdiff
path: root/source3/lib/data_blob.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Share data_blob implementation.Jelmer Vernooij1-180/+0
2008-04-29Merge data_blob_hex_string from Samba4.Günther Deschner1-0/+22
2008-02-13Merge data_blob_talloc_zero() from samba4.Günther Deschner1-0/+12
2007-12-21Make data_blob_string_const return null terminated stringsVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-0/+2
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r18709: add some useful function from samba4Stefan Metzmacher1-0/+25
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-4/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-8/+12
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-0/+1
2007-10-10r5907: Fix compile warning noticed by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-4/+10
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-0/+1
2003-01-13Don't touch data after a free.Jeremy Allison1-1/+0
2002-05-23Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett1-1/+1
2002-05-22Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett1-0/+109