freeradius.git
16 years ago No longer relevant
aland [Sat, 16 Jun 2007 13:15:53 +0000 (13:15 +0000)]
No longer relevant

16 years ago space may be NULL
aland [Sat, 16 Jun 2007 02:12:11 +0000 (02:12 +0000)]
space may be NULL

16 years ago Corrected typo
aland [Fri, 15 Jun 2007 13:08:03 +0000 (13:08 +0000)]
Corrected typo

16 years ago Added latest RFC
aland [Fri, 15 Jun 2007 13:06:43 +0000 (13:06 +0000)]
Added latest RFC

16 years ago Cleaned up compiler warnings
aland [Fri, 15 Jun 2007 09:52:21 +0000 (09:52 +0000)]
Cleaned up compiler warnings

16 years ago listen sections find clients by:
aland [Fri, 15 Jun 2007 09:49:38 +0000 (09:49 +0000)]
listen sections find clients by:

- clients = foo
look for clients foo {} section that contains clients.
- identity bar {}
Look for clients in the identity section
- else mainconfig.config

16 years ago Update request->username && request->password if they've been
aland [Fri, 15 Jun 2007 08:36:48 +0000 (08:36 +0000)]
Update request->username && request->password if they've been
edited.

We should probably just delete those entries from radiusd.conf

16 years ago Updated based on their web site
aland [Fri, 15 Jun 2007 08:25:04 +0000 (08:25 +0000)]
Updated based on their web site

16 years ago New "identy" support, where authorize, etc. can be run on
aland [Thu, 14 Jun 2007 15:20:00 +0000 (15:20 +0000)]
New "identy" support, where authorize, etc. can be run on
a per-listener basis

16 years ago Print out identity, if it exists
aland [Thu, 14 Jun 2007 15:17:37 +0000 (15:17 +0000)]
Print out identity, if it exists

16 years ago Make spaces 'const char *', rather than 'int', in preparation for
aland [Thu, 14 Jun 2007 12:53:40 +0000 (12:53 +0000)]
Make spaces 'const char *', rather than 'int', in preparation for
leveraging listener->identity

16 years ago Remember which entries in the "to" list have been edited, so
aland [Thu, 14 Jun 2007 12:22:44 +0000 (12:22 +0000)]
Remember which entries in the "to" list have been edited, so
that we don't update them more than once.

Maybe we should change the code to loop over to, then from...

16 years ago Print out correct names for NULL groups
aland [Thu, 14 Jun 2007 12:06:06 +0000 (12:06 +0000)]
Print out correct names for NULL groups

16 years ago Permit per-request configuration to NOT reply to Access-Request.
aland [Thu, 14 Jun 2007 09:25:57 +0000 (09:25 +0000)]
Permit per-request configuration to NOT reply to Access-Request.
I think this is nuts in most cases, but some people want it.

16 years ago Added support for "<=" and ">=". Made the conf file parser a
aland [Thu, 14 Jun 2007 09:09:28 +0000 (09:09 +0000)]
Added support for "<=" and ">=".  Made the conf file parser a
little more careful, too

16 years ago Prefixed pairmove debug messages with :::
aland [Thu, 14 Jun 2007 08:43:41 +0000 (08:43 +0000)]
Prefixed pairmove debug messages with :::

Cleaned up logic: if attribute to add *isn't* in the list, then
add it.

16 years ago More instances of rlm_always
aland [Thu, 14 Jun 2007 08:30:26 +0000 (08:30 +0000)]
More instances of rlm_always

16 years ago Document Autz-Type = Status-Server
aland [Thu, 14 Jun 2007 08:28:19 +0000 (08:28 +0000)]
Document Autz-Type = Status-Server

Point to "man" pages

16 years ago Add support for "default" entries in a switch statement
aland [Wed, 13 Jun 2007 12:52:54 +0000 (12:52 +0000)]
Add support for "default" entries in a switch statement

