freeradius.git
21 years ago Corrected typo
aland [Mon, 26 May 2003 15:40:00 +0000 (15:40 +0000)]
Corrected typo

Patch from Marko Myllynen

21 years ago Fixed typo.
aland [Mon, 26 May 2003 15:38:38 +0000 (15:38 +0000)]
Fixed typo.

Patch by Marko Myllynen

21 years ago Minor reformatting, pointer to web page containing sample of dictionary
aland [Fri, 23 May 2003 16:07:45 +0000 (16:07 +0000)]
Minor reformatting, pointer to web page containing sample of dictionary

21 years ago Patch for new location of dictionaries
aland [Fri, 23 May 2003 14:57:24 +0000 (14:57 +0000)]
Patch for new location of dictionaries

21 years agoEscape " in login_time create page before parsing the login-time string
kkalev [Thu, 22 May 2003 09:28:31 +0000 (09:28 +0000)]
Escape " in login_time create page before parsing the login-time string

21 years ago Updated warning message to be a little clearer
aland [Wed, 21 May 2003 17:36:52 +0000 (17:36 +0000)]
Updated warning message to be a little clearer

21 years ago Take care of SQL_DOWN in connect socket. It's a temporary error,
aland [Wed, 21 May 2003 16:53:57 +0000 (16:53 +0000)]
Take care of SQL_DOWN in connect socket.  It's a temporary error,
not a success.

21 years agoFixed bug in reporting authserver in warnings when marking dead the
cparker [Wed, 21 May 2003 15:32:33 +0000 (15:32 +0000)]
Fixed bug in reporting authserver in warnings when marking dead the
accounting host for a realm entry.

21 years ago Added 'none' as allowed string
aland [Tue, 20 May 2003 14:22:25 +0000 (14:22 +0000)]
Added 'none' as allowed string

21 years ago Added perl script to look at the DB
aland [Tue, 20 May 2003 14:17:06 +0000 (14:17 +0000)]
Added perl script to look at the DB

21 years ago Add names for items in 'authorize', etc. which aren't sub-sections
aland [Tue, 20 May 2003 14:13:43 +0000 (14:13 +0000)]
Add names for items in 'authorize', etc. which aren't sub-sections

21 years agoApply a patch from Alexander M. Pravking <fduch@antar.bryansk.ru> to do an xlat on the
kkalev [Mon, 19 May 2003 07:50:47 +0000 (07:50 +0000)]
Apply a patch from Alexander M. Pravking <fduch@antar.bryansk.ru> to do an xlat on the
retrieved attributes.

21 years agoSmall change in user_accounting.php3
kkalev [Mon, 19 May 2003 07:43:51 +0000 (07:43 +0000)]
Small change in user_accounting.php3

21 years agoUpdate documentation for the counter module
kkalev [Sat, 17 May 2003 09:41:13 +0000 (09:41 +0000)]
Update documentation for the counter module

21 years agoAdd a few more debug statements
kkalev [Sat, 17 May 2003 08:34:54 +0000 (08:34 +0000)]
Add a few more debug statements

21 years agoUpdate documentation for the counter module
kkalev [Sat, 17 May 2003 08:23:15 +0000 (08:23 +0000)]
Update documentation for the counter module

21 years ago Don't try to delete the CVS directory on 'make clean'
aland [Thu, 15 May 2003 16:47:28 +0000 (16:47 +0000)]
Don't try to delete the CVS directory on 'make clean'

21 years ago trylock may return positive or negative on failure. <sigh>
aland [Thu, 15 May 2003 14:54:18 +0000 (14:54 +0000)]
trylock may return positive or negative on failure.  <sigh>

Patch from Liyan Tan

21 years ago Update checks to work.
aland [Thu, 15 May 2003 14:52:02 +0000 (14:52 +0000)]
Update checks to work.

Patch from Konstantin Cherkasoff

21 years ago Whoops... when inserting into the tail of the queue, ensure
aland [Wed, 14 May 2003 17:48:15 +0000 (17:48 +0000)]
Whoops... when inserting into the tail of the queue, ensure
that the previous link for the handle is set to what was the tail

21 years ago Patch from "Simon" to use the port given in the config file
aland [Wed, 14 May 2003 17:36:41 +0000 (17:36 +0000)]
Patch from "Simon" to use the port given in the config file
when connecting to the MySQL server.

