| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
metze
(cherry picked from commit 3a70274c908e31453942b442351eab8423c1a53d)
(cherry picked from commit 784b37987c51806b225371ea1f1bdc416de3dfd1)
|
|
|
|
|
|
| |
metze
(cherry picked from commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
(cherry picked from commit 97483e2830971d34ef0775159bfd07402e3d284e)
|
|
|
|
|
|
| |
metze
(cherry picked from commit fba00736c870f449c0eee32fe0d7b0d539dca51f)
(cherry picked from commit b90a6c5cbf2912c9cc2961de4efc880502a3441e)
|
|
|
|
|
|
| |
metze
(cherry picked from commit 82e826253b6d18832931dbb5c1dda009889bf9e0)
(cherry picked from commit 66126edaf425ccdfc5bed90252493235878d4fc1)
|
|
|
|
|
|
| |
metze
(cherry picked from commit c70eba87dbbac6c2c1e68c343cdd410577c1686f)
(cherry picked from commit 236ce0ac6f949c2dd42f5df06e39af69b779d61e)
|
|
|
|
|
| |
(cherry picked from commit bd089818a3182698dfe85039c1b2e22d8c2835bb)
(cherry picked from commit 7a3cb33c6d9d14907777f55abd6421bab89b34b2)
|
|
|
|
|
| |
(cherry picked from commit dabdf24e86f038e3afc67532fa5bf60a37992161)
(cherry picked from commit fdf2a94583949150fd426f44cd33265fc6fd9d6e)
|
|
|
|
|
|
| |
metze
(cherry picked from commit 04f4523ed032946b8f0e74ac6f7458010159e3bb)
(cherry picked from commit f7d298760d9822d7a437507a49f2140352212411)
|
|
|
|
|
| |
metze
(cherry picked from commit 7adf41795027dba9648912373220fa0dcf9bb42a)
|
|
|
|
|
|
| |
metze
(cherry picked from commit 3451b54bf7f5e37a589ec261d28c2a8b6f9788ed)
(cherry picked from commit a004b38a953d64e77b58bdb99d0af946e2cae2cf)
|
|
|
|
|
|
|
|
| |
Note: moving it out of AC_LIBREPLACE_BROKEN_CHECKS will be the next step
metze
(cherry picked from commit 55a904b1d7aeca849d450e371b18afca5b0c6218)
(cherry picked from commit a7969f94f854594dbe6ef3ff630e242d27ad618e)
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'd like to also provide futimes(), but it seems
that some systems doesn't support a it at kernel level.
If someone knows how to write a portable replacement
for futimes() please tell me...
metze
(cherry picked from commit a9604fe4a323dccb537cf02ea7594437b4995803)
(cherry picked from commit cde0db60402a69a05dea51b5b8f01789e93406e7)
|
|
|
|
|
|
| |
metze
(cherry picked from commit 8798ce3c744025b94973784dcb44d099427ef190)
(cherry picked from commit 1c01674624db5a2dae3afe9ba213a69c2ee2efda)
|
|
|
|
|
|
|
| |
Have no idea why the previous sequence of characters was causing
iconv to choke on my Ubuntu 8.04. Reword the entry some
for clarity and to advoid this failure.
(cherry picked from commit b0b4bd2466658deacb1de3d58154bcc8d198d675)
|
|
|
|
|
|
| |
be adhered to.
Jeremy.
(cherry picked from commit 03a1b791f1ce41f67bf134024bbc8d116b42ea48)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 0e8e05d556a7f84e500cca3fa858f9b4a9522a5f)
|
|
|
|
|
|
|
| |
find a dc.
Guenther
(cherry picked from commit ae60695a349bccd1128e6c439664b0607627ef23)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 47146effc1c2bca516d4fbccf221b5b0e02737bf)
|
|
|
|
| |
(cherry picked from commit d923d3acdf2c47e8d1dff0951edabe37ba5078c0)
|
|
|
|
|
| |
Guenther
(cherry picked from commit d3dd7ea5a77414c0d802668ab5bfbe3487b66926)
|
|
|
|
| |
(cherry picked from commit fb0a25d59ddd28ea1d5af33ec7d9f817fac3fb9d)
|
|
|
|
|
|
| |
used for tdb_traverse() to tdb_traverse_read().
Jeremy.
(cherry picked from commit a0e1d8ac4dd9121312fd66ecb2e2942513df5a4b)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit fd0b60a9e000f969cf99a8d670080cc7a52d97d8)
|
|
|
|
|
| |
Jeremy.
(cherry picked from commit 47eb2e8fa858d9f12637eb9a10466271335f61aa)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I have no idea what I've been smoking when I checked this in :-(
Karolin, this fixes the join bug 3.0.28->3.2.0rc1
Please merge!
Thanks,
Volker
(cherry picked from commit 006e45fba01e05c664359e8104d495609d9555f7)
|
|
|
|
| |
(cherry picked from commit c20c5f082162ff6c0c2931f456897334aa002e83)
|
|
|
|
|
|
|
|
|
| |
in particular closing and reopening logs on SIGHUP.
Conflicts:
source/winbindd/winbindd.c
(cherry picked from commit 36c51951c6bca7d9b56b02cd6469e9c5a1c5147f)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 84a079af490cb135dd557091932ea079e1d7ff5b)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 029875d8c9b2f9448f5299faaa3a48e8bccbca53)
|
|
|
|
|
| |
Karolin
(cherry picked from commit e206ffb8562c821735555c9b426d76e49986fefe)
|
|
|
|
|
| |
Guenther
(cherry picked from commit c15b5d73badafdc93066197aefaaaa72e37a8b99)
|
|
|
|
|
| |
Guenther
(cherry picked from commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a)
|
|
|
|
|
| |
Also fix a "ignoring asprintf result" warning
(cherry picked from commit 64d21f39636019d6a17f84efc6fb9e61e67a235e)
|
|
|
|
|
| |
Karolin
(cherry picked from commit d9db027eae260ca53bfb1c687e0e86c97db94dfb)
|
|
|
|
|
|
|
|
| |
by name code from conn, we were already doing the
same check in the dfs_redirect() function, so move
it into parse_dfs_path() instead.
Jeremy.
(cherry picked from commit f1021e4c8d5ace6356c5b2106153288a6eb89a6b)
|
|
|
|
|
| |
Guenther
(cherry picked from commit a159ec5f1f3ec8e9232b8f3230a996a3f9986bc1)
|
|
|
|
|
|
|
|
|
| |
Citrix PM cannot use a Samba DC when having more then 900 groups as citrix
insists on calling _samr_GetDisplayEnumerationIndex() after receiving the first
900 groups via _samr_QueryDisplayInfo() to get the continuation index.
Guenther
(cherry picked from commit 1c4adc8dda68eae9839bdff843aadf8c98dd9e87)
|
|
|
|
|
| |
Guenther
(cherry picked from commit c92b585cc42ba9f42727512c08c896ee40e5e319)
|
|
|
|
|
| |
Guenther
(cherry picked from commit cb0b0fd2684b63257421aba599f9d2111c0438bf)
|
|
|
|
|
| |
Karolin
(cherry picked from commit ced04ac5af954d91223421c6c7d34e4fc3fb2947)
|
|
|
|
|
|
|
| |
ctdb socket -> ctdbd socket
Karolin
(cherry picked from commit f45e88b65951a35c9e50966fb158c571df910819)
|
|
|
|
|
| |
Karolin
(cherry picked from commit 31be11bbc373297c306b7aed1a7a35883e5e5136)
|
|
|
|
|
|
|
| |
mangle map -> mangled map
Karolin
(cherry picked from commit 5c260c9f66c5f5f558516a4f97bcfcb86059efa3)
|
|
|
|
|
|
|
| |
'mangled map' has been removed with dee8beba7a92b8a3f68bbcc59fd0a827f68c7736.
Karolin
(cherry picked from commit d9b4e500675a378daba50d12cd638a245aa78b72)
|
|
|
|
|
| |
Guenther
(cherry picked from commit d077ef64cd1d9bbaeb936566c2c70da508de829f)
|
|
|
|
|
| |
Karolin
(cherry picked from commit e02673dc0f59b1d6b0ff83ba23fcaa1373ca7a6f)
|
|
|
|
|
| |
Karolin
(cherry picked from commit bbad2b9758cff53679188ff5e4fc47db3cc51d65)
|
|
|
|
|
|
| |
Guenther
(cherry picked from commit f3251ba03a69c2fd0335861177159a32b2bc9477)
(cherry picked from commit 6d445c134d4d78f8261c998a5a83feaafb01bbca)
|
|
|
|
|
|
| |
not the start of the list.
Jeremy.
(cherry picked from commit 4d30a6bff9ce8e826f0109e99021d6683ec4299f)
|
|
|
|
|
| |
Jeremy.
(cherry picked from commit 0a68f230cd92b97efed2b3bad19a3bf9a750d401)
|