summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc/talloc.3.xml
Commit message (Collapse)AuthorAgeFilesLines
* Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2008-09-161-738/+0
|
* r23802: fixed URL in XMLAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit c0111223e2201b2c62e25a4c88e1ee445fde5ab6)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23796: main COPYING file for samba4, plus some formatting varientsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 76c6bfdeb51b5673bbabe0ca3d8bff3b74a327ee)
* r22758: - add missing _talloc_set_name_const(ret, ret); to ↵Stefan Metzmacher2007-10-101-0/+21
| | | | | | | | | | talloc_append_string() - update manpage and add comments about _talloc_set_name_const(ret, ret); in all places which use them metze (This used to be commit 5cd100de829b75b83e49bd572a33a267cf86f215)
* r18439: 2nd try at a talloc_move() api. This type with the ** ptr interfaceAndrew Tridgell2007-10-101-1/+1
| | | | | | | | exposed. Unfortunately this generates a large number of type punning warnings. We'll have to find some magic to hide those. (This used to be commit 254cbf09dee5a1e20c47e47a298f1a8d172b41b9)
* r18435: added a function talloc_move() which is like talloc_steal(), but isAndrew Tridgell2007-10-101-1/+11
| | | | | | | | | | | meant for moving pointers between structures. The difference is that talloc_move() will zero the source pointer, thus ensuring you don't reference the pointer in the old context. talloc_move() is appropriate in some, but not all cases where we use talloc_steal() now. The interface came out of a discussion with Jeremy. (This used to be commit 200756017e1867faa207703eddc00a75ae4527df)
* r17907: - add a generic talloc_report_depth_cb() function which takes a callbackStefan Metzmacher2007-10-101-0/+50
| | | | | | | | | | to do the actual report. - make the talloc_report_depth_file() a wrapper of it - and talloc_report() and talloc_report_full() are wrapper of talloc_report_depth_file() metze (This used to be commit b199557b358e6216d89d233513079fcd56b307aa)
* r17895: - talloc_increase_ref_count() can failStefan Metzmacher2007-10-101-1/+4
| | | | | | | - make talloc_reference() typesafe when gcc >= 3 is used metze (This used to be commit 933d1b47ad614d02cc02b602e704948b342febdb)
* r17886: add talloc_ptrtype() and talloc_array_ptrtype(),Stefan Metzmacher2007-10-101-0/+18
| | | | | | | see the manpage what they do:-) metze (This used to be commit bfca83c91e47e9017474809cd7bc8b2e6e20416a)
* r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher2007-10-101-2/+2
| | | | | | | the max amount of memory of one process metze (This used to be commit f47b7bb656c8854c16c5a28ba24d18eeb22b6e22)
* r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry ↵Jelmer Vernooij2007-10-101-0/+637
Williams (This used to be commit 62550eac1e56e95c8080a0519579fd97ee5d465a)