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