freeradius.git
19 years ago Make "use_tunneled_reply" work properly for PEAP, where the
aland [Sun, 21 Nov 2004 14:32:14 +0000 (14:32 +0000)]
Make "use_tunneled_reply" work properly for PEAP, where the
Access-Accept from the home server results in the local server
sending more Access-Challenges.  The VP's from the Access-Accept
have to be stored somewhere until the local server sends an
Access-Accept

19 years ago Make "use_tunneled_reply" work for MS-CHAPv2
aland [Sun, 21 Nov 2004 14:30:39 +0000 (14:30 +0000)]
Make "use_tunneled_reply" work for MS-CHAPv2

19 years ago As found on the net, with edits to make it work with FreeRADIUS
aland [Sun, 21 Nov 2004 14:30:01 +0000 (14:30 +0000)]
As found on the net, with edits to make it work with FreeRADIUS

19 years ago Added xlat support for Packet-Authentication-Vector
aland [Sun, 21 Nov 2004 14:29:33 +0000 (14:29 +0000)]
Added xlat support for Packet-Authentication-Vector

19 years ago Use /dev/urandom, if it exists.
aland [Sat, 20 Nov 2004 22:32:18 +0000 (22:32 +0000)]
Use /dev/urandom, if it exists.

After getting a random vector, stir the pool again.

19 years agoAdd Suggests for php4-mysql | php4-pgsql to DialUpAdmin package
phampson [Thu, 18 Nov 2004 01:36:16 +0000 (01:36 +0000)]
Add Suggests for php4-mysql | php4-pgsql to DialUpAdmin package

19 years ago radeapclient is built using libtool, so it should be installed
aland [Wed, 10 Nov 2004 17:46:53 +0000 (17:46 +0000)]
radeapclient is built using libtool, so it should be installed
with libtool.

Bug found by Christophe Boyanique.

19 years ago Added future note
aland [Wed, 10 Nov 2004 01:16:27 +0000 (01:16 +0000)]
Added future note

19 years agoInstead of a 'SELECT *' for the nas table support which requires specific row
kkalev [Tue, 9 Nov 2004 17:55:23 +0000 (17:55 +0000)]
Instead of a 'SELECT *' for the nas table support which requires specific row
order, just use 'SELECT id,nasname,shortname,type,secret FROM %{nas-table}'
and get the rows we need.

19 years agoSupport (FreeRADIUS Style) Quintum VSAs
pnixon [Mon, 8 Nov 2004 00:19:51 +0000 (00:19 +0000)]
Support  (FreeRADIUS Style) Quintum VSAs

19 years agoAdd radiusReplyMessage as Reply-Message reply item. This closes BUG #152
kkalev [Wed, 3 Nov 2004 19:22:50 +0000 (19:22 +0000)]
Add radiusReplyMessage as Reply-Message reply item. This closes BUG #152

19 years agoAdd NAS-IP-Address LDAP attribute. This closes BUG#143
kkalev [Sun, 31 Oct 2004 19:59:10 +0000 (19:59 +0000)]
Add NAS-IP-Address LDAP attribute. This closes BUG#143

19 years ago s/T_INVALID/T_OP_INVALID/g
aland [Sat, 30 Oct 2004 01:05:39 +0000 (01:05 +0000)]
s/T_INVALID/T_OP_INVALID/g

19 years agoIn lib/sql/group_info.php3 only unset variables if we need to. In lib/sql/defaults...
kkalev [Thu, 28 Oct 2004 11:12:10 +0000 (11:12 +0000)]
In lib/sql/group_info.php3 only unset variables if we need to. In lib/sql/defaults.php3 don't run for groups
only for users

19 years agoIn the show groups page, note that we only show groups with members
kkalev [Wed, 27 Oct 2004 11:33:42 +0000 (11:33 +0000)]
In the show groups page, note that we only show groups with members

19 years agoOn group creation, if member list is empty report that, not that the group was created.
kkalev [Wed, 27 Oct 2004 11:22:41 +0000 (11:22 +0000)]
On group creation, if member list is empty report that, not that the group was created.

