freeradius.git
23 years ago * Correct a bug introduced in 1.7. The wrong buffer was
hartwick [Sun, 29 Oct 2000 04:00:32 +0000 (04:00 +0000)]
* Correct a bug introduced in 1.7.  The wrong buffer was
  being used for creating the directory.
* Add the beginnings of the code to sanitize the directory.
  Unfortunately due to the requirement for most to have periods
  in the directory names special checking is required to disallow
  .. in the directory name, but allow single .'s.  It is not
  perfect, but a start.

23 years ago whoops... mistake
aland [Fri, 27 Oct 2000 19:38:30 +0000 (19:38 +0000)]
whoops... mistake

23 years ago added 'hup' command to rc script, which just sends a HUP signal
aland [Fri, 27 Oct 2000 19:37:31 +0000 (19:37 +0000)]
added 'hup' command to rc script, which just sends a HUP signal
to the server.

23 years ago parse the first token immediately. This allows us to skip blank
aland [Fri, 27 Oct 2000 17:12:20 +0000 (17:12 +0000)]
parse the first token immediately.  This allows us to skip blank
lines and comments quickly.

It also allows us to check for $INCLUDE, when doing includes,
instead of just checking for the $, and allowing inclusion for
$anything /path/to/file

23 years ago wrote new function cf_expand_variables(), to eliminate
aland [Fri, 27 Oct 2000 17:04:56 +0000 (17:04 +0000)]
wrote new function cf_expand_variables(), to eliminate
duplicated code.

23 years ago clean up the password handling, and set the 'password' variable
aland [Fri, 27 Oct 2000 16:04:42 +0000 (16:04 +0000)]
clean up the password handling, and set the 'password' variable
to either the actual password, or to the magic values
"<CHAP-PASSWORD>", or "<NO-PASSWORD>", like we do with Cistron.

23 years ago if we fall off of the end of the function, return a NOOP
aland [Fri, 27 Oct 2000 15:47:00 +0000 (15:47 +0000)]
if we fall off of the end of the function, return a NOOP

23 years ago clean up the handling of auth_port
aland [Thu, 26 Oct 2000 19:08:55 +0000 (19:08 +0000)]
clean up the handling of auth_port

23 years agocparker: updated 'rlm_realm' module to allow multiple instances and
cparker [Thu, 26 Oct 2000 18:51:54 +0000 (18:51 +0000)]
cparker:  updated 'rlm_realm' module to allow multiple instances and
          supporting user defineable realm syntaxes.  updated config
          files with examples.  updated documentation to reflect the
          change as well.

23 years ago added 'lib' prefix to non-dynamic module names (librlm_foo.a)
aland [Thu, 26 Oct 2000 18:02:09 +0000 (18:02 +0000)]
added 'lib' prefix to non-dynamic module names (librlm_foo.a)

I suppose that libtool can tell us whether or not to add it,
but it's not entirely obvious...

23 years ago added '-module' to libtool link flags
aland [Thu, 26 Oct 2000 17:55:53 +0000 (17:55 +0000)]
added '-module' to libtool link flags

removed old STATIC_MODULE_LDFLAGS definition

23 years ago bug fix from Adrian Pavlykevych <pam@polynet.lviv.ua>
aland [Thu, 26 Oct 2000 14:15:54 +0000 (14:15 +0000)]
bug fix from Adrian Pavlykevych <pam@polynet.lviv.ua>

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Wed, 25 Oct 2000 15:41:01 +0000 (15:41 +0000)]
Jeff Carneal <jeff@apex.net>

1.  Bugfixes in authorize/instantiate functions
2.  Added support for normal DEFAULT entries
3.  Documented that support in the README

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Wed, 25 Oct 2000 14:23:52 +0000 (14:23 +0000)]
Jeff Carneal <jeff@apex.net>

1.  Bugfixes in authorize/instantiate functions
2.  Added support for normal DEFAULT entries
3.  Documented that support in the README

23 years agocparker: updated sample configurations and documentation to reflect
cparker [Wed, 25 Oct 2000 01:13:00 +0000 (01:13 +0000)]
cparker:  updated sample configurations and documentation to reflect
          'notsuffix' changing to 'notrealm'.

23 years agocparker: changed 'notsuffix' in realm struct to 'notrealm' as we will
cparker [Wed, 25 Oct 2000 00:51:41 +0000 (00:51 +0000)]
cparker:  changed 'notsuffix' in realm struct to 'notrealm' as we will
          support different realm types in the future and this is more
          generic.

          updated 'rlm_realm.c' so that 'notrealm' flagged realms are
          not proxied ( returning to original behaviour ).

23 years ago moved code around, so that the error messages are generated
aland [Tue, 24 Oct 2000 21:10:16 +0000 (21:10 +0000)]
moved code around, so that the error messages are generated
as low as possible in the function call chain, and so the error
messages are as descriptive as possible.

23 years ago removed conf_read() definition. No one outside of main/conffile.c
aland [Tue, 24 Oct 2000 21:06:35 +0000 (21:06 +0000)]
removed conf_read() definition.  No one outside of main/conffile.c
should know about it.

23 years ago moved code around a bit, so there's only 1 call to radius_xlat2.
aland [Tue, 24 Oct 2000 20:52:29 +0000 (20:52 +0000)]
moved code around a bit, so there's only 1 call to radius_xlat2.

Cache the last directory which we created, and do *not* do 'mkdir'
again if the current request is going to the same directory as
the last one.

23 years agocparker: updated 'radiusd.conf.in' to reflect the $INCLUDES for the
cparker [Tue, 24 Oct 2000 20:36:58 +0000 (20:36 +0000)]
cparker:  updated 'radiusd.conf.in' to reflect the $INCLUDES for the
          'proxy', 'clients', and 'snmp' configuration sections.  these
          sections are now loaded from separate files via the $INCLUDE
          syntax.

23 years ago*** empty log message ***
aland [Tue, 24 Oct 2000 20:35:28 +0000 (20:35 +0000)]
*** empty log message ***

23 years agocparker: fixed $INCLUDE parsing for radius config files.
cparker [Tue, 24 Oct 2000 20:02:33 +0000 (20:02 +0000)]
cparker:  fixed $INCLUDE parsing for radius config files.

23 years ago cleaned up #include files
aland [Mon, 23 Oct 2000 18:41:39 +0000 (18:41 +0000)]
cleaned up #include files

23 years ago cleaned up error messages again.
aland [Mon, 23 Oct 2000 18:36:29 +0000 (18:36 +0000)]
cleaned up error messages again.

Corrected library loading to *not* specify ".so" as the library
extension.  libltdl will take care of that for us.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 23 Oct 2000 18:26:48 +0000 (18:26 +0000)]
Jeff Carneal <jeff@apex.net>

Moved do_usercollide variable to 'mainconfig' structure.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 23 Oct 2000 18:24:09 +0000 (18:24 +0000)]
Jeff Carneal <jeff@apex.net>

Added support for the following options:

lower_user -> lowercase username before processing
lower_pass -> lowercase password before processing
nospace_user -> remove spaces from username before processing
nospace_pass -> remove spaces from password before processing

All default to 'no'.

Also, put config variables in new main_config_t structure
to avoid logs of new global variables.

23 years ago changed hard-coded 'install' program to be $(INSTALL), so that
aland [Mon, 23 Oct 2000 15:18:29 +0000 (15:18 +0000)]
changed hard-coded 'install' program to be $(INSTALL), so that
we can pick up a working install from autoconf

23 years ago check for a working INSTALL program, and set the appropriate variables
aland [Mon, 23 Oct 2000 15:14:32 +0000 (15:14 +0000)]
check for a working INSTALL program, and set the appropriate variables

23 years ago make the requests unique if their source port is unique, too.
aland [Mon, 23 Oct 2000 14:47:24 +0000 (14:47 +0000)]
make the requests unique if their source port is unique, too.

This is for compliance with the latest RFC's

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 23 Oct 2000 13:21:48 +0000 (13:21 +0000)]
Jeff Carneal <jeff@apex.net>
Trivial fix for sgi compile.  Need to use utmpx.h

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 22:34:57 +0000 (22:34 +0000)]
Jeff Carneal <jeff@apex.net>

rlm_fastusers documentation.

23 years ago added 'rfc_clean' function, to clean outgoing packets.
aland [Fri, 20 Oct 2000 21:46:10 +0000 (21:46 +0000)]
added 'rfc_clean' function, to clean outgoing packets.

Made the thread code delay a bit, before killing off unused threads.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 21:07:45 +0000 (21:07 +0000)]
Jeff Carneal <jeff@apex.net>

Changed usercollide to work with config option.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:19:41 +0000 (17:19 +0000)]
Jeff Carneal <jeff@apex.net>

Oops, forgot to add fastusers in the modules{} section.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:08:23 +0000 (17:08 +0000)]
Jeff Carneal <jeff@apex.net>

Updated to reflect usercollide=yes/no

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:05:46 +0000 (17:05 +0000)]
Jeff Carneal <jeff@apex.net>

Remove --with-usercollide option.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:04:38 +0000 (17:04 +0000)]
Jeff Carneal <jeff@apex.net>

Add 'usercollide=no' option to turn it off by default.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:02:47 +0000 (17:02 +0000)]
Jeff Carneal <jeff@apex.net>

Add variable for usercollide.  Also added to radiusd.c, but I forgot
to mention it in the last log.  From this point forward it will be
a config option rather than a autoconf option.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 17:00:56 +0000 (17:00 +0000)]
Jeff Carneal <jeff@apex.net>

Trivial change to log when we're done rereading config files so that
the admin can get an idea of how long that takes without debugging.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 16:59:52 +0000 (16:59 +0000)]
Jeff Carneal <jeff@apex.net>

Had to remove 'static' deinition of rad_check_password so that
the function can be called by modules with usercollide.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 16:58:17 +0000 (16:58 +0000)]
Jeff Carneal <jeff@apex.net>

Oops, accidentally put rlm_fastfiles.c in wrong module dir.
Removing it (I hope).

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 16:55:40 +0000 (16:55 +0000)]
Jeff Carneal <jeff@apex.net>

Let's try this again.  First version of rlm_fastusers.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Fri, 20 Oct 2000 16:51:27 +0000 (16:51 +0000)]
Jeff Carneal <jeff@apex.net>

First version of rlm_fastusers.

23 years agoThis is the bigger part of the modular session framework. It is not ready to
pacman [Thu, 19 Oct 2000 22:11:57 +0000 (22:11 +0000)]
This is the bigger part of the modular session framework. It is not ready to
be used yet, but is getting closer.

23 years ago More descriptive text & documentation describing configuration
aland [Thu, 19 Oct 2000 18:05:07 +0000 (18:05 +0000)]
More descriptive text & documentation describing configuration
items.

23 years agocparker: new configuration file containing 'clients' info previously
cparker [Thu, 19 Oct 2000 17:32:37 +0000 (17:32 +0000)]
cparker:  new configuration file containing 'clients' info previously
  found in 'radiusd.conf'

23 years agocparker: new configuration file containing 'snmp' configuration info
cparker [Thu, 19 Oct 2000 17:29:55 +0000 (17:29 +0000)]
cparker:  new configuration file containing 'snmp' configuration info
  previously in 'radiusd.conf'

23 years agocparker: new config file containing the 'realm' config info previously
cparker [Thu, 19 Oct 2000 17:29:02 +0000 (17:29 +0000)]
cparker:  new config file containing the 'realm' config info previously
  in 'radiusd.conf'

23 years ago If we run out of requests, log an informational message telling
aland [Thu, 19 Oct 2000 16:57:23 +0000 (16:57 +0000)]
If we run out of requests, log an informational message telling
the user what the problem is, and how to fix it.

23 years ago replaced strncpy with strNcpy.
aland [Thu, 19 Oct 2000 15:24:23 +0000 (15:24 +0000)]
replaced strncpy with strNcpy.

This code might still have buffer overflows, as it doesn't check
the output buffer size often enough...

23 years ago replaced strncpy with strNcpy
aland [Thu, 19 Oct 2000 14:54:41 +0000 (14:54 +0000)]
replaced strncpy with strNcpy

23 years ago updated include file order
aland [Thu, 19 Oct 2000 14:21:40 +0000 (14:21 +0000)]
updated include file order

23 years agoRemove knowledge of struct radutmp from rad_check_ts() as a first step toward
pacman [Thu, 19 Oct 2000 04:47:46 +0000 (04:47 +0000)]
Remove knowledge of struct radutmp from rad_check_ts() as a first step toward
moving all such knowledge into a module.

23 years agoMissing address-of operator in call to pairdelete
pacman [Thu, 19 Oct 2000 04:19:36 +0000 (04:19 +0000)]
Missing address-of operator in call to pairdelete

23 years agokilled one last remnant of the radutmp cache here in rlm_unix
pacman [Thu, 19 Oct 2000 04:17:53 +0000 (04:17 +0000)]
killed one last remnant of the radutmp cache here in rlm_unix

23 years ago Update the documentation to include the new dirperm option.
hartwick [Thu, 19 Oct 2000 02:10:51 +0000 (02:10 +0000)]
Update the documentation to include the new dirperm option.

23 years ago Remove the hardcoded permissions for the directories. Add a
hartwick [Thu, 19 Oct 2000 02:09:51 +0000 (02:09 +0000)]
Remove the hardcoded permissions for the directories.  Add a
configuration option dirperm for that.

23 years agoAnother "pointer target types differ in signedness" warning popped up.
pacman [Thu, 19 Oct 2000 00:27:16 +0000 (00:27 +0000)]
Another "pointer target types differ in signedness" warning popped up.

23 years agoTypo in rlm_detail config
pacman [Thu, 19 Oct 2000 00:25:38 +0000 (00:25 +0000)]
Typo in rlm_detail config

23 years ago Remove an unused variable, VALUE_PAIR *tmp, from file_authorize().
hartwick [Thu, 19 Oct 2000 00:07:12 +0000 (00:07 +0000)]
Remove an unused variable, VALUE_PAIR *tmp, from file_authorize().

23 years ago Add netinet/in.h to get rid of a couple compiler warnings.
hartwick [Wed, 18 Oct 2000 23:59:22 +0000 (23:59 +0000)]
Add netinet/in.h to get rid of a couple compiler warnings.

23 years ago Update the file for the rlm_detail file.
hartwick [Wed, 18 Oct 2000 23:31:00 +0000 (23:31 +0000)]
Update the file for the rlm_detail file.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Wed, 18 Oct 2000 21:29:24 +0000 (21:29 +0000)]
Jeff Carneal <jeff@apex.net>

Removed Add-port-to-ip code from authorize function.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Wed, 18 Oct 2000 21:28:52 +0000 (21:28 +0000)]
Jeff Carneal <jeff@apex.net>

Moved Add-port-to-ip code into auth.c after authorization and
authentication is finished.

23 years agocparker: fixed bug in new function realm_findbyaddr()
cparker [Wed, 18 Oct 2000 21:06:06 +0000 (21:06 +0000)]
cparker: fixed bug in new function realm_findbyaddr()

23 years agoAllow multiple instances of "unix" module for authentication out of several
pacman [Wed, 18 Oct 2000 19:42:52 +0000 (19:42 +0000)]
Allow multiple instances of "unix" module for authentication out of several
passwd files.

23 years agocparker: Minor reorganization to remove duplicated if() check on proxy
cparker [Wed, 18 Oct 2000 19:13:24 +0000 (19:13 +0000)]
cparker:  Minor reorganization to remove duplicated if() check on proxy
          reply handling code.

