1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Stefan Metzmacher
86c510e319 r22759: sync lib/talloc with samba4
metze
2007-10-10 12:21:54 -05:00
Jeremy Allison
da78488b86 r22564: Move the _strict -> _zeronull functions into lib/util.c
and out of talloc at tridge's request.
Jeremy.
2007-10-10 12:19:45 -05:00
Jeremy Allison
fcbfa2c991 r22541: Added talloc_size_strict macro.
Jeremy.
2007-10-10 12:19:43 -05:00
Jeremy Allison
06b47f3d72 r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.
2007-10-10 12:19:43 -05:00
Jeremy Allison
1283da1bf8 r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.
2007-10-10 12:19:43 -05:00
Stefan Metzmacher
7fab12b34a r22366: sync lib/talloc/ with samba4
metze
2007-10-10 12:19:29 -05:00
Stefan Metzmacher
4c93c05542 r22268: merge from samba4:
protect #define __location__ with an #ifndef

metze
2007-10-10 12:19:23 -05:00
Andrew Tridgell
04f6f01dfe r21176: merged va_end() changes from Samba4 2007-10-10 12:17:45 -05:00
Stefan Metzmacher
c718eb7a7c r20197: merge talloc fixes from samba4:
- make most static functions inline
- handle NULL pointers in talloc_parent_chunk()
- use talloc_parent_chunk() in talloc_parent_name()
  to fix a bug found by the IBM checker

metze
2007-10-10 12:16:31 -05:00
Herb Lewis
e710a7d39a r20131: get rid of a few no previous prototype warnings 2007-10-10 12:16:26 -05:00
Volker Lendecke
842599a7fd r19774: Fix typo 2007-10-10 12:15:54 -05:00
Volker Lendecke
36a7bf738a r19666: Talloc_guide text on multithreading by Remi Turboult 2007-10-10 12:15:45 -05:00
Andrew Tridgell
ced12bd6d8 r19431: merge recent talloc performance improvements from Samba4 2007-10-10 12:15:35 -05:00
Andrew Tridgell
65e1500ae6 r19125: merge from samba4 2007-10-10 12:15:14 -05:00
Stefan Metzmacher
f5b0924f97 r18996: merge from samba4:
- fix bug 4078
- talloc_free(talloc_autofree_context()); should not result
  in a SIGABORT on exit
- add a test for this, but this test can also pass in the standalone build
  and samba3, as samba4 uses talloc_autofree_context()

metze
2007-10-10 12:14:54 -05:00
Stefan Metzmacher
4cd59d47c8 r18952: fix compiler warning (merge from samba4)
metze
2007-10-10 12:14:50 -05:00
Stefan Metzmacher
d49ffbc19b r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier.

metze
2007-10-10 12:01:02 -05:00