comments draft-ietf-kitten-gssapi-naming-exts-05.txt
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

comments draft-ietf-kitten-gssapi-naming-exts-05.txt



name_is_MN is an output variable, the c-bindings define it as an "int" which provides little chance of "out-ness"

I really dislike the modifying name attributes, why is that interface needed (usecase ?)

The *more trick sucks but I can live with it, it assumes names do no change and that items are iteratable, it also makes mech glue life hard.

GSS_Map_name_to_any, the type should be an OID, strings are not used anywhere else and its painful to use, its if really a strings, make it a "const char *" in the c bindings.

same goes for gss_get_name_attribute()

Most functions does not talk about memory management, is buffers released or not ?

Love



Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.