Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-10 | libwbclient: doxygen: mark wbcSetGidHwm deprecated | Michael Adam | 1 | -0/+3 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104 | |||||
2011-02-10 | libwbclient: doxygen: mark wbcSetUidHwm deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveGidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveUidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcSetGidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcSetUidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more" | Michael Adam | 1 | -0/+10 | |
This reverts commit 25a0dc44f7e180d96dcccb8701e9817ecfd54955. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more" | Michael Adam | 1 | -0/+10 | |
This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more" | Michael Adam | 1 | -0/+10 | |
This reverts commit 1ed5961df2da73b61666a4565d0633e34f72d04d. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more" | Michael Adam | 1 | -0/+10 | |
This reverts commit 393c866c517636e94b48ca6030a57b712892d568. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more" | Michael Adam | 1 | -0/+9 | |
This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more" | Michael Adam | 1 | -0/+9 | |
This reverts commit 68a9b726be84aaaaa340f19e175da448409430b3. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed ↵ | Michael Adam | 1 | -10/+3 | |
symbols)" This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump. | |||||
2011-01-27 | libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols) | Michael Adam | 1 | -3/+10 | |
2011-01-27 | libwbclient: remove wbcSetGidHwm() - not implemented any more | Michael Adam | 1 | -9/+0 | |
2011-01-27 | libwbclient: remove wbcSetUidHwm() - not implemented any more | Michael Adam | 1 | -9/+0 | |
2011-01-27 | libwbclient: remove wbcRemoveGidMapping() - not implemented any more | Michael Adam | 1 | -10/+0 | |
2011-01-27 | libwbclient: remove wbcRemoveUidMapping() - not implemented any more | Michael Adam | 1 | -10/+0 | |
2011-01-27 | libwbclient: remove wbcSetGidMapping() - not implemented any more | Michael Adam | 1 | -10/+0 | |
2011-01-27 | libwbclient: remove wbcSetUidMapping() - not implemented any more | Michael Adam | 1 | -10/+0 | |
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 1 | -1/+14 | |
wbinfo --dc-info prints the current DC name and IP address. This helps diagnosing problems that might happen when a later wbinfo --ping-dc fails. This patch started out by using the SAF and NBT cache entires, but those are relatively short-lived. So I decided to invent a new gencache entry with a very long timeout. We need to go via the gencache because when for some reason a winbind child process is stuck, we can't query it for the current DC it's connected to. This must eventually go away again when we have a fully async winbind. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 19 08:40:28 CET 2011 on sn-devel-104 | |||||
2010-05-05 | libwbclient: Fixed doxygen errors. | Andreas Schneider | 1 | -3/+4 | |
2010-02-11 | libwbclient: Add wbcInterfaceDetails_send/recv | Kai Blin | 1 | -5/+6 | |
2010-01-24 | s3: Add wbinfo --ccache-save | Volker Lendecke | 1 | -0/+10 | |
With this command you can give winbind your password for later use by the automatic ntlm_auth | |||||
2009-12-21 | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 1 | -0/+14 | |
This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-) | |||||
2009-10-16 | nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials(). | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-10-13 | libwbclient: add wbcChangeTrustCredentials. | Günther Deschner | 1 | -0/+11 | |
Guenther | |||||
2009-10-12 | s4:wbclient.h - add compatibility constants | Matthias Dieter Wallnöfer | 1 | -0/+6 | |
This is the result of a discussion on samba-technical on how to deal best with existing programs which don't support my changes in the interface yet. Metze pointed out this "defines" as a possibility and simo and I agreed. | |||||
2009-10-08 | winbind: adapt the new reject constants also there | Matthias Dieter Wallnöfer | 1 | -4/+9 | |
Please note: in the past the value "0" was misinterpreted as other error. This isn't true. "0" means no error. Therefore a solution for this one has to found. | |||||
2009-10-07 | libwbclient: implement secure channel verification for specific domains in ↵ | Günther Deschner | 1 | -3/+1 | |
wbcCheckTrustCredentials(). Guenther | |||||
2009-08-18 | libwbclient: Add wbcSidTypeString function. | Kai Blin | 1 | -1/+11 | |
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-02-11 | s3: Implement wbcGetSidAliases | Dan Sledz | 1 | -0/+10 | |
* 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. | |||||
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 1 | -1/+13 | |
* 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. | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+1187 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |