ossp-pkg/srpc/TODO
TODO LIST AND MILESTONES
========================
o M1 (peti) [11-Jun-2001]
- evaluation checklist for XDS and AMP
done: 100% [-> EVAL]
o M2 (peti+rse) [25-Jun-2001]
- design/architecture paper (authentication+encryption framework)
(< 10KB Text + 1x Figure)
done: 30% [-> architecture.fig]
o M3 (peti+rse) [2-Jul-2001]
- design libxds API
done: 100% [-> libxds/xds.h + libxds/xds.pod]
o M4 (peti) [4 weeks until 30-Jul-2001]
- implementation of libxds library framework
done: 100% [-> libxds/xds.c]
- implementation XDR engines for basic data types.
done: 100% [-> libxds/xds_engine_xdr.c]
- implementation XML engines for basic data types.
done: 100% [-> libxds/xds_engine_xml.c]
- regression tests for libxds (make check)
done: 100% [-> xds_test_*.c]
- UFT-8 RFC: rfc2279.txt
done: 100%
- conversion of LaTeX documentation into POD source format
for Unix manual page xds(3).
done: 100%
- autoconf should find the types for int32 etc. even if they're not
defined in sys/types.h. And it should fallback to own types in
case no vendor supplied type is found.
done: 0%
o M5 (peti+rse) [1 week until 06-Aug-2001]
- [peti] documentation for libxds (xds.pod)
- [rse] OSSP adjustments for libxds
done: 100%
o M6 (peti+rse) [1 week until 13-Aug-2001]
- design API for libamp
o M7 (peti) [4 weeks until 10-Sep-2001]
- implementation of libamp library framework
- implementation of libamp backends SHM, TCP and UDP
- regression tests for libamp
o M8 (peti+rse) [1 week until 17-Sep-2001]
- [peti] documentation for libamp
- [rse] OSSP adjustments for libamp