summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-22BUG 9735: Fix winbind seperator in upn to username conversion.Andreas Schneider1-1/+1
2012-12-12nsswitch: Fix pam_get_{item,data} build warnings.Andreas Schneider1-31/+15
2012-12-12nsswitch: Remove unused variable in _pam_winbind_change_pwd().Andreas Schneider1-3/+1
2012-10-26pam_winbind: fix segfault in pam_sm_authenticate()David Disseldorp1-3/+4
2012-09-19pam_winbind: match more return codes when wbcGetPwnam has failed.Günther Deschner1-0/+3
2012-09-12nsswitch: fix crash on null pam change pw responseLuca Lorenzetto1-1/+1
2012-04-24Fix pam_winbind build against newer iniparser librarySimo Sorce1-4/+4
2012-01-06s3: No value change, just use the correct enum valueVolker Lendecke1-1/+1
2011-10-27nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider1-0/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-01Remove a PATH_MAX.Jeremy Allison1-2/+3
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+0
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-14/+14
2011-03-05pam_winbind: Use wbcSidToStringBufVolker Lendecke1-12/+3
2011-03-05nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke1-3/+1
2010-07-17pam_winbind: Fix shadowing a global on FreeBSDVolker Lendecke1-5/+5
2010-06-29s3-winbind: Make sure we crash if domain is really not found.Andreas Schneider1-1/+1
2010-03-06s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang1-1/+1
2010-03-03nsswitch: libpam remove depedance on locale.h use directly LOCALEDIRMatthieu Patou1-1/+1
2010-02-06pam_winbind: Remove a nested if-statement. Bo, please check!Volker Lendecke1-4/+2
2010-02-06pam_winbind: Use strchr instead of strstr for a single characterVolker Lendecke1-1/+1
2010-02-07s3: Fix malformed require_membership_of_sid.Bo Yang1-0/+12
2009-12-10s3: check for PAM_RADIO_TYPE.Bo Yang1-3/+1
2009-12-10s3: Fix build on non-linux platform.Bo Yang1-0/+8
2009-12-10s3: Give the user a chance to change password when password will expire soon.Bo Yang1-11/+109
2009-11-14pam_winbind: fix a printf type mismatch warningBjörn Jacke1-2/+2
2009-10-24s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang1-3/+7
2009-10-20s3: Don't fail authentication when one or some group of require-membership-of...Bo Yang1-2/+23
2009-10-14Fix the build, missing ->.Jeremy Allison1-2/+2
2009-10-15s3: Fix reference to freed memory in pam_winbind.Bo Yang1-2/+3
2009-10-08winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer1-4/+4
2009-09-16s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang1-4/+0
2009-07-18s3: add failure check.Bo Yang1-1/+4
2009-07-18s3: compile warning and upn handlingBo Yang1-13/+24
2009-06-19s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner1-1/+2
2009-05-05s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner1-1/+1
2009-04-03s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams.Günther Deschner1-0/+1
2009-04-03s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla.Günther Deschner1-2/+2
2009-01-19Avoid flooding of syslog with failing pam_putenv messages.Andreas Schneider1-1/+1
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+3204