freeradius.git
22 years ago Added empty FreeRADIUS Vendor-Specific dictionary.
aland [Tue, 6 Nov 2001 18:37:02 +0000 (18:37 +0000)]
Added empty FreeRADIUS Vendor-Specific dictionary.

Any on-the-wire attributes which are specific to the server MUST
go into this dictionary.

22 years ago Fixed bug where having remote authhost and LOCAL accthost caused
cparker [Tue, 6 Nov 2001 16:41:49 +0000 (16:41 +0000)]
Fixed bug where having remote authhost and LOCAL accthost caused
requests not to be proxied or replied to.

22 years ago Parse 'accthost' from the realm confgiruation, and use it in
aland [Mon, 5 Nov 2001 15:18:50 +0000 (15:18 +0000)]
Parse 'accthost' from the realm confgiruation, and use it in
the various logic decisions.

22 years ago - Added authorize() function to set Auth-Type = CHAP if Chap-Password exists
kkalev [Sat, 3 Nov 2001 00:25:01 +0000 (00:25 +0000)]
 - Added authorize() function to set Auth-Type = CHAP if Chap-Password exists
 - Added module messages when rejecting user

22 years agoChange default password_attribute to NULL
kkalev [Fri, 2 Nov 2001 23:03:02 +0000 (23:03 +0000)]
Change default password_attribute to NULL

22 years agoChange to propper operator in assigning Auth-Type to LDAP
pam [Fri, 2 Nov 2001 10:24:36 +0000 (10:24 +0000)]
Change to propper operator in assigning Auth-Type to LDAP
bug noted by Kostas Kalevras <kkalev@noc.ntua.gr>

22 years agoAdd:
kkalev [Fri, 2 Nov 2001 01:18:28 +0000 (01:18 +0000)]
Add:
o Module Messages in rlm_ldap when we reject a user
o Add password to config_items stripping off any headers.
  password_header and password_attribute directives are defined

Update documentation and configuration file

22 years ago Update to use new definition of dict_addattr()
aland [Thu, 1 Nov 2001 17:02:05 +0000 (17:02 +0000)]
Update to use new definition of dict_addattr()

22 years ago Missed case where tag was not set for PW_TYPE_INTEGER correctly.
cparker [Thu, 1 Nov 2001 00:55:17 +0000 (00:55 +0000)]
Missed case where tag was not set for PW_TYPE_INTEGER correctly.
This is now handled properly when writing vp's into the packet
data.

22 years ago Added TAG_ANY attribute tag definition to allow tags to be
cparker [Thu, 1 Nov 2001 00:36:22 +0000 (00:36 +0000)]
Added TAG_ANY attribute tag definition to allow tags to be
wildcarded in Check-Items and in modules like attr_filter.

22 years ago Corrected tunnel attribute names to match the RFC.
cparker [Thu, 1 Nov 2001 00:19:30 +0000 (00:19 +0000)]
Corrected tunnel attribute names to match the RFC.

22 years ago Updated 'pairmake()' to allow parsing of Tags for attributes.
cparker [Thu, 1 Nov 2001 00:06:43 +0000 (00:06 +0000)]
Updated 'pairmake()' to allow parsing of Tags for attributes.
Supports both native ( Attribute:Tag = Value ) and merit's
syntax ( Attribute = :Tag:Value ).

22 years ago After reading the configuratio files, IF we're not debugging,
aland [Wed, 31 Oct 2001 18:17:45 +0000 (18:17 +0000)]
After reading the configuratio files, IF we're not debugging,
then trap a number of fatal signals.

If we're debugging, then don't trap fatal signals, so that the OS
can dump core.

22 years ago Updated dictionary.tunnel to support new method for specifying
cparker [Wed, 31 Oct 2001 17:11:43 +0000 (17:11 +0000)]
Updated dictionary.tunnel to support new method for specifying
tagged attributes.  Added additional attributes specified in
RFC 2868.

