summaryrefslogtreecommitdiffstats
path: root/source4/lib/data_blob.c
Commit message (Expand)AuthorAgeFilesLines
* r11593: added a data_blob_realloc() functionAndrew Tridgell2007-10-101-0/+12
* r10479: Apply some constVolker Lendecke2007-10-101-2/+4
* r6980: added data_blob_append(), which I use in the web serverAndrew Tridgell2007-10-101-0/+13
* r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4327: add usefull function if you don't want that the data will talloc_memdu...Stefan Metzmacher2007-10-101-0/+7
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-0/+13
* r4027: add a useful function for debuggingStefan Metzmacher2007-10-101-0/+18
* r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett2007-10-101-3/+8
* r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell2007-10-101-0/+12
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-8/+3
* r2653: - data_blob() and data_blob_talloc() now get automatic namesAndrew Tridgell2007-10-101-1/+2
* r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()Andrew Tridgell2007-10-101-0/+5
* r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell2007-10-101-40/+10
* r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2007-10-101-17/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1452: Thanks to Volker for spotting that this code was certainly not tested...Andrew Bartlett2007-10-101-0/+1
* r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOBAndrew Bartlett2007-10-101-0/+15
* r607: When our code is looking for an 'empty' data blobAndrew Bartlett2007-10-101-0/+1
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-0/+12
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-1/+1
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-261-3/+2
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+2
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+141