19 years ago* Add lib/sql/group_change.php3 to add and delete a user from groups
kkalev [Mon, 25 Oct 2004 13:55:04 +0000 (13:55 +0000)]
* Add lib/sql/group_change.php3 to add and delete a user from groups
* Add a new directive sql_show_all_groups. If set to true then in user edit page we show all available
  groups with the ones the user is a member of highlighted. The administrator can then directly
  change user group membership by changing membership in this group list.

19 years agoIn config.php3 remove whitespaces from $login. Don't remove '-'
kkalev [Fri, 22 Oct 2004 12:12:37 +0000 (12:12 +0000)]
In config.php3 remove whitespaces from $login. Don't remove '-'

19 years agoAdded selectable database support
pnixon [Thu, 21 Oct 2004 20:53:04 +0000 (20:53 +0000)]
Added selectable database support

19 years ago Removed unnecessary if statement
aland [Thu, 21 Oct 2004 18:29:20 +0000 (18:29 +0000)]
Removed unnecessary if statement

19 years agospelling mistake
pnixon [Thu, 21 Oct 2004 09:58:23 +0000 (09:58 +0000)]
spelling mistake

19 years ago Don't mark a request finished until the post-proxy-fail stuff
aland [Wed, 20 Oct 2004 21:24:34 +0000 (21:24 +0000)]
Don't mark a request finished until the post-proxy-fail stuff
has handled it.

19 years ago include parsing for new proxy fail directive, which isn't used
aland [Wed, 20 Oct 2004 21:23:51 +0000 (21:23 +0000)]
include parsing for new proxy fail directive, which isn't used
anywhere yet

19 years ago Include request_process into radiusd
aland [Wed, 20 Oct 2004 21:23:15 +0000 (21:23 +0000)]
Include request_process into radiusd

19 years ago Move yet more code around.
aland [Wed, 20 Oct 2004 21:22:27 +0000 (21:22 +0000)]
Move yet more code around.

It turns out util.c is included in radrelay and radwho, so putting
server-specific stuff in there is dumb.  We now have a new file,
request_process.c, which has rad_respond (freshly moved out of
radiusd.c to threads.c, to here), and some other functions here.

19 years ago move rad_respond() to threads.c. It's not the perfect location,
aland [Wed, 20 Oct 2004 19:58:54 +0000 (19:58 +0000)]
move rad_respond() to threads.c.  It's not the perfect location,
but it's better than radiusd.c.  This should help reduce the churn
in radiusd.c, and make it easier to implement a more state machine
approach to handling requests.

19 years ago If we've rejected a request because it's taken too long to process,
aland [Wed, 20 Oct 2004 18:20:45 +0000 (18:20 +0000)]
If we've rejected a request because it's taken too long to process,
then stop calling any modules to process the request.  Instead,
bail out of all sections && module calls.

19 years ago More debug messages in request_reject
aland [Wed, 20 Oct 2004 18:09:41 +0000 (18:09 +0000)]
More debug messages in request_reject

Better messages on timeout, when a module is "locked", and doesn't
respond.

19 years ago When we're rejecting a request, include the reason why.
aland [Wed, 20 Oct 2004 17:44:46 +0000 (17:44 +0000)]
When we're rejecting a request, include the reason why.

This permits us to be able to do something different, based on
the source of the problem.

19 years ago Updated debugging messages
aland [Wed, 20 Oct 2004 17:12:58 +0000 (17:12 +0000)]
Updated debugging messages

19 years ago Allow modules in "authorize", etc. to have subsections, too
aland [Fri, 15 Oct 2004 20:32:14 +0000 (20:32 +0000)]
Allow modules in "authorize", etc. to have subsections, too

19 years agoSmall type in login_time_create, close bug #141
kkalev [Fri, 15 Oct 2004 10:42:16 +0000 (10:42 +0000)]
Small type in login_time_create, close bug #141

19 years ago s/T_INVALID/T_OP_INVALID/
aland [Tue, 12 Oct 2004 17:46:38 +0000 (17:46 +0000)]
s/T_INVALID/T_OP_INVALID/

This should make bug #91 easier to fix.

19 years agoSupport Quintum VSA's in the same manner as Cisco VSA's (They are compatible)
pnixon [Thu, 7 Oct 2004 18:26:37 +0000 (18:26 +0000)]
Support Quintum VSA's in the same manner as Cisco VSA's (They are compatible)

