summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-7540: lib: util: Check *every* asn1 return call and early return.Jeremy Allison2015-12-101-61/+45
* ldb: bump version of the required system ldb to 1.1.24Ralph Boehme2015-12-091-2/+3
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* lib: replace: Add strsep function (missing on Solaris).Jeremy Allison2015-08-033-2/+27
* Introduce setting "desired" for 'smb encrypt' and 'client/server signing'Michael Adam2015-07-191-0/+1
* s3: smbd: Codenomicon crash in do_smb_load_module().Jeremy Allison2015-06-301-0/+5
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-06-022-41/+86
* docs: Mark 'client use spnego principal' as deprecated and also a bad idea.Jeremy Allison2015-03-271-1/+1
* talloc: version 2.1.2Stefan Metzmacher2015-03-163-1/+71
* talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher2015-03-151-1/+1
* lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison2015-03-151-0/+82
* lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison2015-03-151-0/+7
* lib: talloc: Fix bug when calling a destructor.Jeremy Allison2015-03-151-1/+7
* talloc:build: improve detection of srcdirMichael Adam2015-03-151-1/+1
* talloc: version 2.1.1Stefan Metzmacher2015-03-153-1/+71
* talloc/tests: avoid some unused variable warningsStefan Metzmacher2015-03-151-0/+13
* talloc: fix compiler warningStefan Metzmacher2015-03-151-1/+4
* talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher2015-03-151-0/+4
* talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher2015-03-151-1/+1
* talloc: inline talloc_get_name()Stefan Metzmacher2015-03-151-6/+10
* talloc: inline more static functionsStefan Metzmacher2015-03-151-19/+26
* talloc: Tune talloc_vasprintfVolker Lendecke2015-03-151-5/+9
* talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik2015-03-151-2/+2
* Add a basic guide on pytalloc.Jelmer Vernooij2015-03-152-0/+156
* talloc: Add a warning to talloc_reference() documentation.Andreas Schneider2015-03-151-0/+8
* talloc: Test the pooled objectVolker Lendecke2015-03-151-0/+36
* talloc: Add talloc_pooled_objectVolker Lendecke2015-03-155-1/+174
* talloc: Allow nested pools.Volker Lendecke2015-03-153-24/+52
* talloc: Add a separate pool sizeVolker Lendecke2015-03-151-12/+23
* talloc: Put pool-specific data before the chunkVolker Lendecke2015-03-151-79/+125
* talloc: Introduce __talloc_with_prefixVolker Lendecke2015-03-151-10/+22
* talloc: Decouple the dual use of chunk->poolVolker Lendecke2015-03-151-25/+23
* Fix valgrind errors with memmove and talloc pools.Jeremy Allison2015-03-151-0/+21
* Add simple limited pool tests to test_memlimit().Jeremy Allison2015-03-151-0/+27
* Remove talloc_memlimit_update(). No longer used.Jeremy Allison2015-03-151-24/+0
* Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison2015-03-151-4/+15
* Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison2015-03-151-15/+0
* Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison2015-03-151-1/+1
* In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison2015-03-151-12/+5
* Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison2015-03-151-23/+4
* Update memory limits when we call free() on a pool.Jeremy Allison2015-03-151-0/+2
* Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison2015-03-151-12/+9
* Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison2015-03-151-1/+8