summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
AgeCommit message (Expand)AuthorFilesLines
2010-02-13libwbclient: Fix s4 build failure by fixing up includes.Kai Blin6-3/+4
2010-02-13libwbclient: Separate out the async functionsKai Blin9-1763/+2066
2010-02-11libwbclient: Test wbcLookupName async functionsKai Blin1-0/+79
2010-02-11libwbclient: Implement wbcLookupName_send/recvKai Blin2-0/+137
2010-02-11libwbclient: Implement wbcAuthenticateUserEx_send/recvKai Blin2-0/+280
2010-02-11libwbclient: Implement wbcLookupSid_send/recvKai Blin2-0/+140
2010-02-11libwbclient: Implement wbcGidToSid_send/recvKai Blin2-0/+117
2010-02-11libwbclient: Implement wbcSidToGid_send/recvKai Blin2-0/+107
2010-02-11libwbclient: Implement wbcUidToSid_send/recvKai Blin2-0/+116
2010-02-11libwbclient: Implement wbcSidToUid_send/recvKai Blin2-0/+108
2010-02-11libwbclient: Add wbcInterfaceDetails_send/recvKai Blin3-5/+231
2010-02-11libwbclient: Add wbcDomainInfo_send/recv callsKai Blin2-1/+155
2010-02-11libwbclient: Add wbcDomainName_send/recv callKai Blin2-0/+101
2010-02-11libwbclient: Add wbcNetbiosName_send/recv callsKai Blin2-0/+102
2010-02-11libwbclient: Add async wbcInfo_send()/wbcInfo_recv() callsKai Blin2-0/+106
2010-02-11libwbclient: add wbcInterfaceVersion send/recv callsKai Blin2-0/+98
2010-02-11libwbclient: torture-test wbcPing async functions.Kai Blin1-0/+20
2010-02-11libwbclient: Add async wbcPing_send/_recvKai Blin2-1/+87
2010-02-11libwbclient: Zero out context on initializationKai Blin1-1/+1
2010-02-07libwbclient: wbc_create_logon_info is always called with mem_ctx==NULLVolker Lendecke1-5/+3
2010-02-07libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULLVolker Lendecke1-7/+4
2010-02-07libwbclient: wbc_create_error_info is always called with mem_ctx==NULLVolker Lendecke1-18/+10
2010-01-25s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in WINBIND-WBCLIE...Günther Deschner1-0/+35
2010-01-25s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite.Günther Deschner1-1/+12
2010-01-24libwbclient: Actually implement wbcCredentialCache()Volker Lendecke1-1/+127
2010-01-24s3: Add wbinfo --ccache-saveVolker Lendecke2-0/+28
2010-01-24libwbclient: Use winbindd_free_response()Volker Lendecke3-51/+21
2010-01-24libwbclient: Remove a pointless talloc_strdupVolker Lendecke1-12/+5
2010-01-03libwbclient: Remove a pointless checkVolker Lendecke1-1/+1
2009-12-21s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2-0/+59
2009-10-19libwbclient: fix wbcLookupDomainController().Günther Deschner1-2/+3
2009-10-19s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner1-0/+37
2009-10-16nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner1-1/+2
2009-10-16s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner1-1/+4
2009-10-16s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner1-0/+34
2009-10-16s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner1-0/+252
2009-10-13libwbclient: add wbcChangeTrustCredentials.Günther Deschner2-0/+49
2009-10-12s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer1-0/+6
2009-10-09s3: Fix a memleak reported by dmarkeyVolker Lendecke1-0/+4
2009-10-09Fix builds with external tallocSimo Sorce1-2/+2
2009-10-08winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer1-4/+9
2009-10-07libwbclient: implement secure channel verification for specific domains in wb...Günther Deschner2-12/+6
2009-09-01wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner1-4/+15
2009-08-30s3:libwbclient: Fix bug 6349, initialize domain info structVolker Lendecke1-0/+2
2009-08-18libwbclient: Add wbcSidTypeString function.Kai Blin2-1/+28
2009-08-16s3:winbind: Fix a potential segfault in libwbclientVolker Lendecke1-1/+1
2009-06-18libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner1-2/+4
2009-06-13libwbclient: Add debugging hooks.Kai Blin2-0/+91
2009-06-12Fix wb_req_more(): Return 0 when done, read_pkt_send needs thatVolker Lendecke1-0/+5
2009-06-08async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher2-10/+4