summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-16nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner1-1/+2
Guenther
2009-10-13libwbclient: add wbcChangeTrustCredentials.Günther Deschner1-0/+11
Guenther
2009-10-12s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer1-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-08winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer1-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-07libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner1-3/+1
wbcCheckTrustCredentials(). Guenther
2009-08-18libwbclient: Add wbcSidTypeString function.Kai Blin1-1/+11
2009-04-14libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner1-8/+8
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-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-11s3: Implement wbcGetpwsidDan Sledz1-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-16nsswitch: Move source3 files to top level dir.Kai Blin1-0/+1187
Don't move source4 files yet to not confuse git's rename tracking too much.