Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 26218826c327d85c2ef8d0d1addaef24d249d6bf)
|
|
the space taken by the unicode password to be one byte too
long (as we're on an odd byte boundary here). Reduce the
count by 1 to cope with this. Fixes smbclient against NetApp
servers which can't cope. Fix from
bryan.kolodziej@allenlund.com in bug #3840.
Jeremy.
(This used to be commit 1e7e7d86a1ae1cd2c3cc3de9f36b7326ad249b82)
|
|
Guenther
(This used to be commit 624371ce32a7c0816963745059e743e5b3e92e2a)
|
|
Guenther
(This used to be commit 1cde9579f10ab8c43c25dfd6e5c658c7653f9a37)
|
|
the server when searching for a name for the location and comment fields can
take so much time the client times out. When searching for a name we don't
use these fields anyway, so add a function get_a_printer_search() which
doesn't contact the CUPS server.
Jeremy.
(This used to be commit 92d9f20852d5384e92a93dd0b051034718840ca8)
|
|
Michael
(This used to be commit 0dc9840cefb08b2732d294eb45508ce687ded324)
|
|
Michael
(This used to be commit 26e3d71cd0b2d1bb31c50627ea71267328d52448)
|
|
instead of returning a pointer into another string.
Michael
(This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
|
|
THis allows to specify keys in the form "HKLM/Software/samba",
i.e. "/" instead of "\\".
Michael
(This used to be commit 61d09caef340d2fee303e429f6f25d011cb3023c)
|
|
Michael
(This used to be commit 3d039b518f04b9dd3c87b9af2ec816e049554e27)
|
|
Michael
(This used to be commit cc1da3ee2c369181efa6d150c966571d0aff0728)
|
|
Michael
(This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
|
|
db->traverse_read returns the number of traversed object on success.
Michael
(This used to be commit 2be2188a97060f04c2dea3ca9ed0fd3db0b3df7c)
|
|
Michael
(This used to be commit 7b16cb1023abd4fb2b2f08cf723d38c8c6ae68a0)
|
|
Macro is no expanded inside literal string.
Michael
(This used to be commit 872a3d3d38287ab9cbb260d05777481d94e03539)
|
|
Guenther
(This used to be commit 65b4cb20ea3fb806cfd50281e08f32bea70fafce)
|
|
Not that I think it is of any importance...
Guenther
(This used to be commit 352f8440c74bc22416e21783e1dc5fecf5869902)
|
|
Guenther
(This used to be commit c7ae1a9b53ef578cf4dfdf8e05915817c69896b5)
|
|
Guenther
(This used to be commit f550cdb6f240830ee1e3a2dfe5f4128bca0cf836)
|
|
Guenther
(This used to be commit 37091859126167e84e55afe8a32025ac0f65065e)
|
|
Guenther
(This used to be commit bf960f57e7adf09cdf096f2c72065ea1ff8b0daa)
|
|
Guenther
(This used to be commit d62676cf886d910334b3d6f7ce0147b75ef53aec)
|
|
Guenther
(This used to be commit fe8acb064433b286938e0b572ca1faa8a54414b7)
|
|
Guenther
(This used to be commit ea2175ee0e6288ccb132e86b9dd0bf8a0e4169c9)
|
|
metze
(This used to be commit 9d0e5a13215d4904084e81fde6098c70ee4d4636)
|
|
metze
(This used to be commit 046b26b763b16362dd662a77b2434641bf583bc2)
|
|
metze
(This used to be commit b917be4986bd55aeffae03b08cf476ea6302fa26)
|
|
metze
(This used to be commit ff4611832a0b498b83590279a7153e606a4720f5)
|
|
Michael
(This used to be commit 118cf3813336122a060916848e37d2d5d25bff92)
|
|
Michael
(This used to be commit 2a8029985f9bde4da8ca20bc24d937150eab444c)
|
|
When looking up e.g. a trusted doamin account, there is just no name.
Michael, please check.
Guenther
(This used to be commit ea3cfadc2504c891b4784719bd8e6debcc38c879)
|
|
Guenther
(This used to be commit 9e15ce03ca66a0b5ffdb39dd2faaad6e0f967e31)
|
|
default backend therefore on IDs were mapped by default.
(This used to be commit f6069126e5e6d239b1ae00e897a420227f923e3f)
|
|
There is no reason to ensure the target host is ourselves, and
this breaks MS clients in some cases.
Jeremy.
(This used to be commit c19fdf43d16ce9fba3e8e12e6192bac31837715e)
|
|
When establishing trusts to a windows 2008 dc, the NetServerEnum2 RAP call fails
with some exotic RAP failure. Let's just try a netlogon getdcname call in
that case to convince ourselve we're talking to a proper machine.
Rafael, looks ok?
Guenther
(This used to be commit b12edbeffee1f7d1fd971cde9189e5137ddeb35b)
|
|
Guenther
(This used to be commit 8a1a9f967db25d3928f19e46d60af249f934f323)
|
|
Guenther
(This used to be commit 4714bae0dbbb2ad010c2929f83de6bca84cfac46)
|
|
Guenther
(This used to be commit 0058ab30de943f134792e3d66051206086987110)
|
|
In order to avoid receiving NT_STATUS_DOWNGRADE_DETECTED from a w2k8
netr_ServerAuthenticate2 reply, we need to start with the AD netlogon negotiate
flags everywhere (not only when running in security=ads). Only for NT4 we need
to do a downgrade to the returned negotiate flags.
Tested with w2k8, w2ksp4, w2k3r2 and nt4sp6.
Guenther
(This used to be commit 0970369ca0cb9ae465cff40e5c75739824daf1d0)
|
|
Otherwise we may end up with share mode entry without an open file.
Volker, Jeremy: please check...
metze
(This used to be commit 547eacf6058d2bc5b41b266b70f8f4747aca4eae)
|
|
metze
(This used to be commit ff87260f1268d190170608b0808c191ef8f3e942)
|
|
metze
(This used to be commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
|
|
metze
(This used to be commit de2e8d5db93d32e5ebf04a2018a08f766eb9a233)
|
|
Michael
(This used to be commit c04a234f8f6fbdf8e54c69414024d84aa71fec45)
|
|
missing backslash in call... :-}
Michael
(This used to be commit 8f0c25f01f11857d24556346dc2758549919eba3)
|
|
Michael
(This used to be commit dba9db5ae6581df18591eebd19d3649bed0d9367)
|
|
one test
so that failure output is not clobbered by output of previous
successful commands.
Michael
(This used to be commit cb3dafe5fd8867b000e01979d4232968d994d376)
|
|
actually 'printf "%s\n"' is the proper replacement of 'echo -e'
Michael
(This used to be commit 388a40931f1559b134317ef0c85c7cf2598e17fe)
|
|
Michael
(This used to be commit 0bd50e450baf633ea9d653341f3ce9d81bfdd83f)
|
|
Michael
(This used to be commit 7a23dab1eaf3116079a89cdf348cabc659608031)
|