summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
Commit message (Expand)AuthorAgeFilesLines
* pam_winbind: Avoid a use of sprintfVolker Lendecke2016-03-311-3/+3
* pam_winbind: Create and use a wbclient contextAndreas Schneider2016-03-251-8/+28
* pam_winbind: Use the correct type to check the pam_parse() return codeAndreas Schneider2016-03-251-2/+4
* pam_winbind: check != PAM_SUCCESS and != NULL explicitlyMichael Adam2016-01-131-14/+14
* pam_winbind: Fix a segfault if initialization failsAndreas Schneider2015-09-081-11/+8
* pam: Fix CID 1034871 Resource leakVolker Lendecke2015-03-031-0/+1
* pam: Fix CID 1034870 Resource leakVolker Lendecke2015-03-031-1/+4
* pam_winbind: fix warn_pwd_expire implementation.Günther Deschner2014-12-031-1/+4
* nsswitch: avoid some compiler warningsStefan Metzmacher2014-11-141-2/+2
* pam_winbind: fix comment typosMichael Adam2014-10-181-1/+1
* Replace all uses of iniparser with tiniparser.Jeremy Allison2014-08-141-20/+24
* Remove uid_wrapper related code.Andreas Schneider2014-04-171-2/+0
* Revert "pam_winbind: fix segfault in pam_sm_authenticate()"Garming Sam2014-01-151-4/+3
* pam_winbind: Do not honour require_membership_of in the acct module parametersGarming Sam2014-01-141-16/+41
* pam_winbind: Fix segfault caused by invalid configuration optionsGarming Sam2014-01-141-3/+3
* fail authentication for single group name which cannot be converted to sidNoel Power2013-11-291-0/+6
* pam_winbind: Use strlcat in safe_append_stringVolker Lendecke2013-11-281-9/+3
* handle later iniparser version assigning a zero length string value for 'key='Noel Power2013-11-201-4/+19
* BUG 9735: Fix winbind seperator in upn to username conversion.Andreas Schneider2013-03-221-1/+1
* nsswitch: Fix pam_get_{item,data} build warnings.Andreas Schneider2012-12-121-31/+15
* nsswitch: Remove unused variable in _pam_winbind_change_pwd().Andreas Schneider2012-12-121-3/+1
* pam_winbind: fix segfault in pam_sm_authenticate()David Disseldorp2012-10-261-3/+4
* pam_winbind: match more return codes when wbcGetPwnam has failed.Günther Deschner2012-09-191-0/+3
* nsswitch: fix crash on null pam change pw responseLuca Lorenzetto2012-09-121-1/+1
* Fix pam_winbind build against newer iniparser librarySimo Sorce2012-04-241-4/+4
* s3: No value change, just use the correct enum valueVolker Lendecke2012-01-061-1/+1
* nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider2011-10-271-0/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* Remove a PATH_MAX.Jeremy Allison2011-06-011-2/+3
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-2/+0
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-14/+14
* pam_winbind: Use wbcSidToStringBufVolker Lendecke2011-03-051-12/+3
* nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke2011-03-051-3/+1
* pam_winbind: Fix shadowing a global on FreeBSDVolker Lendecke2010-07-171-5/+5
* s3-winbind: Make sure we crash if domain is really not found.Andreas Schneider2010-06-291-1/+1
* s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang2010-03-061-1/+1
* nsswitch: libpam remove depedance on locale.h use directly LOCALEDIRMatthieu Patou2010-03-031-1/+1
* pam_winbind: Remove a nested if-statement. Bo, please check!Volker Lendecke2010-02-061-4/+2
* pam_winbind: Use strchr instead of strstr for a single characterVolker Lendecke2010-02-061-1/+1
* s3: Fix malformed require_membership_of_sid.Bo Yang2010-02-071-0/+12
* s3: check for PAM_RADIO_TYPE.Bo Yang2009-12-101-3/+1
* s3: Fix build on non-linux platform.Bo Yang2009-12-101-0/+8
* s3: Give the user a chance to change password when password will expire soon.Bo Yang2009-12-101-11/+109
* 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
* s3: Don't fail authentication when one or some group of require-membership-of...Bo Yang2009-10-201-2/+23
* Fix the build, missing ->.Jeremy Allison2009-10-141-2/+2
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-081-4/+4
* s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang2009-09-161-4/+0