docs: Document removal of the autoconf build system
[obnox/samba/samba-obnox.git] / auth / common_auth.h
index cf21543a91922d1e8c82373b2732156df18fae63..a40f7c2b3d7010517f5a5e91c789f92846917e03 100644 (file)
@@ -82,8 +82,6 @@ struct auth4_context {
                /* Who set this up in the first place? */
                const char *set_by;
 
-               bool may_be_modified;
-
                DATA_BLOB data;
        } challenge;
 
@@ -113,8 +111,6 @@ struct auth4_context {
 
        NTSTATUS (*get_ntlm_challenge)(struct auth4_context *auth_ctx, uint8_t chal[8]);
 
-       bool (*challenge_may_be_modified)(struct auth4_context *auth_ctx);
-
        NTSTATUS (*set_ntlm_challenge)(struct auth4_context *auth_ctx, const uint8_t chal[8], const char *set_by);
 
        NTSTATUS (*generate_session_info)(struct auth4_context *auth_context,