freeradius.git
23 years ago removed Alan Curry's 'radutmp' from 'todo' to 'done'
aland [Sun, 21 Jan 2001 16:03:17 +0000 (16:03 +0000)]
removed Alan Curry's 'radutmp' from 'todo' to 'done'

23 years agoFixed sql structure for mysql
mmachado [Fri, 19 Jan 2001 18:03:38 +0000 (18:03 +0000)]
Fixed sql structure for mysql

23 years agoAdding Netscape Directory Server LDAP schema for RADIUS attributes.
pam [Fri, 19 Jan 2001 16:11:05 +0000 (16:11 +0000)]
Adding Netscape Directory Server LDAP schema for RADIUS attributes.
It should serve as starting poit for propper LDAP v3 schema.

23 years agoMaking a vain attempt to sync oracle with current driver (mysql) changes.
jcarneal [Tue, 16 Jan 2001 23:18:08 +0000 (23:18 +0000)]
Making a vain attempt to sync oracle with current driver (mysql) changes.
This is one of the main reasons we should go with ODBC.

23 years agoAdding misc changes from David Kerry's Oracle patch. Mostly cosmetic.
jcarneal [Tue, 16 Jan 2001 23:16:53 +0000 (23:16 +0000)]
Adding misc changes from David Kerry's Oracle patch.  Mostly cosmetic.

23 years agoThe humble beginnings of ODBC support for FreeRadius.
jcarneal [Tue, 16 Jan 2001 22:26:55 +0000 (22:26 +0000)]
The humble beginnings of ODBC support for FreeRadius.

Currently it works for accounting only.  Auth will be added shortly,
after a much needed discussion on the list about the future of the
SQL module.

This driver requires libiodbc available from www.iodbc.org.  However, it
*should* be ODBC 2.5 compliant and require very minor changes to work
with another ODBC library.

23 years agoForgot to clean up mutexes, semaphores and conditional variables on sql_poolfree()
mmachado [Mon, 15 Jan 2001 22:03:57 +0000 (22:03 +0000)]
Forgot to clean up mutexes, semaphores and conditional variables on sql_poolfree()

23 years agoCommitting part of Oracle patch for David Kerry <davidk@snti.com>.
jcarneal [Mon, 15 Jan 2001 19:09:16 +0000 (19:09 +0000)]
Committing part of Oracle patch for David Kerry <davidk@snti.com>.

I'm committing only the db_oracle.sql, sql_oracle.c,h files now.
The changes to the rlm_sql module from his patch most likely will
not apply now, so at a later date I (or someone) can add them back
in by hand where applicable.

23 years agoFix a little header problem
pacman [Mon, 15 Jan 2001 09:07:15 +0000 (09:07 +0000)]
Fix a little header problem

23 years agoMoved all radutmp functionality from radiusd into rlm_radutmp.
pacman [Mon, 15 Jan 2001 06:03:05 +0000 (06:03 +0000)]
Moved all radutmp functionality from radiusd into rlm_radutmp.

23 years agoCommented-out leak patch. It may be the wrong thing to do.
cmiller [Fri, 12 Jan 2001 21:22:19 +0000 (21:22 +0000)]
Commented-out leak patch.  It may be the wrong thing to do.

