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
This commit is contained in:
Assar Westerlund
2001-06-21 09:04:31 +00:00
parent 789f49bc82
commit d9eca070e3

4
TODO
View File

@@ -72,8 +72,6 @@ fix to use rpc?
the replay cache is, in its current state, not very useful the replay cache is, in its current state, not very useful
should the sequence numbers be XORed?
OTP? OTP?
make checksum/encryption type configuration more realm-specific. make 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 settings are supposed to be set in /etc/krb5.conf and how they are read
** lib/roken ** lib/roken
make snprintf handle str == NULL, sz = 0 correctly