Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a C++ warning | Volker Lendecke | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-02-15 | 1 | -37/+91 |
|\ | | | | | | | v3-2-test | ||||
| * | libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-15 | 1 | -21/+7 |
| | | | | | | | | metze | ||||
| * | libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-15 | 1 | -4/+36 |
| | | | | | | | | metze | ||||
| * | libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters | Stefan Metzmacher | 2008-02-15 | 1 | -12/+48 |
| | | | | | | | | metze | ||||
* | | Fix "warning: 'cmd' may be used uninitialized in this function" | Jeremy Allison | 2008-02-14 | 1 | -0/+3 |
|/ | | | | Jeremy. | ||||
* | libwbclient: add wbcAuthenticateUserEx() function | Stefan Metzmacher | 2008-02-13 | 3 | -1/+460 |
| | | | | | | This function will be used by auth_winbind.c. metze | ||||
* | libwbclient: implement wbcErrorString() | Stefan Metzmacher | 2008-02-11 | 2 | -1/+35 |
| | | | | metze | ||||
* | Fix build warning. | Günther Deschner | 2008-01-30 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Fix uninitialized variables | Volker Lendecke | 2008-01-29 | 2 | -15/+15 |
| | | | | | | response.extra_data.data is not initialized on the first error path Found by the IBM checker | ||||
* | Allow NULL request and/or response pointers to be passed to ↵ | Gerald W. Carter | 2008-01-29 | 1 | -5/+1 |
| | | | | | | wbcRequestResponse(). This is a valid parameter set for things like setpwent() and ping(). | ||||
* | Fix missing error check that caused crash when winbindd not running. | Jeremy Allison | 2008-01-24 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | libwbclient: use the same style in each switch case for the error mapping | Stefan Metzmacher | 2008-01-21 | 1 | -2/+2 |
| | | | | metze | ||||
* | libwbclient: move wbc_err.h into wbclient.h as we only install one header | Stefan Metzmacher | 2008-01-15 | 2 | -52/+26 |
| | | | | | | This makes the installed wbclient.h header usable. metze | ||||
* | Some coding convention pedantism. | Günther Deschner | 2008-01-03 | 5 | -17/+17 |
| | | | | Guenther | ||||
* | Fix some C++ warnings (patch was Volker's) - implicit case from void* to char* | Gerald (Jerry) Carter | 2008-01-02 | 1 | -2/+4 |
| | |||||
* | Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory. | Gerald (Jerry) Carter | 2008-01-02 | 2 | -22/+19 |
| | | | | | Follows existing convention that all returned memory should be freed with wbcFreeMemory() and not directly with free(). Noticed by Volker. Txs. | ||||
* | Fix wbcAllocate[GU]id | Volker Lendecke | 2007-12-23 | 1 | -12/+14 |
| | | | | wbcRequestResponse() returns a wbcErr, not NSS_STATUS | ||||
* | Fix wbcPing() | Volker Lendecke | 2007-12-23 | 1 | -1/+9 |
| | | | | | Without request and response, wbcRequestResponse() will always return WBC_ERR_INVALID_PARAM, so the ping will never reach winbind. | ||||
* | Fix const warning. | Jeremy Allison | 2007-12-21 | 1 | -5/+8 |
| | | | | Jeremy. | ||||
* | Compile fix: Correct use of wbcDomainInfo() after function signature change. | Gerald (Jerry) Carter | 2007-12-21 | 1 | -1/+1 |
| | | | | | Also fixes a doxygen warngin about an undocumented parameter in the same function. | ||||
* | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 2007-12-21 | 12 | -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. |