16 years ago Simplify the code a little
aland [Wed, 13 Jun 2007 12:38:03 +0000 (12:38 +0000)]
Simplify the code a little

16 years ago Fully document the language
aland [Wed, 13 Jun 2007 12:07:13 +0000 (12:07 +0000)]
Fully document the language

16 years ago free stuff
aland [Wed, 13 Jun 2007 10:43:04 +0000 (10:43 +0000)]
free stuff

16 years ago We don't do case-insensitive string comparisons. That never
aland [Wed, 13 Jun 2007 10:33:07 +0000 (10:33 +0000)]
We don't do case-insensitive string comparisons.  That never
worked.

If the attribute has a tag, compare that FIRST, before comparing
the value.

16 years ago Re-implement pairmove() WITHOUT bugs, and allow "-=" to work.
aland [Wed, 13 Jun 2007 10:27:52 +0000 (10:27 +0000)]
Re-implement pairmove() WITHOUT bugs, and allow "-=" to work.

16 years ago Enforce operators in "update" sections
aland [Wed, 13 Jun 2007 08:52:22 +0000 (08:52 +0000)]
Enforce operators in "update" sections

16 years ago Added a "man" page for the configuration file un-language.
aland [Tue, 12 Jun 2007 16:20:55 +0000 (16:20 +0000)]
Added a "man" page for the configuration file un-language.

It's not done, but it's loads better than what was there before.

16 years ago Renamed "check" to "control"
aland [Tue, 12 Jun 2007 16:06:11 +0000 (16:06 +0000)]
Renamed "check" to "control"

16 years ago control attribute list
aland [Tue, 12 Jun 2007 15:55:11 +0000 (15:55 +0000)]
control attribute list

16 years ago Use 'control' rather than 'config', due to issues with xlat.
aland [Tue, 12 Jun 2007 15:53:53 +0000 (15:53 +0000)]
Use 'control' rather than 'config', due to issues with xlat.

16 years ago Note vmps == post-auth
aland [Tue, 12 Jun 2007 14:01:36 +0000 (14:01 +0000)]
Note vmps == post-auth

16 years ago Copy updated conf file text from radiusd.conf
aland [Tue, 12 Jun 2007 13:54:41 +0000 (13:54 +0000)]
Copy updated conf file text from radiusd.conf

16 years ago Clarify the configuration file syntax enormously
aland [Tue, 12 Jun 2007 13:16:48 +0000 (13:16 +0000)]
Clarify the configuration file syntax enormously

16 years ago Clean up xlat messages
aland [Tue, 12 Jun 2007 12:25:18 +0000 (12:25 +0000)]
Clean up xlat messages

16 years ago Added support for xlat in switch statements
aland [Tue, 12 Jun 2007 12:22:31 +0000 (12:22 +0000)]
Added support for xlat in switch statements

16 years ago Added sections "switch foo" and "case bar". Right now, there's no
aland [Tue, 12 Jun 2007 12:06:26 +0000 (12:06 +0000)]
Added sections "switch foo" and "case bar".  Right now, there's no
xlat on either one (there probably should be on BOTH)

There's also no "default" for the "switch".

"case" can appear outside of a "switch", where it's treated as
a "group"... sort of.

16 years ago Added --with-vmps to configure options, so that you can build
aland [Tue, 12 Jun 2007 09:16:24 +0000 (09:16 +0000)]
Added --with-vmps to configure options, so that you can build
without VMPS support.  It's enabled by default...

16 years ago Renamed attributes
aland [Mon, 11 Jun 2007 15:50:34 +0000 (15:50 +0000)]
Renamed attributes

16 years ago Added Quiconnect dictionary
aland [Mon, 11 Jun 2007 14:50:31 +0000 (14:50 +0000)]
Added Quiconnect dictionary

16 years ago Added support for (... =~ /BOB/i)
aland [Mon, 11 Jun 2007 13:07:51 +0000 (13:07 +0000)]
Added support for (... =~ /BOB/i)

