1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/nsswitch
Günther Deschner 0d538f7370 r20687: Implement grace logons for offline authentications in pam_winbind.
In case a user authenticated sucessfully and his password just expired
while beeing disconnected, we should allow a user to logon (given a
clear warning). We currently forced the user into a password change
dialogue in that scenario; this did not make much sense while offline.

Guenther
(This used to be commit 668b278653)
2007-10-10 12:17:02 -05:00
..
idmap_ad.c r20118: Fix some more warnings 2007-10-10 12:16:26 -05:00
idmap_cache.c r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
idmap_ldap.c r20217: uid_t and gid_t are not necessarily 32 bit. In assignments we get an automatic 2007-10-10 12:16:33 -05:00
idmap_nss.c r20290: Remove unused call 2007-10-10 12:16:39 -05:00
idmap_passdb.c r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
idmap_rid.c r20289: IDMAP is part of winbind but not the main process. 2007-10-10 12:16:39 -05:00
idmap_tdb.c r20218: Same fix as r20217 -- can we consolidate that duplicated code a bit? 2007-10-10 12:16:33 -05:00
idmap_util.c r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
idmap.c r20289: IDMAP is part of winbind but not the main process. 2007-10-10 12:16:39 -05:00
nss_info.c r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
pam_winbind.c r20687: Implement grace logons for offline authentications in pam_winbind. 2007-10-10 12:17:02 -05:00
pam_winbind.h r20687: Implement grace logons for offline authentications in pam_winbind. 2007-10-10 12:17:02 -05:00
wb_client.c r20355: Fix some C++ warnings 2007-10-10 12:16:43 -05:00
wb_common.c r20269: merge -r20264:20267 from SAMBA_3_0_24 2007-10-10 12:16:38 -05:00
wbinfo.c r19957: Initial framework to make winbindd robust 2007-10-10 12:16:15 -05:00
winbind_client.h r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention.de>. 2007-10-10 11:03:40 -05:00
winbind_nss_aix.c r18798: use libreplace headers in pam and nss modules 2007-10-10 12:00:59 -05:00
winbind_nss_config.h r18955: fix the build on solaris where unistd.h needs to be includes before 2007-10-10 12:14:50 -05:00
winbind_nss_freebsd.c Correct freebsd 5.1 support for winbind contributed by Aaron Collins. 2003-11-27 05:11:14 +00:00
winbind_nss_hpux.h Fix for winbindd on HPUX from albert chin (china@thewrittenword.com) 2003-11-03 21:05:47 +00:00
winbind_nss_irix.c r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation 2007-10-10 11:16:43 -05:00
winbind_nss_irix.h r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't 2007-10-10 11:16:24 -05:00
winbind_nss_linux.c r20269: merge -r20264:20267 from SAMBA_3_0_24 2007-10-10 12:16:38 -05:00
winbind_nss_linux.h Cleanup of winbind client side code. 2003-03-31 04:36:01 +00:00
winbind_nss_netbsd.c r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke 2007-10-10 12:15:28 -05:00
winbind_nss_netbsd.h r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke 2007-10-10 12:15:28 -05:00
winbind_nss_solaris.c r14365: As solaris nss includes includes.h, make sure we use 2007-10-10 11:15:27 -05:00
winbind_nss_solaris.h r7949: Work around for broken Solaris header files. 2007-10-10 10:58:04 -05:00
winbind_nss.h r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke 2007-10-10 12:15:28 -05:00
winbindd_ads.c r20124: clean up nested extern declaration warnings 2007-10-10 12:16:26 -05:00
winbindd_async.c r20488: When joined to a child domain in a multi-domain/single domain tree, 2007-10-10 12:16:52 -05:00
winbindd_cache.c r20124: clean up nested extern declaration warnings 2007-10-10 12:16:26 -05:00
winbindd_ccache_access.c r19207: Properly canonicalize incoming names to the 2007-10-10 12:15:21 -05:00
winbindd_cm.c r20489: Missed patch ofthe forest_name patch for lookupname 2007-10-10 12:16:52 -05:00
winbindd_cred_cache.c r20536: In the offline PAM session close case the attempt to delete a 2007-10-10 12:16:55 -05:00
winbindd_creds.c r18271: Big change: 2007-10-10 11:51:18 -05:00
winbindd_dual.c r20330: And here's the fix for the parent winbindd crashing 2007-10-10 12:16:41 -05:00
winbindd_group.c r20207: Fix a couple more places where extra_data was 2007-10-10 12:16:32 -05:00
winbindd_misc.c r19394: When we fail to get the list of trusted domains, make sure to return 2007-10-10 12:15:32 -05:00
winbindd_nss.h r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
winbindd_pam.c r20687: Implement grace logons for offline authentications in pam_winbind. 2007-10-10 12:17:02 -05:00
winbindd_passdb.c r18271: Big change: 2007-10-10 11:51:18 -05:00
winbindd_reconnect.c r18271: Big change: 2007-10-10 11:51:18 -05:00
winbindd_rpc.c r20090: Fix a class of bugs found by James Peach. Ensure 2007-10-10 12:16:24 -05:00
winbindd_sid.c r20116: Start merging in the work done to create the new idmap subsystem. 2007-10-10 12:16:25 -05:00
winbindd_user.c r20155: revert, I misread 2007-10-10 12:16:28 -05:00
winbindd_util.c r20530: Don't want this call to get inadvertently re-added :-). 2007-10-10 12:16:54 -05:00
winbindd_wins.c r19667: Fix incorrect null check 2007-10-10 12:15:46 -05:00
winbindd.c r20270: Even with the dual daemon mode the parent winbindd 2007-10-10 12:16:38 -05:00
winbindd.h r20488: When joined to a child domain in a multi-domain/single domain tree, 2007-10-10 12:16:52 -05:00
wins.c r20269: merge -r20264:20267 from SAMBA_3_0_24 2007-10-10 12:16:38 -05:00