summaryrefslogtreecommitdiff
path: root/nsswitch
AgeCommit message (Collapse)AuthorFilesLines
2010-02-13libwbclient: Fix s4 build failure by fixing up includes.Kai Blin6-3/+4
Sorry about this, folks.
2010-02-13libwbclient: Separate out the async functionsKai Blin9-1763/+2066
2010-02-11libwbclient: Test wbcLookupName async functionsKai Blin1-0/+79
2010-02-11libwbclient: Implement wbcLookupName_send/recvKai Blin2-0/+137
2010-02-11libwbclient: Implement wbcAuthenticateUserEx_send/recvKai Blin2-0/+280
2010-02-11libwbclient: Implement wbcLookupSid_send/recvKai Blin2-0/+140
2010-02-11libwbclient: Implement wbcGidToSid_send/recvKai Blin2-0/+117
2010-02-11libwbclient: Implement wbcSidToGid_send/recvKai Blin2-0/+107
2010-02-11libwbclient: Implement wbcUidToSid_send/recvKai Blin2-0/+116
2010-02-11libwbclient: Implement wbcSidToUid_send/recvKai Blin2-0/+108
2010-02-11libwbclient: Add wbcInterfaceDetails_send/recvKai Blin3-5/+231
2010-02-11libwbclient: Add wbcDomainInfo_send/recv callsKai Blin2-1/+155
2010-02-11libwbclient: Add wbcDomainName_send/recv callKai Blin2-0/+101
2010-02-11libwbclient: Add wbcNetbiosName_send/recv callsKai Blin2-0/+102
2010-02-11libwbclient: Add async wbcInfo_send()/wbcInfo_recv() callsKai Blin2-0/+106
2010-02-11libwbclient: add wbcInterfaceVersion send/recv callsKai Blin2-0/+98
2010-02-11libwbclient: torture-test wbcPing async functions.Kai Blin1-0/+20
2010-02-11libwbclient: Add async wbcPing_send/_recvKai Blin2-1/+87
2010-02-11libwbclient: Zero out context on initializationKai Blin1-1/+1
This prevents a segfault when using wbcDebug without prior call to wbcSetDebug
2010-02-07libwbclient: wbc_create_logon_info is always called with mem_ctx==NULLVolker Lendecke1-5/+3
2010-02-07libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULLVolker Lendecke1-7/+4
2010-02-07libwbclient: wbc_create_error_info is always called with mem_ctx==NULLVolker Lendecke1-18/+10
2010-02-06pam_winbind: Remove a nested if-statement. Bo, please check!Volker Lendecke1-4/+2
2010-02-06pam_winbind: Use strchr instead of strstr for a single characterVolker Lendecke1-1/+1
2010-02-07s3: Fix malformed require_membership_of_sid.Bo Yang1-0/+12
Signed-off-by: Bo Yang <boyang@samba.org>
2010-02-05NSS wrapper - add dependency to "nsstest"Matthias Dieter Wallnöfer1-1/+2
The code part makes use of the "NSS wrapper" if it is enabled. Surprisingly the build process doesn't break with the missing dependency on more recent systems. But with an older CentOS 4 installation it has been broken. This patch should fix the problem on older distributions while keep the build running on newer ones.
2010-01-25s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵Günther Deschner1-0/+35
WINBIND-WBCLIENT testsuite. Guenther
2010-01-25s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.Günther Deschner1-1/+12
Volker, please check, you know best how this interface is designed :-) Guenther
2010-01-24libwbclient: Actually implement wbcCredentialCache()Volker Lendecke1-1/+127
2010-01-24s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke1-1/+3
2010-01-24s3: Add wbinfo --ccache-saveVolker Lendecke4-1/+82
With this command you can give winbind your password for later use by the automatic ntlm_auth
2010-01-24libwbclient: Use winbindd_free_response()Volker Lendecke3-51/+21
2010-01-24libwbclient: Remove a pointless talloc_strdupVolker Lendecke1-12/+5
2010-01-23nsswitch: Move nss_err_str to its only callerVolker Lendecke3-26/+25
2010-01-23nsswitch: Make some functions staticVolker Lendecke2-11/+7
2010-01-03libwbclient: Remove a pointless checkVolker Lendecke1-1/+1
We have dereferenced "blobs" before
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke4-1/+96
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-)
2009-12-10s3: check for PAM_RADIO_TYPE.Bo Yang1-3/+1
Signed-off-by: Bo Yang <boyang@samba.org>
2009-12-10s3: Fix build on non-linux platform.Bo Yang1-0/+8
Signed-off-by: Bo Yang <boyang@samba.org>
2009-12-10s3: Give the user a chance to change password when password will expire soon.Bo Yang1-11/+109
Signed-off-by: Bo Yang <boyang@samba.org>
2009-11-26s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner1-1/+5
Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
2009-11-25nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner1-0/+1
Guenther
2009-11-14pam_winbind: fix a printf type mismatch warningBjörn Jacke1-2/+2
2009-10-24s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang1-3/+7
Signed-off-by: Bo Yang <boyang@samba.org>
2009-10-19wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner1-25/+18
Guenther
2009-10-19libwbclient: fix wbcLookupDomainController().Günther Deschner1-2/+3
Found by WINBIND-WBCLIENT torture test. Guenther
2009-10-19s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner1-0/+37
Guenther
2009-10-20s3: Don't fail authentication when one or some group of ↵Bo Yang1-2/+23
require-membership-of is invalid. Signed-off-by: Bo Yang <boyang@samba.org>
2009-10-16nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner1-1/+2
Guenther
2009-10-16s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner1-1/+4
Guenther