Also miscellaneous whitespace changes, to go more with the
code style

21 years ago Cleanups & security fixes
aland [Wed, 14 May 2003 14:33:57 +0000 (14:33 +0000)]
Cleanups & security fixes

21 years agoAdd new override option to rlm_ippool
wichert [Wed, 14 May 2003 09:09:16 +0000 (09:09 +0000)]
Add new override option to rlm_ippool

21 years agoAdd seperate build timestamp file
wichert [Wed, 14 May 2003 09:06:35 +0000 (09:06 +0000)]
Add seperate build timestamp file

21 years agoAdd cross-compile, autotools and build-optios support
wichert [Wed, 14 May 2003 09:04:36 +0000 (09:04 +0000)]
Add cross-compile, autotools and build-optios support

21 years agoFix location of pidfile
wichert [Wed, 14 May 2003 09:00:37 +0000 (09:00 +0000)]
Fix location of pidfile

21 years agoFix default values for boolean types
wichert [Wed, 14 May 2003 09:00:06 +0000 (09:00 +0000)]
Fix default values for boolean types

21 years agoFix upgrade test
wichert [Wed, 14 May 2003 08:50:53 +0000 (08:50 +0000)]
Fix upgrade test

21 years agoFix another compiler warning
wichert [Wed, 14 May 2003 08:49:55 +0000 (08:49 +0000)]
Fix another compiler warning

21 years agoMake encrypted_pass const
wichert [Wed, 14 May 2003 08:49:15 +0000 (08:49 +0000)]
Make encrypted_pass const

21 years agoFix compiler warning
wichert [Wed, 14 May 2003 08:48:12 +0000 (08:48 +0000)]
Fix compiler warning

21 years agoFix typo an invalid free
wichert [Wed, 14 May 2003 08:45:41 +0000 (08:45 +0000)]
Fix typo an invalid free

21 years agoFix variable shadowing and add const where needed. Patch from Paul Hampson
wichert [Wed, 14 May 2003 08:44:28 +0000 (08:44 +0000)]
Fix variable shadowing and add const where needed. Patch from Paul Hampson

21 years agoImprove wording a bit
wichert [Wed, 14 May 2003 08:42:59 +0000 (08:42 +0000)]
Improve wording a bit

21 years ago Allow NT-Password use in stage6, too.
aland [Mon, 12 May 2003 18:07:40 +0000 (18:07 +0000)]
Allow NT-Password use in stage6, too.

21 years ago Slight change...
aland [Mon, 12 May 2003 15:18:53 +0000 (15:18 +0000)]
Slight change...

21 years ago Alloed IPASS-style realms to work well, too
aland [Mon, 12 May 2003 15:18:02 +0000 (15:18 +0000)]
Alloed IPASS-style realms to work well, too

21 years agoAdd a config directive general_stats_use_totacct. If set we use the totacct table...
kkalev [Mon, 12 May 2003 13:34:57 +0000 (13:34 +0000)]
Add a config directive general_stats_use_totacct. If set we use the totacct table in the stats page instead of
radacct

21 years agoUse $config[sql_usergroup_table] in show_groups.php3
kkalev [Sun, 11 May 2003 14:03:37 +0000 (14:03 +0000)]
Use $config[sql_usergroup_table] in show_groups.php3

21 years agoAdd a usage_summary parameter in user_finger. If it is passed then we only output...
kkalev [Sat, 10 May 2003 13:49:46 +0000 (13:49 +0000)]
Add a usage_summary parameter in user_finger. If it is passed then we only output a text like:
"Online: <num> Free: <num>" which can be used in outside pages

21 years ago Added notes about stupid erx breakage
aland [Fri, 9 May 2003 15:43:07 +0000 (15:43 +0000)]
Added notes about stupid erx breakage

21 years ago Added pointer to useful web site
aland [Thu, 8 May 2003 19:30:45 +0000 (19:30 +0000)]
Added pointer to useful web site

21 years agoFixup const/non-const casts
wichert [Thu, 8 May 2003 10:37:29 +0000 (10:37 +0000)]
Fixup const/non-const casts

