diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/DESIGN-NOTES | 7 | ||||
-rw-r--r-- | sbin/isakmpd/TO-DO | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/sbin/isakmpd/DESIGN-NOTES b/sbin/isakmpd/DESIGN-NOTES index 32b45698c2c..c4bb8934062 100644 --- a/sbin/isakmpd/DESIGN-NOTES +++ b/sbin/isakmpd/DESIGN-NOTES @@ -1,5 +1,5 @@ -$OpenBSD: DESIGN-NOTES,v 1.11 1999/06/02 06:32:35 niklas Exp $ -$EOM: DESIGN-NOTES,v 1.44 1999/05/25 07:51:18 niklas Exp $ +$OpenBSD: DESIGN-NOTES,v 1.12 1999/07/07 22:14:56 niklas Exp $ +$EOM: DESIGN-NOTES,v 1.45 1999/06/15 11:33:37 niklas Exp $ General coding conventions -------------------------- @@ -31,7 +31,7 @@ TOC --- app.c Application support. asn.c ASN.1 utilities. -asn_useful.c ASN.1. useful structure defintions. +asn_useful.c ASN.1 useful structure defintions. cert.c Dispatching certificate related functions to the according module based on the encoding. conf.c Interface to isakmpd configuration. @@ -75,6 +75,7 @@ message.c Generic message handling. pf_encap.c Interface with PF_ENCAP sockets (for use with IPSEC). pf_key_v2.c Interface with PF_KEY sockets (for use with IPSEC). pkcs.c PKCS#1: RSA Encryption Standard. +policy.c Keynote glue. prf.c Pseudo random functions. sa.c Handling of Security Associations (SAs). sysdep/*/sysdep.c diff --git a/sbin/isakmpd/TO-DO b/sbin/isakmpd/TO-DO index 7d7170f54eb..22ff6c138ae 100644 --- a/sbin/isakmpd/TO-DO +++ b/sbin/isakmpd/TO-DO @@ -1,5 +1,5 @@ -$OpenBSD: TO-DO,v 1.13 1999/06/02 06:31:54 niklas Exp $ -$EOM: TO-DO,v 1.39 1999/05/25 07:52:01 niklas Exp $ +$OpenBSD: TO-DO,v 1.14 1999/07/07 22:14:56 niklas Exp $ +$EOM: TO-DO,v 1.40 1999/06/15 11:33:36 niklas Exp $ This file is pretty lame as it should really contain a lot more given that the program is far from ready in any area. @@ -63,7 +63,7 @@ the program is far from ready in any area. * Validate incoming attribute according to policy, main mode. [done] -* Validate incoming attribute according to policy, quick mode. +* Validate incoming attribute according to policy, quick mode. [done] * Cleanup reserved SPIs on cleanup of associated SAs. [done] @@ -96,8 +96,7 @@ the program is far from ready in any area. * INITIAL CONTACT notification handling. [done] * IPsec SAs could also do with timers protecting its lifetime, if say, - someone changed the lifetime of the IPsec SA in stack under us. - [done for KLIPS] + someone changed the lifetime of the IPsec SA in stack under us. [done] * Handle notifications showing the peer did not want to continue this exchange. @@ -105,4 +104,7 @@ the program is far from ready in any area. * Remove referring flows when a SPI is removed. -* IPCOMP? (PGP's new client defaults to using this...) +* IPCOMP. + +* Remove log_fatals from policy code, if error in policy file reading fall + back to check policy against connections. |