23 years agoThis file was awfully ugly; lots of space-indenting (and not even eight,
cmiller [Fri, 12 Jan 2001 18:21:33 +0000 (18:21 +0000)]
This file was awfully ugly; lots of space-indenting (and not even eight,
often).

This is a big patch that cleans it up, to meet our standards.

vi's `:set list' is a ghodsend.

23 years agoPlugged leak in INCLUDEing empty files.
cmiller [Fri, 12 Jan 2001 18:17:30 +0000 (18:17 +0000)]
Plugged leak in INCLUDEing empty files.

23 years agoSet better defaults for user, group, and lookup_hostname `variables'.
cmiller [Thu, 11 Jan 2001 20:38:58 +0000 (20:38 +0000)]
Set better defaults for user, group, and lookup_hostname `variables'.

23 years agoRemoved socket used time calculations becuase they were way off. Request timestamp...
mmachado [Thu, 11 Jan 2001 20:22:47 +0000 (20:22 +0000)]
Removed socket used time calculations becuase they were way off. Request timestamp methods must have changed since cistron. I may or may not add that back in, depending on if people think it was a good idea.

23 years agoPut current mysql code into drivers/ directory. Need implement dlopen for database...
mmachado [Thu, 11 Jan 2001 20:16:34 +0000 (20:16 +0000)]
Put current mysql code into drivers/ directory. Need implement dlopen for database modules.

23 years agoOk, it works now with the new connection pool. Helps to initalize our mutexes first.
mmachado [Thu, 11 Jan 2001 20:13:50 +0000 (20:13 +0000)]
Ok, it works now with the new connection pool. Helps to initalize our mutexes first.

23 years agoAdd LDAP Auth-Type
pam [Thu, 11 Jan 2001 16:02:06 +0000 (16:02 +0000)]
Add LDAP Auth-Type

23 years agoNew version of documentation for rlm_ldap module
pam [Thu, 11 Jan 2001 16:00:45 +0000 (16:00 +0000)]
New version of documentation for rlm_ldap module

23 years agoNew version of the module.
pam [Thu, 11 Jan 2001 15:54:49 +0000 (15:54 +0000)]
New version of the module.
o Instantiation support (no more global variables)
o uses both GroupOfNames and GroupOfUniqueNames objects
o Removed default configuration hack (now that module failover code is done)
o Non-threaded version uses global module lock (RLM_TYPE_THREAD_UNSAFE)
o Changed to standard C formating (8-space tabs and C comments)
o New documentation in radiusd/doc/README.rlm_ldap
o Faster group membership verification (offloads work to LDAP server)
o "dialupAccess" attribute (which controls user authorization) now configurable
  from radiusd.conf
o Does not use LDAP cache, due to threading problems.

23 years agoChanges to support PW_STATUS_SERVER (at least client-side, for radclient):
miquels [Thu, 11 Jan 2001 14:39:11 +0000 (14:39 +0000)]
Changes to support PW_STATUS_SERVER (at least client-side, for radclient):
*  include/radius.h: added PW_STATUS_SERVER and PW_STATUS_CLIENT
*  lib/radius.c: fixed crash in debug message: for (reply = ..) had
   an reply = reply-> next internally as well
*  lib/radius.c: support for PW_STATUS_SERVER which is like
   PW_AUTHENTICATION_REQUEST for outgoing packets
*  main/radclient.c: argv[2] is a service-type number if decimal,
   not an UDP port number.

23 years agofew minor changes
mmachado [Thu, 11 Jan 2001 02:08:24 +0000 (02:08 +0000)]
few minor changes

23 years agoSeperate conf file no longer needed
mmachado [Thu, 11 Jan 2001 01:02:10 +0000 (01:02 +0000)]
Seperate conf file no longer needed

23 years agoAdded threads to rlm_sql, make drivers directory in prep for the db modules code...
mmachado [Thu, 11 Jan 2001 01:01:44 +0000 (01:01 +0000)]
Added threads to rlm_sql, make drivers directory in prep for the db modules code. Sorry about the non tested commit, but I had a scarey experence in almost loosing several hours of work and I would feel better if I commited :)
It does build ok, both with and without pthread.h.

23 years ago Initial commit of the 'rlm_attr_filter'. See the README and
cparker [Wed, 10 Jan 2001 22:22:01 +0000 (22:22 +0000)]
Initial commit of the 'rlm_attr_filter'.  See the README and
sample 'attrs' file for more info on how it works.  Current status
is it is functional for filtering replies sent from proxy servers.
The next step is to setup filtering off accounting-reqs sent to
proxy servers, as you may not want to proxy *all* the information
you receive.

23 years agoRenamed bay.vendor to dictionary.bay .
cmiller [Tue, 9 Jan 2001 17:39:46 +0000 (17:39 +0000)]
Renamed bay.vendor to dictionary.bay .

23 years agosynced checkrad.pl and README.simul with Cistron Radius
miquels [Tue, 9 Jan 2001 01:15:24 +0000 (01:15 +0000)]
synced checkrad.pl and README.simul with Cistron Radius

23 years ago don't echo the 'rm -rf' when doing a 'make clean'
aland [Mon, 8 Jan 2001 17:02:17 +0000 (17:02 +0000)]
don't echo the 'rm -rf' when doing a 'make clean'

23 years ago fwrite returns the number of items written, not the number of bytes.
pacman [Sun, 7 Jan 2001 07:01:55 +0000 (07:01 +0000)]
fwrite returns the number of items written, not the number of bytes.
fwrite(w,x,y,z) ~= write(fileno(z),w,x*y)/x