19 years ago Removed extraneous bracket
aland [Tue, 5 Oct 2004 14:40:54 +0000 (14:40 +0000)]
Removed extraneous bracket

19 years ago Use mutexes only if we have pthread.h
aland [Tue, 5 Oct 2004 14:37:01 +0000 (14:37 +0000)]
Use mutexes only if we have pthread.h

Don't set "Auth-Type = LDAP" if the packet doesn't contain a
User-Password attribute.  That screws up too many people.

19 years ago Use new samba scheme, in addition to old one
aland [Tue, 5 Oct 2004 14:14:31 +0000 (14:14 +0000)]
Use new samba scheme, in addition to old one

19 years ago Build pton/ntop if the functions exist, AND AF_INET6 exists
aland [Mon, 4 Oct 2004 15:25:36 +0000 (15:25 +0000)]
Build pton/ntop if the functions exist, AND AF_INET6 exists

19 years agoUpdate all mentions of h323confid to callid to match previous schema changes
pnixon [Fri, 1 Oct 2004 13:10:34 +0000 (13:10 +0000)]
Update all mentions of h323confid to callid to match previous schema changes

19 years ago If we're told to log passwords, and there's no User-Password,
aland [Wed, 29 Sep 2004 20:49:13 +0000 (20:49 +0000)]
If we're told to log passwords, and there's no User-Password,
print the Auth-Type in the log message, so as not to confuse
people who expect to see a password

19 years ago May have failed to read a VP.
aland [Wed, 29 Sep 2004 15:58:20 +0000 (15:58 +0000)]
May have failed to read a VP.

Bug & patch by Kevin Bonner

19 years agoIn sql_set_user in the radius_xlat don't call the escape function. The
kkalev [Wed, 29 Sep 2004 08:20:02 +0000 (08:20 +0000)]
In sql_set_user in the radius_xlat don't call the escape function. The
resulting string will be escaped in the queries xlat so we don't need
to escape it twice (it will make things wrong if we have an escape candidate
character in the username).
Patch from Oliver Graf

19 years ago Remember that we initialized the pool
aland [Mon, 27 Sep 2004 16:33:27 +0000 (16:33 +0000)]
Remember that we initialized the pool

19 years ago Declaring zero-sized arrays is bad
aland [Fri, 24 Sep 2004 14:59:10 +0000 (14:59 +0000)]
Declaring zero-sized arrays is bad

19 years agoAdd a small documentation file about expiration
kkalev [Fri, 24 Sep 2004 12:32:29 +0000 (12:32 +0000)]
Add a small documentation file about expiration

19 years ago Added a few more "magic" server-side expansions:
aland [Thu, 23 Sep 2004 17:44:40 +0000 (17:44 +0000)]
Added a few more "magic" server-side expansions:

%{<packet>:Packet-Src-IP-Address}, Dst-IP-address, Src-Port, Dst-Port

19 years ago Include the new VALUEs
aland [Wed, 22 Sep 2004 20:23:35 +0000 (20:23 +0000)]
Include the new VALUEs

19 years ago Moved label to a point where it made sense
aland [Wed, 22 Sep 2004 20:18:56 +0000 (20:18 +0000)]
Moved label to a point where it made sense

19 years ago Moved the X-Ascend attributes to the bottom of the file, and
aland [Wed, 22 Sep 2004 20:03:45 +0000 (20:03 +0000)]
Moved the X-Ascend attributes to the bottom of the file, and
added a number of VALUE's for them, based on the VSA VALUES.

Also included a script to re-generate the X-Ascend-Foo VALUEs,
so that they don't be edited by hand.

19 years ago Removed duplicate VALUE names
aland [Wed, 22 Sep 2004 19:38:25 +0000 (19:38 +0000)]
Removed duplicate VALUE names

19 years ago Include code to make udpfromto work.
aland [Wed, 22 Sep 2004 15:22:09 +0000 (15:22 +0000)]
Include code to make udpfromto work.

This closes bug #137

19 years ago strlen doesn't return 'char', so don't put it into a 'char'
aland [Tue, 21 Sep 2004 14:30:24 +0000 (14:30 +0000)]
    strlen doesn't return 'char', so don't put it into a 'char'
        variable.

        Bug found by Jouni Malinen

