summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.