23 years ago reverted debugging warning messages, until such time as I get a clue...
aland [Sat, 6 Jan 2001 16:56:30 +0000 (16:56 +0000)]
reverted debugging warning messages, until such time as I get a clue...

23 years ago * Fix a FIXME. Add some error checking and set the return
hartwick [Sat, 6 Jan 2001 04:48:28 +0000 (04:48 +0000)]
* Fix a FIXME.  Add some error checking and set the return
  code right on a failure.

23 years ago updated with latest bug fixes
aland [Wed, 3 Jan 2001 19:57:21 +0000 (19:57 +0000)]
updated with latest bug fixes

23 years ago bug-fix for nesting
aland [Wed, 3 Jan 2001 19:36:21 +0000 (19:36 +0000)]
bug-fix for nesting

23 years ago if debugging, output a WARNING message when we see duplicate
aland [Wed, 3 Jan 2001 17:29:55 +0000 (17:29 +0000)]
if debugging, output a WARNING message when we see duplicate
configuration items.

As yet, we don't check for duplicate configuration sections.

23 years ago Patch from Kristina Pfaff-Harris <kristina@greatbasin.net>
aland [Wed, 3 Jan 2001 16:42:16 +0000 (16:42 +0000)]
Patch from Kristina Pfaff-Harris <kristina@greatbasin.net>

Use attribute number to look up value names.  If this isn't done,
then the named values returned MAY BE associated with another
attribute, and not the one we're interested in.

e.g. Rlogin has one name, but multiple values, which are
per-attribute.

23 years ago Added new valuepair function 'simplepaircmp()' to compare only two
cparker [Wed, 3 Jan 2001 00:43:19 +0000 (00:43 +0000)]
Added new valuepair function 'simplepaircmp()' to compare only two
attributes, as paircmp() tries to compare two lists of attributes.

23 years ago fixed regex examples in default attrs file to be correct.
cparker [Tue, 2 Jan 2001 17:17:51 +0000 (17:17 +0000)]
fixed regex examples in default attrs file to be correct.

23 years ago Shasta dictionary, as posted to the Cistron list by
aland [Tue, 2 Jan 2001 17:12:30 +0000 (17:12 +0000)]
Shasta dictionary, as posted to the Cistron list by
Andre Gustavo de Carvalho Albuquerque <gustavo@anita.visualnet.com.br>

23 years agoI was getting the "module name" from the wrong struct, causing default
pacman [Tue, 2 Jan 2001 05:44:23 +0000 (05:44 +0000)]
I was getting the "module name" from the wrong struct, causing default
authtype names to be screwed up.

23 years ago Corrected my email address to aland@ox.org
aland [Sat, 30 Dec 2000 17:07:13 +0000 (17:07 +0000)]
Corrected my email address to aland@ox.org

23 years ago comments about bugs to be fixed
aland [Sat, 30 Dec 2000 16:52:59 +0000 (16:52 +0000)]
comments about bugs to be fixed

23 years agofixed USR-Connect-Speed in dictionary.usr, courtesy Luiz Felipe Silva
miquels [Fri, 29 Dec 2000 16:10:50 +0000 (16:10 +0000)]
fixed USR-Connect-Speed in dictionary.usr, courtesy Luiz Felipe Silva

23 years ago preliminary entry of default 'attrs' file. see the newly added
cparker [Fri, 29 Dec 2000 01:53:34 +0000 (01:53 +0000)]
preliminary entry of default 'attrs' file.  see the newly added
doc/README.rlm_attr_filter for explanation of how it is used.

23 years ago updated README a tiny bit more
cparker [Fri, 29 Dec 2000 01:17:21 +0000 (01:17 +0000)]
updated README a tiny bit more

23 years ago added preliminary README for new module, rlm_attr_filter
cparker [Fri, 29 Dec 2000 01:16:06 +0000 (01:16 +0000)]
added preliminary README for new module, rlm_attr_filter

23 years ago removed old text
aland [Thu, 28 Dec 2000 17:01:18 +0000 (17:01 +0000)]
removed old text

23 years ago Added a copy of the GNU GPL version 2, which wasn't here before...
aland [Thu, 28 Dec 2000 16:31:03 +0000 (16:31 +0000)]
Added a copy of the GNU GPL version 2, which wasn't here before...

23 years ago * Update the dictionary to include more VSA's
hartwick [Thu, 28 Dec 2000 03:05:53 +0000 (03:05 +0000)]
* Update the dictionary to include more VSA's