19 years agoBring the sample VIEWs and FUNCTIONs inline with the current table structure
pnixon [Sun, 19 Sep 2004 23:07:32 +0000 (23:07 +0000)]
Bring the sample VIEWs and FUNCTIONs inline with the current table structure

19 years ago Rearranged the code to do:
aland [Fri, 17 Sep 2004 21:49:57 +0000 (21:49 +0000)]
Rearranged the code to do:

split into argv, expand argv

rather than

expand strings, split into argv

This removes an "argv insertion" vulnerability, where someone
could log in with a username like "foo bar", and get "foo" and "bar"
passed to the executed program as two separate argv's, rather
than one as "foo bar'.

Also, handling of double & single quotes has been added.
This should fix bug #89.

Also, don't call pipe() until after we've verified the arguments to
the function, etc.  This means that we won't leak file descriptors.

19 years ago! fixed: MS-CHAP MPPE key is not generated if authenticated with ntlm_auth
3APA3A [Fri, 17 Sep 2004 08:20:45 +0000 (08:20 +0000)]
! fixed: MS-CHAP MPPE key is not generated if authenticated with ntlm_auth

19 years agoFix bug #136, bugs found by Pawel Foremski
kkalev [Thu, 16 Sep 2004 21:12:21 +0000 (21:12 +0000)]
Fix bug #136, bugs found by Pawel Foremski

19 years ago Experimental file to replace rlm_radutmp.c, if it works.
aland [Thu, 16 Sep 2004 15:12:46 +0000 (15:12 +0000)]
Experimental file to replace rlm_radutmp.c, if it works.

It uses trees & multiple data structures to avoid reading radutmp,
if at all possible.  This means that the server uses more memory,
but can run faster with large radutmps.

Tested in simple scenarios, but not in complicated ones.

19 years agoFix a small typo in the userinfo mysql schema. Found by Evert Meulie
kkalev [Mon, 13 Sep 2004 09:37:17 +0000 (09:37 +0000)]
Fix a small typo in the userinfo mysql schema. Found by Evert Meulie

19 years agoUse T_INVALID since T_OP_INVALID isn't defined. Also, gettoken returns to
mgriego [Fri, 10 Sep 2004 21:34:33 +0000 (21:34 +0000)]
Use T_INVALID since T_OP_INVALID isn't defined.  Also, gettoken returns to
operator, not token.

19 years ago Document optional operator.
aland [Fri, 10 Sep 2004 19:20:45 +0000 (19:20 +0000)]
Document optional operator.

19 years ago Allow ldap.attrmap to have an extra field, which defines the
aland [Fri, 10 Sep 2004 19:15:08 +0000 (19:15 +0000)]
Allow ldap.attrmap to have an extra field, which defines the
operator to use.  If the ldap entry doesn't contain an operator,
then the default here will be used.

It's not perfect, but it allows ":=" and "+=" for attributes
with multiple values.

19 years ago Deleted log in the comments, "cvs log" may be used instead.
aland [Fri, 10 Sep 2004 19:02:32 +0000 (19:02 +0000)]
Deleted log in the comments, "cvs log" may be used instead.

Whitespace changes, to format the module more like the rest
of the server

19 years ago One last fix for the fix.
aland [Fri, 10 Sep 2004 15:06:27 +0000 (15:06 +0000)]
One last fix for the fix.

19 years agoComment out the access_attr configuration directive by default. That will
kkalev [Fri, 10 Sep 2004 15:04:18 +0000 (15:04 +0000)]
Comment out the access_attr configuration directive by default. That will
make configuring AD server a bit easier.

19 years ago Perform the duplicate check BEFORE adding the attribute to
aland [Fri, 10 Sep 2004 14:50:26 +0000 (14:50 +0000)]
Perform the duplicate check BEFORE adding the attribute to
the list of base attributes.

Updated the duplicate check, to allow duplicate names & numbers,
but different flags/types, while still disallowing duplicate names
with different numbers.

19 years ago Define a macro for max regex matches, so we don't have typos.
aland [Thu, 9 Sep 2004 14:25:58 +0000 (14:25 +0000)]
Define a macro for max regex matches, so we don't have typos.

