Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 244c61b1dd52121109e6fd7c3514d1a73d1fa303)
|
|
(This used to be commit 71469f3220e54959af13a395918c80273538b6ed)
|
|
(This used to be commit 327d26253ed21988d95303c4f8c85901199d8f40)
|
|
(This used to be commit b4499c8aab44e25cb4406498018bde0bc4ed4ca9)
|
|
(This used to be commit 589e94f4ffa325acfd6562a84906639e19fd5d33)
|
|
Jeremy.
(This used to be commit 309835deacea9e49a8867cc981e78e6ae3efe42b)
|
|
Samba4 tester.
Jeremy.
(This used to be commit e9cef615550fc2dc4a8a84ca080f13dc39d5b292)
|
|
10 for data contents as well) and creates a packet trace readable by
ethereal.
What does not work yet:
- SMB data contents (log level 5)
- SMB data contents beyond the 512 byte range (log level 99 or something?)
(This used to be commit 95b1d4933b0de63613fe041c273d413d86909b4b)
|
|
(This used to be commit e8dc799ffbc4e622eb6adf374bbafc34724c24ce)
|
|
Found by Samba4.
Jeremy.
(This used to be commit fbdf276e36b66e9ae65cb3f127ed80cfe9a43cac)
|
|
torture tester.
Jeremy.
(This used to be commit 273ebfceb3142f485c2874f84114600d4a58c523)
|
|
Jeremy.
(This used to be commit 97e1d5c9573513c9c9be9a709341bda54fbe44be)
|
|
(This used to be commit a93fa23c17c9f69de224cdd5471916eda3cd4fec)
|
|
(This used to be commit 0b31f592df9aca952f978fd6f28c362a0bf02a53)
|
|
(This used to be commit dd9cb6f820c2acf658eb081fb6ffc7e9b6b3c8d6)
|
|
(This used to be commit 8ebd92da01a72b26df769125f51934796e9e3d4f)
|
|
Samba4 tester. You will need a make clean; make all after this !
Jeremy.
(This used to be commit 10d90171ed58bee3e5ab6476341059b585034134)
|
|
There is a workaround documented in the bug report.
This patch does:
* add server support for the LSA_DS UUID on the lsarpc pipe
* store a list of context_ids/api_structs in the pipe_struct
so that we don't have to lookup the function table for a pipe.
We just match the context_id. Note that a dce/rpc alter_context
does not destroy the previous context so it is possible to
have multiple bindings active on the same pipe. Observed from
standalone win2k sp4 client.
* added server code for DsROleGetPrimaryDOmainInfo() but disabled it
since it causes problems enumerating users and groups from a 2ksp4
domain member in a Samba domain.
(This used to be commit 96bc2abfcb0dd0912696fad76e43cb217b33e061)
|
|
auth.realm. So directly pass that instead of setting up and tearing
down the ADS_STRUCT.
Volker
(This used to be commit ce5b8d2ec20fe1f4d3d1956020d88272fb84124a)
|
|
(This used to be commit 772bb41a9d321c7f7377af01d1583c73fccb1e08)
|
|
(This used to be commit ee362ce47596a90f60b0dd3b414503547863e01b)
|
|
(This used to be commit 8cc1a49c13b24e8fe501caa0d7d695d34a58d08d)
|
|
(This used to be commit 8625f0e015481a79b0a7dedb77c60ce7b2cb7b84)
|
|
Volker
(This used to be commit c8f4d7952ffbe0438e33c37ae1365e5dd4f1734a)
|
|
and is stable enough so it make sense to provide it in a Samba Team's binary packages
(This used to be commit 6615b06cd186d58b25e0af9ef4174868f99d9be3)
|
|
with common.samba section.
Also found while testing domain trusts (so far it works) :-)
rafal
(This used to be commit 75fa4a17bd95a3761749c8885f8aee8615e4f6aa)
|
|
(This used to be commit a1e1421d1ef70088e1cf2308e8cfbf139e25ddaa)
|
|
of LIBS where we don't need to change them, and to ensure that if
--with-iconv was specified we only search the list of locations specified.
(This used to be commit c2274274a6cec7aed5ba5fee72e529ff3e0c71e0)
|
|
NTLMSSP with "" username, NULL password), and add --machine-pass (-P) to
all of Samba's clients.
When connecting to an Active Directory DC, you must initiate the CIFS level
session setup with Kerberos, not a guest login. If you don't, your machine
account is demoted to NT4.
Andrew Bartlett
(This used to be commit 3547cb3def45a90f99f67829a533eac1ccba5e77)
|
|
because Samba really only needs CP850 to UTF-8 and ISO-8859-1 seems to be
much the same as 8859.
(This used to be commit 02e3d779f150f99e777007a50b58861c8921925b)
|
|
(This used to be commit e97ff92a27eee81c5a6f648e3a898fed66c6a63f)
|
|
then IBM850 and lastly ISO-8859-1.
(This used to be commit df8ff3f6b54aca4e43459d4275c88b90508c961a)
|
|
in an iconv_open to be more robust.
However, what we really want to do is find the name for something like CP850,
which can be IBM850 on Solaris, and we might want to also check for
ISO-8859-1.
So, this commit adds a macro to aclocal.m4 that can check for a specific
charset.
(This used to be commit 81dc28ca82b94d1bc42f96273f6cefac6ca1848c)
|
|
rafal
(This used to be commit 033ee6e68708f687ccd053eab4a7dac16937354b)
|
|
can not figure that we got no ticket.
Volker
(This used to be commit 2a724a7a873c08f14644427766bfd48908ddb501)
|
|
Volker
(This used to be commit 9f453f27be7eeb792b57d5c60284bb5efc84b408)
|
|
loop that looks for iconv, because we might have more than one version
of iconv available and the first version might not work like we want, so
we have to keep looking.
We have yet to look for other character conversions as well, but for now,
let's see what the build farm makes of the changes.
(This used to be commit 13be2ca51a6125a6de22fa7afb88ba0688f23ab8)
|
|
(This used to be commit d14253752f6e5eca217831da22f3d0d00d536b04)
|
|
samb3 article
(This used to be commit 242ccbf35fd1f1456ede475c2851fd5e21f120a3)
|
|
(This used to be commit 75a8a906e8031b50e6583f2e0354073a8aa7f5f3)
|
|
(This used to be commit 9f542cda53df34a093bebca31c6d5130417cc3dd)
|
|
(This used to be commit 0fa19dd4bb74d49a7807f82a59c69ccf5a2b0311)
|
|
(This used to be commit f27e696cd38501754fb996ca3ffbe48b28e861ae)
|
|
(This used to be commit 3000a99b2dc4fbffe4f20b92b22b9658d6620b65)
|
|
Fixed by storing the access requested on the anonymous samr connect.
Restricted this to enum_domain|open_domain.
Added become/unbecome_root() around pdb_enum_group_mapping()
enum domain groups samr call.
(This used to be commit 36fc199e5f573fea9b7e2c1cf01ad42744a42f08)
|
|
(This used to be commit 85414c8780cf57c396fea395918dfd161d67edb4)
|
|
Jeremy.
(This used to be commit fd86e2a38766af1cf01667c6f6248af7572b278f)
|
|
(This used to be commit dc59e21bd2258f3d8e1106ad4be7b9963b57f1e0)
|
|
Jeremy.
(This used to be commit 00a57b0953c40a0ad6780eae84b4c558e21dbcfd)
|
|
(This used to be commit d6c489b44417b792145ca7676f13ce7388ec6a4c)
|