Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-03 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+1 | |
We have dereferenced "blobs" before | |||||
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 2 | -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 :-) | |||||
2009-10-19 | libwbclient: fix wbcLookupDomainController(). | Günther Deschner | 1 | -2/+3 | |
Found by WINBIND-WBCLIENT torture test. Guenther | |||||
2009-10-19 | s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT. | Günther Deschner | 1 | -0/+37 | |
Guenther | |||||
2009-10-16 | nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials(). | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-10-16 | s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2009-10-16 | s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT. | Günther Deschner | 1 | -0/+34 | |
Guenther | |||||
2009-10-16 | s4-smbtorture: add very basic libwbclient testsuite. | Günther Deschner | 1 | -0/+252 | |
Guenther | |||||
2009-10-13 | libwbclient: add wbcChangeTrustCredentials. | Günther Deschner | 2 | -0/+49 | |
Guenther | |||||
2009-10-12 | s4:wbclient.h - add compatibility constants | Matthias Dieter Wallnöfer | 1 | -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-09 | s3: Fix a memleak reported by dmarkey | Volker Lendecke | 1 | -0/+4 | |
2009-10-09 | Fix builds with external talloc | Simo Sorce | 1 | -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-08 | winbind: adapt the new reject constants also there | Matthias Dieter Wallnöfer | 1 | -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. | |||||
2009-10-07 | libwbclient: implement secure channel verification for specific domains in ↵ | Günther Deschner | 2 | -12/+6 | |
wbcCheckTrustCredentials(). Guenther | |||||
2009-09-01 | wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2 | Günther Deschner | 1 | -4/+15 | |
blobs in wbcAuthenticateUserEx(). Guenther | |||||
2009-08-30 | s3:libwbclient: Fix bug 6349, initialize domain info struct | Volker Lendecke | 1 | -0/+2 | |
2009-08-18 | libwbclient: Add wbcSidTypeString function. | Kai Blin | 2 | -1/+28 | |
2009-08-16 | s3:winbind: Fix a potential segfault in libwbclient | Volker Lendecke | 1 | -1/+1 | |
2009-06-18 | libwbclient: fix returned LogonInfo in wbc_LogonUser(). | Günther Deschner | 1 | -2/+4 | |
That function could return emtpy blobs for username and ccache for e.g. cached logins. Guenther | |||||
2009-06-13 | libwbclient: Add debugging hooks. | Kai Blin | 2 | -0/+91 | |
2009-06-12 | Fix wb_req_more(): Return 0 when done, read_pkt_send needs that | Volker Lendecke | 1 | -0/+5 | |
2009-06-08 | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 2 | -10/+4 | |
metze | |||||
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 7 | -0/+7 | |
2009-05-30 | talloc_strdup "dir" in wb_context_init | Volker Lendecke | 1 | -1/+5 | |
2009-05-30 | libwbclient: Store the winbind socket dir to use in the wb_context | Kai Blin | 2 | -3/+13 | |
2009-05-30 | libwbclient: Silence a compiler warning | Kai Blin | 1 | -1/+1 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 7 | -1/+1229 | |
2009-04-23 | Fix Coverity ID 626: DEADCODE | Volker Lendecke | 1 | -5/+0 | |
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 2 | -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. | |||||
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 2 | -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. | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 12 | -0/+6285 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |