summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25pam_winbind: Simplify _pam_compose_pwd_restriction_stringVolker Lendecke1-37/+17
2025-01-23pam_winbind: Align integer typesVolker Lendecke1-3/+3
2024-12-18pam_winbind: Fix Bug 15771Volker Lendecke1-0/+1
2024-11-06nsswitch:: s/the the\b/the/ in commentsDouglas Bagnall1-1/+1
2024-07-26libwbclient: add error WBC_ERR_NOT_MAPPEDRalph Boehme1-0/+2
2023-02-06nsswitch: Fix getting data out of pam_get_data()Andreas Schneider1-3/+2
2022-11-22pam_winbind: Fix a memleakVolker Lendecke1-1/+4
2022-11-16nsswitch: Fix uninitialized memory when allocating pwdlastset_prelimNoel Power1-1/+1
2022-11-16nsswitch: Fix pam_set_data()/pam_get_data() to use pointers to a time_t, not ...Jeremy Allison1-7/+17
2021-12-16pam_winbind: add new pwd_change_prompt option (defaults to off).Günther Deschner1-2/+10
2021-11-30nsswitch: explicitly mark PAM_EXTERN pam_sm_* symbols as _PUBLIC_Stefan Metzmacher1-6/+6
2021-02-12nsswitch pam_winbind: Fix clang compilation errorGary Lockyer1-0/+7
2021-02-09pam_winbind: improve pam message if minimum password age strikesBjörn Jacke1-3/+6
2020-07-17pam_winbind: Fix CID 242274 Time of check time of useChristof Schmitt1-5/+14
2020-06-23nsswitch: silence openpam error messages about unexpected responsesAndrew1-5/+79
2020-03-30nsswitch: fix use-after-free causing segfault in _pam_delete_credGünther Deschner1-1/+1
2019-09-24nsswitch: add logging to wbc_auth_error_to_pam_error() for non auth errorsStefan Metzmacher1-0/+4
2019-06-04nsswitch: cppcheck: Fix ctunullpointer errorNoel Power1-4/+6
2019-05-06nsswitch pam_winbind: Fix Asan use after freeGary Lockyer1-0/+5
2018-11-12pam_winbind: Set the request type as client nameAndreas Schneider1-0/+8
2018-10-02nsswitch: Add try_authtok option to pam_winbindMathieu Parent1-0/+5
2018-05-12Fix spelling s/formated/formatted/Mathieu Parent1-1/+1
2018-03-01nsswitch: Add FALL_THROUGH statements in pam_winbind.cAndreas Schneider1-1/+2
2017-11-29pam_winbind: avoid non-literal-format warningUri Simchoni1-5/+19
2017-11-24pam_winbind: fix const discard warningsUri Simchoni1-2/+2
2017-04-06pam_winbind: no longer use wbcUserPasswordPolicyInfo when authenticatingStefan Metzmacher1-46/+12
2017-02-23pam_winbind: Return if we do not have a domainAndreas Schneider1-3/+7
2017-02-22Correct "Controler" typos.Chris Lamb1-1/+1
2016-12-16pam_winbind: Fix compiler warningsBjörn Jacke1-4/+7
2016-12-13pam: strip trailing whitespaces in pam_winbind.cBjörn Jacke1-5/+5
2016-12-13pam: map more NT password errors to PAM errorsBjörn Jacke1-0/+5
2016-03-31pam_winbind: Avoid a use of sprintfVolker Lendecke1-3/+3
2016-03-25pam_winbind: Create and use a wbclient contextAndreas Schneider1-8/+28
2016-03-25pam_winbind: Use the correct type to check the pam_parse() return codeAndreas Schneider1-2/+4
2016-01-13pam_winbind: check != PAM_SUCCESS and != NULL explicitlyMichael Adam1-14/+14
2015-09-08pam_winbind: Fix a segfault if initialization failsAndreas Schneider1-11/+8
2015-03-03pam: Fix CID 1034871 Resource leakVolker Lendecke1-0/+1
2015-03-03pam: Fix CID 1034870 Resource leakVolker Lendecke1-1/+4
2014-12-03pam_winbind: fix warn_pwd_expire implementation.Günther Deschner1-1/+4
2014-11-14nsswitch: avoid some compiler warningsStefan Metzmacher1-2/+2
2014-10-18pam_winbind: fix comment typosMichael Adam1-1/+1
2014-08-14Replace all uses of iniparser with tiniparser.Jeremy Allison1-20/+24
2014-04-17Remove uid_wrapper related code.Andreas Schneider1-2/+0
2014-01-15Revert "pam_winbind: fix segfault in pam_sm_authenticate()"Garming Sam1-4/+3
2014-01-14pam_winbind: Do not honour require_membership_of in the acct module parametersGarming Sam1-16/+41
2014-01-14pam_winbind: Fix segfault caused by invalid configuration optionsGarming Sam1-3/+3
2013-11-29fail authentication for single group name which cannot be converted to sidNoel Power1-0/+6
2013-11-28pam_winbind: Use strlcat in safe_append_stringVolker Lendecke1-9/+3
2013-11-20handle later iniparser version assigning a zero length string value for 'key='Noel Power1-4/+19
2013-03-22BUG 9735: Fix winbind seperator in upn to username conversion.Andreas Schneider1-1/+1