Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit de7af6913487b51e44463bf1908e765477d28e5d)
|
|
(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f)
|
|
that is autogenerated.
(This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
|
|
Not sure if we can produce one from the other, so I manually made
them equal for now.
Michael
(This used to be commit 1c14c457bea75fb3055712547cca501e8ef3fc20)
|
|
(This used to be commit 9f402c607f44663cab91cc7d2139f62b84c99cc0)
|
|
(This used to be commit 5cc7a638e93e5f3540755b441a99d4fd3c9c7134)
|
|
(This used to be commit 6deca23b6c66616fbf5ba004e9b778aa68790df6)
|
|
A talloc pool is a chunk of memory that can be used as a context for further
talloc calls. Allocations with the pool as the parent just chew from that
memory by incrementing a pointer. If the talloc pool is full, then we fall back
to the normal system-level malloc(3) to get memory.
The use case for talloc pools is the transient memory that is used for handling
a single SMB request. Incrementing a pointer will be way faster than any malloc
implementation.
There is a downside of this: If you use talloc_steal() to move something out of
the pool, the whole pool memory is kept around until the last object inside the
pool is freed. So if you talloc_free() the pool, it might happen that the
memory is freed later. So don't hang anything off a talloc pool that should
live long.
Volker
(This used to be commit 60ef9a84f0bd18d48e453c08aa420d17275e0881)
|
|
Michael
(This used to be commit 2a2c28584cdb65fcea8563eb3bf21fea497fdff3)
|
|
Michael
(This used to be commit a0caedb94f6f7c62ae706e35a4c0b2876f74978d)
|
|
(This used to be commit 0c829e6ee6f43299cc5889c2af3d0402256da0d0)
|
|
mkconfig.mk file.
(This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935)
|
|
Michael
(This used to be commit 3b9b396292077b2d3ff1fb1712462b767cc2bf81)
|
|
(This used to be commit 6c7aa271b1cb0f5604be54f1aa26e1e3531c8f36)
|
|
(This used to be commit 71dc1d5d1db7e5e3cb4245c20df739926c1e8514)
|
|
This code is no longer used, and equivalent code already exists in Python
(scripting/python/samba/samba3.py)
(This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
|
|
(This used to be commit 7aff2ddd8ca1ff68fc704fdb139d81d6daa51115)
|
|
(This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
|
|
(This used to be commit 35f5c8294e9f3b304987597d4bcfc75fdda05982)
|
|
(This used to be commit 4557b34d82e16038db903278ea64313a9d731d61)
|
|
(This used to be commit 5f33545c78e13871d622c0a5a0ded789bf624869)
|
|
Spotted by nobody88 in IRC.
(This used to be commit 38d4e2407afb942de21379dc886f9e4c5532a2b9)
|
|
metze
(This used to be commit 99d6f49340d6f190ac318af939eeec17c29f1bbd)
|
|
(This used to be commit 67074ff4aa06d56fb84752d39132d33d5599ca7f)
|
|
(This used to be commit a72d3ffaded5624732972708c305b8f84f47fed7)
|
|
(This used to be commit a22bb7725b0b825a90e955f883a34341e9f0f69e)
|
|
non-smb_build build system.
(This used to be commit f44b838b682760e54aa981fe2e991495395d2394)
|
|
(This used to be commit 091f1e7314f05253ae1c10b3d04557be584ed19f)
|
|
(This used to be commit ea718a0c0b1efd73020da6d5a362b371afd8e371)
|
|
(This used to be commit 20c15884c84151d01f50cdba571b3ba4be1a9fd8)
|
|
(This used to be commit ea07509b4a9335a3b3fe6f6da1124fd1aab33c96)
|
|
(This used to be commit 239a1616644321e2d1e64985ea3f3c4971997228)
|
|
(This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
|
|
(This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3)
|
|
Conflicts:
source/scripting/python/config.m4
(This used to be commit 6a43b5e895444235c869b008de98e4b21bcdcfd9)
|
|
(This used to be commit 80dbf04266d15833f7eb18704cfece1f95965e83)
|
|
(This used to be commit b874f07175ae38a041f53f0e4ac6a4050dcefeae)
|
|
(This used to be commit e4d7cd8ba77aa05c11dad457c3f2c2c6252c5966)
|
|
(This used to be commit 501259ff31641bf52e337b597881d1fedc6b2a63)
|
|
(This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
|
|
(This used to be commit 13a7dfb90066a52e0d90dbed5fe2c82c4af6092c)
|
|
documentation.
(This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
|
|
(This used to be commit dad809030478a85ac13a73bce9c07314792f01c2)
|
|
(This used to be commit 3f24136b56d281580410bf69841c6dece5508d17)
|
|
(This used to be commit c0fef09c5d88158b620f38b6f74498a8b6323bd9)
|
|
(This used to be commit 3c64fc7dc631a79154957e45f8961e2ee519743f)
|
|
(This used to be commit c9c115647893478e21134f8c703e0f52e2478882)
|
|
(This used to be commit 9a4b9facc869a8f7363932a591437251b44cd7bb)
|
|
(This used to be commit 5ade1a951685665164037138cb92e5b2db2a8b52)
|
|
makefile targets.
(This used to be commit ea7d389bcc284d2e9eeff79bce5c285269099ad3)
|