$Id: CHANGES,v 1.5 1996/05/13 00:05:15 lf Exp $

This file only documents fixed bugs and new features.. well, if I am not
too lazy...

05-13-96	rc_mksid is back in libradclient.a

05-12-96	Fixed some bugs in the files MCONFIG and Makefile (reported by
		Matjaz Godec <gody@elgo.si>).

05-12-96	rc_avpair_add, rc_avpair_new, rc_avpair_assign have a new
		last argument: the length of the attribute. This can
		normally always be zero and is needed only in the special
		case when you want to send raw data strings which might
		contain a \0 character.

05-11-96	rc_map2id now preceeds its argument with /dev/ if neccessary

05-03-96	I changed the tabbing style, so from now on tabs are 4
		characters so that there's more space for full blown and
		complicated if, switch, etc. structures. Remember this when
		you look at the source.

05-03-96	improved error checking in a few places and changed
		logging so that now everything goes into syslog.
		facility is configurable in config.h (SYSLOG_FACILITY)

05-02-96	added admin logins: you can now change the radiusclient
		config file from remote. much is still missing. to use this
		feature define a RADIUS user with a service type of
		Administrative.

05-01-96	MERIT_GRANDFATHER compatability define removed again,
		it's simply broken. You HAVE to compile Merit radiusd
		without this define for outbound and admin logins to work.

05-01-96	config.c rewritten, the syntax of more than one authserver
		or acctserver directive in radiusclient.conf is no longer
		supported. instead mutliple servers have to be specified
		in one line seperated by comma.

05-01-96	added outbound support to radlogin, usably via telnet or
		pseudo tty (rport sets this tty up on a remote host).

03-19-96	added support for /etc/nologin, new config option "nologin"
		in radiusclient.conf

03-18-96	Linux (>=1.3.x): added support for /dev/urandom for more
		secure user passwords

03-17-96	normal usage messages are now seperate in src/messages.h
		(thanks go to Migs, who pointed out that this would
		be usefull)

03-15-96	added SCP define, to derive a service type from a user
		name prefix and supply it to the RADIUS server

03-14-96	added RADIUS_116 define, accounting should now "work" with
		Livingston radiusd v1.16.

		cleaned up the enviroment handling, the global setenv was
		a mess.

01-07-95	added ppptraffic which reads out the ppp statistics just
		like pppstats.
		this works only for ppp as slip has no such statistics
		(besides packets sent/received which is not very
		 useful).