23 years ago * Add an else to the if (p) block to catch the cases where we are
hartwick [Thu, 28 Dec 2000 01:55:04 +0000 (01:55 +0000)]
* Add an else to the if (p) block to catch the cases where we are
  left with a NULL pointer.

23 years ago * Update the documentation to reflect changes to the code.
hartwick [Thu, 28 Dec 2000 01:34:43 +0000 (01:34 +0000)]
* Update the documentation to reflect changes to the code.

23 years ago * Minor formatting change
hartwick [Thu, 28 Dec 2000 01:33:02 +0000 (01:33 +0000)]
* Minor formatting change
* Remove the const declarations from two char * defined in
  struct detail_instanace { ... }.
* Change the default detailfile to %A/%{Client-IP-Address}/detail to
  match the documentation and radiusd.conf
* Add a DEBUG2() call to show the expansion

23 years agoI think these are finally sufficient for upload to Debian.
cmiller [Wed, 27 Dec 2000 18:54:34 +0000 (18:54 +0000)]
I think these are finally sufficient for upload to Debian.

23 years agoLame hack to get the rc script to kill radiusd, and not just radwatcher.
cmiller [Wed, 27 Dec 2000 18:51:49 +0000 (18:51 +0000)]
Lame hack to get the rc script to kill radiusd, and not just radwatcher.
I'll fix the general case in a bit.  (radwatcher should kill its own child!)

23 years ago fixed bug in rad_process() that caused proxy access-reject
cparker [Wed, 27 Dec 2000 18:34:03 +0000 (18:34 +0000)]
fixed bug in rad_process() that caused proxy access-reject
replies to be handled as accounting-responses.

23 years ago Debian changes. Not quite ready for upload. Soon...
cmiller [Wed, 27 Dec 2000 03:53:56 +0000 (03:53 +0000)]
Debian changes.  Not quite ready for upload.  Soon...

23 years ago Added or cleaned up copyright and license info. Cross-check me!
cmiller [Wed, 27 Dec 2000 03:45:09 +0000 (03:45 +0000)]
Added or cleaned up copyright and license info.  Cross-check me!

23 years agocparker - cosmetic change to add the time of compilation to the radius
cparker [Tue, 26 Dec 2000 23:24:42 +0000 (23:24 +0000)]
cparker - cosmetic change to add the time of compilation to the radius
  version output in addition to the date ( to radiusd and radclient )

23 years ago updated for latest set of things to do. We're hopefully nearing
aland [Tue, 26 Dec 2000 16:58:38 +0000 (16:58 +0000)]
updated for latest set of things to do.  We're hopefully nearing
a beta release...

23 years agoUpdated startup descr from 'Cistron'.
cmiller [Tue, 26 Dec 2000 16:26:09 +0000 (16:26 +0000)]
Updated startup descr from 'Cistron'.

23 years agoCorrected the name of fastusers' 'hash_reload' variable. That the unknown
cmiller [Tue, 26 Dec 2000 16:22:22 +0000 (16:22 +0000)]
Corrected the name of fastusers' 'hash_reload' variable.  That the unknown
name was silently ignored is a bug, I think.

23 years ago Changed ${Client-IP-Address} to %{Client-IP-Address}
aland [Fri, 22 Dec 2000 16:56:21 +0000 (16:56 +0000)]
Changed ${Client-IP-Address} to %{Client-IP-Address}

23 years ago allow %{Client-IP-Address} to decode the attribute, in addition
aland [Fri, 22 Dec 2000 16:55:39 +0000 (16:55 +0000)]
allow %{Client-IP-Address} to decode the attribute, in addition
to ${Client-IP-Address}

23 years ago changed the cf_section_free && cf_pair_free to take **, instead of *.
aland [Fri, 22 Dec 2000 16:46:34 +0000 (16:46 +0000)]
changed the cf_section_free && cf_pair_free to take **, instead of *.
This allows the input pointers to be set to NULL.

Additional sanity checking of variable expansion, so it quits on
an error, instead of continuing.

cf_expand_variables() has no business freeing the configuration
section on an error.  This was causing core dumps.

23 years ago install each man page explicitely, due to bugs in the install-sh
aland [Fri, 22 Dec 2000 16:00:48 +0000 (16:00 +0000)]
install each man page explicitely, due to bugs in the install-sh
crap.

Patch by Gregory A Lundberg <lundberg+radius@vr.net>

