Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
(This used to be commit 84a079af490cb135dd557091932ea079e1d7ff5b)
|
|
Jeremy.
(This used to be commit 4b03f4eb2da7a523967ace3d13e79406ade07d47)
|
|
Guenther
(This used to be commit 085887eed71ed1ffdb30100d83763e671ea10eee)
|
|
Guenther
(This used to be commit d87133d0516294e7d5f123e3bb2e93c179c72677)
|
|
Guenther
(This used to be commit c61499ce02355f5969fa0475ed6e3c278995ecdb)
|
|
Guenther
(This used to be commit 2f5e25be276135e9cb4cc0c44ec573d466def66e)
|
|
Guenther
(This used to be commit e048780163f95fb7c2d337606794e1aa3c8b4b79)
|
|
Guenther
(This used to be commit f98e7909238bd253436076377a7e6b8fb1cb49a9)
|
|
Guenther
(This used to be commit c73ff43e8f68600d6bd67c875d40bec2ec02b6dd)
|
|
dbwrap_trans_[delete|store]()
Michael
(This used to be commit 7dcd0c1e539df9ff1768a9c878b6687b9e1bfeac)
|
|
failed.
Michael
(This used to be commit ab0aaed907fef233998ff0841d30eabef3263ee8)
|
|
Michael
(This used to be commit b6ceeaabae94b86fe79d6a60e497fb472ca23021)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 9925cc01a2a4739d6cde5991eb0d0b79ae13353b)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 3bf9ab640e9a79157fcfee0b5d0cde5badc92755)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit b61b8ca4944f399216d8e67a48ea7d259258b432)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 729f7b9ff30e81537a7257daeaa1728c7ae96853)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit a77b5b91dd439b5965fef17f2b2ff98fefd77dbb)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 093c3bced96c934419af69cc065a240368027dcf)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 4e2be189e97f653b75bd88135a631ce0f42db267)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 9620696083473e3a98b46dd90b3b4aa287580940)
|
|
This should be used when transactions are wanted.
For now it's just a wrapper of db_open(), but this
will change.
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit 74a070b8a24fea1009e557f711b76fc14e8961dc)
|
|
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(This used to be commit f05e889bc05a816aef5b9ce4f22267e977dade01)
|
|
Guenther
(This used to be commit fed644372916a5e565e4f5352aab61b39a3a42a0)
|
|
Guenther
(This used to be commit 3426f13f3bbcb5cae3f2e6aac9e2d04174e5bdc0)
|
|
NTLM logons must go against our DC.
(This used to be commit 2e24f7c0243c67a00102c11258cfa6f61caf499f)
|
|
The samr connects will fail. This is not independent of the CONTACT_TRUSTDOM
flag neede by krb5 logins.
(This used to be commit 4de4949e3bfcfb2169c329f19cb76936d9043d50)
|
|
Winbind can't be allowed to connect to the local smbd.
(This used to be commit 0d617f639a3c9c52e4327aed4bd02d9e8e7312a2)
|
|
Guenther
(This used to be commit 7eb4f6f6f9f27cda3d512f4042e36d70d0b26b6b)
|
|
Guenther
(This used to be commit 0aaf975560dce3b4e58ab71687c3412c0c2a72cf)
|
|
Guenther
(This used to be commit 3f5fa596632077b0ffed1046d0a2fb6a011b16ea)
|
|
Guenther
(This used to be commit 1fc98ee431d3ebe0c5d8bed55dcb788c16228ddd)
|
|
Guenther
(This used to be commit a14b00ee19c6dc23ff687e57e8e6340702056317)
|
|
Guenther
(This used to be commit fa64c76ac8e54f385f277b5b39be70075b2eeee0)
|
|
Guenther
(This used to be commit 4bf2a17c2b9abff45afd50ea93b96b2a080d9168)
|
|
Guenther
(This used to be commit b22167fb608d3948f1473a5f3dee9e8d18e282e3)
|
|
I leave the more explicit error path in the "if (cmd == 0)" block.
Michael
(This used to be commit 2ae19b5fb89e0a992962af14a81b641bf13b7892)
|
|
This is not a proper bug but the code is clearer now
and we are tracking failure of open separate from that of close.
Michael
(This used to be commit 451fc9ae05f841883081a334e179cf31625a772c)
|
|
Guenther
(This used to be commit e16ca32b8e0485ceafee6a2ff62dc88e96329ec4)
|
|
Guenther
(This used to be commit 8474ef334fd0ff05ee67a49ad7c39687117b49d9)
|
|
Coverity ID 545 falsely classified this as a NULL dereferencing bug.
By putting the loop of walking the list of aces more naturely not using
additional counters, it becomes much more obvious that it is not entered
when dir_ace == NULL.
The same modifications are done for the file_ace loop.
Michael
(This used to be commit 6dab6cf0647d7db01e5e472f8b5cf21395b7dbf0)
|
|
Guenther
(This used to be commit ffe77dc8b0476b7a5d81d63c3cf67f81033df12e)
|
|
Michael
(This used to be commit cd17cc745a35db8ee158f59a5fff1f0f26cf9c6e)
|
|
Michael
(This used to be commit ee46f0eca6ea21d0c51103252fecf911bb448687)
|
|
instead of having it directly as a member in the private data struct.
This makes it easier to flush and initialize the cache.
Michael
(This used to be commit 03efb72b4632e2bbb0838ca56a3e556448bda5c5)
|
|
And use it also in the close operation.
Michael
(This used to be commit 8cb288124993eb59459e7e9777c65e58c0554d55)
|
|
36f8bafbd3dee66a8....
Make sure that IPv4 addresses are not enclised in []'s.
(This used to be commit 4ddf58dbdc3d74cb72788ef4a2ec7587d4948c40)
|
|
Guenther
(This used to be commit 2586dc34e0f72204749f5bf10c8135cd3a753a42)
|
|
Guenther
(This used to be commit 9024aecdbf5d4df9996625f0cc8ce8a5ecdd247e)
|
|
W2k8 generated NT_STATUS_ARRAY_BOUNDS_EXCEEDED errors while validating trusts.
Guenther
(This used to be commit 5d0aa3bbf8e56f5d2a1ab4d037d7fd146b095f9d)
|
|
Guenther
(This used to be commit 42971b71acec9c9fd94011c06d41702dac6b4f87)
|