| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This corrects the issues reaised in bug #6129, and some others that were not
originally identified. It also accounts for some code that was in the original
bug report but appears to have since been made common between S3 and S4.
Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
|
| | |
|
| | |
|
| |
|
|
| |
Jeremy.
|
| |
|
|
| |
Jeremy.
|
| |
|
|
|
|
| |
(found by jra on code review)
Andrew Bartlett
|
| |
|
|
|
|
|
| |
This ensures that a talloc_free() of both pointers won't double-free
(sharing pointers like this is evil anyway).
Andrew Bartlett
|
| | |
|
| |
|
|
| |
(This isn't a rename, honest :-)
|
| |
|
|
|
|
|
| |
This means we have a single choke point to ensure the remote client is
using schannel.
Andrew Bartlett
|
| |
|
|
|
|
|
| |
In particular, this is the rename from creds_ to netlogon_creds_, as
well as other links to use the new common crypto.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
| |
This makes constructor functions that return the allocated structure,
rather than having the caller pass them in, and makes the server init
function also check the first credential.
The rename of creds_ to netlogon_creds should make it more clear what
this code works with.
Andrew Bartlett
|
| |
|
|
|
|
| |
This is the server side state for netlogon credential chaining
Andrew Bartlett
|
| | |
|
| |
|
|
|
|
|
| |
For example, some of the new shared functionality was previously in the wkssvc
torture test.
Andrew Bartlett
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
This commit is mostly to cope with the removal of SamOemHash (replaced
by arcfour_crypt()) and other collisions (such as changed function
arguments compared to Samba3).
We still provide creds_hash3 until Samba3 uses the credentials code in
netlogon server
Andrew Bartlett
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Also avoid still string conversions when trying to match NTLMSSP in
the header of the NTLMSSP packet.
This also changes a few things to avoid const warnings.
Andrew Bartlett
|
| |
|
|
| |
This is a depenceny of smbencrypt.c
|
| |
|