From 024ade4d74f59c82f774a67ab145537daa04329e Mon Sep 17 00:00:00 2001 From: umjarod Date: Wed, 12 Jul 2006 15:26:25 +0000 Subject: [PATCH] Adding NOTES (roadmap) file. git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@34 0d961d1b-a432-0410-8fea-cc29f225fe07 --- NOTES | 28 ++++++++++++++++++++++++++++ mod_waklog.c | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 NOTES diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..22fc96e --- /dev/null +++ b/NOTES @@ -0,0 +1,28 @@ + +Versions: + +0.6.0: +Initial release. + +0.7.0: +Removed K4 code. +Removed extraneous #if 0's. +Fixed bug where mod_waklog crashed if KRB5CCNAME was null. + +Future releases: +0.8.0: +Add configuration directives for Apache conf files. + +0.9.0: +Integrate Apache 2 support. +Configure support. +Remove ticket renewal code? Make it an option? + +1.0.0: +Features working properly. + +Post 1.0.0: +Things we haven't thought of yet. + + + diff --git a/mod_waklog.c b/mod_waklog.c index 0b6eae2..f7f8d2a 100644 --- a/mod_waklog.c +++ b/mod_waklog.c @@ -18,7 +18,7 @@ #define KEYTAB "/etc/keytab.default" #define KEYTAB_PRINCIPAL "defaultprinc" -#define AFS_CELL "someplace.edu" /* NB: lower case */ +#define AFS_CELL "someplace.edu" /* NB: lower case */ #define TKT_LIFE 10*60*60 #define SLEEP_TIME TKT_LIFE - 5*60 -- 2.20.1