1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/auth
Jim McDonough dc1f0804dd r19058: Implement "user cannot change password", and complete "user must change
password at next logon" code.  The "password last set time" of zero now
means "user must change password", because that's how windows seems to
use it.  The "can change" and "must change" times are now calculated
based on the "last set" time and policies.

We use the "can change" field now to indicate that a user cannot change
a password by putting MAX_TIME_T in it (so long as "last set" time isn't
zero).  Based on this, we set the password-can-change bit in the
faked secdesc.
(This used to be commit 21abbeaee9)
2007-10-10 12:15:06 -05:00
..
auth_builtin.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
auth_compat.c r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() 2007-10-10 11:10:14 -05:00
auth_domain.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
auth_ntlmssp.c r17626: Some C++ Warnings 2007-10-10 11:38:44 -05:00
auth_sam.c r19058: Implement "user cannot change password", and complete "user must change 2007-10-10 12:15:06 -05:00
auth_script.c r18665: Remove two type-punned warnings 2007-10-10 12:00:45 -05:00
auth_server.c r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS 2007-10-10 11:38:39 -05:00
auth_unix.c r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() 2007-10-10 11:10:16 -05:00
auth_util.c r19008: Fix a segfault 2007-10-10 12:14:57 -05:00
auth_winbind.c r18665: Remove two type-punned warnings 2007-10-10 12:00:45 -05:00
auth.c r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() 2007-10-10 11:51:59 -05:00
pampass.c r18616: fix breakage after DLIST_ADD_END() changes for --with-pam 2007-10-10 11:52:00 -05:00
pass_check.c r16230: Fix Klocwork #861 and others. localtime and asctime 2007-10-10 11:17:26 -05:00