Age | Commit message (Collapse) | Author | Files | Lines |
|
Michael
(This used to be commit f872a1f4428ed64bcfd832d981eea6446f05339e)
|
|
Michael
(This used to be commit 1a6f91755c412ab683c09f54e8ce76a66ed2bd19)
|
|
Michael
(This used to be commit d96634d037c76c36519bc9cac14dfa29c37a3213)
|
|
Guenther
(This used to be commit 68327e577dd12c157b0d7581b38c7a8dc06e08c7)
|
|
Jeremy.
Conflicts:
source/utils/net_rap.c
source/utils/net_rpc.c
(This used to be commit ac0c2fb6e8c3d1b14a6e7490857a414a5fac6bb5)
|
|
Jeremy.
(This used to be commit 201bcc8ed291b51be6f4508c6aa1cb17ce6dcbe3)
|
|
Jeremy.
(This used to be commit 7eeed8bb41059ec2bddedb6a71deddeec7f33af2)
|
|
(This used to be commit 94090f196a400651314530324e86c374f5a05657)
|
|
(This used to be commit b77c46a36366d25dcdbc476963fbf43aaa4b9801)
|
|
(This used to be commit 0865f4615d3ee91673dd6d02c6537765f34b3129)
|
|
problems.
(This used to be commit bf3c2773f94c1db29a8a3e5935ff587f16f9a905)
|
|
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)
(This used to be commit 4d89c39f267a5623f7050ff8db94bcdd191fca23)
|
|
Guenther
(This used to be commit 7c1f36d84a4c5779ea86923be69e209d0c9c0943)
|
|
Guenther
(This used to be commit 895036829c137558f7c03c31a8747a51fd290d18)
|
|
Guenther
(This used to be commit 83c4a278dfefcef14a9640d319ddf5c7392cd16e)
|
|
Guenther
(This used to be commit 355fb81e9e42e507717f33a11793258db9169199)
|
|
Guenther
(This used to be commit b2cdf0f5d04c241791c1462d1b86c587156ac0c7)
|
|
Guenther
(This used to be commit 64815c08558c73bbffeb2fdfc0d5850c4ebf8405)
|
|
Guenther
(This used to be commit 017ad275e51ff2d9ddfb4390979f16868f3e6a3f)
|
|
This fixes testparm printing "Error loading services." when there is only
the global section in registry and no other service definition.
Michael
(This used to be commit 28d197220038b9a47af177b88a8587f865e45de5)
|
|
Jeremy.
(This used to be commit 5d22ca00bcdf49dcb35468400ac8cc3c57808d0d)
|
|
This combined check has been replaced by is_dc_trusted_domain_situation()
which does not check for lp_allow_trusted_domains().
Michael
(This used to be commit 0a24c038b7bc6edef0021eb121a072cc7e8f9165)
|
|
cm_prepare_connection
when checking for a trusted domain situation.
This is how it was meant to be:
Otherwise, with a dc-trusted-domain situation but trusted domains disabled,
we would attempt to do a session setup and fail (wouldn't even get a trust
password).
Michael
(This used to be commit a5a51ca8e5971992d9b060d66201b808bd2b7a53)
|
|
Before fetching legacy password hash, check for trusted domain situation,
but also fail if trusted domain support is not enabled.
Michael
(This used to be commit aa1b8287f44f47f23bd4158112d0a132df04426c)
|
|
Michael
(This used to be commit 5f197c659e9c8a573ba5032c7f90c816df45770c)
|
|
(but trusted domain situation was found)
This completes the fix for bugs #5425 and #5451 by Steven Dannemann,
in that now no special cases are left uncovered.
Michael
(This used to be commit 0b26bcd3becb869319bca48bbf244c18b6e8e3dd)
|
|
This is like is_trusted_domain_situation() except that it does not
check for lp_allow_trusted_domains().
Michael
(This used to be commit a284c8843528972904d142b573f1170a08c97751)
|
|
Guenther
(This used to be commit 1e883c88cb667a1485de8e8bbaebb43542f43065)
|
|
Guenther
(This used to be commit d70376fc4faaf9a55337c57035e42afa6a007d1a)
|
|
Guenther
(This used to be commit d68dcc99c715f9fc1a39f280d76ba21a1fd24e88)
|
|
Guenther
(This used to be commit 0e77e71ec3bf6115fa2b6ea74502bdc02b037ab6)
|
|
Guenther
(This used to be commit 5611cf42530072bc244a7bed258d3ac959bd0b65)
|
|
Set the iServiceIndex to "-1" for starup with either config
backend (originally only for text backend). Otherwise,
process_registry_shares() will fail.
Currently, the only user of lp_load_with_registry_shares() is testparm.
Michael
(This used to be commit 5e2b925367241c41793b2eb7a628e9fc9f3ac8ff)
|
|
(This used to be commit 3b1dae7c31b881834ca4494c4434ae97a56ce6c7)
|
|
(This used to be commit 194ea682d9a5c12a0125fecc20349ca9cc3d3ea1)
|
|
Jelmer, would it be possible to make the rpc client functions take const
pointers for pure [in] arguments?
(This used to be commit d893b2ea13d2e64f1c13aa3984f77baa91a2c658)
|
|
(This used to be commit 2dbbd81677af9c470ee9370ca5414876d21c6b9b)
|
|
(This used to be commit 344d69f95e217d16213eaa6b53141af6ab459708)
|
|
This required to pass around the domain a bit
(This used to be commit 17b0db20d28d1b737c5e86b78106657e8ca5ce9c)
|
|
(This used to be commit f52d7c3faba4aa815d95883775f4859251406161)
|
|
(This used to be commit c1e115964b671802a4af5beab3ad3222ee17b9c0)
|
|
No need for this split any more.
Michael
(This used to be commit 534e87de2eed10db0c8fc5dd8ab7dd2621b09408)
|
|
Michael
(This used to be commit 14635b2684d9167fb59193cfd225925dd3baac3f)
|
|
Michael
(This used to be commit 3bb1c07890c01303e83a900c58651a990b19fc85)
|
|
Michael
(This used to be commit 73eb8b7386109c72b13f8d7b5ff5db9baaef280d)
|
|
cli_rpc_pipe_open() now uses tcp transport for drsuapi and named pipe
transport for all other pipes.
This finally allows rpcclient to call dscracknames on windows
(don't forget to call "seal" in advance).
Guenther
(This used to be commit b243a036026e79b8d3fb75bf7f7d59a27cb813af)
|
|
Guenther
(This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
|
|
Guenther
(This used to be commit 92412648c3fc18ba0bfc56b76c6d3816f627628f)
|
|
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42.
(This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
|
|
Guenther
(This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)
|