22 years ago Initial patch to allow support for RFC 2868 Tagged Attributes.
cparker [Wed, 31 Oct 2001 17:01:13 +0000 (17:01 +0000)]
Initial patch to allow support for RFC 2868 Tagged Attributes.
This patch adds to the ATTR_FLAGS struct for attributes, and
will read tag and vendor options properly from the dictionary.
It also parses tags into the FLAGS struct on received packets.
'dict_addattr' has an additional option to pass the ATTR_FLAGS
struct when reading the dictionary.

22 years ago In pairmove2, if given Vendor-Specific, then move ALL vendor
aland [Wed, 31 Oct 2001 16:19:06 +0000 (16:19 +0000)]
In pairmove2, if given Vendor-Specific, then move ALL vendor
specific attributes.

Updated rfc_clean() to move VSA's over, so that they can appear
in authentication reject packets, too.

22 years ago Small bugfix by "Nikolay P. Romanyuk" <mag@vtelecom.ru>
aland [Wed, 31 Oct 2001 15:29:56 +0000 (15:29 +0000)]
Small bugfix by "Nikolay P. Romanyuk" <mag@vtelecom.ru>

22 years ago Change '=' in if to '=='
aland [Wed, 31 Oct 2001 15:29:18 +0000 (15:29 +0000)]
Change '=' in if to '=='

22 years ago Allow operators in the SQL table. This patch (so far) doesn't
aland [Tue, 30 Oct 2001 19:16:55 +0000 (19:16 +0000)]
Allow operators in the SQL table.  This patch (so far) doesn't
include changes to the SQL queries, which still have to be
updated.

Patch from Mitry Matyushkov <mitry@todes.org.by>

22 years ago Added 'radlog_dest' variable, so we can set the destination of
aland [Tue, 30 Oct 2001 17:45:24 +0000 (17:45 +0000)]
Added 'radlog_dest' variable, so we can set the destination of
the log messages to files, syslog, stdout, or stderr, without
over-loading the normal logging directory.

This can NOT be set from the configuration file yet.  That patch
is next.

22 years ago Updated MPP and simultaneous-use checking
aland [Tue, 30 Oct 2001 17:22:04 +0000 (17:22 +0000)]
Updated MPP and simultaneous-use checking

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago Added ATTR_FLAGS data structure from Cistron, and updated
aland [Tue, 30 Oct 2001 17:12:24 +0000 (17:12 +0000)]
Added ATTR_FLAGS data structure from Cistron, and updated
references to 'addport'.

22 years ago Removed mapping of vendor Private Enterprise Code to internal code.
aland [Tue, 30 Oct 2001 16:36:48 +0000 (16:36 +0000)]
Removed mapping of vendor Private Enterprise Code to internal code.
We now use the vendor PEC directly, which means that we error out
if the vendor PEC is larger than 65535.

Fixing that problem requires major changes to the source, which
can wait until later.

22 years ago Added note on broken Bay software
aland [Tue, 30 Oct 2001 15:38:58 +0000 (15:38 +0000)]
Added note on broken Bay software

22 years ago Make CHAP authentication a module, instead of having it in
aland [Mon, 29 Oct 2001 21:41:22 +0000 (21:41 +0000)]
Make CHAP authentication a module, instead of having it in
the server core.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago Support PAP, MS-CHAP, and use /etc/smbpasswd file, if so configured
aland [Mon, 29 Oct 2001 21:29:54 +0000 (21:29 +0000)]
Support PAP, MS-CHAP, and use /etc/smbpasswd file, if so configured

Patch from 3APA3A <3APA3A@SECURITY.NNOV.RU>

