summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-16nsswitch: Move source3 files to top level dir.Kai Blin1-159/+0
Don't move source4 files yet to not confuse git's rename tracking too much.
2008-12-10Move the doxygen comments of wbclient to the header file.Andreas Schneider1-7/+1
So that a developer who wants to use the wbclient api can read the documentation in the header file. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Michael Adam <obnox@samba.org>
2008-11-18Clean-up various trailing space and >80 column lines.Steven Danneman1-1/+1
2008-08-29libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner1-0/+2
Guenther (This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca)
2008-05-23libwbclient: add wbcLibraryDetails()Stefan Metzmacher1-0/+23
metze (cherry picked from commit b68916328e935e61840cb03560ebeeee15bb2c6f) (This used to be commit 196d9017627220786d8b726dc0d02e16e96c4c05)
2008-05-13libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude1-0/+4
Add new APIs calls for WINBINDD_PAM_LOGOFF and WINBINDD_DSGETDCNAME ops. (This used to be commit cb5e8f60ac3313aec726c01687a040e6e0e42c10)
2008-04-17Follow error code name convention in libwbclient.Gerald W. Carter1-2/+2
s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/ (This used to be commit d91ce012b0afb30cd22b373412d17de27c55ca86)
2008-04-10fix some extrasemi compile warningsBjörn Jacke1-1/+1
(This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher1-0/+2
This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
2008-02-11libwbclient: implement wbcErrorString()Stefan Metzmacher1-0/+34
metze (This used to be commit 97a8069075d820c43c17e761b1186d4f0b3c785d)
2008-01-30Fix build warning.Günther Deschner1-1/+0
Guenther (This used to be commit a3417be934e34af2525ddb731af288034d51432b)
2008-01-29Allow NULL request and/or response pointers to be passed to ↵Gerald W. Carter1-5/+1
wbcRequestResponse(). This is a valid parameter set for things like setpwent() and ping(). (This used to be commit c1cdf6085329d55cf29ccc8c980fc853a03a695e)
2008-01-21libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher1-2/+2
metze (This used to be commit 0b85f7173d0770f8d9a0bac9e43355eb45bc181f)
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter1-0/+105
(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)