From d9eca070e376f57e741837802bfbab6e538ad8cf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 21 Jun 2001 09:04:31 +0000 Subject: [PATCH] update (remove xor seq number, and add snprintf(NULL, 0)) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10150 ec53bebd-3082-4978-b11e-865c3cabbd6b --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index ae6665330..b96fc66fd 100644 --- a/TODO +++ b/TODO @@ -72,8 +72,6 @@ fix to use rpc? the replay cache is, in its current state, not very useful -should the sequence numbers be XORed? - OTP? make checksum/encryption type configuration more realm-specific. make @@ -88,3 +86,5 @@ figure out how forwardable/no-addresses and other init_creds related settings are supposed to be set in /etc/krb5.conf and how they are read ** lib/roken + +make snprintf handle str == NULL, sz = 0 correctly