hcoop/debian/libapache-mod-waklog.git
5 years agoupdate for stretch master debian/1.1.0+hcoop1
Clinton Ebadi [Sun, 22 Apr 2018 08:48:42 +0000 (04:48 -0400)]
update for stretch

5 years agoMerge remote-tracking branch 'sf/master'
Clinton Ebadi [Sun, 22 Apr 2018 08:42:07 +0000 (04:42 -0400)]
Merge remote-tracking branch 'sf/master'

8 years agodebian: Fix doc file list and lintian issues 1.1.0
Jacob Welsh [Fri, 31 Jul 2015 23:45:33 +0000 (18:45 -0500)]
debian: Fix doc file list and lintian issues

- dh_installdocs(1) didn't literally mean "package.docs"
- Make "debian/rules clean" fully clean
- Use newer standards/compat
- Add missing debian/rules targets
- Add explicit build-depends for debhelper
- Add long description

8 years agodebian: Add more doc files; specify source format
Jacob Welsh [Tue, 21 Jul 2015 22:58:51 +0000 (17:58 -0500)]
debian: Add more doc files; specify source format

8 years agodebian: Bump version; drop Apache 1.3 support
Jacob Welsh [Fri, 17 Jul 2015 13:28:04 +0000 (08:28 -0500)]
debian: Bump version; drop Apache 1.3 support

1.3 was last available in Etch which went EOL in 2010.

8 years agoImprove build system and packaging 1.1.0rc1
Jacob Welsh [Thu, 16 Jul 2015 00:25:55 +0000 (19:25 -0500)]
Improve build system and packaging

- Apache paths are queried from APXS rather than needing user input
- The internal version string now comes from the autoconf version
- Replaced outdated NOTES with a NEWS file
- Simplified regen.sh
- Added a .gitignore
- Added a sample httpd config file
- Added an RPM spec file
- Updated AUTHORS

8 years agoRemove redundant COPYRIGHT; add trailing newline for COPYING
Jacob Welsh [Sun, 12 Jul 2015 01:37:10 +0000 (20:37 -0500)]
Remove redundant COPYRIGHT; add trailing newline for COPYING

8 years agoModernize autoconf input file name, version macros
Jacob Welsh [Sat, 11 Jul 2015 23:32:29 +0000 (18:32 -0500)]
Modernize autoconf input file name, version macros

8 years agopackage release debian/1.06
Clinton Ebadi [Thu, 14 May 2015 23:55:00 +0000 (19:55 -0400)]
package release

8 years agoMerge sourceforge mod_waklog
Clinton Ebadi [Thu, 14 May 2015 23:51:16 +0000 (19:51 -0400)]
Merge sourceforge mod_waklog

* sf/master:
  Include afs/com_err.h for afs_error_message
  Apply rxkad-kdf patch
  Fix clearing password in memory
  Update ap_log_error usage for Apache 2.4
  Remove unixd_config macros

9 years agoInclude afs/com_err.h for afs_error_message
Jacob Welsh [Sat, 13 Dec 2014 05:16:08 +0000 (00:16 -0500)]
Include afs/com_err.h for afs_error_message

9 years agoApply rxkad-kdf patch
Jacob Welsh [Mon, 28 Oct 2013 18:26:38 +0000 (14:26 -0400)]
Apply rxkad-kdf patch

https://lists.openafs.org/pipermail/openafs-info/2013-August/039828.html

Rebased against my other fixes which don't require OpenAFS 1.6.5+

9 years agoFix clearing password in memory
Jacob Welsh [Sat, 13 Dec 2014 03:33:36 +0000 (22:33 -0500)]
Fix clearing password in memory

Caught by new GCC warning -Wsizeof-pointer-memaccess

9 years agoUpdate ap_log_error usage for Apache 2.4
Jacob Welsh [Sat, 13 Dec 2014 03:07:57 +0000 (22:07 -0500)]
Update ap_log_error usage for Apache 2.4

9 years agoRemove unixd_config macros
Jacob Welsh [Sat, 13 Dec 2014 03:02:18 +0000 (22:02 -0500)]
Remove unixd_config macros

Renamed in apache 2.3 and unused since 3f4fda20a1

9 years agorelease
Clinton Ebadi [Fri, 2 May 2014 04:54:29 +0000 (00:54 -0400)]
release

