Add eGetVersionAndCapabilities flags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18127 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-20 03:34:03 +00:00
parent 04816acff0
commit f782011114

View File

@@ -188,13 +188,13 @@ enum gssMaggotOp {
/* /*
* return: * return:
* int32: protocol version * int32: protocol version
* int32: capability flags * int32: capability flags */
* ISSERVER 0x01 #define ISSERVER 0x01
* ISKDC 0x02 #define ISKDC 0x02
* MS_KERBEROS 0x04 #define MS_KERBEROS 0x04
* LOGSERVER 0x08 #define LOGSERVER 0x08
* HAS_MONIKER 0x10 #define HAS_MONIKER 0x10
* string: version string /* string: version string
*/ */
eGetTargetName, eGetTargetName,
/* /*