1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/passdb
Matthew Chapman 960c760be0 Fixed a domain functionality problem where NT clients would start
endlessly repeating a network SAMLOGON (hoping it to change, hmmm...).

( Guess what I found in pwdb_init_sam...

  unix_to_nt_time(&user->logon_time, (time_t)-1);
  unix_to_nt_time(&user->logoff_time, (time_t)-1);
  unix_to_nt_time(&user->kickoff_time, (time_t)-1);
  ... )
(This used to be commit e9c79c85e6)
1999-02-01 02:37:45 +00:00
..
ldap.c Finally committing my LDAP changes. 1999-01-15 05:00:26 +00:00
nispass.c weekend work. user / group database API. 1998-11-29 20:03:33 +00:00
pass_check.c Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se> 1998-09-26 03:30:15 +00:00
passdb.c %U substitution should be unix user not nt user 1998-12-11 19:27:19 +00:00
passgrp.c weekend work. user / group database API. 1998-11-29 20:03:33 +00:00
passgrpldap.c Finally committing my LDAP changes. 1999-01-15 05:00:26 +00:00
sampass.c %U substitution should be unix user not nt user 1998-12-11 19:27:19 +00:00
sampassdb.c Fixed a domain functionality problem where NT clients would start 1999-02-01 02:37:45 +00:00
sampassldap.c Finally committing my LDAP changes. 1999-01-15 05:00:26 +00:00
smbpass.c Fixed the "You password will expire in 0 days. Would you like to 1999-01-13 00:48:25 +00:00
smbpasschange.c Matthew Chapman spotted that smbpasschange was assuming the existence 1998-12-07 22:52:13 +00:00
smbpassfile.c Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. 1998-11-17 20:50:07 +00:00
smbpassgroup.c matthew chapman's ldap code, to date. plus docs! 1998-12-07 21:37:17 +00:00
smbpassgroupunix.c matthew chapman's ldap code, to date. plus docs! 1998-12-07 21:37:17 +00:00