22 years ago When rejecting the user, add a Module-Message saying why.
aland [Mon, 29 Oct 2001 21:04:51 +0000 (21:04 +0000)]
When rejecting the user, add a Module-Message saying why.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago If we have a Module-Message, then print it out when rejecting
aland [Mon, 29 Oct 2001 21:02:35 +0000 (21:02 +0000)]
If we have a Module-Message, then print it out when rejecting
or denying the request.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago Added defines for Module-Message, to allow modules to pass messages
aland [Mon, 29 Oct 2001 20:58:01 +0000 (20:58 +0000)]
Added defines for Module-Message, to allow modules to pass messages
around.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago removed old sql defines
aland [Mon, 29 Oct 2001 19:13:48 +0000 (19:13 +0000)]
removed old sql defines

22 years ago Added more text on using PAM, as posted to the list by
aland [Mon, 29 Oct 2001 18:58:14 +0000 (18:58 +0000)]
Added more text on using PAM, as posted to the list by
"Bruce Ritchie" <bruce.ritchie@maclaren.com>

22 years ago Allow ldap module use a start tls command with ldap server.
aland [Mon, 29 Oct 2001 16:45:01 +0000 (16:45 +0000)]
Allow ldap module use a start tls command with ldap server.

Patch from Andrew Kukhta <andy@wubn.net>, with added 'configure'
checks

22 years ago Build the utilities on static && dynamic targets, instead of 'all'
aland [Fri, 26 Oct 2001 19:04:42 +0000 (19:04 +0000)]
Build the utilities on static && dynamic targets, instead of 'all'

22 years ago create the binary directory before installing the binaries
aland [Fri, 26 Oct 2001 16:59:38 +0000 (16:59 +0000)]
create the binary directory before installing the binaries

22 years agoPreliminary support for displaying Tunnel attributes as defined in
cparker [Fri, 26 Oct 2001 00:24:12 +0000 (00:24 +0000)]
Preliminary support for displaying Tunnel attributes as defined in
RFC 2868.  Tag is properly printed for both string and integer
attributes when server or radclient displays A/V debugging pairs.

raddb/dictionary.tunnel is not changed yet.  Type will need to updated
for the tunnel attributes to t_string or t_integer for these changes
to be displayed.

22 years ago If we're using threads, block SIGINT, SIGQUIT, too. And use
aland [Thu, 25 Oct 2001 21:46:16 +0000 (21:46 +0000)]
If we're using threads, block SIGINT, SIGQUIT, too.  And use
pthread_sigmask(), instead of sigprocmask().

This may fix CPU loading problems when there's a problem...

22 years ago Corrected typo in last commit
aland [Thu, 25 Oct 2001 21:05:28 +0000 (21:05 +0000)]
Corrected typo in last commit

22 years ago Add a 'Realm' attribute for local realms.
aland [Thu, 25 Oct 2001 20:44:57 +0000 (20:44 +0000)]
Add a 'Realm' attribute for local realms.

22 years ago Corrected typo in last commit
aland [Thu, 25 Oct 2001 15:42:08 +0000 (15:42 +0000)]
Corrected typo in last commit

22 years ago Added more documentation and configuration examples for Ascend NAS
cparker [Thu, 25 Oct 2001 14:54:01 +0000 (14:54 +0000)]
Added more documentation and configuration examples for Ascend NAS

22 years ago If targetname is not set, then don't output the utils.
aland [Thu, 25 Oct 2001 14:37:44 +0000 (14:37 +0000)]
If targetname is not set, then don't output the utils.

Noted by "jason" <rohwedde@codegrinder.com>

22 years ago write log message about invalid shells and invalid password
aland [Thu, 25 Oct 2001 14:30:26 +0000 (14:30 +0000)]
write log message about invalid shells and invalid password

Patch from Bill Campbell <bill@celestial.com>

22 years ago If we've received a reply from the home server after we've given
aland [Wed, 24 Oct 2001 15:43:25 +0000 (15:43 +0000)]
If we've received a reply from the home server after we've given
up, and already sent a reply to the NAS, then delete the packet
from the home server, and don't process it.  It's too late.

