1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/auth
Andrew Tridgell 8087d844ef r995: - renamed many of our crypto routines to use the industry standard
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 729b2f41c9)
2007-10-10 12:56:25 -05:00
..
auth_builtin.c r443: Update Samba4 to the auth and NTLMSSP code from Samba3. 2007-10-10 12:51:42 -05:00
auth_domain.c r961: convert 'uchar' to 'uint8_t' 2007-10-10 12:56:23 -05:00
auth_ntlmssp.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
auth_sam.c r904: - fixed account expiry testing in auth_sam 2007-10-10 12:56:19 -05:00
auth_server.c r943: change samba4 to use 'uint8_t' instead of 'unsigned char' 2007-10-10 12:56:21 -05:00
auth_unix.c - port AUTH and PASSDB subsystems to new 2004-02-03 11:10:56 +00:00
auth_util.c r995: - renamed many of our crypto routines to use the industry standard 2007-10-10 12:56:25 -05:00
auth_winbind.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
auth.c r961: convert 'uchar' to 'uint8_t' 2007-10-10 12:56:23 -05:00
auth.h r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
config.m4 r850: convert SUBSYSTEM AUTH to a config.mk file 2007-10-10 12:56:11 -05:00
config.mk r850: convert SUBSYSTEM AUTH to a config.mk file 2007-10-10 12:56:11 -05:00
pampass.c * the RPC-ECHO pipe now works in smbd, as long as the data sizes 2003-12-12 03:59:09 +00:00
pass_check.c r943: change samba4 to use 'uint8_t' instead of 'unsigned char' 2007-10-10 12:56:21 -05:00