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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
nsswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Fix crash in pam_winbind, another reference to freed memory.
Bo Yang
2010-01-13
1
-3
/
+7
*
s3: Don't fail authentication when one or some group of require-membership-of...
Bo Yang
2010-01-13
1
-2
/
+23
*
Fix bug 6811 - pam_winbind references freed memory. s3: Fix reference to free...
Bo Yang
2010-01-13
1
-3
/
+4
*
s3:wbc_sid: Fix build.
Karolin Seeger
2009-10-12
1
-2
/
+2
*
s3: Fix a memleak reported by dmarkey (cherry picked from commit 5aeb954ba938...
Volker Lendecke
2009-10-12
1
-0
/
+4
*
s3: Don't overwrite password in pam_winbind, subsequent pam modules might use...
Bo Yang
2009-10-07
1
-4
/
+0
*
s3:libwbclient: Fix bug 6349, initialize domain info struct
Volker Lendecke
2009-10-07
1
-0
/
+2
*
wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv...
Günther Deschner
2009-10-07
1
-4
/
+15
*
handling upn
Bo Yang
2009-07-27
1
-1
/
+12
*
s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.
Günther Deschner
2009-07-27
1
-1
/
+2
*
s3-nsswitch: Fix Bug #6238 2nd part. zero blob pointer in wbcLogoffUserParams.
Günther Deschner
2009-04-17
1
-0
/
+1
*
s3-nsswitch: Fix Bug #6238. Make sure wbcLogoffUserParams are properly initia...
Günther Deschner
2009-04-17
1
-2
/
+2
*
Avoid flooding of syslog with failing pam_putenv messages.
Andreas Schneider
2009-01-20
1
-1
/
+1
*
s3:winbindd: move WINBINDD_CCACHE_ENTRY and WINBINDD_MEMORY_CREDS to winbindd.h
Stefan Metzmacher
2009-01-08
1
-27
/
+0
*
Tweak with pam defines of older Linux versions
Lars Müller
2009-01-02
1
-1
/
+8
*
nss_winbind: Solaris 64-bit fix and...
SATOH Fumiyasu
2009-01-02
2
-2
/
+10
*
fix build of pam_winbind.so on older Linux systems.
Michael Adam
2009-01-02
1
-2
/
+2
*
Fix an uninitialized variable warning
Volker Lendecke
2008-12-12
1
-1
/
+1
*
Use strtoul since id types are unsigned
Dan Sledz
2008-12-12
1
-2
/
+2
*
libwbclient: avoid usage talloc_init() in library code
Stefan Metzmacher
2008-12-11
1
-8
/
+4
*
libwbclient: Implement wbcGetgrent and wbcGetgrlist
Kai Blin
2008-11-27
1
-2
/
+121
*
libwbclient: Implement wbcGetpwent
Kai Blin
2008-11-27
1
-2
/
+77
*
libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTH
Kai Blin
2008-11-27
2
-0
/
+43
*
libwbclient: Fix typo in wbcGetgrent docstring.
Kai Blin
2008-11-27
1
-1
/
+1
*
libwbclient: Add placeholder function for WINBINDD_GETGRLST
Kai Blin
2008-11-27
2
-0
/
+16
*
libwbclient: Add placeholder functions for wbcQuery[GSU]idTo[GSU]id
Kai Blin
2008-11-27
2
-4
/
+76
*
krb5_locator: use wbcLookupDomainControllerEx() for query.
Günther Deschner
2008-11-26
1
-21
/
+18
*
pam_winbind: fix some invalid blob handling.
Günther Deschner
2008-11-26
1
-24
/
+30
*
Create a function out of pam_sm_close_session to delete the credentials.
Andreas Schneider
2008-11-26
1
-123
/
+135
*
Delete the krb5 ccname variable from the PAM environment if set.
Andreas Schneider
2008-11-26
1
-0
/
+8
*
Set the right return value if wbc_status is set to an error.
Günther Deschner
2008-11-26
1
-0
/
+5
*
pam_winbind: re-add mkhomedir option.
Günther Deschner
2008-11-26
2
-3
/
+133
*
pam_winbind: remove unused pam_winbind_request().
Günther Deschner
2008-11-26
1
-47
/
+0
*
pam_winbind: fix wbc_auth_error_to_pam_error().
Günther Deschner
2008-11-26
1
-18
/
+14
*
pam_winbind: remove some unused macros.
Günther Deschner
2008-11-26
1
-47
/
+0
*
pam_winbind: use wbclient equivalents for ACB_PWNOEXP and some NETLOGON flags.
Günther Deschner
2008-11-26
2
-11
/
+4
*
pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.
Günther Deschner
2008-11-26
1
-116
/
+251
*
pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.
Günther Deschner
2008-11-26
1
-19
/
+52
*
pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.
Günther Deschner
2008-11-26
2
-85
/
+75
*
pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.
Günther Deschner
2008-11-26
1
-51
/
+23
*
pam_winbind: use libwbclient for WINBINDD_INFO.
Günther Deschner
2008-11-26
1
-9
/
+12
*
pam_winbind: use libwbclient for WINBINDD_GETPWNAM.
Günther Deschner
2008-11-26
1
-15
/
+11
*
pam_winbind: add _pam_check_remark_auth_err().
Günther Deschner
2008-11-26
1
-0
/
+41
*
pam_winbind: add wbc_auth_error_to_pam_error().
Günther Deschner
2008-11-26
1
-8
/
+45
*
pam_winbind: add wbc_error_to_pam_error().
Günther Deschner
2008-11-26
1
-0
/
+36
*
pam_winbind: prepare to use libwbclient inside pam_winbind.
Günther Deschner
2008-11-26
1
-0
/
+1
*
pam_winbind: convert to use talloc.
Günther Deschner
2008-11-26
2
-53
/
+52
*
libwbclient: add wbcLogonUser().
Günther Deschner
2008-11-26
2
-0
/
+228
*
libwbclient: add wbcLogoffUserEx().
Günther Deschner
2008-11-26
2
-0
/
+108
*
libwbclient: add wbcAddNamedBlob.
Günther Deschner
2008-11-26
2
-1
/
+54
[next]