Bug found and patch by Vesselin Atanasov <vesselin@bgnet.bg>

22 years ago FIxes and updates for the configure script
aland [Wed, 24 Oct 2001 14:13:47 +0000 (14:13 +0000)]
FIxes and updates for the configure script

Patches from "Nikolay P. Romanyuk" <mag@vtelecom.ru>

22 years ago Add a configure script which automatically roots through
aland [Tue, 23 Oct 2001 19:18:30 +0000 (19:18 +0000)]
Add a configure script which automatically roots through
configuring the sub-directories

22 years ago Added /usr/local/pgsql/lib and /usr/local/pgsql/include for the
aland [Tue, 23 Oct 2001 19:08:33 +0000 (19:08 +0000)]
Added /usr/local/pgsql/lib and /usr/local/pgsql/include for the
libs/includes, so that we find postgres in it's standard install
location.

22 years ago Remove postgres checks from the top-level configure, and put
aland [Tue, 23 Oct 2001 19:05:53 +0000 (19:05 +0000)]
Remove postgres checks from the top-level configure, and put
them in the sql/drivers/... directory, where they belong.

Patch from "Nikolay P. Romanyuk" <mag@vtelecom.ru>

22 years ago When doing 'distclean', do 'clean', too.
aland [Tue, 23 Oct 2001 19:04:23 +0000 (19:04 +0000)]
When doing 'distclean', do 'clean', too.

Patch from "Nikolay P. Romanyuk" <mag@vtelecom.ru>

22 years ago Changes to allow postgres to be found on './configure'
aland [Tue, 23 Oct 2001 19:03:46 +0000 (19:03 +0000)]
Changes to allow postgres to be found on './configure'

Patch from "Nikolay P. Romanyuk" <mag@vtelecom.ru>

22 years ago A better patch for decode attribute.
aland [Tue, 23 Oct 2001 17:53:56 +0000 (17:53 +0000)]
A better patch for decode attribute.

Patch from Raghu <raghud@hereuare.com>

22 years ago Updated 'malformed packet' messages to include prefix of 'WARNING'
aland [Mon, 22 Oct 2001 17:50:57 +0000 (17:50 +0000)]
Updated 'malformed packet' messages to include prefix of 'WARNING'
to make it clear what's going on.

Removed 'memset 0' buffer overflow.

Added the ability to configure the maximum number of attributes
which may be in a packet.  If there are more attributes than this,
then the packet is dropped.

This helps prevent DoS attacks, as noted today on the devel list
by 3APA3A <3APA3A@SECURITY.NNOV.RU>

22 years ago When sending or receiving a radius packet, use an area on the local
aland [Mon, 22 Oct 2001 17:20:14 +0000 (17:20 +0000)]
When sending or receiving a radius packet, use an area on the local
stack to get the packet, or to build the new one.  If everything
checks out, then we allocate memory for it, and copy the contents
over.

While the extra 'memcpy' takes time, the benefit is that we only
allocate the minimum amount of memory required for the packet.

22 years ago Auto-reload for rlm_fastusers and rlm_unix
aland [Mon, 22 Oct 2001 15:13:11 +0000 (15:13 +0000)]
Auto-reload for rlm_fastusers and rlm_unix

Patch from Philippe Levan <levan@epix.net>

22 years ago If call xlat with template of attribute which does not exists in
aland [Mon, 22 Oct 2001 14:18:53 +0000 (14:18 +0000)]
If call xlat with template of attribute which does not exists in
request then function decode_attribute falls in endless cycle.

Patch to fix it, from Andrei Koulik <agk@sci-nnov.ru>

22 years ago If we don't have ndbm, maybe the functions we need are in gdbm?
aland [Fri, 19 Oct 2001 18:57:19 +0000 (18:57 +0000)]
If we don't have ndbm, maybe the functions we need are in gdbm?