16 years ago Do more work to clean up on exit
aland [Mon, 11 Jun 2007 13:02:53 +0000 (13:02 +0000)]
Do more work to clean up on exit

16 years ago Initialize the whole of the local VP to prevent uninitialized
aland [Mon, 11 Jun 2007 08:57:02 +0000 (08:57 +0000)]
Initialize the whole of the local VP to prevent uninitialized
stuff

16 years ago Moved check for top of stack to BEFORE printing out result
aland [Mon, 11 Jun 2007 08:44:32 +0000 (08:44 +0000)]
Moved check for top of stack to BEFORE printing out result

16 years ago Update result only if we were told to evaluate the condition
aland [Mon, 11 Jun 2007 08:34:28 +0000 (08:34 +0000)]
Update result only if we were told to evaluate the condition

16 years ago Clean up printing
aland [Mon, 11 Jun 2007 08:26:53 +0000 (08:26 +0000)]
Clean up printing

16 years ago When parsing a condition, if the next thing is !=, it's part
aland [Mon, 11 Jun 2007 07:39:12 +0000 (07:39 +0000)]
When parsing a condition, if the next thing is !=, it's part
of the current condition.  But if the next thing is !, it's not

16 years ago It seems sendmsg(2) returns -1 (at least on my system) when
nbk [Mon, 4 Jun 2007 13:23:08 +0000 (13:23 +0000)]
It seems sendmsg(2) returns -1 (at least on my system) when
the msgh.msg_controllen value is too big.

