index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
talloc
/
talloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r18995: - fix bug 4078
Stefan Metzmacher
2007-10-10
1
-6
/
+12
*
r18946: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18521: implement volkers suggestion for avoiding the type punning warnings
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r18435: added a function talloc_move() which is like talloc_steal(), but is
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
2007-10-10
1
-17
/
+0
*
r18100: actually make usage of libreplace :-)
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18027: Fix some 64-bit warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17950: sync talloc with samba3
Stefan Metzmacher
2007-10-10
1
-0
/
+7
*
r17907: - add a generic talloc_report_depth_cb() function which takes a callback
Stefan Metzmacher
2007-10-10
1
-49
/
+80
*
r17895: - talloc_increase_ref_count() can fail
Stefan Metzmacher
2007-10-10
1
-3
/
+6
*
r17893: add a function to disable the null_context
Stefan Metzmacher
2007-10-10
1
-2
/
+10
*
r17892: fix the last talloc c++ warning
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r17891: remove c++ warnings from talloc
Stefan Metzmacher
2007-10-10
1
-11
/
+12
*
r17578: in standalone talloc build ensure we get intptr_t if available (which
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r17264: - remove unused includes from talloc
Stefan Metzmacher
2007-10-10
1
-14
/
+4
*
r17176: remove off_t from talloc. size_t is large enough to hold
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r17062: make correct use of talloc destructors, and make the code much simpler
Stefan Metzmacher
2007-10-10
1
-14
/
+12
*
r17061: - remove the currect talloc chunk from it's parent before freeing the...
Stefan Metzmacher
2007-10-10
1
-5
/
+3
*
r16446: talloc_set_name() allocates and can fail...
Stefan Metzmacher
2007-10-10
1
-6
/
+21
*
r15856: fixed talloc_asprintf_append() on solaris
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r15852: patch from Rusty to make talloc_set_destructor() and talloc_steal()
Andrew Tridgell
2007-10-10
1
-6
/
+8
*
r15828: a talloc steal optimisation spotted by metze
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r15824: fixed a subtle talloc bug to do with memory context loops. When you
Andrew Tridgell
2007-10-10
1
-2
/
+34
*
r14999: Remove more unused autoconf code
Jelmer Vernooij
2007-10-10
1
-10
/
+8
*
r14288: - make the snprintf call in talloc portable to older solaris boxes
Andrew Tridgell
2007-10-10
1
-2
/
+8
*
r14131: Fix Coverity bug # 127
Volker Lendecke
2007-10-10
1
-1
/
+3
*
r13400: Only return NULL from talloc_asprintf if vsnprintf returns an
James Peach
2007-10-10
1
-1
/
+1
*
r13397: Propagate the error return from vsnprintf to trap the case where
James Peach
2007-10-10
1
-2
/
+12
*
r12633: expose talloc_vasprintf_append()
Andrew Tridgell
2007-10-10
1
-4
/
+1
*
r11983: make talloc LGPL. This makes more sense given that ldb depends on
Andrew Tridgell
2007-10-10
1
-11
/
+15
*
r10726: fix to talloc_parent() from Michael O'Brien
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8127: fixed code in function error
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r8126: - moved to 16 byte alignment for talloc. This is in response to a bug
Andrew Tridgell
2007-10-10
1
-50
/
+53
*
r8032: added loop detection into talloc. Robert Collins found a way to make a
Andrew Tridgell
2007-10-10
1
-16
/
+46
*
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
Simo Sorce
2007-10-10
1
-0
/
+22
*
r7781: finding the parent of a talloc ptr is trickier than it looks due to th...
Andrew Tridgell
2007-10-10
1
-7
/
+26
*
r7780: fixed a bug in talloc_find_parent_byname()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname()
Andrew Tridgell
2007-10-10
1
-0
/
+24
*
r6845: make the talloc header align to 40 bytes, which costs us an extra 4
Andrew Tridgell
2007-10-10
1
-8
/
+11
*
r6831: talloc now requires config.h (this fixes ldb build)
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r6828: More portability fixes
Jelmer Vernooij
2007-10-10
1
-0
/
+9
*
r6812: more talloc portability tweaks
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r6808: - test for gcov not needed
Andrew Tridgell
2007-10-10
1
-13
/
+0
*
r6804: Add config.h for talloc (and use it)
Jelmer Vernooij
2007-10-10
1
-5
/
+13
*
r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r6660: Sorry for the spam... I think now I've got a version that should compi...
Volker Lendecke
2007-10-10
1
-1
/
+10
*
r6650: keep style consistent
Simo Sorce
2007-10-10
1
-1
/
+2
*
r6645: Add talloc_get_size() function.
Simo Sorce
2007-10-10
1
-0
/
+10
*
r6513: Commit talloc_free_children.
Volker Lendecke
2007-10-10
1
-20
/
+37
*
r6075: added talloc_enable_null_tracking() (asked for by lifeless)
Andrew Tridgell
2007-10-10
1
-2
/
+12
[next]