summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
Commit message (Collapse)AuthorAgeFilesLines
* r15841: grab talloc fixes (current up to r15838)Gerald Carter2006-05-231-3/+36
|
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ↵Gerald Carter2006-04-081-0/+10
| | | | ensure that global memory is freed when unloading pam_winbind.so (needs more testing on non-linux platforms)
* r14292: Janitor for tridge (samba3 talloc is almost identicalJeremy Allison2006-03-131-3/+19
| | | | | | | | | to Samba4 talloc). Jeremy - make the snprintf call in talloc portable to older solaris boxes - fixed an error found sing the beam analyser
* r14131: Fix Coverity bug # 127Volker Lendecke2006-03-101-1/+3
|
* r11985: Move to LGPL as per tridge's Samba4 change.Jeremy Allison2005-12-011-14/+18
| | | | Jeremy.
* r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2005-11-291-47/+216
| | | | | | | | | talloc_describe_all() function. Fix smbcontrol <pid> pool-usage as we desparately need it working in the field to track down memory leaks. Seriously, when new functionality like the Samba4 talloc is added, don't just disable working functionality like "pool-usage", fix the damn thing first ! Jeremy.
* r10730: Janitor for tridge on the "fix to talloc_parent() from Michael O'Brien".Jeremy Allison2005-10-051-1/+1
| | | | Jeremy.
* r10606: pdb_*sql patches from Gerald Carter2005-09-291-4/+1
| | | | | Uli Meis <a.sporto@gmail.com> Peter Rindfuss <rindfuss@wz-berlin.de>
* r6849: Merge revision 6845 from Samba 4Volker Lendecke2005-05-171-8/+11
|
* r6743: Merge r6741 from 4_0Volker Lendecke2005-05-121-1/+1
|
* r6658: Sorry for the spam... I think now I've got a version that should ↵Volker Lendecke2005-05-071-1/+1
| | | | | | | | compile on trunk, 3_0 and 4_0. Volker
* r6656: Samba 4 is Samba 3.9...Volker Lendecke2005-05-071-1/+1
|
* r6654: Make talloc.c 4.0-readyVolker Lendecke2005-05-071-0/+2
|
* r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in ↵Volker Lendecke2005-05-071-0/+8
| | | | | | | | | | a file that is only included if _SAMBA_BUILD_ is defined... Let's see how far this gets us. Volker
* r6648: do not annoy make protoSimo Sorce2005-05-071-1/+2
|
* r6646: keep samba3 talloc inline with samba4 oneSimo Sorce2005-05-071-0/+9
|
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2005-05-031-339/+881
| | | | | Volker to commit. Woo Hoo ! Jeremy.
* r6014: rather large change set....Gerald Carter2005-03-231-0/+13
| | | | | | | | | | | | | | pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon).
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-11/+73
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-0/+18
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+449
metze