Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
|
|
then we weren't always correctly detecting that it had a valid stat struct
and so might now return a 'file existed'. Finally realized this when installing
the W2K resource kit as a test case.
Jeremy.
(This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
|
|
then we weren't always correctly detecting that it had a valid stat struct
and so might now return a 'file existed'. Finally realized this when installing
the W2K resource kit as a test case.
Jeremy.
(This used to be commit d48069ccd8351e4bff097a7f7500c738870a413d)
|
|
(This used to be commit b13046d95958995d9d05be977b8874df17fedb9b)
|
|
(This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)
|
|
(This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
|
|
(This used to be commit 016f6b4e19c2b8e4f5e1d010cc428ca194650140)
|
|
(This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
|
|
(This used to be commit 83bb84f13121267992e78f2d005257932c711f23)
|
|
to link during configure checks.
(This used to be commit 7af282e7ff9c2cccfab97130dc66515a4852c25f)
|
|
Volker
(This used to be commit 6cde3d4d655bbe1d81e68ec2ec7a23669ac82120)
|
|
important once we start doing schannel, as there would be a lot more
roundtrips for the second PIPE open and bind. With this patch logging
in to a member server is a matter of two (three if you count the
ack...) packets between us and the DC.
Volker
(This used to be commit 5b3cb7725a974629d0bd8b707bc2940c36b8745e)
|
|
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
|
|
(This used to be commit 9abe3b23836ae75bd31fd2af4c7d82f34c27f52a)
|
|
the other infrastructure with name owners etc in place. If anybody is
really going to tackle winsrepld, it will probably not be hard to put
the additional info back.
Volker
(This used to be commit eb82daa84a5339f28ebf431ee1044b7e1e4a4300)
|
|
(This used to be commit 05a684b3be1525aad3589ded9e59c3f012b5ef20)
|
|
Andrew Bartlett
(This used to be commit 97bc047434284527f25e130a72981da704ed1212)
|
|
this world than 'status more entires'...
Also move all the cases to 'NT_STATUS_EQUAL()' to test it.
Andrew Bartlett
(This used to be commit b4645bf0661dadcd077b21bb6f6452ed8b2eb726)
|
|
are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>.
Jeremy.
(This used to be commit a635b6406ab091b4207b148d7a25099205008567)
|
|
are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>.
Jeremy.
(This used to be commit f6d7c279bc8354202f2a9b39fec4a4c8ace368a3)
|
|
Jeremy.
(This used to be commit 395dfd196cf4bcd432a4895d3dd09fefd46cd6d8)
|
|
(This used to be commit 28a6e8a6947b54169ff484a7255e601dcc7899d7)
|
|
Jeremy.
(This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
|
|
Jeremy.
(This used to be commit cf78b1e7fe72aec72d03c86c46a8ca49df539c11)
|
|
(well, under certain conditions :-)
There is no length limit on the size of the authentication response added
into the MD5 hash. (We had previously limited this to lengths like 40, 44 or
64 in attempts to make sense of what the SNIA spec tells us).
Instead, the entire authentication response is added in.
Currently, this only works on a Win2k domain members with a Samba PDC,
becouse our NTLMv2 code currently fails against an Win2k PDC.
However, this splits the problem in half - particularly as the NTLMv2 format
is known, and even has an ethereal disector! (thanks tpot).
Andrew Bartlett
(This used to be commit 7645d3d28afbb8eea502c0e063df3afb3aa812f4)
|
|
(This used to be commit 1702f3d709147b3aea5aaa7e9ed29c654322de9b)
|
|
lp_workgroup(), for all other server this is global_myname().
This is the name of the domain for accounts on *this* system, and getting
this wrong caused interesting bugs with 'take ownership' on member servers
and standalone servers at Snap.
(They lookup the username that they got, then convert that to a SID - but
becouse the domain out of the smbpasswd entry was wrong, we would fail the
lookup).
Andrew Bartlett
(This used to be commit 5fc78eba20411f3f5a8ccadfcba5c4ab73180dba)
|
|
(This used to be commit 453552d2cb2cdcb75c27a374fd8b93a72482cbdd)
|
|
(This used to be commit 3e7860a104a6fe9da81d981e6301d9c3f78648fd)
|
|
(This used to be commit c799638763fe0eb17b3bc5df853f0137aff54b94)
|
|
(This used to be commit e38695fa369ba20f23046754084b08ebdc211b5a)
|
|
(This used to be commit 42d0414ed244b92b665cb231f6756f60391861dd)
|
|
Jeremy.
(This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
|
|
Jeremy.
(This used to be commit f219e8309c7d17b332873e9283ab3c3796e7e799)
|
|
Put in a prototype for dummy_snprintf() to quiet compiler warnings.
Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if
the C library has some snprintf functions already.
(This used to be commit c49cfe1677b8daba4e2e73813ee712b2d0ec92cd)
|
|
servers don't answer that name. However we *know* they
have the name workgroup#1b (as we just looked it up).
So do the node status request on this name instead.
Found at LBL labs.
Jeremy.
(This used to be commit 41e3abe8b80026812ea7dd7ad535e8e41e26daa4)
|
|
servers don't answer that name. However we *know* they
have the name workgroup#1b (as we just looked it up).
So do the node status request on this name instead.
Found at LBL labs.
Jeremy.
(This used to be commit c5b1654c28e33823a58c6447c152996a1eed1d0d)
|
|
(This used to be commit 4c1c75ae224eb138a71058472b25f9c22b61b349)
|
|
(This used to be commit a261d446d03f491db3392da2570e68ad5139fafc)
|
|
(This used to be commit 16978cac9cd80f7d3fbafef5b8ff0cb60e109b4e)
|
|
(This used to be commit 7a85934670e102e06660cf5ff0737d1298f8447b)
|
|
(This used to be commit f5a05cfc8766f02c282838648900c00f64f81e42)
|
|
(This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
|
|
(This used to be commit 243a8699cd57ba3b7ff49f8c40f75cc2ffc22e4e)
|
|
(This used to be commit 61a01797113b5b9b08face1099b0433e8f9dd114)
|
|
(This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
|
|
used to be commit 8bee59ffcea1495f03b35d38da0eb76955b93f3d)
|
|
split out privileges from rpc_lsa.h
(This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
|
|
(This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
|
|
(This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
|