Bug found by "Mitchell, Michael"

19 years ago Removed DOS characters
aland [Wed, 8 Sep 2004 21:36:28 +0000 (21:36 +0000)]
Removed DOS characters

19 years ago Added rbtree_deletebydata()
aland [Tue, 7 Sep 2004 16:04:07 +0000 (16:04 +0000)]
Added rbtree_deletebydata()

Added context to user callback for rbtree_walk()

19 years agoFix a small bug in user_admin.php3 found by Joerg Staedele
kkalev [Tue, 7 Sep 2004 11:42:21 +0000 (11:42 +0000)]
Fix a small bug in user_admin.php3 found by Joerg Staedele

19 years agoSilently drop packets with a bad Message-Authenticator, as per RFC3579
phampson [Sat, 4 Sep 2004 07:07:46 +0000 (07:07 +0000)]
Silently drop packets with a bad Message-Authenticator, as per RFC3579

19 years agoAdd a Message-Authenticator to the sample, so that a bad secret will cause
phampson [Sat, 4 Sep 2004 07:07:07 +0000 (07:07 +0000)]
Add a Message-Authenticator to the sample, so that a bad secret will cause
rejection, not acceptance.

19 years ago Updates from Guy
aland [Fri, 3 Sep 2004 17:43:31 +0000 (17:43 +0000)]
Updates from Guy

19 years ago Added debug message to explain what people are doing wrong
aland [Fri, 3 Sep 2004 17:43:13 +0000 (17:43 +0000)]
Added debug message to explain what people are doing wrong
in more descriptive terms...

19 years agoMake 'Add NAS' function in the nas admin page more easily accessible
kkalev [Thu, 2 Sep 2004 16:28:50 +0000 (16:28 +0000)]
Make 'Add NAS' function in the nas admin page more easily accessible

19 years agoStore the LDAP-UserDN attribute in the check item list not in the incoming request
kkalev [Thu, 2 Sep 2004 15:21:40 +0000 (15:21 +0000)]
Store the LDAP-UserDN attribute in the check item list not in the incoming request

19 years agoMake pagesize 'all' work again. Bug found by apellido jr., wilfredo p.
kkalev [Thu, 2 Sep 2004 12:02:54 +0000 (12:02 +0000)]
Make pagesize 'all' work again. Bug found by apellido jr., wilfredo p.

19 years agoPut in a Debian upstream version that is actually created than
phampson [Thu, 2 Sep 2004 06:44:17 +0000 (06:44 +0000)]
Put in a Debian upstream version that is actually created than
anything that'll appear out of the release_1_0 branch.
This is a temporary measure until we have '~' support in dpkg.
(ie Sarge goes stable)

19 years agoCall openlog on the first syslog()'d message to set the syslog facility.
mgriego [Wed, 1 Sep 2004 01:17:34 +0000 (01:17 +0000)]
Call openlog on the first syslog()'d message to set the syslog facility.

19 years agoNew SQL methodology: SELECT the grouplist, then iterate over the list
mgriego [Tue, 31 Aug 2004 22:32:49 +0000 (22:32 +0000)]
New SQL methodology:  SELECT the grouplist, then iterate over the list
grabbing each group's attributes individually and doing a paircmp on each
group instead of shoving them all together and doing a single paircmp
on the entire list of group attributes.

19 years agoNew MySQL schema for use with new rlm_sql methodology.
mgriego [Tue, 31 Aug 2004 22:30:24 +0000 (22:30 +0000)]
New MySQL schema for use with new rlm_sql methodology.

19 years agoNew options and queries for MySQL and the new rlm_sql methodology
mgriego [Tue, 31 Aug 2004 22:29:42 +0000 (22:29 +0000)]
New options and queries for MySQL and the new rlm_sql methodology

19 years agoNew docs for the new rlm_sql way of doing things.
mgriego [Tue, 31 Aug 2004 22:28:40 +0000 (22:28 +0000)]
New docs for the new rlm_sql way of doing things.

19 years agoIf we're not done with the handshake, don't return an EAPTLS_SUCCESS.
mgriego [Tue, 31 Aug 2004 21:44:14 +0000 (21:44 +0000)]
If we're not done with the handshake, don't return an EAPTLS_SUCCESS.

