[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] miscellaneous mechglue stuff




>Mmm, do we REALLY want it 0 or should be just mask off certain bits? I
>recall reading about this but I confess I don't fully understand the
>implications regarding how the flags are communicated in the authenticator
>checksum. With that break mutual?

That's a good point, it probably will. Do MS clients do mutual when you
send a non-GSSAPI checksum?

We should probably set some default flags, at least:

#define GSS_C_MUTUAL_FLAG 2
#define GSS_C_REPLAY_FLAG 4
#define GSS_C_SEQUENCE_FLAG 8
#define GSS_C_CONF_FLAG 16
#define GSS_C_INTEG_FLAG 32

Thoughts?

-- Luke

--