summaryrefslogtreecommitdiffstats
path: root/nsswitch/pam_winbind.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: check for PAM_RADIO_TYPE.Bo Yang2009-12-101-3/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix build on non-linux platform.Bo Yang2009-12-101-0/+8
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Give the user a chance to change password when password will expire soon.Bo Yang2009-12-101-11/+109
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* pam_winbind: fix a printf type mismatch warningBjörn Jacke2009-11-141-2/+2
|
* s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang2009-10-241-3/+7
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Don't fail authentication when one or some group of ↵Bo Yang2009-10-201-2/+23
| | | | | | require-membership-of is invalid. Signed-off-by: Bo Yang <boyang@samba.org>
* Fix the build, missing ->.Jeremy Allison2009-10-141-2/+2
| | | | Jeremy.
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-081-4/+4
| | | | | | Please note: in the past the value "0" was misinterpreted as other error. This isn't true. "0" means no error. Therefore a solution for this one has to found.
* s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang2009-09-161-4/+0
| | | | | | might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org>
* s3: add failure check.Bo Yang2009-07-181-1/+4
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: compile warning and upn handlingBo Yang2009-07-181-13/+24
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-06-191-1/+2
| | | | | | Based on patch from Blindauer Emmanuel <samba@mooby.net>. Guenther
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-05-051-1/+1
| | | | | | Patch from Blindauer Emmanuel <samba@mooby.net>. Guenther
* s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams.Günther Deschner2009-04-031-0/+1
| | | | | | Patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther
* s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla.Günther Deschner2009-04-031-2/+2
| | | | | | Fix inspired by patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther
* Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider2009-01-191-1/+1
| | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Günther Deschner <gd@samba.org>
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+3204
Don't move source4 files yet to not confuse git's rename tracking too much.