9 years agoSleep for 150ms instead of 2s when acquiring initial tokens
Clinton Ebadi [Fri, 2 May 2014 04:54:00 +0000 (00:54 -0400)]
Sleep for 150ms instead of 2s when acquiring initial tokens

Perpetuating the hack, but with a more realistic time spent waiting.

9 years agoversion nonsense debian/1.04+2
Clinton Ebadi [Wed, 23 Apr 2014 05:50:52 +0000 (01:50 -0400)]
version nonsense

10 years agorelease debian/1.04.1
Clinton Ebadi [Tue, 8 Apr 2014 06:52:19 +0000 (02:52 -0400)]
release

10 years agoFix build dependencies and update debhelper version
Clinton Ebadi [Tue, 8 Apr 2014 06:52:10 +0000 (02:52 -0400)]
Fix build dependencies and update debhelper version

* Build-depend on debhelper (d'oh)
* KDF headers do not exist in libopenafs-dev 1.4.x, require
  1.6 versions that contain the header

10 years agorelease debian/1.04
Clinton Ebadi [Wed, 5 Mar 2014 07:08:51 +0000 (02:08 -0500)]
release

10 years agoBuild depend on libopenafs-dev with rxkad-kdf functions
Clinton Ebadi [Wed, 5 Mar 2014 06:59:27 +0000 (01:59 -0500)]
Build depend on libopenafs-dev with rxkad-kdf functions

10 years agoDo not request Single DES session key or allow weak crypto
Clinton Ebadi [Wed, 5 Mar 2014 06:58:58 +0000 (01:58 -0500)]
Do not request Single DES session key or allow weak crypto
* mod_waklog now only supports rekeyed cells

10 years agorxkad-kdf support
Russ Allbery [Wed, 5 Mar 2014 06:57:13 +0000 (01:57 -0500)]
rxkad-kdf support
Via openafs-info: https://lists.openafs.org/pipermail/openafs-info/2013-August/039828.html

10 years agoMerge upstream git://git.code.sf.net/p/modwaklog/code
Clinton Ebadi [Wed, 5 Mar 2014 06:39:50 +0000 (01:39 -0500)]
Merge upstream git://git.code.sf.net/p/modwaklog/code

10 years agoFix warn_unused_result: error checking for write()
Jacob Welsh [Wed, 30 Oct 2013 16:31:01 +0000 (12:31 -0400)]
Fix warn_unused_result: error checking for write()

10 years agoFix no return statement in function returning non-void
Jacob Welsh [Wed, 30 Oct 2013 16:25:41 +0000 (12:25 -0400)]
Fix no return statement in function returning non-void

At least on Apache 2 where the fix is trivial. No idea where we're
supposed to get a PID for ap_bspawn_child on Apache 1.

10 years agoMissing header for ap_hook_pre_connection
Jacob Welsh [Tue, 29 Oct 2013 23:04:49 +0000 (19:04 -0400)]
Missing header for ap_hook_pre_connection

10 years agoFix assignment used as truth value warning
Jacob Welsh [Tue, 29 Oct 2013 23:02:18 +0000 (19:02 -0400)]
Fix assignment used as truth value warning

10 years agoReplace outdated setpag() with k_setpag()
Jacob Welsh [Tue, 29 Oct 2013 22:22:31 +0000 (18:22 -0400)]
Replace outdated setpag() with k_setpag()

10 years agoFix k5user compiler warnings
Jacob Welsh [Tue, 29 Oct 2013 19:48:14 +0000 (15:48 -0400)]
Fix k5user compiler warnings

It's a local, stack-allocated string variable so cannot be NULL.

10 years agoPresumed typo: == operator doesn't return a string
Jacob Welsh [Tue, 29 Oct 2013 19:45:36 +0000 (15:45 -0400)]
Presumed typo: == operator doesn't return a string

10 years agoRemove redundant #includes
Jacob Welsh [Tue, 29 Oct 2013 21:31:51 +0000 (17:31 -0400)]
Remove redundant #includes

10 years agoFix build errors on CentOS 6
Jacob Welsh [Tue, 29 Oct 2013 21:23:46 +0000 (17:23 -0400)]
Fix build errors on CentOS 6

stropts.h not present on Linux/BSD (maybe still needed on Sun?)

Link with libafsrpc, libafsauthent instead of individual AFS libraries,
as in rxkad-kdf patch from Russ Allbery and Jeffrey Altman
https://lists.openafs.org/pipermail/openafs-info/2013-August/039828.html

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