summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2011-04-131-1/+31
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* libwbclient: Add wbcLookupSidsVolker Lendecke2011-04-131-0/+10
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* libwbclient: Add wbcSidToStringBufVolker Lendecke2011-03-051-1/+15
|
* libwbclient: doxygen: mark wbcSetGidHwm deprecatedMichael Adam2011-02-101-0/+3
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104
* libwbclient: doxygen: mark wbcSetUidHwm deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcRemoveGidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcRemoveUidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcSetGidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcSetUidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more"Michael Adam2011-02-101-0/+10
| | | | | | This reverts commit 25a0dc44f7e180d96dcccb8701e9817ecfd54955. Undo the library version bump.
* Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more"Michael Adam2011-02-101-0/+10
| | | | | | This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump.
* Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more"Michael Adam2011-02-101-0/+10
| | | | | | This reverts commit 1ed5961df2da73b61666a4565d0633e34f72d04d. Undo the library version bump.
* Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more"Michael Adam2011-02-101-0/+10
| | | | | | This reverts commit 393c866c517636e94b48ca6030a57b712892d568. Undo the library version bump.
* Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more"Michael Adam2011-02-101-0/+9
| | | | | | This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump.
* Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more"Michael Adam2011-02-101-0/+9
| | | | | | This reverts commit 68a9b726be84aaaaa340f19e175da448409430b3. Undo the library version bump.
* Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed ↵Michael Adam2011-02-101-10/+3
| | | | | | | | symbols)" This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump.
* libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam2011-01-271-3/+10
|
* libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2011-01-271-9/+0
|
* libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2011-01-271-9/+0
|
* libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2011-01-271-10/+0
|
* libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2011-01-271-10/+0
|
* libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2011-01-271-10/+0
|
* libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2011-01-271-10/+0
|
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-191-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
* libwbclient: Fixed doxygen errors.Andreas Schneider2010-05-051-3/+4
|
* libwbclient: Add wbcInterfaceDetails_send/recvKai Blin2010-02-111-5/+6
|
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-241-0/+10
| | | | | With this command you can give winbind your password for later use by the automatic ntlm_auth
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-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 :-)
* nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner2009-10-161-1/+2
| | | | Guenther
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-131-0/+11
| | | | Guenther
* s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer2009-10-121-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.
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-081-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.
* libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner2009-10-071-3/+1
| | | | | | wbcCheckTrustCredentials(). Guenther
* libwbclient: Add wbcSidTypeString function.Kai Blin2009-08-181-1/+11
|
* libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8
| | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-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.
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-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.
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+1187
Don't move source4 files yet to not confuse git's rename tracking too much.