index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nsswitch
/
pam_winbind.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-25
pam_winbind: Simplify _pam_compose_pwd_restriction_string
Volker Lendecke
1
-37
/
+17
2025-01-23
pam_winbind: Align integer types
Volker Lendecke
1
-3
/
+3
2024-12-18
pam_winbind: Fix Bug 15771
Volker Lendecke
1
-0
/
+1
2024-11-06
nsswitch:: s/the the\b/the/ in comments
Douglas Bagnall
1
-1
/
+1
2024-07-26
libwbclient: add error WBC_ERR_NOT_MAPPED
Ralph Boehme
1
-0
/
+2
2023-02-06
nsswitch: Fix getting data out of pam_get_data()
Andreas Schneider
1
-3
/
+2
2022-11-22
pam_winbind: Fix a memleak
Volker Lendecke
1
-1
/
+4
2022-11-16
nsswitch: Fix uninitialized memory when allocating pwdlastset_prelim
Noel Power
1
-1
/
+1
2022-11-16
nsswitch: Fix pam_set_data()/pam_get_data() to use pointers to a time_t, not ...
Jeremy Allison
1
-7
/
+17
2021-12-16
pam_winbind: add new pwd_change_prompt option (defaults to off).
Günther Deschner
1
-2
/
+10
2021-11-30
nsswitch: explicitly mark PAM_EXTERN pam_sm_* symbols as _PUBLIC_
Stefan Metzmacher
1
-6
/
+6
2021-02-12
nsswitch pam_winbind: Fix clang compilation error
Gary Lockyer
1
-0
/
+7
2021-02-09
pam_winbind: improve pam message if minimum password age strikes
Björn Jacke
1
-3
/
+6
2020-07-17
pam_winbind: Fix CID 242274 Time of check time of use
Christof Schmitt
1
-5
/
+14
2020-06-23
nsswitch: silence openpam error messages about unexpected responses
Andrew
1
-5
/
+79
2020-03-30
nsswitch: fix use-after-free causing segfault in _pam_delete_cred
Günther Deschner
1
-1
/
+1
2019-09-24
nsswitch: add logging to wbc_auth_error_to_pam_error() for non auth errors
Stefan Metzmacher
1
-0
/
+4
2019-06-04
nsswitch: cppcheck: Fix ctunullpointer error
Noel Power
1
-4
/
+6
2019-05-06
nsswitch pam_winbind: Fix Asan use after free
Gary Lockyer
1
-0
/
+5
2018-11-12
pam_winbind: Set the request type as client name
Andreas Schneider
1
-0
/
+8
2018-10-02
nsswitch: Add try_authtok option to pam_winbind
Mathieu Parent
1
-0
/
+5
2018-05-12
Fix spelling s/formated/formatted/
Mathieu Parent
1
-1
/
+1
2018-03-01
nsswitch: Add FALL_THROUGH statements in pam_winbind.c
Andreas Schneider
1
-1
/
+2
2017-11-29
pam_winbind: avoid non-literal-format warning
Uri Simchoni
1
-5
/
+19
2017-11-24
pam_winbind: fix const discard warnings
Uri Simchoni
1
-2
/
+2
2017-04-06
pam_winbind: no longer use wbcUserPasswordPolicyInfo when authenticating
Stefan Metzmacher
1
-46
/
+12
2017-02-23
pam_winbind: Return if we do not have a domain
Andreas Schneider
1
-3
/
+7
2017-02-22
Correct "Controler" typos.
Chris Lamb
1
-1
/
+1
2016-12-16
pam_winbind: Fix compiler warnings
Björn Jacke
1
-4
/
+7
2016-12-13
pam: strip trailing whitespaces in pam_winbind.c
Björn Jacke
1
-5
/
+5
2016-12-13
pam: map more NT password errors to PAM errors
Björn Jacke
1
-0
/
+5
2016-03-31
pam_winbind: Avoid a use of sprintf
Volker Lendecke
1
-3
/
+3
2016-03-25
pam_winbind: Create and use a wbclient context
Andreas Schneider
1
-8
/
+28
2016-03-25
pam_winbind: Use the correct type to check the pam_parse() return code
Andreas Schneider
1
-2
/
+4
2016-01-13
pam_winbind: check != PAM_SUCCESS and != NULL explicitly
Michael Adam
1
-14
/
+14
2015-09-08
pam_winbind: Fix a segfault if initialization fails
Andreas Schneider
1
-11
/
+8
2015-03-03
pam: Fix CID 1034871 Resource leak
Volker Lendecke
1
-0
/
+1
2015-03-03
pam: Fix CID 1034870 Resource leak
Volker Lendecke
1
-1
/
+4
2014-12-03
pam_winbind: fix warn_pwd_expire implementation.
Günther Deschner
1
-1
/
+4
2014-11-14
nsswitch: avoid some compiler warnings
Stefan Metzmacher
1
-2
/
+2
2014-10-18
pam_winbind: fix comment typos
Michael Adam
1
-1
/
+1
2014-08-14
Replace all uses of iniparser with tiniparser.
Jeremy Allison
1
-20
/
+24
2014-04-17
Remove uid_wrapper related code.
Andreas Schneider
1
-2
/
+0
2014-01-15
Revert "pam_winbind: fix segfault in pam_sm_authenticate()"
Garming Sam
1
-4
/
+3
2014-01-14
pam_winbind: Do not honour require_membership_of in the acct module parameters
Garming Sam
1
-16
/
+41
2014-01-14
pam_winbind: Fix segfault caused by invalid configuration options
Garming Sam
1
-3
/
+3
2013-11-29
fail authentication for single group name which cannot be converted to sid
Noel Power
1
-0
/
+6
2013-11-28
pam_winbind: Use strlcat in safe_append_string
Volker Lendecke
1
-9
/
+3
2013-11-20
handle later iniparser version assigning a zero length string value for 'key='
Noel Power
1
-4
/
+19
2013-03-22
BUG 9735: Fix winbind seperator in upn to username conversion.
Andreas Schneider
1
-1
/
+1
[next]