summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06VERSION: Bump version up to 4.0.27...v4-0-testKarolin Seeger1-2/+2
2015-05-06WHATSNEW: Add release notes for Samba 4.0.26.samba-4.0.26v4-0-stableKarolin Seeger1-2/+80
2015-04-09s4:auth/gensec_gssapi: let gensec_gssapi_update() return NT_STATUS_LOGON_FAIL...Stefan Metzmacher1-2/+2
2015-03-16s3:configure: require external talloc >= 2.1.2Stefan Metzmacher1-1/+1
2015-03-15talloc: version 2.1.2Stefan Metzmacher3-1/+71
2015-03-15talloc: fix _talloc_total_limit_size prototypeStefan Metzmacher1-1/+1
2015-03-15lib: talloc: Test suite for the new destructor reparent logic.Jeremy Allison1-0/+82
2015-03-15lib: talloc: Allow destructors to reparent the object they're called on.Jeremy Allison1-0/+7
2015-03-15lib: talloc: Fix bug when calling a destructor.Jeremy Allison1-1/+7
2015-03-15talloc:build: improve detection of srcdirMichael Adam1-1/+1
2015-03-15talloc: version 2.1.1Stefan Metzmacher3-1/+71
2015-03-15talloc/tests: avoid some unused variable warningsStefan Metzmacher1-0/+13
2015-03-15talloc: fix compiler warningStefan Metzmacher1-1/+4
2015-03-15talloc: check for TALLOC_GET_TYPE_ABORT_NOOPStefan Metzmacher1-0/+4
2015-03-15talloc: avoid a function call in TALLOC_FREE() if possible.Stefan Metzmacher1-1/+1
2015-03-15talloc: inline talloc_get_name()Stefan Metzmacher1-6/+10
2015-03-15talloc: inline more static functionsStefan Metzmacher1-19/+26
2015-03-15talloc: Tune talloc_vasprintfVolker Lendecke1-5/+9
2015-03-15talloc: Update flags in pytalloc-util pkgconfig fileLukas Slebodnik1-2/+2
2015-03-15Add a basic guide on pytalloc.Jelmer Vernooij2-0/+156
2015-03-15talloc: Add a warning to talloc_reference() documentation.Andreas Schneider1-0/+8
2015-03-15talloc: Test the pooled objectVolker Lendecke1-0/+36
2015-03-15talloc: Add talloc_pooled_objectVolker Lendecke5-1/+174
2015-03-15talloc: Allow nested pools.Volker Lendecke3-24/+52
2015-03-15talloc: Add a separate pool sizeVolker Lendecke1-12/+23
2015-03-15talloc: Put pool-specific data before the chunkVolker Lendecke1-79/+125
2015-03-15talloc: Introduce __talloc_with_prefixVolker Lendecke1-10/+22
2015-03-15talloc: Decouple the dual use of chunk->poolVolker Lendecke1-25/+23
2015-03-15Fix valgrind errors with memmove and talloc pools.Jeremy Allison1-0/+21
2015-03-15Add simple limited pool tests to test_memlimit().Jeremy Allison1-0/+27
2015-03-15Remove talloc_memlimit_update(). No longer used.Jeremy Allison1-24/+0
2015-03-15Inside _talloc_realloc(), keep track of size changes over malloc/realloc/free.Jeremy Allison1-4/+15
2015-03-15Don't call talloc_memlimit_update() inside _talloc_realloc() when we're just ...Jeremy Allison1-15/+0
2015-03-15Fix a conditional check. (size - tc->size > 0) is always true if size and tc-...Jeremy Allison1-1/+1
2015-03-15In _talloc_steal_internal(), correctly decrement the memory limit in the sour...Jeremy Allison1-12/+5
2015-03-15Inside _talloc_free_internal(), always call talloc_memlimit_update_on_free() ...Jeremy Allison1-23/+4
2015-03-15Update memory limits when we call free() on a pool.Jeremy Allison1-0/+2
2015-03-15Change __talloc() to only call talloc_memlimit_check()/talloc_memlimit_grow()...Jeremy Allison1-12/+9
2015-03-15Change _talloc_total_mem_internal() to ignore memory allocated from a pool wh...Jeremy Allison1-1/+8
2015-03-15Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison1-1/+1
2015-03-15Start to fix talloc memlimits with talloc pools.Jeremy Allison1-0/+72
2015-03-15talloc: Fix a typoVolker Lendecke1-1/+1
2015-03-15talloc: only provide the --enable-talloc-compat1 in standalone buildStefan Metzmacher1-4/+6
2015-03-15talloc: Simplify _talloc_free_poolmem a bitVolker Lendecke1-2/+14
2015-03-15talloc: Do an early returnVolker Lendecke1-3/+6
2015-03-15talloc: Avoid some "else" by doing early returnsVolker Lendecke1-4/+8
2015-03-15talloc: Fix nonblank line endingsVolker Lendecke1-34/+34
2015-03-15talloc: Convert error cecking macros into fnsSimo Sorce1-37/+74
2015-03-15Add tests for talloc_memlimitSimo Sorce1-0/+172
2015-03-15Add memory limiting capability to tallocSimo Sorce5-40/+327