summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-20 19:46:31 -0700
committerAndrew Bartlett <abartlet@samba.org>2012-09-21 06:37:15 +0200
commit914b02be5a3e7805110f517e39ed9f6fe760c2bc (patch)
tree3ff2a2ed8eed258a6163cac0a2f59bbd383f30b8 /nsswitch/libwbclient/wbclient.h
parentd9747b15c4a737a1422d0156d92efed762bb672d (diff)
downloadsamba-914b02be5a3e7805110f517e39ed9f6fe760c2bc.tar.gz
samba-914b02be5a3e7805110f517e39ed9f6fe760c2bc.tar.bz2
samba-914b02be5a3e7805110f517e39ed9f6fe760c2bc.zip
libwbclient: bump ABI to 0.11 as wbcAuthenticateUserEx now provides PAC parsing
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Sep 21 06:37:15 CEST 2012 on sn-devel-104
Diffstat (limited to 'nsswitch/libwbclient/wbclient.h')
-rw-r--r--nsswitch/libwbclient/wbclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 473c9019d6..a72d09e1d3 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -70,9 +70,10 @@ const char *wbcErrorString(wbcErr error);
* 0.8: Added wbcSidsToUnixIds() and wbcLookupSids()
* 0.9: Added support for WBC_ID_TYPE_BOTH
* 0.10: Added wbcPingDc2()
+ * 0.11: Extended wbcAuthenticateUserEx to provide PAC parsing
**/
#define WBCLIENT_MAJOR_VERSION 0
-#define WBCLIENT_MINOR_VERSION 10
+#define WBCLIENT_MINOR_VERSION 11
#define WBCLIENT_VENDOR_VERSION "Samba libwbclient"
struct wbcLibraryDetails {
uint16_t major_version;