Skip to content

Commit eb4cf16

Browse files
committed
Remove obsolete TODO comments
Signed-off-by: Simo Sorce <[email protected]>
1 parent 46c642f commit eb4cf16

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/gss_ntlmssp.h

-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ struct gssntlm_ctx {
137137
/* negotiated flags */
138138
uint32_t neg_flags;
139139

140-
/* TODO: Add whitelist of servers we are allowed to communicate with */
141-
142140
struct ntlm_key exported_session_key;
143141
struct ntlm_signseal_state crypto_state;
144142

src/gss_sec_ctx.c

-2
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,6 @@ uint32_t gssntlm_accept_sec_context(uint32_t *minor_status,
697697
NTLMSSP_NEGOTIATE_KEY_EXCH;
698698
}
699699

700-
/* TODO: Support MS-NLMP ServerBlock ? */
701-
702700
/* TODO: Check some minimum required flags ? */
703701
/* TODO: Check MS-NLMP ServerRequire128bitEncryption */
704702

src/ntlm.c

-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,6 @@ int ntlm_decode_neg_msg(struct ntlm_ctx *ctx,
10001000
return ret;
10011001
}
10021002

1003-
/* TODO: support datagram style */
10041003
int ntlm_encode_chal_msg(struct ntlm_ctx *ctx,
10051004
uint32_t flags,
10061005
const char *target_name,

tests/ntlmssptest.c

-2
Original file line numberDiff line numberDiff line change
@@ -2003,8 +2003,6 @@ int test_gssapi_cl(void)
20032003
goto done;
20042004
}
20052005

2006-
/* TODO: again with channel bindings */
2007-
20082006
gss_release_buffer(&retmin, &cli_token);
20092007
gss_release_buffer(&retmin, &srv_token);
20102008

0 commit comments

Comments
 (0)