23 years agocparker: Updated files to allow proxy replies to be accepted without the
cparker [Wed, 18 Oct 2000 18:55:38 +0000 (18:55 +0000)]
cparker:  Updated files to allow proxy replies to be accepted without the
          remote server being configured as a client.

23 years ago replaced time(NULL) with request->timestamp
aland [Wed, 18 Oct 2000 17:21:55 +0000 (17:21 +0000)]
replaced time(NULL) with request->timestamp

23 years ago clean up un-needed include files.
aland [Wed, 18 Oct 2000 17:20:30 +0000 (17:20 +0000)]
clean up un-needed include files.

Replace time(NULL) with request->timestamp

23 years ago added checks for SUNPro C, from "Kiernan, Alex" <alexk@demon.net>
aland [Wed, 18 Oct 2000 16:11:29 +0000 (16:11 +0000)]
added checks for SUNPro C, from "Kiernan, Alex" <alexk@demon.net>

23 years ago cleaned up text
aland [Wed, 18 Oct 2000 16:07:25 +0000 (16:07 +0000)]
cleaned up text

23 years ago Replace strchr() with strrchr()
hartwick [Wed, 18 Oct 2000 15:04:08 +0000 (15:04 +0000)]
Replace strchr() with strrchr()

23 years ago removed the old dynamic log code. It's no longer needed, as the
aland [Wed, 18 Oct 2000 14:54:59 +0000 (14:54 +0000)]
removed the old dynamic log code.  It's no longer needed, as the
new rlm_detail does it better.

Updated include files, to remove un-needed ones.

23 years ago minor changes to posix-ise it, and use sizeof()
aland [Wed, 18 Oct 2000 14:50:12 +0000 (14:50 +0000)]
minor changes to posix-ise it, and use sizeof()

23 years ago Update the section on the detail files.
hartwick [Wed, 18 Oct 2000 14:48:05 +0000 (14:48 +0000)]
Update the section on the detail files.

23 years ago Remove the detail file creation. This was moved to rlm_detail.
hartwick [Wed, 18 Oct 2000 14:41:00 +0000 (14:41 +0000)]
Remove the detail file creation.  This was moved to rlm_detail.

23 years ago - Add some additional date expansions (%Y, %y, %m, %d)
hartwick [Wed, 18 Oct 2000 14:24:10 +0000 (14:24 +0000)]
- Add some additional date expansions (%Y, %y, %m, %d)
- Sorted the comment and code for the expansions into alphabetical
  order.

23 years ago Fix a couple of spelling mistakes in some comments.
hartwick [Wed, 18 Oct 2000 14:19:12 +0000 (14:19 +0000)]
Fix a couple of spelling mistakes in some comments.

23 years ago Seperate the detail file generation from rlm_files.
hartwick [Wed, 18 Oct 2000 14:16:42 +0000 (14:16 +0000)]
Seperate the detail file generation from rlm_files.

23 years ago Correct a spelling mistake.
hartwick [Wed, 18 Oct 2000 14:08:12 +0000 (14:08 +0000)]
Correct a spelling mistake.

23 years ago Documentation for detail module
hartwick [Wed, 18 Oct 2000 14:07:18 +0000 (14:07 +0000)]
Documentation for detail module

23 years ago Use %p to print out pointers, not %x
aland [Wed, 18 Oct 2000 13:41:48 +0000 (13:41 +0000)]
Use %p to print out pointers, not %x

23 years agoFollowup to removing dead radutmp-cache code: remove the dead loggedin
pacman [Wed, 18 Oct 2000 07:13:10 +0000 (07:13 +0000)]
Followup to removing dead radutmp-cache code: remove the dead loggedin
variable.

23 years agoradutmp cache is dead code and doesn't belong in rlm_unix anyway. Removed.
pacman [Wed, 18 Oct 2000 06:24:21 +0000 (06:24 +0000)]
radutmp cache is dead code and doesn't belong in rlm_unix anyway. Removed.

