summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* s3: Fix bug 7202Volker Lendecke2010-03-201-0/+5
| | | | | | | | Make sure _nss_wins_gethostbyname_r has a talloc stackframe available Thanks to Sergey Tereschenko <serg.partizan@gmail.com> for reporting the bug! Volker
* NSS:winbind_struct_protocol.h - fix typoMatthias Dieter Wallnöfer2010-03-131-1/+1
|
* s4: allow pam_winbind.so to be build on samba4Matthieu Patou2010-03-111-0/+7
| | | | | | | | | | * Modify the nsswitch/config.m4 to add tests and build that will be put in configure by the autoconf/autoheader We test if there is pam headers and pam library to be able to build the pam module We add s4 build directive (that are normaly in standalone config.mk) this is due to the fact that we need to rely on path that are guessed during configure. Add tests not to build pam_winbind if pam dev files is not present Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests ↵Matthieu Patou2010-03-111-0/+24
| | | | | | things in one place Signed-off-by: Stefan Metzmacher <metze@samba.org>
* nsswitch: build libnss_winbind.so with SOVERSION = 2Stefan Metzmacher2010-03-101-0/+2
| | | | metze
* nsswitch: don't use socket_wrapper for winbind client codeStefan Metzmacher2010-03-101-2/+1
| | | | metze
* nsswitch: build libnss_winbindd.so only for the non merged buildStefan Metzmacher2010-03-101-0/+2
| | | | metze
* s4:unittest Fix unittest to reflect that wbinfo -r no longer failMatthieu Patou2010-03-091-1/+2
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.Bo Yang2010-03-061-1/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 oneMatthieu Patou2010-03-031-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* nsswitch: libpam remove depedance on locale.h use directly LOCALEDIRMatthieu Patou2010-03-032-2/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* libwbclient: Fix s4 build failure by fixing up includes.Kai Blin2010-02-136-3/+4
| | | | Sorry about this, folks.
* libwbclient: Separate out the async functionsKai Blin2010-02-139-1763/+2066
|
* libwbclient: Test wbcLookupName async functionsKai Blin2010-02-111-0/+79
|
* libwbclient: Implement wbcLookupName_send/recvKai Blin2010-02-112-0/+137
|
* libwbclient: Implement wbcAuthenticateUserEx_send/recvKai Blin2010-02-112-0/+280
|
* libwbclient: Implement wbcLookupSid_send/recvKai Blin2010-02-112-0/+140
|
* libwbclient: Implement wbcGidToSid_send/recvKai Blin2010-02-112-0/+117
|
* libwbclient: Implement wbcSidToGid_send/recvKai Blin2010-02-112-0/+107
|
* libwbclient: Implement wbcUidToSid_send/recvKai Blin2010-02-112-0/+116
|
* libwbclient: Implement wbcSidToUid_send/recvKai Blin2010-02-112-0/+108
|
* libwbclient: Add wbcInterfaceDetails_send/recvKai Blin2010-02-113-5/+231
|
* libwbclient: Add wbcDomainInfo_send/recv callsKai Blin2010-02-112-1/+155
|
* libwbclient: Add wbcDomainName_send/recv callKai Blin2010-02-112-0/+101
|
* libwbclient: Add wbcNetbiosName_send/recv callsKai Blin2010-02-112-0/+102
|
* libwbclient: Add async wbcInfo_send()/wbcInfo_recv() callsKai Blin2010-02-112-0/+106
|
* libwbclient: add wbcInterfaceVersion send/recv callsKai Blin2010-02-112-0/+98
|
* libwbclient: torture-test wbcPing async functions.Kai Blin2010-02-111-0/+20
|
* 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>