mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
8087d844ef
names rather than our crazy naming scheme. So DES is now called
des_crypt() rather than smbhash()
- added the code from the solution of the ADS crypto challenge that
allows Samba to correctly handle a 128 bit session key in all of the
netr_ServerAuthenticateX() varients. A huge thanks to Luke Howard
from PADL for solving this one!
- restructured the server side rpc authentication to allow for other
than NTLMSSP sign and seal. This commit just adds the structure, the
next commit will add schannel server side support.
- added 128 bit session key support to our client side code, and
testing against w2k3 with smbtorture. Works well.
(This used to be commit
|
||
---|---|---|
.. | ||
auth_builtin.c | ||
auth_domain.c | ||
auth_ntlmssp.c | ||
auth_sam.c | ||
auth_server.c | ||
auth_unix.c | ||
auth_util.c | ||
auth_winbind.c | ||
auth.c | ||
auth.h | ||
config.m4 | ||
config.mk | ||
pampass.c | ||
pass_check.c |