Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-13 | libwbclient: Fix s4 build failure by fixing up includes. | Kai Blin | 6 | -3/+4 | |
Sorry about this, folks. | |||||
2010-02-13 | libwbclient: Separate out the async functions | Kai Blin | 9 | -1763/+2066 | |
2010-02-11 | libwbclient: Test wbcLookupName async functions | Kai Blin | 1 | -0/+79 | |
2010-02-11 | libwbclient: Implement wbcLookupName_send/recv | Kai Blin | 2 | -0/+137 | |
2010-02-11 | libwbclient: Implement wbcAuthenticateUserEx_send/recv | Kai Blin | 2 | -0/+280 | |
2010-02-11 | libwbclient: Implement wbcLookupSid_send/recv | Kai Blin | 2 | -0/+140 | |
2010-02-11 | libwbclient: Implement wbcGidToSid_send/recv | Kai Blin | 2 | -0/+117 | |
2010-02-11 | libwbclient: Implement wbcSidToGid_send/recv | Kai Blin | 2 | -0/+107 | |
2010-02-11 | libwbclient: Implement wbcUidToSid_send/recv | Kai Blin | 2 | -0/+116 | |
2010-02-11 | libwbclient: Implement wbcSidToUid_send/recv | Kai Blin | 2 | -0/+108 | |
2010-02-11 | libwbclient: Add wbcInterfaceDetails_send/recv | Kai Blin | 3 | -5/+231 | |
2010-02-11 | libwbclient: Add wbcDomainInfo_send/recv calls | Kai Blin | 2 | -1/+155 | |
2010-02-11 | libwbclient: Add wbcDomainName_send/recv call | Kai Blin | 2 | -0/+101 | |
2010-02-11 | libwbclient: Add wbcNetbiosName_send/recv calls | Kai Blin | 2 | -0/+102 | |
2010-02-11 | libwbclient: Add async wbcInfo_send()/wbcInfo_recv() calls | Kai Blin | 2 | -0/+106 | |
2010-02-11 | libwbclient: add wbcInterfaceVersion send/recv calls | Kai Blin | 2 | -0/+98 | |
2010-02-11 | libwbclient: torture-test wbcPing async functions. | Kai Blin | 1 | -0/+20 | |
2010-02-11 | libwbclient: Add async wbcPing_send/_recv | Kai Blin | 2 | -1/+87 | |
2010-02-11 | libwbclient: Zero out context on initialization | Kai Blin | 1 | -1/+1 | |
This prevents a segfault when using wbcDebug without prior call to wbcSetDebug | |||||
2010-02-07 | libwbclient: wbc_create_logon_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -5/+3 | |
2010-02-07 | libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -7/+4 | |
2010-02-07 | libwbclient: wbc_create_error_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -18/+10 | |
2010-01-25 | s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in ↵ | Günther Deschner | 1 | -0/+35 | |
WINBIND-WBCLIENT testsuite. Guenther | |||||
2010-01-25 | s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite. | Günther Deschner | 1 | -1/+12 | |
Volker, please check, you know best how this interface is designed :-) Guenther | |||||
2010-01-24 | libwbclient: Actually implement wbcCredentialCache() | Volker Lendecke | 1 | -1/+127 | |
2010-01-24 | s3: Add wbinfo --ccache-save | Volker Lendecke | 2 | -0/+28 | |
With this command you can give winbind your password for later use by the automatic ntlm_auth | |||||
2010-01-24 | libwbclient: Use winbindd_free_response() | Volker Lendecke | 3 | -51/+21 | |
2010-01-24 | libwbclient: Remove a pointless talloc_strdup | Volker Lendecke | 1 | -12/+5 | |
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 |