Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit db6122ec104e80ee2e02b1170ff808b6456b780b)
|
|
(This used to be commit 7598c8389745fcc77da341b4af2dcef6a01db700)
|
|
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
|
|
(This used to be commit 3947327f8c4ca530d99bc5ac3d1f6f54727f477a)
|
|
(This used to be commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be)
|
|
Metze requested that the format not include spaces, and the input parser
already expects this.
Andrew Bartlett
(This used to be commit 3b1f5d10360ed1b26980d748a7c9be6db5977bd3)
|
|
Andrew Bartlett
(This used to be commit a6f59b1c7a81c7be4e9f83786fc4e1f454e6df0f)
|
|
This should allow the prefixMap to be edited, until we find the right
way to autogenerate it.
Andrew Bartlett
(This used to be commit 24ae9a55ec326807afd8d5bfa0a422a6668bd7c3)
|
|
(This used to be commit 94167c7d4273fbd6084d6ddae7fd15dcb189d62f)
|
|
(This used to be commit 7b9b3ec02b27852cc32689a44c7f3fbbe43b7c6b)
|
|
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
|
|
(This used to be commit c3f556915f09d078253e4c5539910a1cf420eeca)
|
|
(This used to be commit 48bfce0ea51b952baef5bfa667405e8742e5016f)
|
|
(This used to be commit 2cc924a412578c052a7793408300c28c8bc87c2d)
|
|
(This used to be commit 1c179566cb39eb09e522dbce69230472a5d4e655)
|
|
(This used to be commit 988508c2d3269cc88ed38df2fc207a1c0aaccc6b)
|
|
(This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
|
|
(This used to be commit 777dc3a2c7b5bf855344ba3ae8c8b564c48fc0c6)
|
|
(This used to be commit adcd87ad07abbf60a0152deae4b975a2401d701b)
|
|
(This used to be commit 3e7b361f5952bd2f8a417510adf218b78234ed36)
|
|
(This used to be commit f2e8f9851044506ef80811a6b6c5d31632a1f112)
|
|
(This used to be commit a75dbdec15ead785e0105dd61f980627e487fcb0)
|
|
(This used to be commit 1ce0632afeb94a69bf286706b3b1f9f4be7ea91f)
|
|
(This used to be commit 5980c7bfd727825758bda1b94ddf7a7c3f691620)
|
|
(This used to be commit 3246258afb4f3b4a977a191f2f83c73e8ce9c65a)
|
|
(This used to be commit df01b040f7450c3be29f369a993955fbc4678bd9)
|
|
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
|
|
reg_open_local().
(This used to be commit 0d5752c940360a0ceb5e23cd6f71cbc61271137a)
|
|
(This used to be commit e8d96b61db1cddc2d8dca45e6e9b53d5c31ee5d4)
|
|
(This used to be commit 076e2cc356978ac313fcfdf8d8243f4ed1d629b0)
|
|
(This used to be commit 7d43d2c7c91c86246b9bb2ae7eda050079767e7a)
|
|
(This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)
|
|
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
|
|
(This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)
|
|
(This used to be commit 67d738d6e65476263a2b7c236a57fe2b0a2dfe32)
|
|
(This used to be commit a649a010670ee2c0d155aa62654841cf1f2bab8f)
|
|
(This used to be commit 717283331f8a1ebd80e7ec52d9bfe709f869ec86)
|
|
detected
metze
(This used to be commit 84b5652d3e5766521436e4c7d59615b08b2bb198)
|
|
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
|
|
(This used to be commit 30f8d581aa339b37b27011e65355937590df10b9)
|
|
(This used to be commit 0fae6f11081cff7846319175cfec95fa3911571c)
|
|
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
|
|
(This used to be commit ed38c668cdbe10966e46bad97301122eea8001d0)
|
|
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
|
|
metze
(This used to be commit 76be51d3a08e2239a137b8abe3f2df722f69ddb2)
|
|
Samba can later just check libreplace_cv_HAVE_IPV6 = yes.
metze
(This used to be commit e835e7eebcc064ce0813814796828f15ad112fbd)
|
|
makefiles.
(This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
|
|
(This used to be commit 034c68bea934db87bce13a750c17fb1bd2bbe3b6)
|
|
used for tdb_traverse() to tdb_traverse_read().
Jeremy.
(This used to be commit e05ec3047c4fe0cc2e09a812830fc835dc35abea)
|
|
Calling tdb_traverse inside a transaction led to the transaction lock being
held indefinitely. This was caused by the tdb_transaction_lock/unlock inside
tdb_traverse: The transaction code holds the global lock at offset
TRANSACTION_LOCK. The call to tdb_transaction_lock does nothing because the
transaction_lock is already being held. tdb_transaction_unlock inside tdb_wrap
resets tdb->have_transaction_lock but does not release the kernel-level fcntl
lock. transaction_commit later on does not release that fcntl lock either,
because tdb->have_transaction_lock was already reset by tdb_transaction().
This patch does fix that problem for me. An alternative would be to make
tdb->have_transaction_lock a counter that can cope with proper nesting, maybe
in other places as well.
Volker
(This used to be commit 89543005fe2e4934b3c560c937d49304a32a7fc2)
|