summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_guid.c
Commit message (Collapse)AuthorAgeFilesLines
* nsswitch/libwbclient: explicitly mark all wbc* symbols as _PUBLIC_Stefan Metzmacher2021-11-301-0/+2
| | | | | | | | | | | | | | | Some private functions from wbclient_internal.h already leaked into the ABI. With hide_symbols=True we make sure this doesn't happen again. Having wbcRequestResponse[Priv]() as part of the ABI helps us in order to hide winbindd_[priv_]request_response() soon. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14780 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libwbclient: Fix wbcStringToGuidVolker Lendecke2021-01-281-4/+4
| | | | | | | | The "x" sscanf conversion specifier requires an unsigned int. It is likely that this is actually a uint32_t, don't rely on that. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org>
* libwbclient: Make wbcGuidToString not use tallocVolker Lendecke2010-04-191-20/+16
|
* libwbclient: Attempt to fix build on AIXKai Blin2009-06-041-0/+1
|
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+104
Don't move source4 files yet to not confuse git's rename tracking too much.