16 years ago Add support for MySQL stored procedures. (closes: #449)
nbk [Sun, 3 Jun 2007 23:27:39 +0000 (23:27 +0000)]
Add support for MySQL stored procedures. (closes: #449)

16 years ago Fix gethostbyaddr_r() detection for FreeBSD. (closes: #454)
nbk [Sat, 2 Jun 2007 13:49:39 +0000 (13:49 +0000)]
Fix gethostbyaddr_r() detection for FreeBSD. (closes: #454)
Patch from David Wood <david@wood2.org.uk>

16 years ago Add Gigaword support. Patch from Stefan Winter
aland [Wed, 30 May 2007 09:08:28 +0000 (09:08 +0000)]
Add Gigaword support.  Patch from Stefan Winter

16 years ago Try to compile the update foo {} sections at run time. This pulls
aland [Wed, 30 May 2007 09:06:14 +0000 (09:06 +0000)]
Try to compile the update foo {} sections at run time.  This pulls
many parse errors earlier into the cycle.  It also means that we
can cache the DICT_ATTR lookups, so we don't have to do them at
run time.

16 years ago Make cf_pairtovp() smarter
aland [Wed, 30 May 2007 09:04:38 +0000 (09:04 +0000)]
Make cf_pairtovp() smarter

16 years ago Note unused variable
aland [Wed, 30 May 2007 08:49:30 +0000 (08:49 +0000)]
Note unused variable

16 years ago Remove unused variable
aland [Wed, 30 May 2007 08:48:47 +0000 (08:48 +0000)]
Remove unused variable

16 years ago New cf_pairtovp() function, to support the "update" sections
aland [Wed, 30 May 2007 08:34:42 +0000 (08:34 +0000)]
New cf_pairtovp() function, to support the "update" sections

16 years ago Expose pairalloc()
aland [Wed, 30 May 2007 08:34:15 +0000 (08:34 +0000)]
Expose pairalloc()

16 years ago Added notes about stand-alone, versus integrated vmps server
aland [Wed, 30 May 2007 08:05:35 +0000 (08:05 +0000)]
Added notes about stand-alone, versus integrated vmps server

16 years ago Removed unused variables
aland [Wed, 30 May 2007 07:46:40 +0000 (07:46 +0000)]
Removed unused variables

16 years ago Use proper def for cygwin
aland [Wed, 30 May 2007 07:46:05 +0000 (07:46 +0000)]
Use proper def for cygwin

16 years ago Added checks for sockaddr_in6
aland [Wed, 30 May 2007 07:42:36 +0000 (07:42 +0000)]
Added checks for sockaddr_in6

16 years ago Dang... forgot to commit something else
aland [Wed, 30 May 2007 07:30:42 +0000 (07:30 +0000)]
Dang... forgot to commit something else

16 years ago Notes and typos
aland [Tue, 29 May 2007 14:44:34 +0000 (14:44 +0000)]
Notes and typos

16 years ago Corrected typo
aland [Tue, 29 May 2007 14:42:08 +0000 (14:42 +0000)]
Corrected typo

16 years ago Removed unused variable
aland [Tue, 29 May 2007 14:40:10 +0000 (14:40 +0000)]
Removed unused variable

16 years ago Document ethernet type
aland [Tue, 29 May 2007 14:36:58 +0000 (14:36 +0000)]
Document ethernet type

16 years ago Minor cleanups
aland [Tue, 29 May 2007 14:33:43 +0000 (14:33 +0000)]
Minor cleanups

16 years ago Now that we do VMPS, support ethernet types natively.
aland [Tue, 29 May 2007 14:33:25 +0000 (14:33 +0000)]
Now that we do VMPS, support ethernet types natively.

16 years ago Loops are better than unrolling them
aland [Tue, 29 May 2007 12:37:23 +0000 (12:37 +0000)]
Loops are better than unrolling them

16 years ago Expand double-quoted strings, too
aland [Tue, 29 May 2007 09:03:59 +0000 (09:03 +0000)]
Expand double-quoted strings, too

16 years ago Remove unused capability for ${User-Name}, it conflicts with
aland [Tue, 29 May 2007 08:57:40 +0000 (08:57 +0000)]
Remove unused capability for ${User-Name}, it conflicts with
the variables in the config file.

16 years ago Clean up compiler warnings
aland [Tue, 29 May 2007 07:48:11 +0000 (07:48 +0000)]
Clean up compiler warnings

16 years ago Corrected debug output
aland [Tue, 29 May 2007 07:46:35 +0000 (07:46 +0000)]
Corrected debug output

16 years ago Correct comparison.
aland [Mon, 28 May 2007 15:00:45 +0000 (15:00 +0000)]
Correct comparison.

Use new Packet-Src-Ipaddr, etc.

16 years ago Try to make FreeRADIUS-Proxied-To work again
aland [Mon, 28 May 2007 14:49:52 +0000 (14:49 +0000)]
Try to make FreeRADIUS-Proxied-To work again

16 years ago Include vmpsd.conf in list of files that need to be generated
aland [Mon, 28 May 2007 14:24:04 +0000 (14:24 +0000)]
Include vmpsd.conf in list of files that need to be generated

16 years ago Forgot to commit it...
aland [Mon, 28 May 2007 14:20:30 +0000 (14:20 +0000)]
Forgot to commit it...

16 years ago Moved vmpsd.conf to ".in" file for autoconf nonsense
aland [Mon, 28 May 2007 14:18:30 +0000 (14:18 +0000)]
Moved vmpsd.conf to ".in" file for autoconf nonsense

16 years ago Removed fprintf
aland [Mon, 28 May 2007 14:10:16 +0000 (14:10 +0000)]
Removed fprintf

If program name is vmpsd, and '-i' is passed, listen on port 1589
and VMPS, rather than 1812 && RADIUS auth

16 years ago Document vmpsd
aland [Mon, 28 May 2007 13:55:56 +0000 (13:55 +0000)]
Document vmpsd

16 years ago Removed mention of -c
aland [Mon, 28 May 2007 13:53:49 +0000 (13:53 +0000)]
Removed mention of -c

16 years ago Removed mention of -b
aland [Mon, 28 May 2007 13:53:34 +0000 (13:53 +0000)]
Removed mention of -b

16 years ago Added documentation for vmpsd.conf
aland [Mon, 28 May 2007 13:45:36 +0000 (13:45 +0000)]
Added documentation for vmpsd.conf

16 years ago Install vmpsd.conf
aland [Mon, 28 May 2007 13:18:19 +0000 (13:18 +0000)]
Install vmpsd.conf

16 years ago Added sample vmpsd.conf
aland [Mon, 28 May 2007 13:17:57 +0000 (13:17 +0000)]
Added sample vmpsd.conf

16 years ago Call new vmps_process() function
aland [Mon, 28 May 2007 13:05:38 +0000 (13:05 +0000)]
Call new vmps_process() function

16 years ago Added VMPS-* names for simplicity, to avoid confusing people
aland [Mon, 28 May 2007 12:59:48 +0000 (12:59 +0000)]
Added VMPS-* names for simplicity, to avoid confusing people

16 years ago Corrected typo
aland [Mon, 28 May 2007 12:57:35 +0000 (12:57 +0000)]
Corrected typo

16 years ago Support for VMPS. We can now send && receive VMPS packets
aland [Mon, 28 May 2007 12:55:22 +0000 (12:55 +0000)]
Support for VMPS.  We can now send && receive VMPS packets

16 years ago Cleaned up to avoid compiler warnings
aland [Mon, 28 May 2007 12:52:51 +0000 (12:52 +0000)]
Cleaned up to avoid compiler warnings

16 years ago FreeBSD requires sys/socket.h before net/if.h
nbk [Mon, 28 May 2007 10:46:54 +0000 (10:46 +0000)]
FreeBSD requires sys/socket.h before net/if.h
Reported by David Wood <david@wood2.org.uk>

16 years ago Renamed version to -pre2
aland [Mon, 28 May 2007 10:28:06 +0000 (10:28 +0000)]
Renamed version to -pre2

16 years ago Added preliminary VMPS support. The code can receive packets
aland [Mon, 28 May 2007 10:26:34 +0000 (10:26 +0000)]
Added preliminary VMPS support.  The code can receive packets
from a VMPS client, but can't do much with them right now.

We need to add a "vmps_process" function, similar to
rad_accounting() or rad_authenticate()

16 years ago Be more forgiving
aland [Mon, 28 May 2007 09:43:03 +0000 (09:43 +0000)]
Be more forgiving

16 years ago Added support for regular expressions via (foo =~ /foo/)
aland [Mon, 28 May 2007 09:36:55 +0000 (09:36 +0000)]
Added support for regular expressions via (foo =~ /foo/)

Made the parser a little more forgiving

16 years ago Added more quotes
aland [Mon, 28 May 2007 09:35:47 +0000 (09:35 +0000)]
Added more quotes

16 years ago Add support for "update foo" to the configuration file reader,
aland [Mon, 28 May 2007 08:58:54 +0000 (08:58 +0000)]
Add support for "update foo" to the configuration file reader,
and support for back-ticks, which execute an external program

16 years ago Use new getstring() function to parse conf_pair's
aland [Mon, 28 May 2007 08:57:20 +0000 (08:57 +0000)]
Use new getstring() function to parse conf_pair's

16 years ago Added def for invalid realms
aland [Mon, 28 May 2007 08:56:13 +0000 (08:56 +0000)]
Added def for invalid realms

16 years ago Added getstring() to support the conf files
aland [Mon, 28 May 2007 08:40:22 +0000 (08:40 +0000)]
Added getstring() to support the conf files

16 years ago Do slightly more work to catch stupid clients that send the packet
aland [Fri, 25 May 2007 12:31:42 +0000 (12:31 +0000)]
Do slightly more work to catch stupid clients that send the packet
with the same size.

16 years ago Template-ize the build rules
aland [Fri, 25 May 2007 12:25:35 +0000 (12:25 +0000)]
Template-ize the build rules