19 years ago Updated with changes from 1.0.0, and new changes since then
aland [Tue, 31 Aug 2004 21:25:55 +0000 (21:25 +0000)]
Updated with changes from 1.0.0, and new changes since then

19 years ago Put the eap sessions into a tree, so that looking them up is
aland [Tue, 31 Aug 2004 19:24:48 +0000 (19:24 +0000)]
Put the eap sessions into a tree, so that looking them up is
very fast, and no longer O(n) in the number of sessions.

19 years ago Removed extraneous -shared
aland [Tue, 31 Aug 2004 18:45:00 +0000 (18:45 +0000)]
Removed extraneous -shared

19 years ago Corrected typo, as found by Kostas Zorbadelos.
aland [Mon, 30 Aug 2004 15:34:34 +0000 (15:34 +0000)]
Corrected typo, as found by Kostas Zorbadelos.

19 years agonasty bug that causes new files created by logrotate to have the wrong permissions...
pnixon [Sat, 28 Aug 2004 10:26:45 +0000 (10:26 +0000)]
nasty bug that causes new files created by logrotate to have the wrong permissions if radiusd runs as anything by the root user

19 years ago When returning after failed to decrypt attributes, free the pair
aland [Fri, 27 Aug 2004 21:38:59 +0000 (21:38 +0000)]
When returning after failed to decrypt attributes, free the pair
we just allocated.

This fixes a memory leak.

19 years ago After running valgrind to get errors, clean up the source, and
aland [Fri, 27 Aug 2004 21:21:37 +0000 (21:21 +0000)]
After running valgrind to get errors, clean up the source, and
discover problems with the dictionaries (sigh)

dict.c now allows duplicate VALUE definitions, so long as both the
name and value are the same.  If they differ, it complains.

Given the new complaints, we've also updated the dictionaries.

19 years ago Cleanup request list, if asked
aland [Fri, 27 Aug 2004 20:30:05 +0000 (20:30 +0000)]
Cleanup request list, if asked

19 years ago Include commented-out code which can be used to debug memory usage
aland [Fri, 27 Aug 2004 18:56:55 +0000 (18:56 +0000)]
Include commented-out code which can be used to debug memory usage
and allocation

19 years ago xlat_free() function, for memory debugging
aland [Fri, 27 Aug 2004 18:52:28 +0000 (18:52 +0000)]
xlat_free() function, for memory debugging

19 years ago Export dict_free()
aland [Fri, 27 Aug 2004 18:46:10 +0000 (18:46 +0000)]
Export dict_free()

When creating the tree of values by name, tell the tree code
that we call "free", to get rid of the entries in it, so we don't
have leaks when calling dict_free()

19 years ago Removed unnecessary xfree, and all references to it
aland [Fri, 27 Aug 2004 18:22:07 +0000 (18:22 +0000)]
Removed unnecessary xfree, and all references to it

19 years ago Fix compiler warnings.
aland [Fri, 27 Aug 2004 15:34:35 +0000 (15:34 +0000)]
Fix compiler warnings.

19 years ago Don't permit retards to enter strange values in the dictionaries
aland [Thu, 26 Aug 2004 21:43:24 +0000 (21:43 +0000)]
Don't permit retards to enter strange values in the dictionaries

19 years ago USR style attributes have to have at least 8 octets of
aland [Thu, 26 Aug 2004 21:22:38 +0000 (21:22 +0000)]
USR style attributes have to have at least 8 octets of
vendor data.

Once again, a bug found by a retard.

19 years ago Fix remote crash, as given in a report by a retard who didn't bother
aland [Thu, 26 Aug 2004 20:52:57 +0000 (20:52 +0000)]
Fix remote crash, as given in a report by a retard who didn't bother
contacting us before publishing vulnerabilities.

He shall remain nameless.

The short summary is that Ascend-Send-Secret, like Tunnel-Password,
requires an "original" packet to decode the attribute.  The check
was added for Tunnel-Password, but not Ascend-Send-Secret

19 years ago Add 'test'
aland [Thu, 26 Aug 2004 20:47:50 +0000 (20:47 +0000)]
Add 'test'