23 years ago"No previous prototype for unique_detach"
pacman [Tue, 17 Oct 2000 23:24:37 +0000 (23:24 +0000)]
"No previous prototype for unique_detach"

23 years agoProvide the necessary hints for gcc -Wformat to work on our printf-like
pacman [Tue, 17 Oct 2000 22:57:50 +0000 (22:57 +0000)]
Provide the necessary hints for gcc -Wformat to work on our printf-like
functions, and fix a couple of format string bugs that were exposed by the
resulting warnings.

23 years ago"notsuffix" realm flag was recognized in raddb/realms but not in radiusd.conf
pacman [Tue, 17 Oct 2000 21:05:37 +0000 (21:05 +0000)]
"notsuffix" realm flag was recognized in raddb/realms but not in radiusd.conf

23 years agoaccdias: Updated doc/README.cisco with contributions of Chris Parker
accdias [Tue, 17 Oct 2000 16:44:17 +0000 (16:44 +0000)]
accdias: Updated doc/README.cisco with contributions of Chris Parker

23 years agoQuiet many instances of "warning: passing arg N of str___ discards const from
pacman [Tue, 17 Oct 2000 06:23:21 +0000 (06:23 +0000)]
Quiet many instances of "warning: passing arg N of str___ discards const from
pointer target type"

23 years agoupdate with todo items recently brought up on the mailing list, and add my
pacman [Tue, 17 Oct 2000 04:41:48 +0000 (04:41 +0000)]
update with todo items recently brought up on the mailing list, and add my
personal wishlist

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 16 Oct 2000 20:06:48 +0000 (20:06 +0000)]
Jeff Carneal <jeff@apex.net>

1.  Added rlm_acct_unique to modules list
2.  moved 'preprocess' before 'realm' in authorize block per
    discussion on the list

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 16 Oct 2000 19:55:14 +0000 (19:55 +0000)]
Jeff Carneal <jeff@apex.net>

1.  print warning when we have multiple auth-types in a request
2.  if it's a proxy reply and there's not an explicit reject
    then it is accepted

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Mon, 16 Oct 2000 19:53:18 +0000 (19:53 +0000)]
Jeff Carneal <jeff@apex.net>

Now returns RLM_MODULE_UPDATED instead of RLM_MODULE_OK in
realm_authorize.  This prevents module_authorize from going
thru the whole list of auth modules when we know we have
to proxy.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Sun, 15 Oct 2000 16:26:47 +0000 (16:26 +0000)]
Jeff Carneal <jeff@apex.net>

Added support for spaces in the 'key' string in radiusd.conf.  And damnit
Alan, stop finding things like this :)

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Sun, 15 Oct 2000 16:23:47 +0000 (16:23 +0000)]
Jeff Carneal <jeff@apex.net>

Trivial doc change to reflect the allowance of spaces in 'key'

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Sat, 14 Oct 2000 16:31:50 +0000 (16:31 +0000)]
Jeff Carneal <jeff@apex.net>

Minor bug fix.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Sat, 14 Oct 2000 16:01:40 +0000 (16:01 +0000)]
Jeff Carneal <jeff@apex.net>

Trivial changes to rlm_acct_unique doc.

23 years agoCommitting file for Alan Curry <pacman-radius@cqc.com> documenting
jcarneal [Sat, 14 Oct 2000 16:00:16 +0000 (16:00 +0000)]
Committing file for Alan Curry <pacman-radius@cqc.com> documenting
the RLM code interface.

23 years agoJeff Carneal <jeff@apex.net>
jcarneal [Sat, 14 Oct 2000 15:56:15 +0000 (15:56 +0000)]
Jeff Carneal <jeff@apex.net>

Added a coupld DEBUGs to rlm_realms.c.  Another bug was causing the
conditions around it to meet, but I had no way to tell until running
gdb.  This will save others that trouble when debugging.