summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-151-37/+91
|\
| * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
* | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
|/
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
* libwbclient: implement wbcErrorString()Stefan Metzmacher2008-02-112-1/+35
* Fix build warning.Günther Deschner2008-01-301-1/+0
* Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
* Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter2008-01-291-5/+1
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
* libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher2008-01-211-2/+2
* libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
* Some coding convention pedantism.Günther Deschner2008-01-035-17/+17
* Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter2008-01-021-2/+4
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-022-22/+19
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
* Fix const warning.Jeremy Allison2007-12-211-5/+8
* Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-211-1/+1
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2112-0/+3000