Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-22 | BUG 9735: Fix winbind seperator in upn to username conversion. | Andreas Schneider | 1 | -1/+1 | |
Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Mar 22 16:18:06 CET 2013 on sn-devel-104 | |||||
2012-12-12 | nsswitch: Fix pam_get_{item,data} build warnings. | Andreas Schneider | 1 | -31/+15 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> | |||||
2012-12-12 | nsswitch: Remove unused variable in _pam_winbind_change_pwd(). | Andreas Schneider | 1 | -3/+1 | |
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> | |||||
2012-10-26 | pam_winbind: fix segfault in pam_sm_authenticate() | David Disseldorp | 1 | -3/+4 | |
Ensure the potentially null winbind context is not dereferenced on cleanup. https://bugzilla.samba.org/show_bug.cgi?id=8564 Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Oct 26 22:40:57 CEST 2012 on sn-devel-104 | |||||
2012-09-19 | pam_winbind: match more return codes when wbcGetPwnam has failed. | Günther Deschner | 1 | -0/+3 | |
This is required to properly return PAM_USER_UNKNOWN in case winbind had a problem. Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Sep 19 15:06:10 CEST 2012 on sn-devel-104 | |||||
2012-09-12 | nsswitch: fix crash on null pam change pw response | Luca Lorenzetto | 1 | -1/+1 | |
The function _pam_winbind_change_pwd crashes due to a null value passed to the function strcasecmp and denies to login via graphical login manager. Check for a null value before doing a strcasecmp. Bug-Ubuntu: https://bugs.launchpad.net/bugs/1003296 Bug: https://bugzilla.samba.org/show_bug.cgi?id=9013 Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Wed Sep 12 00:07:28 CEST 2012 on sn-devel-104 | |||||
2012-04-24 | Fix pam_winbind build against newer iniparser library | Simo Sorce | 1 | -4/+4 | |
iniparser_getstr is deprecated and has been removed in newer libraries available in Fedora. Use iniparse_getstring instead. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Apr 24 02:56:10 CEST 2012 on sn-devel-104 | |||||
2012-01-06 | s3: No value change, just use the correct enum value | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 16:33:42 CET 2012 on sn-devel-104 | |||||
2011-10-27 | nsswitch: Disable uid_wrapper in libwbclient. | Andreas Schneider | 1 | -0/+2 | |
This way we don't have to link against it in the autoconf build. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-01 | Remove a PATH_MAX. | Jeremy Allison | 1 | -2/+3 | |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -2/+0 | |
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 1 | -14/+14 | |
2011-03-05 | pam_winbind: Use wbcSidToStringBuf | Volker Lendecke | 1 | -12/+3 | |
2011-03-05 | nsswitch: wbcFreeMemory deals fine with NULL | Volker Lendecke | 1 | -3/+1 | |
2010-07-17 | pam_winbind: Fix shadowing a global on FreeBSD | Volker Lendecke | 1 | -5/+5 | |
FreeBSD defines a function pam_error() | |||||
2010-06-29 | s3-winbind: Make sure we crash if domain is really not found. | Andreas Schneider | 1 | -1/+1 | |
Found by clang-analyzer. | |||||
2010-03-06 | s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd. | Bo Yang | 1 | -1/+1 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-03-03 | nsswitch: libpam remove depedance on locale.h use directly LOCALEDIR | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-06 | pam_winbind: Remove a nested if-statement. Bo, please check! | Volker Lendecke | 1 | -4/+2 | |
2010-02-06 | pam_winbind: Use strchr instead of strstr for a single character | Volker Lendecke | 1 | -1/+1 | |
2010-02-07 | s3: Fix malformed require_membership_of_sid. | Bo Yang | 1 | -0/+12 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-10 | s3: check for PAM_RADIO_TYPE. | Bo Yang | 1 | -3/+1 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-10 | s3: Fix build on non-linux platform. | Bo Yang | 1 | -0/+8 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-10 | s3: Give the user a chance to change password when password will expire soon. | Bo Yang | 1 | -11/+109 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-11-14 | pam_winbind: fix a printf type mismatch warning | Björn Jacke | 1 | -2/+2 | |
2009-10-24 | s3: Fix crash in pam_winbind, another reference to freed memory. | Bo Yang | 1 | -3/+7 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-10-20 | s3: Don't fail authentication when one or some group of ↵ | Bo Yang | 1 | -2/+23 | |
require-membership-of is invalid. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-10-14 | Fix the build, missing ->. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-10-15 | s3: Fix reference to freed memory in pam_winbind. | Bo Yang | 1 | -2/+3 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-10-08 | winbind: adapt the new reject constants also there | Matthias Dieter Wallnöfer | 1 | -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. | |||||
2009-09-16 | s3: Don't overwrite password in pam_winbind, subsequent pam modules | Bo Yang | 1 | -4/+0 | |
might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-18 | s3: add failure check. | Bo Yang | 1 | -1/+4 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 1 | -13/+24 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-06-19 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+2 | |
Based on patch from Blindauer Emmanuel <samba@mooby.net>. Guenther | |||||
2009-05-05 | s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation. | Günther Deschner | 1 | -1/+1 | |
Patch from Blindauer Emmanuel <samba@mooby.net>. Guenther | |||||
2009-04-03 | s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams. | Günther Deschner | 1 | -0/+1 | |
Patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther | |||||
2009-04-03 | s3-nsswitch: Fix Bug #6238. Make sure logoff is bla bla. | Günther Deschner | 1 | -2/+2 | |
Fix inspired by patch from Rashid N. Achilov <citycat4@ngs.ru>. Guenther | |||||
2009-01-19 | Avoid flooding of syslog with failing pam_putenv messages. | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+3204 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |