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
2001-08-08
Change all realloc() statements to Realloc() (ecxept for tdb.c)
Simo Sorce
1
-1
/
+1
2001-07-02
Made talloc_realloc() semantics match realloc(). JF was complaining :-).
Jeremy Allison
1
-0
/
+8
2001-06-22
Spelling fix.
Tim Potter
1
-1
/
+1
2001-06-22
the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...
Andrew Tridgell
1
-7
/
+1
2001-05-11
Added talloc_strdup() funcion.
Tim Potter
1
-0
/
+6
2001-03-23
Added Gerald's fixes.
Jeremy Allison
1
-1
/
+0
2001-03-23
a much simpler talloc() implementation. This version has the following
Andrew Tridgell
1
-29
/
+36
2001-02-28
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
1
-0
/
+13
2001-02-27
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
1
-0
/
+22
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-0
/
+5
2000-08-12
reworked talloc() to in order to help track down invalid
Gerald Carter
1
-25
/
+26
2000-08-10
talloc returns 0xdeadbeef when asked to allocate 0 bytes
Gerald Carter
1
-19
/
+29
2000-07-27
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
1
-1
/
+8
2000-06-26
fixed size alignment in talloc
Andrew Tridgell
1
-2
/
+2
2000-01-11
Fixed pointer arithmetic found by IRIX compiler.
Jeremy Allison
1
-1
/
+1
2000-01-05
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
1
-0
/
+96