summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient
AgeCommit message (Expand)AuthorFilesLines
2008-01-30Fix build warning.Günther Deschner1-1/+0
2008-01-29Fix uninitialized variablesVolker Lendecke2-15/+15
2008-01-29Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter1-5/+1
2008-01-24Fix missing error check that caused crash when winbindd not running.Jeremy Allison1-0/+1
2008-01-21libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher1-2/+2
2008-01-15libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2-52/+26
2008-01-03Some coding convention pedantism.Günther Deschner5-17/+17
2008-01-02Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter1-2/+4
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2-22/+19
2007-12-23Fix wbcAllocate[GU]idVolker Lendecke1-12/+14
2007-12-23Fix wbcPing()Volker Lendecke1-1/+9
2007-12-21Fix const warning.Jeremy Allison1-5/+8
2007-12-21Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter1-1/+1
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter12-0/+3000