summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup map return codesHoward Chu2013-09-171-18/+17
* lib/ldb-samba/ldb_ildap: Also skip special base DNsAndrew Bartlett2013-09-171-0/+3
* lib/param: add PROTOCOL_SMB3_02 handlingStefan Metzmacher2013-09-171-0/+1
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2013-09-161-1/+26
* tdb: Fix some typos in comments.Björn Jacke2013-09-122-5/+5
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-102-0/+11
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2013-09-101-4/+4
* tevent: Use talloc_pooled_object for tevent_req_createVolker Lendecke2013-09-081-1/+4
* talloc: Test the pooled objectVolker Lendecke2013-09-081-0/+36
* talloc: Add talloc_pooled_objectVolker Lendecke2013-09-085-1/+174
* talloc: Allow nested pools.Volker Lendecke2013-09-083-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2013-09-081-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2013-09-081-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2013-09-081-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2013-09-081-25/+23
* 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