summaryrefslogtreecommitdiff
path: root/source3/lib/tallocmsg.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-01-17s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke1-0/+17
2010-01-17s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
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-10r22910: Make message_send_pid static to messages.cVolker Lendecke1-7/+9
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r21064: The core of this patch isVolker Lendecke1-2/+3
2007-10-10r20208: Change sprintf_append() never to use malloc,Jeremy Allison1-4/+10
2007-10-10r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...Stefan Metzmacher1-5/+44
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-2/+0
2007-10-10r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison1-5/+10
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-6/+5
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+4
2002-01-03Send back talloc allocation information when POOL_USAGE is received.Martin Pool1-2/+8
2002-01-03smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool1-1/+5
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+45