22 years ago If we don't find nbdm, then don't build the utils or install, either.
aland [Fri, 19 Oct 2001 17:38:37 +0000 (17:38 +0000)]
If we don't find nbdm, then don't build the utils or install, either.

22 years ago If we don't find the header files, then fail.
aland [Fri, 19 Oct 2001 17:33:52 +0000 (17:33 +0000)]
If we don't find the header files, then fail.

22 years ago Add more includes, to quiet compiler warnings.
aland [Fri, 19 Oct 2001 17:33:11 +0000 (17:33 +0000)]
Add more includes, to quiet compiler warnings.

22 years ago Remove buffer overflow caused by copying the secret to the tail
aland [Fri, 19 Oct 2001 17:26:22 +0000 (17:26 +0000)]
Remove buffer overflow caused by copying the secret to the tail
end of the packet buffer.  This would normally work for small
packets, as the buffer is large.  However, for large buffers,
it's a security problem.

Bug noted by 3APA3A <3APA3A@SECURITY.NNOV.RU>

22 years ago Drastically increased the size of the buffer used to read in
aland [Fri, 19 Oct 2001 17:21:38 +0000 (17:21 +0000)]
Drastically increased the size of the buffer used to read in
value-pair strings.  This allows it to read LOTS of value-pairs.

22 years ago Loop over the number of fields, not the pointer to a function...
aland [Fri, 19 Oct 2001 16:18:57 +0000 (16:18 +0000)]
Loop over the number of fields, not the pointer to a function...

Bug found by "deshou"<mods_radius@21cn.com>

22 years ago Added utility programs, and update the make file to build and
aland [Thu, 18 Oct 2001 20:35:09 +0000 (20:35 +0000)]
Added utility programs, and update the make file to build and
install them.

Based on source from Andrei Koulik <agk@sci-nnov.ru>

22 years ago Added RLM_UTILS to the list of targets to make and clean,
aland [Thu, 18 Oct 2001 20:29:54 +0000 (20:29 +0000)]
Added RLM_UTILS to the list of targets to make and clean,
so that we can have utility programs in a module.

22 years ago Initial commit of DBM module, from Andrei Koulik <agk@sci-nnov.ru>
aland [Thu, 18 Oct 2001 16:48:58 +0000 (16:48 +0000)]
Initial commit of DBM module, from Andrei Koulik <agk@sci-nnov.ru>

Changes from his version:
- renamed from 'rlm_dbmmod' to 'rlm_dbm'
- added 'configure' support, with checks for gdbm compatibility

The various other support files will be added later.

22 years ago Use the proper variable when setting ac_safe in smart check include.
aland [Thu, 18 Oct 2001 16:42:42 +0000 (16:42 +0000)]
Use the proper variable when setting ac_safe in smart check include.

22 years ago Corrected SEGV, as found by Santiago Romero <sromero@servicom2000.com>
aland [Wed, 17 Oct 2001 15:55:29 +0000 (15:55 +0000)]
Corrected SEGV, as found by Santiago Romero <sromero@servicom2000.com>

22 years ago Added change which was missed in the last commit
aland [Wed, 17 Oct 2001 15:54:18 +0000 (15:54 +0000)]
Added change which was missed in the last commit

22 years ago call 'xlat' for basedn, too. This allows the base DN to be
aland [Tue, 16 Oct 2001 21:57:13 +0000 (21:57 +0000)]
call 'xlat' for basedn, too.  This allows the base DN to be
dynamically generated for each request.

Bug noted by "Fernando Costa de Almeida" <falmeida@overnet.com.br>

22 years agofix x99_gen_state() to support > 8 digit challenges
fcusack [Tue, 16 Oct 2001 17:14:24 +0000 (17:14 +0000)]
fix x99_gen_state() to support > 8 digit challenges

