summaryrefslogtreecommitdiff
path: root/nsswitch
AgeCommit message (Collapse)AuthorFilesLines
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
2009-10-16s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner1-0/+34
Guenther
2009-10-16s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner1-0/+252
Guenther
2009-10-14Fix the build, missing ->.Jeremy Allison1-2/+2
Jeremy.
2009-10-15s3: Fix reference to freed memory in pam_winbind.Bo Yang1-2/+3
Signed-off-by: Bo Yang <boyang@samba.org>
2009-10-13nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner1-0/+39
Guenther
2009-10-13libwbclient: add wbcChangeTrustCredentials.Günther Deschner3-0/+50
Guenther
2009-10-12s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer1-0/+6
This is the result of a discussion on samba-technical on how to deal best with existing programs which don't support my changes in the interface yet. Metze pointed out this "defines" as a possibility and simo and I agreed.
2009-10-09s3: Fix a memleak reported by dmarkeyVolker Lendecke1-0/+4
2009-10-09Fix builds with external tallocSimo Sorce1-2/+2
Make sure we do not reference our internal talloc directly. Let configure define what talloc.h file to use so that builds that use an extrenal talloc do not include 2 different versions of the talloc header.
2009-10-08winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2-8/+13
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-10-07wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner1-5/+13
Guenther
2009-10-07libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner2-12/+6
wbcCheckTrustCredentials(). Guenther
2009-09-16s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang1-4/+0
might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org>
2009-09-15nss_winbind: remove unused variableBjörn Jacke1-1/+0
2009-09-11s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the ↵Matthieu Patou1-0/+2
Winbind socket
2009-09-04wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner1-7/+1
Kai, please check. Guenther
2009-09-01wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner1-4/+15
blobs in wbcAuthenticateUserEx(). Guenther
2009-08-30s3:libwbclient: Fix bug 6349, initialize domain info structVolker Lendecke1-0/+2
2009-08-18wbinfo: Reduce test noise in the wbinfo blackbox testKai Blin1-3/+7
With the switch to libwbclient the previously stubbed out --trusted-domains and --all-domains calls now fail. Set them to knownfail. The previously knownfail -D test is now stubbed out, test it now. This does not fix the issues with wbinfo -a and wbinfo -K not working on the build farm. I have no idea whatsoever what is causing this, as those are broken on my local machine even without my changes.
2009-08-18wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin3-1335/+8
There can be only one....wbinfo that is.
2009-08-18s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVERKai Blin1-0/+8
2009-08-18s3 wbinfo: use wbcSidTypeString instead of sid_type_lookupKai Blin1-2/+2
2009-08-18libwbclient: Add wbcSidTypeString function.Kai Blin2-1/+28
2009-08-18s3 wbinfo: Remove unused functions, use C99-typesKai Blin1-6/+1
2009-08-18s3 wbinfo: Explicitly include popt header, remove unused common options.Kai Blin1-1/+5
2009-08-18s3 wbinfo: Use talloc_strdup instead of SMB_STRDUPKai Blin1-21/+23