summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient
Commit message (Collapse)AuthorAgeFilesLines
...
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
| | | | | metze (This used to be commit 364e146805bb74b46da4d3c187e9a684d4b99a01)
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
| | | | (This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64
| | | | | metze (This used to be commit 596d030b976102e7476a2460fce355914c4e8210)
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
| | | | (This used to be commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
| | | | | metze (This used to be commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
| | | | | metze (This used to be commit de2e8d5db93d32e5ebf04a2018a08f766eb9a233)
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
| | | | | metze (This used to be commit 7a4de23aa318bd24948e576a5582a5c74d335154)
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
| | | | | metze (This used to be commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
| | | | | metze (This used to be commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
| | | | | | | I leave the more explicit error path in the "if (cmd == 0)" block. Michael (This used to be commit 2ae19b5fb89e0a992962af14a81b641bf13b7892)
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1
| | | | | Guenther (This used to be commit 79f7a519f8f61a31d84467c5b5975cae13db1c29)
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| | | | (This used to be commit d993b4c3cea6ead74ff1e031ee9a42f2aa39a9f1)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-151-37/+91
|\ | | | | | | | | | | v3-2-test (This used to be commit 847874ca757ac8ca32082305c8caed5abc7fed1d)
| * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| | | | | | | | | | metze (This used to be commit 237c2e9738ae29ca7046d6f886d6f777a6206045)
| * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| | | | | | | | | | metze (This used to be commit 423f139fd37496db2e690f20399357496367ed7c)
| * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
| | | | | | | | | | metze (This used to be commit 491ba9c0c9d479bc686c75242a3749f14d103fcd)
* | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
|/ | | | | Jeremy. (This used to be commit 58b0f022ffce7fda531f6f8ea7392a963e8ec0c5)
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
| | | | | | | This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
* libwbclient: implement wbcErrorString()Stefan Metzmacher2008-02-112-1/+35
| | | | | metze (This used to be commit 97a8069075d820c43c17e761b1186d4f0b3c785d)
* Fix build warning.Günther Deschner2008-01-301-1/+0
| | | | | Guenther (This used to be commit a3417be934e34af2525ddb731af288034d51432b)
* Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
| | | | | | | response.extra_data.data is not initialized on the first error path Found by the IBM checker (This used to be commit e9b3115c85e3d04eeaa04bfa71972d393272afca)
* Allow NULL request and/or response pointers to be passed to ↵Gerald W. Carter2008-01-291-5/+1
| | | | | | | wbcRequestResponse(). This is a valid parameter set for things like setpwent() and ping(). (This used to be commit c1cdf6085329d55cf29ccc8c980fc853a03a695e)
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
| | | | | Jeremy. (This used to be commit f5ca241e2c1adf2ae836fae33a4adac916f46416)
* libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher2008-01-211-2/+2
| | | | | metze (This used to be commit 0b85f7173d0770f8d9a0bac9e43355eb45bc181f)
* libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
| | | | | | | This makes the installed wbclient.h header usable. metze (This used to be commit 7dd65599a15bf1d164fcfa554c8057d43c51eb6d)
* Some coding convention pedantism.Günther Deschner2008-01-035-17/+17
| | | | | Guenther (This used to be commit 338baf96cb957fa52e312d42fbf0fa227d7dafda)
* Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter2008-01-021-2/+4
| | | | (This used to be commit 518168410c49ac25085714c73e76dcf358fc4b68)
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-022-22/+19
| | | | | | Follows existing convention that all returned memory should be freed with wbcFreeMemory() and not directly with free(). Noticed by Volker. Txs. (This used to be commit 39c2059f66ee9eb471a503b9c776807b91c2a8f8)
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
| | | | | wbcRequestResponse() returns a wbcErr, not NSS_STATUS (This used to be commit 1bbdbdef991408af07afaba7bc0b4da55f06aed8)
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
| | | | | | Without request and response, wbcRequestResponse() will always return WBC_ERR_INVALID_PARAM, so the ping will never reach winbind. (This used to be commit 9a24753d35a4b1a283a65c60088d82e4b80f14c8)
* Fix const warning.Jeremy Allison2007-12-211-5/+8
| | | | | Jeremy. (This used to be commit 5159f897ddaad1878fff629cc074dd71b2b3f4ab)
* Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-211-1/+1
| | | | | | Also fixes a doxygen warngin about an undocumented parameter in the same function. (This used to be commit 290ab64e9e5fb2a28e14a5f344f22119d5304563)
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2112-0/+3000
(based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions. (This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)