22 years ago Fix a minor bug where $password should be $pass and also add the
aland [Mon, 15 Oct 2001 19:20:16 +0000 (19:20 +0000)]
Fix a minor bug where $password should be $pass and also add the
capability to find isdn users in cisco 5300.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago Also use Calling-Station-ID to find multilink users. If they've
aland [Mon, 15 Oct 2001 19:17:47 +0000 (19:17 +0000)]
Also use Calling-Station-ID to find multilink users.  If they've
sent a calling station id, and they're doing multilink, and the
cid is the same as the previous entry, then it's a multilink attempt.

Patch from Kostas Kalevras <kkalev@noc.ntua.gr>

22 years ago Patch to checkrad.pl.in to support USR Hiper-ARC 5.1.99.
aland [Mon, 15 Oct 2001 19:11:35 +0000 (19:11 +0000)]
Patch to checkrad.pl.in to support USR Hiper-ARC 5.1.99.
Added functions for detecting other versions of Hiper-ARC

"Daniel W. Halverson" <danh@TBCNET.COM>

22 years agoSupport sync-only modes.
fcusack [Mon, 15 Oct 2001 17:22:53 +0000 (17:22 +0000)]
Support sync-only modes.

22 years agoAdd Secure Computing friendly conversion.
fcusack [Mon, 15 Oct 2001 17:18:39 +0000 (17:18 +0000)]
Add Secure Computing friendly conversion.

22 years agoinstall as radiusd, not radiusd.init (fix comment)
fcusack [Mon, 15 Oct 2001 17:14:49 +0000 (17:14 +0000)]
install as radiusd, not radiusd.init (fix comment)

22 years ago Use the Password from the list of configuration items, not from
aland [Mon, 15 Oct 2001 16:27:23 +0000 (16:27 +0000)]
Use the Password from the list of configuration items, not from
the packet.

Bug found by Frank Cusack <fcusack@fcusack.com>

22 years agoImprove comments, remove SNK test/transform.
fcusack [Mon, 15 Oct 2001 14:58:24 +0000 (14:58 +0000)]
Improve comments, remove SNK test/transform.

22 years agodoc improvements
fcusack [Mon, 15 Oct 2001 14:55:10 +0000 (14:55 +0000)]
doc improvements

22 years agoAdd info about state file.
fcusack [Sun, 14 Oct 2001 16:19:02 +0000 (16:19 +0000)]
Add info about state file.

22 years agoAdd info about log messages, change some of the vendor specific text.
fcusack [Sun, 14 Oct 2001 15:02:02 +0000 (15:02 +0000)]
Add info about log messages, change some of the vendor specific text.

22 years ago Notes on radwatch from "Andrew Melnikov" <nimnul@un.com.ua>
aland [Fri, 12 Oct 2001 14:37:44 +0000 (14:37 +0000)]
Notes on radwatch from "Andrew Melnikov" <nimnul@un.com.ua>

22 years ago If log_stripped_names is set to *No* in radiusd.conf,
aland [Thu, 11 Oct 2001 14:03:25 +0000 (14:03 +0000)]
If log_stripped_names is set to *No* in radiusd.conf,
it now logs the complete User-Name as received. (i.e. unstripped)

Patch from Raghu <raghud@hereuare.com>

22 years ago Make %{Stripped-User-Name:-User-Name} work again
aland [Thu, 11 Oct 2001 14:01:15 +0000 (14:01 +0000)]
Make %{Stripped-User-Name:-User-Name} work again

Patch from Raghu <raghud@hereuare.com>

22 years ago removed erroneous printfs
aland [Wed, 10 Oct 2001 22:57:58 +0000 (22:57 +0000)]
removed erroneous printfs

22 years ago If the thread has handled more than the configured maximum number
aland [Wed, 10 Oct 2001 18:14:04 +0000 (18:14 +0000)]
If the thread has handled more than the configured maximum number
of requests, then make it exit.

Patch from someone on the list...

