summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient
Commit message (Expand)AuthorAgeFilesLines
...
* libwbclient: Make wbcListUsers not use tallocVolker Lendecke2010-04-191-12/+17
* libwbclient: Make wbcGetSidAliases not use tallocVolker Lendecke2010-04-191-8/+7
* libwbclient: Test wbcGetSidAliasesVolker Lendecke2010-04-191-0/+37
* libwbclient: Simplify test_wbc_domain_info a bitVolker Lendecke2010-04-191-5/+3
* libwbclient: Fix some pointless macro callsVolker Lendecke2010-04-191-3/+3
* libwbclient: Take -21 into account in length guessingVolker Lendecke2010-04-191-4/+4
* libwbclient: Fix some pointless macro callsVolker Lendecke2010-04-191-4/+4
* libwbclient: Make wbcLookupRids not use tallocVolker Lendecke2010-04-191-21/+16
* libwbclient: Add wbcAllocateStringArrayVolker Lendecke2010-04-192-0/+17
* libwbclient: Test wbcLookupRidsVolker Lendecke2010-04-191-0/+29
* libwbclient: Make wbcLookupSid not use tallocVolker Lendecke2010-04-191-51/+35
* libwbclient: Add wbcStrDupVolker Lendecke2010-04-192-0/+16
* libwbclient: Convert wbcSidToString to not use tallocVolker Lendecke2010-04-191-22/+22
* libwbclient: Make copy_group_entry not use tallocVolker Lendecke2010-04-191-24/+44
* libwbclient: Make copy_passwd_entry not use tallocVolker Lendecke2010-04-191-28/+41
* libwbclient: Make wbcGuidToString not use tallocVolker Lendecke2010-04-191-20/+16
* libwbclient: Make wbcLibraryDetails not use tallocVolker Lendecke2010-04-191-1/+3
* libwbclient: Add wbcAllocateMemory()Volker Lendecke2010-04-192-2/+54
* libwbclient: Re-Fix a bug that was fixed with e5741e27c4cVolker Lendecke2010-04-134-29/+56
* libwbclient: Remove a pointless variableVolker Lendecke2010-04-131-3/+1
* libwbclient: Fix a memleak in wbcGetDisplayNameVolker Lendecke2010-04-101-0/+1
* libwbclient: Ensure correct 0-termination in wbcGetSidAliasesVolker Lendecke2010-04-101-0/+1
* libwbclient: Fix some memleaks in the testsVolker Lendecke2010-04-091-0/+7
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+15
* libwbclient: Fix a memleak in wbcListTrustsVolker Lendecke2010-04-041-8/+3
* libwbclient: Fix memleaks in testsVolker Lendecke2010-04-041-0/+10
* libwbclient: Fix a memleak in wbcListTrustsVolker Lendecke2010-04-041-0/+3
* libwbclient: Streamline result processing of wbcCredentialCache()Volker Lendecke2010-04-041-4/+2
* libwbclient: Fix a memleak in wbcCredentialCacheVolker Lendecke2010-04-041-0/+1
* libwbclient: Both talloc_free and wbcFreeMemory deal with NULLVolker Lendecke2010-04-032-18/+6
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* libwbclient: Fix s4 build failure by fixing up includes.Kai Blin2010-02-136-3/+4
* 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