Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2 | Günther Deschner | 2009-09-01 | 1 | -4/+15 |
| | | | | | | blobs in wbcAuthenticateUserEx(). Guenther | ||||
* | s3:libwbclient: Fix bug 6349, initialize domain info struct | Volker Lendecke | 2009-08-30 | 1 | -0/+2 |
| | |||||
* | libwbclient: Add wbcSidTypeString function. | Kai Blin | 2009-08-18 | 2 | -1/+28 |
| | |||||
* | s3:winbind: Fix a potential segfault in libwbclient | Volker Lendecke | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | libwbclient: fix returned LogonInfo in wbc_LogonUser(). | Günther Deschner | 2009-06-18 | 1 | -2/+4 |
| | | | | | | | That function could return emtpy blobs for username and ccache for e.g. cached logins. Guenther | ||||
* | libwbclient: Add debugging hooks. | Kai Blin | 2009-06-13 | 2 | -0/+91 |
| | |||||
* | Fix wb_req_more(): Return 0 when done, read_pkt_send needs that | Volker Lendecke | 2009-06-12 | 1 | -0/+5 |
| | |||||
* | async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8 | Stefan Metzmacher | 2009-06-08 | 2 | -10/+4 |
| | | | | metze | ||||
* | libwbclient: Attempt to fix build on AIX | Kai Blin | 2009-06-04 | 7 | -0/+7 |
| | |||||
* | talloc_strdup "dir" in wb_context_init | Volker Lendecke | 2009-05-30 | 1 | -1/+5 |
| | |||||
* | libwbclient: Store the winbind socket dir to use in the wb_context | Kai Blin | 2009-05-30 | 2 | -3/+13 |
| | |||||
* | libwbclient: Silence a compiler warning | Kai Blin | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | libwbclient: Add async call framework. | Kai Blin | 2009-05-30 | 7 | -1/+1229 |
| | |||||
* | Fix Coverity ID 626: DEADCODE | Volker Lendecke | 2009-04-23 | 1 | -5/+0 |
| | |||||
* | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 2009-04-14 | 1 | -8/+8 |
| | | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | ||||
* | s3: Implement wbcGetSidAliases | Dan Sledz | 2009-02-11 | 2 | -0/+149 |
| | | | | | | * Adds wbcGetSidAliases that calls the lookup_useraliases function. * Updates wbinfo and winbind_util.c to call the new function. * Also added winbind_get_groups helper function. | ||||
* | s3: Implement wbcGetpwsid | Dan Sledz | 2009-02-11 | 2 | -1/+52 |
| | | | | | | | | * Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3. | ||||
* | nsswitch: Move source3 files to top level dir. | Kai Blin | 2008-12-16 | 12 | -0/+6285 |
Don't move source4 files yet to not confuse git's rename tracking too much. |