index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
talloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18027: Fix some 64-bit warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r17949: change the comment, talloc_enable_null_tracking() should
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r17923: turn on null_tracking with the first talloc_init() call,
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r17922: sync samba3's talloc with samba4's and move the samba3 specific stuff...
Stefan Metzmacher
1
-195
/
+161
2007-10-10
r17554: Cleanup
Volker Lendecke
1
-40
/
+0
2007-10-10
r17477: Add talloc_asprintf_len and make use of it.
Volker Lendecke
1
-0
/
+40
2007-10-10
r17315: Make talloc and tdb C++-warning-free. Would this also be interesting ...
Volker Lendecke
1
-13
/
+17
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-4
/
+3
2007-10-10
r15838: Back-port tridge's talloc fixes (r15824, r15828) from Samba4.
Jeremy Allison
1
-3
/
+36
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-0
/
+10
2007-10-10
r14292: Janitor for tridge (samba3 talloc is almost identical
Jeremy Allison
1
-3
/
+19
2007-10-10
r14131: Fix Coverity bug # 127
Volker Lendecke
1
-1
/
+3
2007-10-10
r11985: Move to LGPL as per tridge's Samba4 change.
Jeremy Allison
1
-14
/
+18
2007-10-10
r11962: Bring talloc up to date with Samba4, re-add the
Jeremy Allison
1
-47
/
+216
2007-10-10
r10730: Janitor for tridge on the "fix to talloc_parent() from Michael O'Brien".
Jeremy Allison
1
-1
/
+1
2007-10-10
r10606: pdb_*sql patches from
Gerald Carter
1
-4
/
+1
2007-10-10
r6849: Merge revision 6845 from Samba 4
Volker Lendecke
1
-8
/
+11
2007-10-10
r6743: Merge r6741 from 4_0
Volker Lendecke
1
-1
/
+1
2007-10-10
r6658: Sorry for the spam... I think now I've got a version that should compi...
Volker Lendecke
1
-1
/
+1
2007-10-10
r6656: Samba 4 is Samba 3.9...
Volker Lendecke
1
-1
/
+1
2007-10-10
r6654: Make talloc.c 4.0-ready
Volker Lendecke
1
-0
/
+2
2007-10-10
r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in a...
Volker Lendecke
1
-0
/
+8
2007-10-10
r6648: do not annoy make proto
Simo Sorce
1
-1
/
+2
2007-10-10
r6646: keep samba3 talloc inline with samba4 one
Simo Sorce
1
-0
/
+9
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-339
/
+881
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-0
/
+13
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-11
/
+73
2004-03-27
Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet
Andrew Bartlett
1
-0
/
+18
2003-10-06
split some security related functions in their own files.
Simo Sorce
1
-21
/
+0
2002-12-23
Finish adding strings to all talloc_init() calls.
Jeremy Allison
1
-1
/
+0
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-3
/
+3
2002-12-14
The name pointer in the talloc context must not be a talloced entry as
Jeremy Allison
1
-2
/
+13
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-6
/
+25
2002-03-18
more verbose checking in talloc and util_pw
Simo Sorce
1
-39
/
+49
2002-03-14
getpid() -> sys_getpid()
Tim Potter
1
-1
/
+1
2002-03-10
Fix typo.
Martin Pool
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-1
/
+1
2002-01-25
picky about realloc
Jean-François Micouleau
1
-5
/
+6
2002-01-14
FIXME We should turn the global list off when using Insure++,
Martin Pool
1
-0
/
+3
2002-01-03
Cope nicely with pools with no name.
Martin Pool
1
-1
/
+10
2002-01-03
talloc accounting now includes number of chunks and bytes allocated.
Martin Pool
1
-9
/
+42
2002-01-03
Add talloc_asprintf_append, which grows an existing string buffer to
Martin Pool
1
-4
/
+76
2001-12-20
Add --enable-dmalloc to link against the dmalloc malloc debugger.
Martin Pool
1
-1
/
+7
2001-12-19
Make TALLOC_CTX and talloc_chunk private to talloc.c.
Martin Pool
1
-4
/
+74
2001-12-19
Doc
Martin Pool
1
-8
/
+12
2001-12-19
Doc
Martin Pool
1
-1
/
+7
2001-12-19
Put PRINTF_ATTRIBUTE on talloc_init_named, talloc_asprintf,
Martin Pool
1
-3
/
+3
2001-12-19
Doc.
Martin Pool
1
-0
/
+6
2001-12-19
Start adding some debugging features to talloc based on Samba's
Martin Pool
1
-7
/
+38
2001-12-05
fixed an off by 1 bug in talloc_asprintf()
Andrew Tridgell
1
-1
/
+1
[next]