21 years agoRename cbtls_msg version parameter so we don't clobber the global version and
wichert [Thu, 8 May 2003 10:35:10 +0000 (10:35 +0000)]
Rename cbtls_msg version parameter so we don't clobber the global version and
add a missing prototype for cbtls_rsa

21 years agostruct datum always uses char*; change the casts accordingly so the compiler
wichert [Thu, 8 May 2003 10:31:47 +0000 (10:31 +0000)]
struct datum always uses char*; change the casts accordingly so the compiler
knows that we know what we are doing

21 years agoRestart freeradius on upgrade instead of stopping in prerm and starting
wichert [Thu, 8 May 2003 08:42:12 +0000 (08:42 +0000)]
Restart freeradius on upgrade instead of stopping in prerm and starting
in the postinst in order to minimize downtime. Patch from Paul Hampson.

21 years agoMove pidfile to /var/run/freeradius.pid, patch from Paul Hampson
wichert [Thu, 8 May 2003 08:38:55 +0000 (08:38 +0000)]
Move pidfile to /var/run/freeradius.pid, patch from Paul Hampson

21 years agoWhitespace fix
wichert [Thu, 8 May 2003 08:37:37 +0000 (08:37 +0000)]
Whitespace fix

21 years agoDon't do a double free on the attribute maps. Bug noted by Derrik Pates <dpates@dsdk1...
kkalev [Thu, 8 May 2003 07:38:27 +0000 (07:38 +0000)]
Don't do a double free on the attribute maps. Bug noted by Derrik Pates <dpates@dsdk12.net>

21 years ago* Use Max-Monthly-Session not Max-Weekly-Session for the monthly limit
kkalev [Mon, 5 May 2003 23:10:04 +0000 (23:10 +0000)]
* Use Max-Monthly-Session not Max-Weekly-Session for the monthly limit
* When checking the weekly limit check first that $remaining is numeric before doing any comparisons

21 years agoDocumentation updates
wichert [Sun, 4 May 2003 09:37:55 +0000 (09:37 +0000)]
Documentation updates

21 years agoCleanup debian/rules, partially based on a patch from Paul Hampson
wichert [Sun, 4 May 2003 09:31:32 +0000 (09:31 +0000)]
Cleanup debian/rules, partially based on a patch from Paul Hampson

21 years agoUpdate Build-Depends and properly conflict with old radiusd-freeradius packages
wichert [Sun, 4 May 2003 09:27:06 +0000 (09:27 +0000)]
Update Build-Depends and properly conflict with old radiusd-freeradius packages

21 years agoUpdate copyright information based on a patch by Paul Hampson
wichert [Sun, 4 May 2003 09:21:48 +0000 (09:21 +0000)]
Update copyright information based on a patch by Paul Hampson

21 years agoPatch from Paul Hampson: use invoke-rc.d when present, and only remove rc.d scripts...
wichert [Sun, 4 May 2003 09:17:37 +0000 (09:17 +0000)]
Patch from Paul Hampson: use invoke-rc.d when present, and only remove rc.d scripts when purging

21 years agoPatch from Paul Hampson: update configure check for current OpenSSL which renamed...
wichert [Sun, 4 May 2003 09:12:36 +0000 (09:12 +0000)]
Patch from Paul Hampson: update configure check for current OpenSSL which renamed des_cbc_encrypt to DES_cbc_encrypt

21 years ago Removed raduse, as it's been marked 'deprecated' for a long time.
aland [Thu, 1 May 2003 18:57:22 +0000 (18:57 +0000)]
Removed raduse, as it's been marked 'deprecated' for a long time.

21 years ago Updates for static IP's
aland [Thu, 1 May 2003 17:26:54 +0000 (17:26 +0000)]
Updates for static IP's

21 years ago Be a little better about locking conditionals
aland [Wed, 30 Apr 2003 15:22:15 +0000 (15:22 +0000)]
Be a little better about locking conditionals

21 years agoAargh, fix up bad renaming
wichert [Wed, 30 Apr 2003 11:41:20 +0000 (11:41 +0000)]
Aargh, fix up bad renaming

21 years agoPatch from Paul Hampson to clean up Debian packaging
wichert [Wed, 30 Apr 2003 11:37:16 +0000 (11:37 +0000)]
Patch from Paul Hampson to clean up Debian packaging

