summaryrefslogtreecommitdiff
path: root/source3/lib/tallocmsg.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix CID 1453985: Null pointer dereferences (FORWARD_NULL)Volker Lendecke2019-10-021-0/+1
* messaging: Do POOL_USAGE via a socketVolker Lendecke2019-09-181-73/+62
* s3-messages: add mallinfo() information to pool-usage reportRalph Wuerthner2019-04-041-1/+49
* s3-messages: modify msg_pool_usage() to allow enhanced memory reportsRalph Wuerthner2019-04-041-6/+17
* lib: Use talloc_report_strVolker Lendecke2015-02-131-76/+8
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-1/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke2010-01-171-0/+17
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-171-5/+5
* 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
* r22910: Make message_send_pid static to messages.cVolker Lendecke2007-10-101-7/+9
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r21064: The core of this patch isVolker Lendecke2007-10-101-2/+3
* r20208: Change sprintf_append() never to use malloc,Jeremy Allison2007-10-101-4/+10
* r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...Stefan Metzmacher2007-10-101-5/+44
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-2/+0
* r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2007-10-101-5/+10
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-6/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+4
* Send back talloc allocation information when POOL_USAGE is received.Martin Pool2002-01-031-2/+8
* smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-031-1/+5
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-0/+45