[Mod-auth-commit] mod_authn_dbi TODO,1.3,1.4
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2003-12-31 05:36:17
|
Update of /cvsroot/mod-auth/mod_authn_dbi In directory sc8-pr-cvs1:/tmp/cvs-serv14406 Modified Files: TODO Log Message: added lots of plans, some are beyond the scope of just authn_dbi Index: TODO =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_dbi/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TODO 27 Oct 2003 05:20:34 -0000 1.3 --- TODO 31 Dec 2003 05:36:13 -0000 1.4 *************** *** 3,7 **** + = Complete ! 0.0.7 ? Create automake/configure scripts ! ? Merge in Changes from Axel Grossklaus ! + Move to new configuration system --- 3,57 ---- + = Complete ! ----- Upcoming Versions: ! ! 1.0.0 ! - Testimonials / Who is using it - put it on the website? ! - Some Sort of Official Security Audit ! - Benchmarks? ! - vs File, DBM and No Authentication? ! - High Load Throughput? ! - with mod_authn_cache? ! - Classic MySQL, PgSQL, SQLite.. etc? ! - Create Patches to use 2.1 Authentication on 2.0.XX Releases? ! - Update Documentation (README Specificly needs to be reworked) ! - Test on all supported libdbi databases. ! - Test on 32bit, 64bit, little/big endian machines (might be a little exterme) ! - Linux x86 ! - FreeBSD 5 x86 [chip] ! - Linux SPARC [chip] ! - AMD64? ! - Linux MIPS [chip] ! - PPC? ! - Create Binary Releases (rpm and deb?) ! * For now perhaps just create /debian/ and RPM .specs files, ! pending a 2.1/2.2 -release of Apache? ! - Get into Package Systems: (post 1.0?) ! * requires httpd 2.1 or 2.2 -release? ! - Debian ! - FreeBSD ! - Gentoo ! - Lunar ! ! 0.9.0 ! - Include HTML/XML Documentation in Releases? ! - Bigger Files... ! - Use APXS for Makefiles [chip] ! - Remove extra files from CVS (autoconf/make stuff we don't need) [chip] ! - Have external people look for security issues (Prep for 1.0) ! - Create "security-issues" contact address (for whole auth project?) ! - Mangle usernames [axel] ! - More SQL Variables [axel] ! - Support mod_dbi_pool [chip?] ! - Merge In Cyan changes to Mainline? [chip] ! * These Officaly Might break how the Digest RFC Works... ! - Send Announcements: ! - SourceForge ! - FreshMeat [chip] ! - modules.apache.org [chip] ! - Other? ! ! ----- Released Versions: ! ! 0.0.7 + Create automake/configure scripts [chip] ! + Merge in Changes from Axel Grossklaus [axel] ! + Move to new configuration system [chip] |