22 years ago Update version to 0.4, and add '-g' to developer flags for gcc,
aland [Wed, 10 Oct 2001 18:09:25 +0000 (18:09 +0000)]
Update version to 0.4, and add '-g' to developer flags for gcc,
so we get more debugging information

22 years ago Added text on latest set of changes
aland [Wed, 10 Oct 2001 18:05:49 +0000 (18:05 +0000)]
Added text on latest set of changes

22 years ago Only check for User-Password or CHAP-Password if we're doing
aland [Wed, 10 Oct 2001 18:05:28 +0000 (18:05 +0000)]
Only check for User-Password or CHAP-Password if we're doing
Local authentication.  If we're not doing local authentication,
then there may NOT be a password in the request.  The server
shouldn't care, as the authentication modules should take care
of checking that.

Patch from Raghu <raghud@hereuare.com>

22 years ago ensure we do htonl() where necessary
aland [Wed, 10 Oct 2001 18:03:49 +0000 (18:03 +0000)]
ensure we do htonl() where necessary

22 years ago Treat NAS-Port-Id as an unsigned int, instead of signed. This
aland [Wed, 10 Oct 2001 17:13:35 +0000 (17:13 +0000)]
Treat NAS-Port-Id as an unsigned int, instead of signed.  This
allows large values to be used.

Patch from John Morrissey <jwm@horde.net>

22 years ago removed paragraph discussing patches to conffile.c, which have
aland [Wed, 10 Oct 2001 17:09:58 +0000 (17:09 +0000)]
removed paragraph discussing patches to conffile.c, which have
just been comitted.

22 years ago Expand variables until the end of string, not until CR/LF.
aland [Wed, 10 Oct 2001 17:09:03 +0000 (17:09 +0000)]
Expand variables until the end of string, not until CR/LF.
This allows \t, \r, and \n to be inside of a configuration string.

Bug noted by Frank Cusack <fcusack@fcusack.com>

22 years ago Added x9.9 support.
aland [Wed, 10 Oct 2001 14:20:53 +0000 (14:20 +0000)]
Added x9.9 support.
Patch from Frank Cusack <fcusack@fcusack.com>

22 years ago Support for X9.9 tokens (e.g. CRYPTOCard, etc), from
aland [Wed, 10 Oct 2001 14:14:29 +0000 (14:14 +0000)]
Support for X9.9 tokens (e.g. CRYPTOCard, etc), from
Frank Cusack <fcusack@fcusack.com>

22 years agodebian: incremented changelog version number. ready for release. debian_version_0_3-1
cmiller [Tue, 9 Oct 2001 22:23:36 +0000 (22:23 +0000)]
debian: incremented changelog version number.  ready for release.

22 years ago Added note about which RFC it implements, and where that RFC
aland [Tue, 9 Oct 2001 19:27:49 +0000 (19:27 +0000)]
Added note about which RFC it implements, and where that RFC
may be found.

22 years ago * Remove some test code that was causing log files to grow large
hartwick [Tue, 9 Oct 2001 17:58:20 +0000 (17:58 +0000)]
* Remove some test code that was causing log files to grow large

22 years ago Set the log directory to NULL initially, so we don't attempt to
aland [Tue, 9 Oct 2001 17:16:55 +0000 (17:16 +0000)]
Set the log directory to NULL initially, so we don't attempt to
free() it later.

Patch from Eddie Stassen <eddies@saix.net>

22 years ago Fixed leak / core dump.
aland [Tue, 9 Oct 2001 17:06:07 +0000 (17:06 +0000)]
Fixed leak / core dump.

Bug found by "victor" <victor@fadata.bg>

22 years ago Patch from Kostas Kalevras <kkalev@noc.ntua.gr> to free memory,
aland [Tue, 9 Oct 2001 16:59:17 +0000 (16:59 +0000)]
Patch from Kostas Kalevras <kkalev@noc.ntua.gr> to free memory,
instead of leaking it.