23 years ago For the detail file, us ${Client-IP-Address} instead of %n,
aland [Thu, 21 Dec 2000 16:24:36 +0000 (16:24 +0000)]
For the detail file, us ${Client-IP-Address} instead of %n,
as NAS-IP-Address MAY BE the originating NAS, and NOT the proxy
which actually sent us the request.

23 years ago This is the "configurable failover" patch, providing a more flexible
pacman [Thu, 21 Dec 2000 06:31:21 +0000 (06:31 +0000)]
This is the "configurable failover" patch, providing a more flexible
module calling sequence.

23 years ago Fixed an error case that wasn't being handled properly, causing a
pacman [Thu, 21 Dec 2000 05:12:02 +0000 (05:12 +0000)]
Fixed an error case that wasn't being handled properly, causing a
segfault if there was a problem building the cache

23 years ago look up the NAS name by packet source IP address, NOT by
aland [Wed, 20 Dec 2000 16:26:38 +0000 (16:26 +0000)]
look up the NAS name by packet source IP address, NOT by
NAS-IP-Address attribute.  When proxying, they WILL be different,
and ONLY the packet source IP address will be correct.

Bug found by "Raimundo Alba" <raimon@alcavia.net>

23 years ago moved the pthread mutex locks into the module instance structure
aland [Tue, 19 Dec 2000 17:41:15 +0000 (17:41 +0000)]
moved the pthread mutex locks into the module instance structure

23 years ago Export cf_sectiontoitem and cf_pairtoitem - the other two
pacman [Tue, 19 Dec 2000 05:32:00 +0000 (05:32 +0000)]
Export cf_sectiontoitem and cf_pairtoitem - the other two
(cf_itemto*) were already exported, and there's no reason these
should be different.

23 years ago Dead code removal
pacman [Tue, 19 Dec 2000 05:28:56 +0000 (05:28 +0000)]
Dead code removal

23 years ago How'd that C++ comment slip in there? // -> /**/
pacman [Tue, 19 Dec 2000 05:27:03 +0000 (05:27 +0000)]
How'd that C++ comment slip in there? // -> /**/

23 years ago * Add xfree function to clear up some compile warnings.
hartwick [Mon, 18 Dec 2000 02:46:16 +0000 (02:46 +0000)]
* Add xfree function to clear up some compile warnings.

23 years ago * Add a couple of prototypes for rad_checkfilename() and xfree()
hartwick [Mon, 18 Dec 2000 02:45:08 +0000 (02:45 +0000)]
* Add a couple of prototypes for rad_checkfilename() and xfree()

23 years ago * Fix a FIXME. Replace a call to rad_log() with DEBUG()
hartwick [Sun, 17 Dec 2000 22:24:18 +0000 (22:24 +0000)]
* Fix a FIXME.  Replace a call to rad_log() with DEBUG()

23 years ago Undoing my earlier m4ification of module configuration. Ugh? Ugh.
cmiller [Sun, 17 Dec 2000 21:43:48 +0000 (21:43 +0000)]
Undoing my earlier m4ification of module configuration.  Ugh?  Ugh.