21 years ago+ Q&A added for using rlm_passwd with realms
3APA3A [Tue, 29 Apr 2003 20:46:23 +0000 (20:46 +0000)]
+ Q&A added for using rlm_passwd with realms

21 years ago We don't need gdbm, so don't look for it while configuring
aland [Tue, 29 Apr 2003 20:33:59 +0000 (20:33 +0000)]
We don't need gdbm, so don't look for it while configuring

21 years agoApply patch from Paul Hampson <Paul.Hampson@Pobox.Com> to work for a
kkalev [Sat, 26 Apr 2003 09:54:34 +0000 (09:54 +0000)]
Apply patch from Paul Hampson <Paul.Hampson@Pobox.Com> to work for a
netmask of 32

21 years agoRemove SINGLE-VALUE for ldapGroupName and LdapHuntGroupName
kkalev [Sat, 26 Apr 2003 09:39:08 +0000 (09:39 +0000)]
Remove SINGLE-VALUE for ldapGroupName and LdapHuntGroupName

21 years agoSet default value for op columns
wichert [Fri, 25 Apr 2003 15:55:35 +0000 (15:55 +0000)]
Set default value for op columns

21 years agoPostgres does not have a DATETIME type, use TIMESTAMP(0) instead
wichert [Wed, 23 Apr 2003 15:33:42 +0000 (15:33 +0000)]
Postgres does not have a DATETIME type, use TIMESTAMP(0) instead

21 years ago Defined sysconfdir
aland [Wed, 23 Apr 2003 15:00:58 +0000 (15:00 +0000)]
Defined sysconfdir

21 years ago Be a little more descriptive in what the error is.
aland [Wed, 23 Apr 2003 14:44:35 +0000 (14:44 +0000)]
Be a little more descriptive in what the error is.

21 years ago If we're re-processing the request, re-set *all* parameters,
aland [Tue, 22 Apr 2003 16:02:35 +0000 (16:02 +0000)]
If we're re-processing the request, re-set *all* parameters,
not just some

21 years ago Allow radclient to send disconnect packets, which are supported
aland [Mon, 21 Apr 2003 21:05:59 +0000 (21:05 +0000)]
Allow radclient to send disconnect packets, which are supported
by some NAS vendors.

Based on a patch by Vladimir Krymov

21 years ago Minor changes to print out more useful packet type names.
aland [Mon, 21 Apr 2003 20:59:12 +0000 (20:59 +0000)]
Minor changes to print out more useful packet type names.

Allow sending of disconnect packets.  It takes no additional
code, so what the heck.

21 years ago Added defines for new packet types and port
aland [Mon, 21 Apr 2003 20:39:57 +0000 (20:39 +0000)]
Added defines for new packet types and port

21 years ago Only look for continuations if the line isn't empty.
aland [Mon, 21 Apr 2003 19:59:11 +0000 (19:59 +0000)]
Only look for continuations if the line isn't empty.

Bug noted by Johan M. Andersen

21 years ago Corrected typos
aland [Mon, 21 Apr 2003 16:00:04 +0000 (16:00 +0000)]
Corrected typos

21 years ago Added Wireless ISP Roaming dictionary, from James Underwood
aland [Mon, 21 Apr 2003 15:45:18 +0000 (15:45 +0000)]
Added Wireless ISP Roaming dictionary, from James Underwood

21 years agoCreate an AcctUniqueId before adding a row in radacct in log_badlogins.
kkalev [Sat, 19 Apr 2003 16:26:10 +0000 (16:26 +0000)]
Create an AcctUniqueId before adding a row in radacct in log_badlogins.

21 years ago More text
aland [Fri, 18 Apr 2003 18:33:05 +0000 (18:33 +0000)]
More text

21 years ago End the list of configuration parameters.
aland [Fri, 18 Apr 2003 18:25:08 +0000 (18:25 +0000)]
End the list of configuration parameters.

From a bug found by Nathan Coraor

21 years agoAdd some attributes
fcusack [Fri, 18 Apr 2003 02:42:24 +0000 (02:42 +0000)]
Add some attributes

21 years ago Updated instructions on the use of '='
aland [Thu, 17 Apr 2003 13:18:16 +0000 (13:18 +0000)]
Updated instructions on the use of '='

21 years ago More updates
aland [Wed, 16 Apr 2003 15:07:37 +0000 (15:07 +0000)]
More updates

