hcoop/debian/libapache-mod-waklog.git
11 years agoRelease debian/1.03
Clinton Ebadi [Sat, 8 Sep 2012 05:35:09 +0000 (01:35 -0400)]
Release

11 years agoEnable weak crypto using secret API for openafs.
Clinton Ebadi [Sat, 8 Sep 2012 05:33:29 +0000 (01:33 -0400)]
Enable weak crypto using secret API for openafs.
Modern Kerberos disallows DES crypto methods, but openafs for protocol
reasons is stuck using des for the time being. Rather than force all
afs realms to enable weak crypto, MIT added an undocumented API call
to allow openafs to skirt around the weak crypto restrictions. Since
we're implementing aklog for Apache, we have to be evil and use it too
in order to acquire tokens on a system where weak crypto is not
permitted.

11 years agoRelease 1.02
Clinton Ebadi [Sun, 2 Sep 2012 21:17:19 +0000 (17:17 -0400)]
Release 1.02

11 years agoUpdate mod_waklog for 2012
Clinton Ebadi [Sun, 2 Sep 2012 21:14:47 +0000 (17:14 -0400)]
Update mod_waklog for 2012
* Build with apache2 by default (1.3 still works in theory)
* Only build Debian package `libapache2-mod-waklog' (apache 1.3 is no
  longer in Debian)
* Left alone otherwise (not quite conformant with the latest package standards)

14 years agoFix build issues on CentOS
Ryan Jud Hughes [Tue, 4 Aug 2009 18:18:58 +0000 (11:18 -0700)]
Fix build issues on CentOS

Hi.  I had problems compiling modwaklog using CentOS and the latest
openafs from git.

I managed to work out generally-useful solutions to the problems, so I
thought I'd send this patch on.

1. I added a configuration option to tell it where to find the apr
   headers.

2. The afs headers to include have changed.  It was complaining that
   afs_int32 was undefined.  I now include <afs/param.h>, which is
   apparently the accepted thing to do for afs programs.

3. When my build was completed, I found the .so file not in the main
   directory, but in .libs/mod_waklog.so.  I updated the documentation to
   say to look for it there.

I attached a patch that fixed these problems for me.

Thanks.
--Ryan

14 years agoremove mod-auth-kerb from list of required modules 1.01
megacz [Sun, 28 Jun 2009 18:39:19 +0000 (18:39 +0000)]
remove mod-auth-kerb from list of required modules

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@74 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agoadd 1.01 line to changelog
megacz [Thu, 18 Jun 2009 23:23:48 +0000 (23:23 +0000)]
add 1.01 line to changelog

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@73 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agoadd 1.0 release to debian/changelog 1.0
megacz [Thu, 18 Jun 2009 20:49:07 +0000 (20:49 +0000)]
add 1.0 release to debian/changelog

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@72 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agofix logging level for deletion message
megacz [Sun, 14 Jun 2009 20:39:10 +0000 (20:39 +0000)]
fix logging level for deletion message

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@71 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agoremove waklog_cache file after creating it
megacz [Sun, 14 Jun 2009 20:36:53 +0000 (20:36 +0000)]
remove waklog_cache file after creating it

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@70 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agofix breakage resulting from WAKLOG_UNSET patch
megacz [Sun, 14 Jun 2009 20:33:01 +0000 (20:33 +0000)]
fix breakage resulting from WAKLOG_UNSET patch

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@69 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agofrom Simon Wilkinson <sxw@inf.ed.ac.uk>: fix configuration file merging
megacz [Sun, 7 Jun 2009 20:01:46 +0000 (20:01 +0000)]
from Simon Wilkinson <sxw@inf.ed.ac.uk>: fix configuration file merging

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@68 0d961d1b-a432-0410-8fea-cc29f225fe07

14 years agoprefer afs/cell@REALM over afs@REALM, just like the OpenAFS tools
megacz [Sun, 7 Jun 2009 19:59:57 +0000 (19:59 +0000)]
prefer afs/cell@REALM over afs@REALM, just like the OpenAFS tools

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@67 0d961d1b-a432-0410-8fea-cc29f225fe07

15 years agoapply patch from Jon Robertson <jonrober@stanford.edu>
megacz [Thu, 30 Oct 2008 19:46:46 +0000 (19:46 +0000)]
apply patch from Jon Robertson <jonrober@stanford.edu>

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@66 0d961d1b-a432-0410-8fea-cc29f225fe07

15 years agotest
megacz [Thu, 30 Oct 2008 19:45:25 +0000 (19:45 +0000)]
test

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@65 0d961d1b-a432-0410-8fea-cc29f225fe07

15 years agotest
megacz [Thu, 30 Oct 2008 19:45:08 +0000 (19:45 +0000)]
test

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@64 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoapply modwaklog-security.patch from Simon Wilkinson <simon@sxw.org.uk>
megacz [Sun, 23 Mar 2008 18:05:15 +0000 (18:05 +0000)]
apply modwaklog-security.patch from Simon Wilkinson <simon@sxw.org.uk>

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@61 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoswap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a
megacz [Tue, 15 Jan 2008 00:09:38 +0000 (00:09 +0000)]
swap order of AFS_LIBS and KRB5_LIBS to get the correct libcom_err.a

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@60 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agobetter debugging output, support for phase7 auth using mod_auth_kerb tickets even...
megacz [Mon, 22 Oct 2007 20:28:46 +0000 (20:28 +0000)]
better debugging output, support for phase7 auth using mod_auth_kerb tickets even if no WaklogDefaultPrincipal (useful for scripts)

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@59 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agogive precedence to WaklogLocationPrincipal over $KRB5CCNAME
megacz [Tue, 11 Sep 2007 17:33:14 +0000 (17:33 +0000)]
give precedence to WaklogLocationPrincipal over $KRB5CCNAME

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@58 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoadd WaklogAFSCellRealm directive
megacz [Fri, 27 Jul 2007 00:12:11 +0000 (00:12 +0000)]
add WaklogAFSCellRealm directive

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@57 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoreinstated pre-umbc behavior to use mod_auth_kerb credentials when available
megacz [Wed, 20 Jun 2007 03:26:58 +0000 (03:26 +0000)]
reinstated pre-umbc behavior to use mod_auth_kerb credentials when available

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@56 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agotypo
megacz [Wed, 20 Jun 2007 02:20:35 +0000 (02:20 +0000)]
typo

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@55 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agodocument, rework directives
megacz [Sun, 17 Jun 2007 07:03:39 +0000 (07:03 +0000)]
document, rework directives

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@54 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoautodetect CELL_IN_PRINCIPAL
megacz [Sun, 17 Jun 2007 06:35:41 +0000 (06:35 +0000)]
autodetect CELL_IN_PRINCIPAL

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@53 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agonuke hardwired AFS_CELL lameness
megacz [Sun, 17 Jun 2007 06:14:48 +0000 (06:14 +0000)]
nuke hardwired AFS_CELL lameness

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@52 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agofix comment alignment
megacz [Sun, 17 Jun 2007 05:32:16 +0000 (05:32 +0000)]
fix comment alignment

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@51 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agouse APACHE2 definition
megacz [Sun, 17 Jun 2007 05:31:40 +0000 (05:31 +0000)]
use APACHE2 definition

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@50 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agountabify
megacz [Sun, 17 Jun 2007 05:22:40 +0000 (05:22 +0000)]
untabify

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@49 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agochange version string to SVN_XXX
megacz [Sun, 17 Jun 2007 05:21:54 +0000 (05:21 +0000)]
change version string to SVN_XXX

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@48 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agomassive UMBC code import -- this patch does a lot of stuff
megacz [Sun, 17 Jun 2007 02:56:04 +0000 (02:56 +0000)]
massive UMBC code import -- this patch does a lot of stuff

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@47 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agodebianize apache2 module as well
megacz [Sun, 17 Jun 2007 02:34:34 +0000 (02:34 +0000)]
debianize apache2 module as well

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@46 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agofifth set of UMBC merges; still all inert changes (added data structures but not...
megacz [Thu, 14 Jun 2007 20:20:13 +0000 (20:20 +0000)]
fifth set of UMBC merges; still all inert changes (added data structures but not the code that uses them)

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@45 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agofourth set of UMBC merges; still all inert changes
megacz [Thu, 14 Jun 2007 20:11:16 +0000 (20:11 +0000)]
fourth set of UMBC merges; still all inert changes

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@44 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agothird set of UMBC merges; still all inert changes
megacz [Thu, 14 Jun 2007 20:06:32 +0000 (20:06 +0000)]
third set of UMBC merges; still all inert changes

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@43 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agosecond set of UMBC merges; still all inert changes
megacz [Thu, 14 Jun 2007 20:04:17 +0000 (20:04 +0000)]
second set of UMBC merges; still all inert changes

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@42 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agofirst round of UMBC merges; all these changes are inert no-ops
megacz [Thu, 14 Jun 2007 19:54:36 +0000 (19:54 +0000)]
first round of UMBC merges; all these changes are inert no-ops

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@41 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agolicense, credits
megacz [Thu, 14 Jun 2007 19:32:48 +0000 (19:32 +0000)]
license, credits

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@40 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoadd debian stuff
megacz [Wed, 13 Jun 2007 23:15:51 +0000 (23:15 +0000)]
add debian stuff

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@39 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoautoconfization
megacz [Wed, 13 Jun 2007 21:52:04 +0000 (21:52 +0000)]
autoconfization

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@38 0d961d1b-a432-0410-8fea-cc29f225fe07

16 years agoAdding COPYRIGHT
umjarod [Wed, 9 May 2007 20:11:52 +0000 (20:11 +0000)]
Adding COPYRIGHT

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@37 0d961d1b-a432-0410-8fea-cc29f225fe07

17 years agoChanges for compatibility with Apache 2.
umjarod [Thu, 30 Nov 2006 23:16:00 +0000 (23:16 +0000)]
Changes for compatibility with Apache 2.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@36 0d961d1b-a432-0410-8fea-cc29f225fe07

17 years agoAdding NOTES (roadmap) file.
umjarod [Wed, 12 Jul 2006 15:26:25 +0000 (15:26 +0000)]
Adding NOTES (roadmap) file.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@34 0d961d1b-a432-0410-8fea-cc29f225fe07

17 years agoRemoved most #if 0's. Removed k4 code. Changed waklog_aklog so it doesn't segfault...
umjarod [Fri, 23 Jun 2006 21:02:11 +0000 (21:02 +0000)]
Removed most #if 0's.  Removed k4 code.  Changed waklog_aklog so it doesn't segfault if KRB5CCNAME is not populated.  Updated MAKEFILE to use local krb and openafs libraries.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@33 0d961d1b-a432-0410-8fea-cc29f225fe07

18 years ago"Hard-coded paths made more generic. These will soon be configurable with configure...
jarod [Tue, 1 Nov 2005 20:43:08 +0000 (20:43 +0000)]
"Hard-coded paths made more generic.  These will soon be configurable with configure and a config file."

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@31 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agoInitial documentation
drh [Wed, 22 Sep 2004 18:31:01 +0000 (18:31 +0000)]
Initial documentation

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@30 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agoLess logging
drh [Tue, 21 Sep 2004 20:47:29 +0000 (20:47 +0000)]
Less logging

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@29 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agoHandle null paths
drh [Mon, 19 Jul 2004 21:26:02 +0000 (21:26 +0000)]
Handle null paths

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@28 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agomemmove min lengths
drh [Fri, 25 Jun 2004 18:36:05 +0000 (18:36 +0000)]
memmove min lengths

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@27 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agoType; added "unlog" at phase 2
drh [Fri, 25 Jun 2004 02:54:40 +0000 (02:54 +0000)]
Type; added "unlog" at phase 2

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@26 0d961d1b-a432-0410-8fea-cc29f225fe07

19 years agonon-test principal, sleep time, directive attempts, no krb5_verify_init_creds
drh [Thu, 29 Apr 2004 14:51:30 +0000 (14:51 +0000)]
non-test principal, sleep time, directive attempts, no krb5_verify_init_creds

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@25 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoBack to square one
drh [Wed, 21 Apr 2004 20:36:04 +0000 (20:36 +0000)]
Back to square one

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@24 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agono dir config
drh [Wed, 21 Apr 2004 19:07:11 +0000 (19:07 +0000)]
no dir config

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@23 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agofewer libraries
drh [Wed, 21 Apr 2004 19:06:34 +0000 (19:06 +0000)]
fewer libraries

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@22 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agofewer #includes
drh [Wed, 21 Apr 2004 18:58:10 +0000 (18:58 +0000)]
fewer #includes

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@21 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agofewer #includes
drh [Wed, 21 Apr 2004 18:57:38 +0000 (18:57 +0000)]
fewer #includes

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@20 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agognu ld doesn't load, it links
drh [Mon, 19 Apr 2004 20:18:40 +0000 (20:18 +0000)]
gnu ld doesn't load, it links

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@19 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoK5 only
drh [Mon, 19 Apr 2004 20:18:16 +0000 (20:18 +0000)]
K5 only

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@18 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agobuffer issues
drh [Thu, 8 Apr 2004 02:02:18 +0000 (02:02 +0000)]
buffer issues

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@17 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoMemory leak cleanup
drh [Wed, 7 Apr 2004 18:10:42 +0000 (18:10 +0000)]
Memory leak cleanup

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@16 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoUse UMICH kerberos
drh [Wed, 7 Apr 2004 18:08:48 +0000 (18:08 +0000)]
Use UMICH kerberos

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@15 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years ago"#if 0" removed
drh [Thu, 1 Apr 2004 22:33:25 +0000 (22:33 +0000)]
"#if 0" removed

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@14 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoSimplify
drh [Thu, 1 Apr 2004 22:07:08 +0000 (22:07 +0000)]
Simplify

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@13 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agoFirst pass
drh [Wed, 31 Mar 2004 22:32:06 +0000 (22:32 +0000)]
First pass

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@12 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agonon-functional version of the keytab version.
clunis [Tue, 17 Jun 2003 01:29:27 +0000 (01:29 +0000)]
non-functional version of the keytab version.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@11 0d961d1b-a432-0410-8fea-cc29f225fe07

20 years agobaby steps toward keytab
clunis [Thu, 8 May 2003 02:35:05 +0000 (02:35 +0000)]
baby steps toward keytab

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@10 0d961d1b-a432-0410-8fea-cc29f225fe07

21 years agofixed problem with multiple afs service tickets being fetched.
clunis [Sat, 22 Feb 2003 04:33:29 +0000 (04:33 +0000)]
fixed problem with multiple afs service tickets being fetched.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@9 0d961d1b-a432-0410-8fea-cc29f225fe07

21 years agofinished waklog rename, added WaklogProtected directive
clunis [Sat, 22 Feb 2003 02:14:08 +0000 (02:14 +0000)]
finished waklog rename, added WaklogProtected directive

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@8 0d961d1b-a432-0410-8fea-cc29f225fe07

21 years agomoved setpag to child initialization.
clunis [Wed, 7 Aug 2002 04:37:20 +0000 (04:37 +0000)]
moved setpag to child initialization.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@7 0d961d1b-a432-0410-8fea-cc29f225fe07

21 years agosimple version tracking added.
clunis [Wed, 7 Aug 2002 04:11:20 +0000 (04:11 +0000)]
simple version tracking added.

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@6 0d961d1b-a432-0410-8fea-cc29f225fe07

21 years agoInitial revision
clunis [Sun, 14 Jul 2002 01:50:30 +0000 (01:50 +0000)]
Initial revision

git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@2 0d961d1b-a432-0410-8fea-cc29f225fe07