summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher1-0/+6
This only accepts NULL as domain for now, because winbindd doesn't support checking trust passwords as a domain controller. metze (This used to be commit c084ccd70f42ce29ce24565969a9f440dde254e1)
2008-04-17libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher1-0/+6
metze (This used to be commit 57ba71140fbf6b4a5a917fa3248fa76536be883b)
2008-04-11libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher1-0/+8
metze (This used to be commit 364e146805bb74b46da4d3c187e9a684d4b99a01)
2008-04-06libwbclient: add wbcGetGroups()Stefan Metzmacher1-0/+4
metze (This used to be commit 596d030b976102e7476a2460fce355914c4e8210)
2008-04-06wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke1-1/+1
(This used to be commit 3130fb7b32285b8501f5ee8cbc62b478c09cccd3)
2008-04-01libwbclient: add wbcInterfaceDetails()Stefan Metzmacher1-0/+15
metze (This used to be commit fee3806326b9ba214e35868271e6481c0c8b9c4b)
2008-03-28libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher1-2/+0
metze (This used to be commit 7a4de23aa318bd24948e576a5582a5c74d335154)
2008-03-28libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher1-0/+8
metze (This used to be commit df127f0b40d36ea8ee605c24ea88558c7d40a7fe)
2008-03-28libwbclient: add wbcLookupUserSids()Stefan Metzmacher1-0/+5
metze (This used to be commit 38007a387a1f1b53877ef9ea518f83ecf026f4f3)
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher1-1/+158
This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
2008-02-11libwbclient: implement wbcErrorString()Stefan Metzmacher1-1/+1
metze (This used to be commit 97a8069075d820c43c17e761b1186d4f0b3c785d)
2008-01-15libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher1-1/+26
This makes the installed wbclient.h header usable. metze (This used to be commit 7dd65599a15bf1d164fcfa554c8057d43c51eb6d)
2008-01-03Some coding convention pedantism.Günther Deschner1-1/+1
Guenther (This used to be commit 338baf96cb957fa52e312d42fbf0fa227d7dafda)
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter1-0/+184
(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)