summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
...
* libwbclient: Add async wbcPing_send/_recvKai Blin2010-02-112-1/+87
|
* libwbclient: Zero out context on initializationKai Blin2010-02-111-1/+1
| | | | This prevents a segfault when using wbcDebug without prior call to wbcSetDebug
* libwbclient: wbc_create_logon_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-5/+3
|
* libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-7/+4
|
* libwbclient: wbc_create_error_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-18/+10
|
* pam_winbind: Remove a nested if-statement. Bo, please check!Volker Lendecke2010-02-061-4/+2
|
* pam_winbind: Use strchr instead of strstr for a single characterVolker Lendecke2010-02-061-1/+1
|
* s3: Fix malformed require_membership_of_sid.Bo Yang2010-02-071-0/+12
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* NSS wrapper - add dependency to "nsstest"Matthias Dieter Wallnöfer2010-02-051-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.
* s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵Günther Deschner2010-01-251-0/+35
| | | | | | WINBIND-WBCLIENT testsuite. Guenther
* s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.Günther Deschner2010-01-251-1/+12
| | | | | | Volker, please check, you know best how this interface is designed :-) Guenther
* libwbclient: Actually implement wbcCredentialCache()Volker Lendecke2010-01-241-1/+127
|
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-241-1/+3
|
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-244-1/+82
| | | | | With this command you can give winbind your password for later use by the automatic ntlm_auth
* libwbclient: Use winbindd_free_response()Volker Lendecke2010-01-243-51/+21
|
* libwbclient: Remove a pointless talloc_strdupVolker Lendecke2010-01-241-12/+5
|
* nsswitch: Move nss_err_str to its only callerVolker Lendecke2010-01-233-26/+25
|
* nsswitch: Make some functions staticVolker Lendecke2010-01-232-11/+7
|
* libwbclient: Remove a pointless checkVolker Lendecke2010-01-031-1/+1
| | | | We have dereferenced "blobs" before
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-214-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 :-)
* s3: check for PAM_RADIO_TYPE.Bo Yang2009-12-101-3/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix build on non-linux platform.Bo Yang2009-12-101-0/+8
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Give the user a chance to change password when password will expire soon.Bo Yang2009-12-101-11/+109
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-1/+5
| | | | | | | | Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
* nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner2009-11-251-0/+1
| | | | Guenther
* pam_winbind: fix a printf type mismatch warningBjörn Jacke2009-11-141-2/+2
|
* s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang2009-10-241-3/+7
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner2009-10-191-25/+18
| | | | Guenther
* libwbclient: fix wbcLookupDomainController().Günther Deschner2009-10-191-2/+3
| | | | | | Found by WINBIND-WBCLIENT torture test. Guenther
* s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner2009-10-191-0/+37
| | | | Guenther
* s3: Don't fail authentication when one or some group of ↵Bo Yang2009-10-201-2/+23
| | | | | | require-membership-of is invalid. Signed-off-by: Bo Yang <boyang@samba.org>
* nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner2009-10-161-1/+2
| | | | Guenther
* s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner2009-10-161-1/+4
| | | | Guenther
* s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner2009-10-161-0/+34
| | | | Guenther
* s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner2009-10-161-0/+252
| | | | Guenther
* Fix the build, missing ->.Jeremy Allison2009-10-141-2/+2
| | | | Jeremy.
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner2009-10-131-0/+39
| | | | Guenther
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-133-0/+50
| | | | Guenther
* s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer2009-10-121-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.
* s3: Fix a memleak reported by dmarkeyVolker Lendecke2009-10-091-0/+4
|
* Fix builds with external tallocSimo Sorce2009-10-091-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.
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-082-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.
* wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner2009-10-071-5/+13
| | | | Guenther
* libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner2009-10-072-12/+6
| | | | | | wbcCheckTrustCredentials(). Guenther
* s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang2009-09-161-4/+0
| | | | | | might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org>
* nss_winbind: remove unused variableBjörn Jacke2009-09-151-1/+0
|
* s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the ↵Matthieu Patou2009-09-111-0/+2
| | | | Winbind socket
* wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner2009-09-041-7/+1
| | | | | | Kai, please check. Guenther
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner2009-09-011-4/+15
| | | | | | blobs in wbcAuthenticateUserEx(). Guenther