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