23 years agoAdded message for folks who might try to 'make' without 'configure'ing (me,
cmiller [Sat, 16 Dec 2000 23:10:16 +0000 (23:10 +0000)]
Added message for folks who might try to 'make' without 'configure'ing (me,
too much), and add to clean in raddb.

23 years agoPut comments in front of 'always' example, to help radiusd run sanely right
cmiller [Sat, 16 Dec 2000 22:31:25 +0000 (22:31 +0000)]
Put comments in front of 'always' example, to help radiusd run sanely right
out of the tarball.  It is debug-code, after all.

23 years agoAdded example for rlm_always.
cmiller [Sat, 16 Dec 2000 22:27:38 +0000 (22:27 +0000)]
Added example for rlm_always.

23 years agoAck! Forgot the most important and obvious file.
cmiller [Sat, 16 Dec 2000 17:27:02 +0000 (17:27 +0000)]
Ack!  Forgot the most important and obvious file.

23 years ago*sigh* These are the changes to the way radiusd.conf is created. I'm not
cmiller [Sat, 16 Dec 2000 17:26:05 +0000 (17:26 +0000)]
*sigh*  These are the changes to the way radiusd.conf is created.  I'm not
certain they're all good ideas.  At best, whitespace needs to be cleaned up
in the resultant file.

23 years agoJavi's suggested changes, largely. New maintainer address.
cmiller [Sat, 16 Dec 2000 17:23:34 +0000 (17:23 +0000)]
Javi's suggested changes, largely.  New maintainer address.

23 years agoCosmetic changes (spaces to tabs, removal of noop compiler warning, etc).
cmiller [Sat, 16 Dec 2000 17:20:13 +0000 (17:20 +0000)]
Cosmetic changes (spaces to tabs, removal of noop compiler warning, etc).

23 years agoCosmetic nonchange to radiusd.c and updates to request_tree walk.
cmiller [Sat, 16 Dec 2000 17:06:10 +0000 (17:06 +0000)]
Cosmetic nonchange to radiusd.c and updates to request_tree walk.

23 years agoFixed a Unixism in log.c (NULL == 0) and a typo in a make rule.
cmiller [Sat, 16 Dec 2000 17:04:27 +0000 (17:04 +0000)]
Fixed a Unixism in log.c (NULL == 0) and a typo in a make rule.

23 years agocparker - Fixed a problem in which proxied requests were being sent
cparker [Fri, 15 Dec 2000 22:59:48 +0000 (22:59 +0000)]
cparker - Fixed a problem in which proxied requests were being sent
  without having the password encrypted.

23 years ago this file is no longer needed.
aland [Thu, 14 Dec 2000 23:58:54 +0000 (23:58 +0000)]
this file is no longer needed.

23 years ago more text, with simple installation details
aland [Thu, 14 Dec 2000 21:49:47 +0000 (21:49 +0000)]
more text, with simple installation details

23 years ago removed old configure options. Added more text on installation.
aland [Thu, 14 Dec 2000 21:46:26 +0000 (21:46 +0000)]
removed old configure options.  Added more text on installation.

23 years ago only install one binary per instance of $INSTALL.
aland [Thu, 14 Dec 2000 06:25:17 +0000 (06:25 +0000)]
only install one binary per instance of $INSTALL.

23 years agoHere's authtype{} again, and I hope it's seen as cleaner this time.
pacman [Wed, 13 Dec 2000 08:38:09 +0000 (08:38 +0000)]
Here's authtype{} again, and I hope it's seen as cleaner this time.

23 years agoBreaking up a large function - cosmetic change only.
pacman [Wed, 13 Dec 2000 08:27:47 +0000 (08:27 +0000)]
Breaking up a large function - cosmetic change only.

23 years agoThe rlm_always module is meant for use in tests of the module calling
pacman [Wed, 13 Dec 2000 07:53:13 +0000 (07:53 +0000)]
The rlm_always module is meant for use in tests of the module calling
sequence.

23 years agoMinor tweak on usercollide. User wasn't matching when auth-type was
jcarneal [Sat, 9 Dec 2000 16:38:33 +0000 (16:38 +0000)]
Minor tweak on usercollide.  User wasn't matching when auth-type was
reject, but it should.

23 years agocparker - Fixed bug that caused proxy replies to be unable to find
cparker [Wed, 6 Dec 2000 02:37:11 +0000 (02:37 +0000)]
cparker -  Fixed bug that caused proxy replies to be unable to find
           the original request.

           Changed related error message to be more descriptive.

23 years agoFixed teensy memory leaks on char *compat_mode.
jcarneal [Sat, 2 Dec 2000 21:01:58 +0000 (21:01 +0000)]
Fixed teensy memory leaks on char *compat_mode.

23 years agoIntroduced memory leak when I put in preacct stuff. Fixed.
jcarneal [Sat, 2 Dec 2000 21:01:32 +0000 (21:01 +0000)]
Introduced memory leak when I put in preacct stuff.  Fixed.

23 years agoAdded BINARY_FILTERS ifdef from ICRADIUS for not clobbering abinary types on multiple...
mmachado [Sat, 2 Dec 2000 01:09:04 +0000 (01:09 +0000)]
Added BINARY_FILTERS ifdef from ICRADIUS for not clobbering abinary types on multiple attributes.

23 years agoOnly log multiple auth-types if debugging. This was causing me grief
jcarneal [Fri, 1 Dec 2000 21:13:38 +0000 (21:13 +0000)]
Only log multiple auth-types if debugging.  This was causing me grief
due to auth_type_fixup adding auth-types I didn't want.

23 years ago added smux_failures && smux_max_failures to 'rad_snmp'
aland [Fri, 1 Dec 2000 18:58:10 +0000 (18:58 +0000)]
added smux_failures && smux_max_failures to 'rad_snmp'
data structure.

On HUP, re-set the number of failures, so that it tries the SNMP
server again.