1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/auth
Andrew Bartlett 9bc442abeb Clear up the auth_sam password checking code (the core of our password checking
routines).  In particular, we now better support the NT# in LM feild, and the
LMv2 password scheme.  (LMv2 is basicly NTLMv2 capped at 24 bytes, slightly
more secure, and in the LM feild for compatiblity).

Thanks to the Samba-TNG team and Luke Leighton for various descriptions of this
algorithm, and to MS for a solution that seems to actually make sense for once
:-).

Andrew Bartlett
(This used to be commit 5c2e34b5b6)
2003-01-05 07:32:08 +00:00
..
auth_builtin.c Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. 2002-12-11 23:54:46 +00:00
auth_compat.c typo, sorry 2002-05-21 13:49:08 +00:00
auth_domain.c merge of get_dc_name()-like code from APP_HEAD; better support password server = DC1 * 2002-12-12 23:35:55 +00:00
auth_rhosts.c Move the authenticaion subsystem over to the same 'module:options' syntax 2002-05-24 03:43:52 +00:00
auth_sam.c Clear up the auth_sam password checking code (the core of our password checking 2003-01-05 07:32:08 +00:00
auth_server.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:15:52 +00:00
auth_unix.c Nice *big* patch from metze. 2002-10-12 03:38:07 +00:00
auth_util.c We already have one function to move unistr2 -> multibyte-static, so we 2003-01-02 13:10:25 +00:00
auth_winbind.c Finish adding strings to all talloc_init() calls. 2002-12-23 23:53:56 +00:00
auth.c BIG patch... 2003-01-02 09:07:17 +00:00
pampass.c BIG patch... 2003-01-02 09:07:17 +00:00
pass_check.c Second stab at Volker's 'make shadow passwords work' patch. 2002-09-28 13:29:51 +00:00