File Name                               Description
-------------------------------------------------------------------------------
CHANGES                                 Comprehensive change log
HACKING                                 Instructions for WebAuth developers
INSTALL                                 Installation guide
MANIFEST                                This shipping list
Makefile.in                             The top-level Makefile
NEWS                                    Release history for WebAuth
README                                  Basic information about WebAuth
TODO                                    To-do list for WebAuth
autogen                                 Script to bootstrap a CVS checkout
conf                                    Sample configuration files (Directory)
conf/README                             Explanation of sample conf files
conf/debian                             Debian module configuration (Directory)
conf/debian/webauth.conf                Basic Debian mod_webauth config
conf/debian/webauth.load                Debian mod_webauth load directive
conf/debian/webauthldap.conf            Basic Debian mod_webauthldap config
conf/debian/webauthldap.load            Debian mod_webauthldap load directive
conf/debian/webkdc.conf                 Basic Debian mod_webkdc config
conf/debian/webkdc.load                 Debian mod_webkdc load directive
conf/sample-webauth.conf                Sample WebAuth Apache configuration
conf/stanford-ldap.conf                 Stanford-specific WebAuthLdap conf
conf/stanford-webauth.conf              Stanford-specific WebAuth conf
config.h.in                             Template for configure information
configure                               Script to configure WebAuth
configure.ac                            Source file for configure
doc                                     WebAuth documentation (Directory)
doc/doxygen.cfg                         Doxygen configuration file
doc/install-webkdc                      WebKDC -- installation guide
doc/mod_webauth.html.en                 Prebuilt version of mod_webauth.xml
doc/mod_webauth.xml                     WebAuth Apache module documentation
doc/mod_webauthldap.html.en             Prebuilt version of mod_webauthldap.xml
doc/mod_webauthldap.xml                 WebAuthLdap Apache module documentation
doc/mod_webkdc.html.en                  Prebuilt version of mod_webkdc.xml
doc/mod_webkdc.xml                      WebKDC -- Apache module documentation
doc/test-plan                           How to test a WebAuth server
doc/userauth                            Basic user authentication with WebAuth
doc/webauthv3_spec.html                 WebAuth protocol documentation
m4                                      Additional Autoconf macros (Directory)
m4/apache.m4                            Probes for Apache
m4/curl.m4                              Probes for cURL
m4/int32.m4                             Probes for int32_t and uint32_t
m4/krb5.m4                              Probes for Kerberos v5
m4/ldap.m4                              Probes for OpenLDAP
m4/libgcc.m4                            Probes for libgcc link options
m4/libtool.m4                           Probes for library build support
m4/ssl.m4                               Probes for OpenSSL characteristics
mod-config.h.in                         Template for configure information
src                                     WebAuth source code (Directory)
src/Makefile.in                         Makefile for WebAuth source
src/bindings                            WebAuth language bindings (Directory)
src/bindings/Makefile.in                Makefile for language bindings
src/bindings/perl                       WebAuth Perl bindings (Directory)
src/bindings/perl/Makefile.in           Makefile for Perl bindings
src/bindings/perl/WebAuth               Perl WebAuth module (Directory)
src/bindings/perl/WebAuth/MANIFEST      Perl module manifest
src/bindings/perl/WebAuth/MANIFEST.SKIP Perl module manifest exclusions
src/bindings/perl/WebAuth/Makefile.PL.in Perl module build instructions
src/bindings/perl/WebAuth/README        Perl module documentation
src/bindings/perl/WebAuth/WebAuth.pm    Base Perl interface
src/bindings/perl/WebAuth/WebAuth.xs    Perl to libwebauth bindings
src/bindings/perl/WebAuth/test.pl       Tests for Perl module
src/bindings/perl/WebAuth/typemap       Type mapping for Perl bindings
src/libwebauth                          The WebAuth library (Directory)
src/libwebauth/Makefile.in              Makefile for WebAuth library
src/libwebauth/Makefile.vc              Windows Makefile for WebAuth library
src/libwebauth/attrs.c                  Token attribute handling
src/libwebauth/base64.c                 Base64 encoding and decoding
src/libwebauth/key.c                    Key handling
src/libwebauth/krb5.c                   Kerberos v5 interface
src/libwebauth/libwebauth.def           Symbol list for Windows DLL
src/libwebauth/mapfile                  Version map for Linux
src/libwebauth/misc.c                   Utility functions
src/libwebauth/random.c                 Random number handling
src/libwebauth/token.c                  WebAuth token handling
src/libwebauth/webauth.h.in             Library interface
src/libwebauth/webauthp.h               Internal library interface
src/modules                             WebAuth Apache modules (Directory)
src/modules/Makefile.in                 Makefile for Apache modules
src/modules/webauth                     Base WebAuth module (Directory)
src/modules/webauth/Makefile.in         Makefile for base module
src/modules/webauth/Makefile.vc         Windows Makefile for base module
src/modules/webauth/krb5.c              Kerberos-related functions
src/modules/webauth/mod_webauth.c       Implementation of base module
src/modules/webauth/mod_webauth.h       Internal API for base module
src/modules/webauth/util.c              Utility functions for base module
src/modules/webauth/webkdc.c            Interface to the WebKDC
src/modules/webauthldap                 WebAuthLdap module (Directory)
src/modules/webauthldap/Makefile.in     Makefile for LDAP module
src/modules/webauthldap/Makefile.vc     Windows Makefile for LDAP module
src/modules/webauthldap/mod_webauthldap.c Implementation of LDAP module
src/modules/webauthldap/mod_webauthldap.h Internal API for LDAP module
src/modules/webkdc                      WebKDC -- Apache module (Directory)
src/modules/webkdc/Makefile.in          WebKDC -- Makefile for module
src/modules/webkdc/acl.c                WebKDC -- ACL file handling
src/modules/webkdc/mod_webkdc.c         WebKDC -- Module implementation
src/modules/webkdc/mod_webkdc.h         WebKDC -- Internal API
src/modules/webkdc/token.acl            WebKDC -- Sample ACL file
src/modules/webkdc/util.c               WebKDC -- Utility functions
src/utils                               WebAuth utility programs (Directory)
src/utils/Makefile.in                   Makefile for utility programs
src/utils/Makefile.vc                   Windows Makefile for utility programs
src/utils/wa_keyring.1                  Man page for wa_keyring
src/utils/wa_keyring.c                  Manipulate the server keyring
src/utils/wa_keyring.pod                Documentation for wa_keyring
src/webkdc                              WebKDC -- Perl login server (Directory)
src/webkdc/Makefile.PL                  WebKDC -- Perl module makefile
src/webkdc/Makefile.in                  WebKDC -- Makefile for login server
src/webkdc/WebKDC                       WebKDC -- Perl modules (Directory)
src/webkdc/WebKDC.pm                    WebKDC -- Base module
src/webkdc/WebKDC/Config.pm             WebKDC -- Configuration variables
src/webkdc/WebKDC/Token.pm              WebKDC -- Token handling
src/webkdc/WebKDC/WebKDCException.pm    WebKDC -- Exception handling
src/webkdc/WebKDC/WebRequest.pm         WebKDC -- Handle incoming request
src/webkdc/WebKDC/WebResponse.pm        WebKDC -- Send outgoing response
src/webkdc/WebKDC/XmlDoc.pm             WebKDC -- XML parsing
src/webkdc/WebKDC/XmlElement.pm         WebKDC -- XML element handling
src/webkdc/images                       WebKDC -- Login images (Directory)
src/webkdc/images/confirm.png           WebKDC -- Confirm graphic
src/webkdc/images/confirm.xcf           WebKDC -- Confirm graphic source
src/webkdc/images/error.png             WebKDC -- Error graphic
src/webkdc/images/error.xcf             WebKDC -- Error graphic source
src/webkdc/images/help.png              WebKDC -- Help graphic
src/webkdc/images/help.xcf              WebKDC -- Help graphic source
src/webkdc/images/login.png             WebKDC -- Login graphic
src/webkdc/images/login.xcf             WebKDC -- Login graphic source
src/webkdc/images/logout.png            WebKDC -- Logout graphic
src/webkdc/images/logout.xcf            WebKDC -- Logout graphic source
src/webkdc/login.fcgi                   WebKDC -- FastCGI login server
src/webkdc/logout.fcgi                  WebKDC -- FastCGI logout page
src/webkdc/templates                    WebKDC -- Login templates (Directory)
src/webkdc/templates/confirm.tmpl       WebKDC -- Login server page templates
src/webkdc/templates/error.tmpl         WebKDC -- Login server page templates
src/webkdc/templates/help.html          WebKDC -- Login server page templates
src/webkdc/templates/login.tmpl         WebKDC -- Login server page templates
src/webkdc/templates/logout.tmpl        WebKDC -- Login server page templates
tests                                   WebAuth test suite (Directory)
tests/Makefile.in                       Makefile for test suite
tests/TESTS                             List of individual tests
tests/libwebauth                        WebAuth library tests (Directory)
tests/libwebauth/Makefile.in            Makefile for library tests
tests/libwebauth/attrs_test.c           Test attribute handling
tests/libwebauth/base64_test.c          Test base64 encoding and decoding
tests/libwebauth/hex_test.c             Test hex encoding and decoding
tests/libwebauth/key_test.c             Test key handling
tests/libwebauth/krb5_test.c            Test Kerberos v5 support
tests/libwebauth/krb5_tgt_test.c        Test Kerberos v5 TGT support
tests/libwebauth/random_test.c          Test random numbe rhandling
tests/libwebauth/token_test.c           Test WebAuth token handling
tests/libwebauth/webauthtest.h          Utilities for test programs
tests/mod_webauth                       Test the WebAuth module (Directory)
tests/mod_webauth/conf                  WebAuth test configuration (Directory)
tests/mod_webauth/conf/ldaptests.conf            Test configuration
tests/mod_webauth/conf/webauth-tests.conf        Test configuration
tests/mod_webauth/htdocs                         Module tests (Directory)
tests/mod_webauth/htdocs/ldaptests               Module tests (Directory)
tests/mod_webauth/htdocs/ldaptests/index.html    WebAuthLdap tests top file
tests/mod_webauth/htdocs/ldaptests/test1         WebAuthLdap tests (Directory)
tests/mod_webauth/htdocs/ldaptests/test1/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/test2         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test2/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/test3         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test4         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test4/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/test5         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test5/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/test6         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test6/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/test7         WebAuthLdap tests (Directory) 
tests/mod_webauth/htdocs/ldaptests/test7/test    WebAuthLdap tests
tests/mod_webauth/htdocs/ldaptests/util.pl       WebAuthLdap module tests
tests/mod_webauth/htdocs/tests                   Module tests (Directory)
tests/mod_webauth/htdocs/tests/auth              Module tests (Directory)
tests/mod_webauth/htdocs/tests/auth/logout       WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test1        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test10       WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test11       WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test11return WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test12       WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test12post   WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test12return WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test2        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test2return  WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test3        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test4        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test5        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test5return  WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test6        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test6return  WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test7        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test7return  WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test8        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test8return  WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/test9        WebAuth module tests
tests/mod_webauth/htdocs/tests/auth/util.pl      WebAuth module tests
tests/mod_webauth/htdocs/tests/index.html        WebAuth module tests
tests/mod_webauth/htdocs/tests/php               WebAuth PHP tests (Directory)
tests/mod_webauth/htdocs/tests/php/test1.php     WebAuth PHP tests
tests/mod_webauth/htdocs/tests/unauth            Module tests (Directory)
tests/mod_webauth/htdocs/tests/unauth/test4      WebAuth module tests
tests/runtests.c                        Test suite driver
tools                                   Build system tools (Directory)
tools/config.guess                      Platform detection
tools/config.sub                        Platform canonicalization
tools/install-sh                        Installation shell script
tools/ltmain.sh                         Base libtool script
tools/makedepend                        Generate dependencies
tools/mkheader                          Generate webauth.h
tools/mkmanifest                        Generate an initial manifest
tools/mkpackage                         Generate a WebAuth module package
windows                                 Windows support files (Directory)
windows/BUILD.txt                       Instructions for Windows builds
windows/INSTALL.txt                     Instructions for Windows installation
windows/buildenv.bat                    Set up environment for building
windows/config.h                        Prebuilt config.h for Windows
windows/krb5.ini                        Kerberos configuration for Windows
windows/make_zip                        Script to build .zip distribution
windows/sasl.reg                        SASL registration file for Windows
windows/setup.bat                       Set up a Windows build
windows/stanford-webauth.conf           Modified configuration for Windows
windows/webauth-ssl.conf                SSL configuration for Windows
