freeradius.git
17 years ago it's high release_1_1_6
aland [Thu, 12 Apr 2007 12:54:19 +0000 (12:54 +0000)]
it's high

17 years ago Updated copyright date
aland [Thu, 12 Apr 2007 12:36:51 +0000 (12:36 +0000)]
Updated copyright date

17 years ago Updated version number
aland [Thu, 12 Apr 2007 12:36:29 +0000 (12:36 +0000)]
Updated version number

17 years ago Note latest changes
aland [Sun, 8 Apr 2007 14:44:34 +0000 (14:44 +0000)]
Note latest changes

17 years ago Pulled dictionary.rfc4679 from CVS head
aland [Sun, 8 Apr 2007 14:42:06 +0000 (14:42 +0000)]
Pulled dictionary.rfc4679 from CVS head

17 years ago SSL_want_read() isn't an error. Print it out only in debugging
aland [Sun, 8 Apr 2007 14:39:26 +0000 (14:39 +0000)]
SSL_want_read() isn't an error.  Print it out only in debugging
mode, so that we don't pollute the logs with "error reading
client certificare A".

Patch based on fix by Dan Lukes.

17 years agofile dictionary.rfc4679 was added on branch branch_1_1 on 2007-04-08 14:42:06 +0000
aland [Sun, 8 Apr 2007 14:18:01 +0000 (14:18 +0000)]
file dictionary.rfc4679 was added on branch branch_1_1 on 2007-04-08 14:42:06 +0000

17 years ago Add more LDAP escaping rules from RFC 2253
aland [Sun, 8 Apr 2007 07:14:45 +0000 (07:14 +0000)]
Add more LDAP escaping rules from RFC 2253

17 years ago Leak memory rather than dying on HUP.
aland [Sun, 8 Apr 2007 06:56:57 +0000 (06:56 +0000)]
Leak memory rather than dying on HUP.

It leaks ~300 bytes per module instance on every HUP.  i.e. 10k
per HUP on a typical installation.

Addresses bug #426

17 years ago Note recent changes
aland [Sun, 8 Apr 2007 06:38:28 +0000 (06:38 +0000)]
Note recent changes

17 years ago Pulled new dictionaries from the CVS head
aland [Sun, 8 Apr 2007 06:34:09 +0000 (06:34 +0000)]
Pulled new dictionaries from the CVS head

17 years ago Corrected typo
aland [Sun, 8 Apr 2007 06:31:38 +0000 (06:31 +0000)]
Corrected typo

This fixs bug #440

17 years ago Use memcmp rather than doing the check by hand.
aland [Sun, 8 Apr 2007 06:29:48 +0000 (06:29 +0000)]
Use memcmp rather than doing the check by hand.

This fixes bug #438

17 years ago Corrected typo
aland [Sun, 8 Apr 2007 06:12:38 +0000 (06:12 +0000)]
Corrected typo

17 years ago Don't print errors if the error is zero.
aland [Sun, 8 Apr 2007 06:10:40 +0000 (06:10 +0000)]
Don't print errors if the error is zero.

This closes bug #436

17 years ago We treat openbraces as normal.
aland [Sat, 7 Apr 2007 23:21:42 +0000 (23:21 +0000)]
We treat openbraces as normal.

This fixes Coverity bug #2

17 years ago Border-line case where cache may be NULL...
aland [Sat, 7 Apr 2007 22:50:40 +0000 (22:50 +0000)]
Border-line case where cache may be NULL...

This fixes Coverity bug #5

17 years ago Don't de-reference NULL on exec
aland [Sat, 7 Apr 2007 22:47:11 +0000 (22:47 +0000)]
Don't de-reference NULL on exec

This fixes Coverity bug #7

17 years ago If we failed to create a VP on OOM, exit from the loop.
aland [Sat, 7 Apr 2007 22:42:51 +0000 (22:42 +0000)]
If we failed to create a VP on OOM, exit from the loop.

This fixes Coverity bug #7.

17 years ago Complain if we get an error reading the radutmp file.
aland [Sat, 7 Apr 2007 22:40:00 +0000 (22:40 +0000)]
Complain if we get an error reading the radutmp file.

This fixes Coverity bug #9

17 years ago One-liner to quiet Coverity
aland [Sat, 7 Apr 2007 22:34:55 +0000 (22:34 +0000)]
One-liner to quiet Coverity

This fixes Coverity bug #11

