Index of /download/NoCatAuth
Name Last modified Size Description
Parent Directory 27-Dec-2002 12:33 -
ChangeLog 20-May-2003 03:00 60k
NEWS 20-May-2003 03:00 6k
NoCatAuth-0.01.tar.gz 12-Jul-2001 13:53 13k NoCat Open Authentication Package
NoCatAuth-0.20.tar.gz 16-Jul-2001 01:39 14k NoCat Open Authentication Package
NoCatAuth-0.30.tar.gz 25-Jul-2001 21:08 31k NoCat Open Authentication Package
NoCatAuth-0.40.tar.gz 12-Aug-2001 01:03 42k NoCat Open Authentication Package
NoCatAuth-0.42.tar.gz 15-Aug-2001 01:38 45k NoCat Open Authentication Package
NoCatAuth-0.45.tar.gz 15-Sep-2001 16:46 47k NoCat Open Authentication Package
NoCatAuth-0.50.tar.gz 22-Sep-2001 01:35 49k NoCat Open Authentication Package
NoCatAuth-0.51.tar.gz 24-Sep-2001 21:35 50k NoCat Open Authentication Package
NoCatAuth-0.52.tar.gz 25-Sep-2001 14:04 50k NoCat Open Authentication Package
NoCatAuth-0.60.tar.gz 25-Oct-2001 10:30 54k NoCat Open Authentication Package
NoCatAuth-0.75.tar.gz 06-Jan-2002 14:58 71k NoCat Open Authentication Package
NoCatAuth-0.76.tar.gz 13-Feb-2002 18:27 78k NoCat Open Authentication Package
NoCatAuth-0.77.tar.gz 15-Feb-2002 17:56 68k NoCat Open Authentication Package
NoCatAuth-0.78.tar.gz 08-Mar-2002 23:36 69k NoCat Open Authentication Package
NoCatAuth-0.80.tar.gz 06-May-2002 17:27 78k NoCat Open Authentication Package
NoCatAuth-0.81.tar.gz 07-Jul-2002 23:41 85k NoCat Open Authentication Package
NoCatAuth-0.82.tar.gz 17-May-2003 07:37 89k NoCat Open Authentication Package
NoCatAuth-nightly.tgz 20-May-2003 03:00 90k NoCat Open Authentication Package
NoCat Authentication v0.82
===========================
(c) 2001 - 2003 Schuyler Erle & Robert Flickenger.
============
Installation
============
*** Read the INSTALL to get a quick jumpstart on building a gateway.
Read doc/* (particularly Introduction.txt, AuthService.txt, and
SameMachine.txt) for more details on setting up your own
authservice. ***
*** REPEAT: The documentation is in INSTALL and in doc/*! READ IT! ***
*** VERY IMPORTANT ***
If you're upgrading from 0.80, read this!
Upgrading an Authentication Service from 0.80 (DBI driver only)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
If you currently run a version 0.80 authserv using the DBI driver, then
you will need to run "perl upgrade-0.80-db.pl" after running "make
authserv". This script will properly encrypt the passwords in your
database, correcting a known bug in 0.80. You will need to edit this
script to point to a different library directory if you have installed
your authserv to somewhere other than /usr/local/nocat. DO NOT RUN THIS
SCRIPT MORE THAN ONCE or it will probably frag your user's passwords.
Make sure you have your database backed up first, okay?
Upgrading an Authentication Service from versions prior to 0.80
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
"make authserv" does not by default overwrite your HTML template forms.
As a result, you will need to make manual changes to the following files
in /usr/local/nocat/htdocs to correct a browser incompatibility that
prevented some users from logging into a NoCat node with IE 5 or 6:
login_ok.html
register_ok.html
renew_pasv.html
renew.html
The specific change that needs to be made is that the string
'<meta http-equiv="Refresh" content="$refresh" />' (minus the single
quotes) needs to be inserted into each of these files, immediately prior
to '</head>'. You may use any amount of whitespace before or after the
new <meta> tag.
Alternately, you could try running:
perl -pi -e \
's#(</head>)#<meta http-equiv="Refresh" content="\$redirect" />$1#os' \
login_ok.html register_ok.html renew.html renew_pasv.html
... from /usr/local/nocat/htdocs. But be sure to back up your htdocs/
directory before trying this.
Sorry for the inconvenience!
=======
Credits
=======
Core dev team:
* Schuyler Erle
* Rob Flickenger
NoCat website design:
* Adam Flaherty
* Terrie Miller
Other Cool Cats (for their support, testing, code,
bug reports, and general well-wishing):
* Jim Rosenbaum
* Nate Boblitt
* Rich Gibson
* Terry Schmidt
* Michael Codanti
* Craig Slimmer
This code also includes contributions from (in no particular order):
* Michael Bailey (LocalGateway patch, dynamic FORWARD filter, and some
filesystem restructuring)
* Matt Westervelt (ipchains code + testing)
* Steve Beattie (original ipchains support)
* Pasi Lahtinen (fix for RedHat 7.1 ipchains/iptables strangeness)
* Matt Peterson (*BSD ipf detection and support)
* Michael Codanti (ARP expiration and a bunch of other stuff)
* Don Park (gateway status page)
* Richard Lotz (OpenBSD packetfilter support)
* DJ Gregor (OpenBSD packetfilter support and lots of other cool stuff)
* Scott Lemon (LDAP support)
* Nathan Zorn (LDAP support)
* Scott C. Lemon (Major improvements to LDAP support)
* Jan-Patrick Perisse (RADIUS support)
* Chip Ach (Significant RADIUS improvements)
* Matt William Barclay (Syslog support, status support in Captive/Passive mode)
* Ilguiz Latypov (various improvements)
* Matt McParland (IMAP support)
* Olivier Page (NIS support)
...and, of course, a slew of other people who provide ideas, rants, flames,
public demos, and even the occasional patch.
==========
Assistance
==========
For more assistance, and to contribute, join the NoCat mailing list, or
find us on IRC at irc.openprojects.net #wireless. See http://nocat.net
for more details.
==========
Desiderata
==========
We hope NoCat Auth helps you provide unlimited bandwidth
everywhere for free.
You can always get the most current release at:
http://nocat.net/download/NoCatAuth/