summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient
Commit message (Collapse)AuthorAgeFilesLines
* 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 wbinfo --ccache-saveVolker Lendecke2010-01-242-0/+28
| | | | | 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
|
* 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-212-0/+59
| | | | | | 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 :-)
* 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
* 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
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-132-0/+49
| | | | 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-081-4/+9
| | | | | | 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.
* libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner2009-10-072-12/+6
| | | | | | wbcCheckTrustCredentials(). Guenther
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner2009-09-011-4/+15
| | | | | | blobs in wbcAuthenticateUserEx(). Guenther
* s3:libwbclient: Fix bug 6349, initialize domain info structVolker Lendecke2009-08-301-0/+2
|
* libwbclient: Add wbcSidTypeString function.Kai Blin2009-08-182-1/+28
|
* s3:winbind: Fix a potential segfault in libwbclientVolker Lendecke2009-08-161-1/+1
|
* libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner2009-06-181-2/+4
| | | | | | | That function could return emtpy blobs for username and ccache for e.g. cached logins. Guenther
* libwbclient: Add debugging hooks.Kai Blin2009-06-132-0/+91
|
* Fix wb_req_more(): Return 0 when done, read_pkt_send needs thatVolker Lendecke2009-06-121-0/+5
|
* async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher2009-06-082-10/+4
| | | | metze
* libwbclient: Attempt to fix build on AIXKai Blin2009-06-047-0/+7
|
* talloc_strdup "dir" in wb_context_initVolker Lendecke2009-05-301-1/+5
|
* libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin2009-05-302-3/+13
|
* libwbclient: Silence a compiler warningKai Blin2009-05-301-1/+1
|
* libwbclient: Add async call framework.Kai Blin2009-05-307-1/+1229
|
* Fix Coverity ID 626: DEADCODEVolker Lendecke2009-04-231-5/+0
|
* libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8
| | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-112-0/+149
| | | | | | * Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function.
* s3: Implement wbcGetpwsidDan Sledz2009-02-112-1/+52
| | | | | | | | * Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3.
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-1612-0/+6285
Don't move source4 files yet to not confuse git's rename tracking too much.