17 years ago Should use (sizeof(array)/sizeof(array[0]) for looping over
aland [Sat, 7 Apr 2007 22:32:37 +0000 (22:32 +0000)]
Should use (sizeof(array)/sizeof(array[0]) for looping over
the entries

This fixes Coverity bug #12

17 years ago On continuation, die if the buffer is nearing full.
aland [Sat, 7 Apr 2007 22:28:17 +0000 (22:28 +0000)]
On continuation, die if the buffer is nearing full.

This fixes Coverity bug #13

17 years ago call fclose() on error.
aland [Sat, 7 Apr 2007 22:22:51 +0000 (22:22 +0000)]
call fclose() on error.

This fixes Coverity bug #15

17 years ago free(c) on parse error
aland [Sat, 7 Apr 2007 22:20:30 +0000 (22:20 +0000)]
free(c) on parse error

This fixes Coverity bug #17

17 years ago free handler on OOM.
aland [Sat, 7 Apr 2007 22:18:34 +0000 (22:18 +0000)]
free handler on OOM.

This fixes Coverity bug #22

17 years ago free(inst) on OOM
aland [Sat, 7 Apr 2007 22:16:39 +0000 (22:16 +0000)]
free(inst) on OOM

This fixes Coverity bug #23

17 years ago On failed open, free memory.
aland [Sat, 7 Apr 2007 22:14:51 +0000 (22:14 +0000)]
On failed open, free memory.

This fixs Coverity bug #24

17 years ago free strdup'd memory on error.
aland [Sat, 7 Apr 2007 22:12:16 +0000 (22:12 +0000)]
free strdup'd memory on error.

This fixes Coverity bug #25

17 years ago free(c) on error.
aland [Sat, 7 Apr 2007 22:06:08 +0000 (22:06 +0000)]
free(c) on error.

This fixes Coverity bug #26

17 years ago free(c) on error.
aland [Sat, 7 Apr 2007 22:04:08 +0000 (22:04 +0000)]
free(c) on error.

This fixes Coverity bug #27

17 years ago free(this) on error.
aland [Sat, 7 Apr 2007 22:01:10 +0000 (22:01 +0000)]
free(this) on error.

This fixes Coverity bug #28

17 years ago If we've run out of memory, free(challenge), too.
aland [Sat, 7 Apr 2007 21:59:18 +0000 (21:59 +0000)]
If we've run out of memory, free(challenge), too.
Just to be pedantic.

This fixes Coverity bug #29

17 years ago free(vp) on decoding error.
aland [Sat, 7 Apr 2007 21:49:32 +0000 (21:49 +0000)]
free(vp) on decoding error.

This fixes Coverity bug #32

17 years ago free(newhash) on error.
aland [Sat, 7 Apr 2007 21:46:36 +0000 (21:46 +0000)]
free(newhash) on error.

This fixes Coverity bug #33

17 years ago dict_init() && my_dict_init() require a non-NULL 'dir'.
aland [Sat, 7 Apr 2007 21:41:38 +0000 (21:41 +0000)]
dict_init() && my_dict_init() require a non-NULL 'dir'.

This fixes Coverity bug #34

17 years ago sql_poolfree dereferences inst->config, too. Move it to inside
aland [Sat, 7 Apr 2007 21:35:44 +0000 (21:35 +0000)]
sql_poolfree dereferences inst->config, too. Move it to inside
the section that checks for inst->config.

This fixes Coverity bug #37

17 years ago Move free of xlat_name into section that checks for inst->config
aland [Sat, 7 Apr 2007 21:32:11 +0000 (21:32 +0000)]
Move free of xlat_name into section that checks for inst->config

This fixes Coverity bug #38

17 years ago Free dval on error reading the dictionary files, or on OOM.
aland [Sat, 7 Apr 2007 21:30:01 +0000 (21:30 +0000)]
Free dval on error reading the dictionary files, or on OOM.

This fixes Coverity bug #40

17 years ago prev_eap_ds might be NULL. Check it, too.
aland [Sat, 7 Apr 2007 21:27:19 +0000 (21:27 +0000)]
prev_eap_ds might be NULL.  Check it, too.

Fixes Coverity bug #41

17 years agofile dictionary.rfc4675 was added on branch branch_1_1 on 2007-04-08 06:34:10 +0000
aland [Sat, 7 Apr 2007 14:54:14 +0000 (14:54 +0000)]
file dictionary.rfc4675 was added on branch branch_1_1 on 2007-04-08 06:34:10 +0000

17 years agofile dictionary.rfc4372 was added on branch branch_1_1 on 2007-04-08 06:34:10 +0000
aland [Sat, 7 Apr 2007 14:47:34 +0000 (14:47 +0000)]
file dictionary.rfc4372 was added on branch branch_1_1 on 2007-04-08 06:34:10 +0000

17 years ago Regenerate from configure.in.
nbk [Thu, 5 Apr 2007 10:16:30 +0000 (10:16 +0000)]
Regenerate from configure.in.

17 years ago Add support for "./configure --without-docdir" which cancels
nbk [Wed, 4 Apr 2007 09:23:57 +0000 (09:23 +0000)]
Add support for "./configure --without-docdir" which cancels
doc files installation instead of raising an error. This is
useful for the downstream distributions of FreeRADIUS.

17 years ago otppasswd.sample is no longer used.
nbk [Fri, 30 Mar 2007 13:47:05 +0000 (13:47 +0000)]
otppasswd.sample is no longer used.

17 years ago Update version number
aland [Mon, 26 Mar 2007 12:58:16 +0000 (12:58 +0000)]
Update version number

17 years ago corrected typo
aland [Mon, 26 Mar 2007 09:46:28 +0000 (09:46 +0000)]
corrected typo

17 years ago close socket only if it's unconnected
aland [Mon, 26 Mar 2007 09:45:04 +0000 (09:45 +0000)]
close socket only if it's unconnected

17 years ago Compile the file sql_fbapi.c, too.
nbk [Sun, 25 Mar 2007 21:44:00 +0000 (21:44 +0000)]
Compile the file sql_fbapi.c, too.

17 years ago The libpq manpage says the PGconn pointer should not be used
nbk [Wed, 21 Mar 2007 13:02:59 +0000 (13:02 +0000)]
The libpq manpage says the PGconn pointer should not be used
after PQfinish() has been called.

Bug found by Alexander V. Klepikov <klepikov_a@up.ua>

17 years ago Add libtool-ltdl-devel as a prerequisite for building.
nbk [Mon, 19 Mar 2007 16:41:29 +0000 (16:41 +0000)]
Add libtool-ltdl-devel as a prerequisite for building.

17 years ago Use braces. This closes #429
aland [Fri, 16 Mar 2007 13:22:03 +0000 (13:22 +0000)]
Use braces.  This closes #429

17 years ago Hmm.. why was this patch added?
aland [Wed, 14 Mar 2007 13:59:30 +0000 (13:59 +0000)]
Hmm.. why was this patch added?

17 years ago port fix from cvs head
aland [Mon, 12 Mar 2007 12:28:38 +0000 (12:28 +0000)]
port fix from cvs head

17 years ago Newer version of rlm_sql_firebird, as posted to the list
nbk [Fri, 9 Mar 2007 13:34:37 +0000 (13:34 +0000)]
Newer version of rlm_sql_firebird, as posted to the list
by Vitaly Bodzhgua <vitaly@eastera.net>

17 years agoUpdate version number for 1.1.5 release.
nbk [Tue, 6 Mar 2007 23:30:33 +0000 (23:30 +0000)]
Update version number for 1.1.5 release.

17 years ago More updates release_1_1_5
aland [Mon, 5 Mar 2007 15:31:33 +0000 (15:31 +0000)]
More updates

17 years ago In preparation for 1.1.5
aland [Mon, 5 Mar 2007 15:29:47 +0000 (15:29 +0000)]
In preparation for 1.1.5

17 years ago This would be useful
aland [Mon, 5 Mar 2007 14:58:33 +0000 (14:58 +0000)]
This would be useful

17 years ago Don't de-reference packet->vps if there's no packet.
aland [Mon, 5 Mar 2007 14:43:31 +0000 (14:43 +0000)]
Don't de-reference packet->vps if there's no packet.
Mostly a theoretical bug, as this is already checked elsewhere

Bug found by Coverity

17 years ago Free packet on successful return, too.
aland [Mon, 5 Mar 2007 14:38:49 +0000 (14:38 +0000)]
Free packet on successful return, too.

Bug found by Coverity.

17 years ago Free packet if the contents are badly formatted. This looks like
aland [Mon, 5 Mar 2007 14:34:55 +0000 (14:34 +0000)]
Free packet if the contents are badly formatted.  This looks like
it only affects radeapclient.

Bug found by Coverity.

17 years ago Free resources when using Exec-Program && Exec-Program-Wait
aland [Mon, 5 Mar 2007 14:30:04 +0000 (14:30 +0000)]
Free resources when using Exec-Program && Exec-Program-Wait

Bug found by Coverity.

17 years ago Free clients on error. Mostly a theoretical bug, as the server
aland [Mon, 5 Mar 2007 14:27:47 +0000 (14:27 +0000)]
Free clients on error.  Mostly a theoretical bug, as the server
is exiting anyways...

Bug found by Coverity.

17 years ago Free packet on error.
aland [Mon, 5 Mar 2007 14:26:11 +0000 (14:26 +0000)]
Free packet on error.

Bug found by Coverity.

17 years ago Free packet if there was an allocation problem.
aland [Mon, 5 Mar 2007 14:24:21 +0000 (14:24 +0000)]
Free packet if there was an allocation problem.
Mostly a theoretical bug

Bug found by Coverity

17 years ago Catch a corner case where use of Exec-Program and Exec-Program-Wait
aland [Mon, 5 Mar 2007 14:22:04 +0000 (14:22 +0000)]
Catch a corner case where use of Exec-Program and Exec-Program-Wait
could cause memory leaks.

Bug found by Coverity

17 years ago Don't allow escapes (\\) if the input buffer is full
aland [Mon, 5 Mar 2007 14:20:38 +0000 (14:20 +0000)]
Don't allow escapes (\\) if the input buffer is full

Bug found by Coverity.

17 years ago Turned an assert into a run-time check, as it can happen
aland [Mon, 5 Mar 2007 14:15:32 +0000 (14:15 +0000)]
Turned an assert into a run-time check, as it can happen

17 years agorewrite, using latest python C api thanks to Paul P Komkoff Jr
pnixon [Mon, 5 Mar 2007 14:15:28 +0000 (14:15 +0000)]
rewrite, using latest python C api thanks to Paul P Komkoff Jr

17 years ago prev_eap_ds may be NULL. Don't dereference it.
aland [Mon, 5 Mar 2007 14:11:55 +0000 (14:11 +0000)]
prev_eap_ds may be NULL.  Don't dereference it.

Bug found by Coverity

17 years ago "randvp", not "rand".
aland [Mon, 5 Mar 2007 14:09:10 +0000 (14:09 +0000)]
"randvp", not "rand".

Bug found by Coverity.

17 years ago updated version to 1.1.5, and re-generated configure
aland [Mon, 5 Mar 2007 14:06:41 +0000 (14:06 +0000)]
updated version to 1.1.5, and re-generated configure

17 years ago Read for 1.1.5, I think
aland [Mon, 5 Mar 2007 13:13:43 +0000 (13:13 +0000)]
Read for 1.1.5, I think

17 years ago We're at 1.1.5
aland [Mon, 5 Mar 2007 13:12:58 +0000 (13:12 +0000)]
We're at 1.1.5

17 years ago Fix base64 decoding
aland [Mon, 5 Mar 2007 13:12:29 +0000 (13:12 +0000)]
Fix base64 decoding

17 years ago latest updates
aland [Thu, 1 Mar 2007 13:38:18 +0000 (13:38 +0000)]
latest updates

17 years ago Don't retransmit accounting packets. The NAS should do this.
aland [Thu, 1 Mar 2007 13:37:49 +0000 (13:37 +0000)]
Don't retransmit accounting packets.  The NAS should do this.

17 years agoadd rlm_sqlhpwippool from cvs head
pnixon [Tue, 27 Feb 2007 11:30:24 +0000 (11:30 +0000)]
add rlm_sqlhpwippool from cvs head

17 years agofile sqlhpwippool.sql was added on branch branch_1_1 on 2007-02-27 11:30:27 +0000
pnixon [Sun, 25 Feb 2007 14:49:43 +0000 (14:49 +0000)]
file sqlhpwippool.sql was added on branch branch_1_1 on 2007-02-27 11:30:27 +0000

17 years agofile rlm_sqlhpwippool.c was added on branch branch_1_1 on 2007-02-27 11:30:26 +0000
pnixon [Sun, 25 Feb 2007 14:49:43 +0000 (14:49 +0000)]
file rlm_sqlhpwippool.c was added on branch branch_1_1 on 2007-02-27 11:30:26 +0000

17 years agofile configure.in was added on branch branch_1_1 on 2007-02-27 11:30:26 +0000
pnixon [Sun, 25 Feb 2007 14:49:43 +0000 (14:49 +0000)]
file configure.in was added on branch branch_1_1 on 2007-02-27 11:30:26 +0000

17 years agofile configure was added on branch branch_1_1 on 2007-02-27 11:30:25 +0000
pnixon [Sun, 25 Feb 2007 14:49:42 +0000 (14:49 +0000)]
file configure was added on branch branch_1_1 on 2007-02-27 11:30:25 +0000

17 years agofile config.h.in was added on branch branch_1_1 on 2007-02-27 11:30:24 +0000
pnixon [Sun, 25 Feb 2007 14:49:42 +0000 (14:49 +0000)]
file config.h.in was added on branch branch_1_1 on 2007-02-27 11:30:24 +0000

17 years agofile Makefile.in was added on branch branch_1_1 on 2007-02-27 11:30:24 +0000
pnixon [Sun, 25 Feb 2007 14:49:42 +0000 (14:49 +0000)]
file Makefile.in was added on branch branch_1_1 on 2007-02-27 11:30:24 +0000

17 years ago Fix a typo in log message.
nbk [Sun, 25 Feb 2007 14:39:55 +0000 (14:39 +0000)]
Fix a typo in log message.
Thanks to Pawel Foremski <pjf@asn.pl>

17 years agoAdd additional attributes from http://www.voy.com/41165/3969.html
pnixon [Sat, 24 Feb 2007 18:31:43 +0000 (18:31 +0000)]
Add additional attributes from voy.com/41165/3969.html

17 years ago If we find Cleartext-Password but not User-Password, copy
aland [Fri, 23 Feb 2007 10:07:48 +0000 (10:07 +0000)]
If we find Cleartext-Password but not User-Password, copy
Cleartext-Password to User-Password just to be nice

17 years ago type.data is malloc'd by everyone BUT radeapclient, which
aland [Fri, 23 Feb 2007 10:06:48 +0000 (10:06 +0000)]
type.data is malloc'd by everyone BUT radeapclient, which
instead sets it to vp->strvalue.  Fix it.

17 years ago Cleaned up sample entries to remove most uses of Auth-Type,
aland [Wed, 21 Feb 2007 11:09:04 +0000 (11:09 +0000)]
Cleaned up sample entries to remove most uses of Auth-Type,
and replace User-Password with Cleartext-Password

17 years agoUpdate for 1.1.5 release
pnixon [Sat, 17 Feb 2007 08:08:37 +0000 (08:08 +0000)]
Update for 1.1.5 release

17 years ago When we have a tunneled MS-CHAP2-Success attribute, it goes
aland [Fri, 16 Feb 2007 09:31:34 +0000 (09:31 +0000)]
When we have a tunneled MS-CHAP2-Success attribute, it goes
into an Access-Challenge, so for "use_tunneled_reply" to work,
we have to remember the reply, and later grab it when sending
the final EAP-Success

17 years ago Handle Client-Error code. If the client sends us one, we stop
aland [Thu, 15 Feb 2007 12:51:37 +0000 (12:51 +0000)]
Handle Client-Error code.  If the client sends us one, we stop
talking EAP-SIM.

This closes #419

17 years ago Port OpenSSL locking mutexes from the CVS head
aland [Wed, 14 Feb 2007 15:44:22 +0000 (15:44 +0000)]
Port OpenSSL locking mutexes from the CVS head

17 years ago Note recent changes
aland [Tue, 13 Feb 2007 13:35:11 +0000 (13:35 +0000)]
Note recent changes

17 years ago Permissions are now 750 for directories, and 644 for files
aland [Tue, 13 Feb 2007 13:31:38 +0000 (13:31 +0000)]
Permissions are now 750 for directories, and 644 for files

17 years ago Pull fixes from the head
aland [Tue, 13 Feb 2007 13:28:39 +0000 (13:28 +0000)]
Pull fixes from the head

17 years ago Port Status-Server requirements for Message-Authenticator
aland [Tue, 13 Feb 2007 09:37:12 +0000 (09:37 +0000)]
Port Status-Server requirements for Message-Authenticator
from CVS head

17 years ago Free all REQUEST's on exit
aland [Tue, 13 Feb 2007 08:47:50 +0000 (08:47 +0000)]
Free all REQUEST's on exit

17 years ago Pull 1.7 -> 1.8 patch from CVS head
aland [Mon, 12 Feb 2007 16:01:10 +0000 (16:01 +0000)]
Pull 1.7 -> 1.8 patch from CVS head