21 years ago Apparently magic doesn't work.
aland [Wed, 16 Apr 2003 13:53:01 +0000 (13:53 +0000)]
Apparently magic doesn't work.

21 years ago When deleting requests from the list/cache, delete them if they've
aland [Tue, 15 Apr 2003 20:28:45 +0000 (20:28 +0000)]
When deleting requests from the list/cache, delete them if they've
been marked as "don't cache", instead of checking for a number
of special conditions.

In the 'process request' code, do the checks for special conditions,
and set the "don't cache" flag.

21 years ago Updated the thread pool management so that servicing a request
aland [Tue, 15 Apr 2003 18:04:10 +0000 (18:04 +0000)]
Updated the thread pool management so that servicing a request
will NOT cause it to walk through the entire thread pool.

Instead, we just pick the next available thread, starting off from
where we left off last time.  This speeds up the selection of
a thread for a request, and simplifies the code.

21 years ago Copy over User-Password, too, as sending it has hacked it's value.
aland [Tue, 15 Apr 2003 18:00:10 +0000 (18:00 +0000)]
Copy over User-Password, too, as sending it has hacked it's value.

21 years agoLimit the split() to 2 elements in lib/defaults.php3
kkalev [Tue, 15 Apr 2003 13:04:25 +0000 (13:04 +0000)]
Limit the split() to 2 elements in lib/defaults.php3

21 years agoAdd support for regexp and like operators in accounting report generator
kkalev [Mon, 14 Apr 2003 22:17:43 +0000 (22:17 +0000)]
Add support for regexp and like operators in accounting report generator

21 years ago+ Added example of rlm_passwd configuration for SAMBA passwd files
3APA3A [Mon, 14 Apr 2003 09:14:43 +0000 (09:14 +0000)]
+ Added example of rlm_passwd configuration for SAMBA passwd files

21 years ago Added a pointer to the RADIUS book, and text saying how to be nice
aland [Fri, 11 Apr 2003 20:37:59 +0000 (20:37 +0000)]
Added a pointer to the RADIUS book, and text saying how to be nice
to the developers.

21 years ago More text
aland [Fri, 11 Apr 2003 17:54:58 +0000 (17:54 +0000)]
More text

21 years ago Update with new names.
aland [Thu, 10 Apr 2003 18:16:57 +0000 (18:16 +0000)]
Update with new names.

Hmm... there appears to be a lot of overlap and duplication
between the FOO-Type files.  They should probably be cleaned up,
and turned into one document.

21 years ago Made names of Auth-Type, etc. more consistent across the
aland [Thu, 10 Apr 2003 18:09:02 +0000 (18:09 +0000)]
Made names of Auth-Type, etc. more consistent across the
dictionary, C definitions, and radiusd.conf

21 years ago This attempt at static linking appears to work a bit better
aland [Thu, 10 Apr 2003 17:17:28 +0000 (17:17 +0000)]
This attempt at static linking appears to work a bit better

21 years ago Added vendor-specific packet types defined in RFC 2882
aland [Thu, 10 Apr 2003 16:14:08 +0000 (16:14 +0000)]
Added vendor-specific packet types defined in RFC 2882

21 years agoAdd a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>
kkalev [Thu, 10 Apr 2003 16:10:06 +0000 (16:10 +0000)]
Add a <?php tag instead of a <?. Bug noted by Isam Ishaq <isam@planet.edu>

21 years ago More explanations
aland [Thu, 10 Apr 2003 15:37:56 +0000 (15:37 +0000)]
More explanations

21 years ago Patch from Chris Brotsos: If all home servers for realms are dead,
aland [Wed, 9 Apr 2003 15:12:09 +0000 (15:12 +0000)]
Patch from Chris Brotsos: If all home servers for realms are dead,
then we MAY want to give up, and mark all of them alive again.

This helps to prevent request starvation.

21 years ago Added notes on new packet_type for rlm_exec
aland [Wed, 9 Apr 2003 14:57:58 +0000 (14:57 +0000)]
Added notes on new packet_type for rlm_exec

21 years ago Added configuration option to allow execution on packet types
aland [Wed, 9 Apr 2003 14:55:09 +0000 (14:55 +0000)]
Added configuration option to allow execution on packet types