summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Fix valgrind errors with memmove and talloc pools.Jeremy Allison1-0/+21
2013-08-27Add simple limited pool tests to test_memlimit().Jeremy Allison1-0/+27
2013-08-27Remove talloc_memlimit_update(). No longer used.Jeremy Allison1-24/+0
2013-08-27Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison1-4/+15
2013-08-27Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison1-15/+0
2013-08-27Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison1-1/+1
2013-08-27In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison1-12/+5
2013-08-27Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison1-23/+4
2013-08-27Update memory limits when we call free() on a pool.Jeremy Allison1-0/+2
2013-08-27Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison1-12/+9
2013-08-27Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison1-1/+8
2013-08-27Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison1-1/+1
2013-08-27Start to fix talloc memlimits with talloc pools.Jeremy Allison1-0/+72
2013-08-22pkgconfig: Do not hardcode library version numbers in pc files.Günther Deschner2-2/+2
2013-08-21ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-21ntdb.3.xml: Bump version up to 4.1.Karolin Seeger1-1/+1
2013-08-19Man pages for ntdb tools missingRusty Russell6-5/+708
2013-08-19ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke1-0/+6
2013-08-19pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke1-0/+4
2013-08-19ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke1-0/+4
2013-08-18ldb: Fix a const warningVolker Lendecke2-3/+3
2013-08-16tevent: Remove a pointless gotoVolker Lendecke1-4/+1
2013-08-16loadparm: Use the new fully featured kcc by defaultMatthieu Patou1-0/+1
2013-08-12tevent: Add tevent_received to tevent_req_simple_recv_ntstatusVolker Lendecke1-5/+8
2013-08-12tevent: Fix tutorial referenceVolker Lendecke1-5/+3
2013-08-12lib: Remove unused "client_name"Volker Lendecke1-1/+0
2013-08-09waf: consolidate libintl related checksChristian Ambach1-10/+36
2013-08-06pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou1-0/+4
2013-08-05tevent: Add echo server sample codeVolker Lendecke1-0/+664
2013-08-01tevent: change version to 0.9.19Stefan Metzmacher2-1/+84
2013-08-01tevent: Remove the signal pipe if no signal events are aroundVolker Lendecke1-1/+13
2013-07-22tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-22tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke1-1/+1
2013-07-17Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker5-0/+62
2013-07-11ccan: Fix calling memset with zero length parameterVolker Lendecke1-1/+1
2013-07-09lib/param: sync debug related options with source3/paramStefan Metzmacher1-1/+17
2013-07-09lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10Stefan Metzmacher1-1/+1
2013-07-09lib/ldb-samba: make use of DBGC_LDBStefan Metzmacher1-0/+2
2013-07-09lib/util: add 'ldb' debug classStefan Metzmacher2-1/+3
2013-07-08tevent: document tevent_req_create state zeroingDavid Disseldorp1-3/+3
2013-07-05time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke1-2/+12
2013-07-05time: don't try to use the coarse clockBjörn Jacke1-9/+2
2013-07-05tevent: Fix a typoVolker Lendecke1-1/+1
2013-07-01tsocket: Pass the full port number to getaddrinfo().Andreas Schneider1-1/+1
2013-06-24ldb: bump version to allow a depencency on the substring crash fixAndrew Bartlett3-1/+265
2013-06-24ldb: Cope with substring match with no chunks in ldb_filter_from_treeAndrew Bartlett1-1/+1
2013-06-24build: Remove the struct MD5Context conf file check.Andrew Bartlett1-1/+0