summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient/wbclient.c
Commit message (Collapse)AuthorAgeFilesLines
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-159/+0
| | | | Don't move source4 files yet to not confuse git's rename tracking too much.
* Move the doxygen comments of wbclient to the header file.Andreas Schneider2008-12-101-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>
* Clean-up various trailing space and >80 column lines.Steven Danneman2008-11-181-1/+1
|
* libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner2008-08-291-0/+2
| | | | | Guenther (This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca)
* libwbclient: add wbcLibraryDetails()Stefan Metzmacher2008-05-231-0/+23
| | | | | | metze (cherry picked from commit b68916328e935e61840cb03560ebeeee15bb2c6f) (This used to be commit 196d9017627220786d8b726dc0d02e16e96c4c05)
* libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude2008-05-131-0/+4
| | | | | | Add new APIs calls for WINBINDD_PAM_LOGOFF and WINBINDD_DSGETDCNAME ops. (This used to be commit cb5e8f60ac3313aec726c01687a040e6e0e42c10)
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-171-2/+2
| | | | | s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/ (This used to be commit d91ce012b0afb30cd22b373412d17de27c55ca86)
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
| | | | (This used to be commit cbdb79b7a1044945e515a294f487e4c1a9c91be5)
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-131-0/+2
| | | | | | | This function will be used by auth_winbind.c. metze (This used to be commit 72af96a320a97ce1a730d6e33d01950123d6a97c)
* libwbclient: implement wbcErrorString()Stefan Metzmacher2008-02-111-0/+34
| | | | | metze (This used to be commit 97a8069075d820c43c17e761b1186d4f0b3c785d)
* Fix build warning.Günther Deschner2008-01-301-1/+0
| | | | | Guenther (This used to be commit a3417be934e34af2525ddb731af288034d51432b)
* 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)
* 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)
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-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)